index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2021-11-15
Allow dehardcoding documentation branch and URL in docs links
Rémi Verschelde
2021-11-15
Merge pull request #43072 from KoBeWi/point_to_angle
Rémi Verschelde
2021-11-15
Merge pull request #54976 from reduz/importer-options-by-path
Rémi Verschelde
2021-11-14
Merge pull request #53710 from CaptainProton42/fix-extension-class-inspector-...
Hugo Locurcio
2021-11-14
Add path to functions that return iporter options
reduz
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-11
Merge pull request #54869 from akien-mga/string-remove-erase
Rémi Verschelde
2021-11-11
Color: Bind `from_hsv` as static method
Rémi Verschelde
2021-11-11
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-11
Add missing characters for property name quoting
Haoyu Qiu
2021-11-09
Merge pull request #53819 from TokageItLab/re-implement-ping-pong
Rémi Verschelde
2021-11-09
Fix Vector2.angle_to_point() being reversed
Tomasz Chabora
2021-11-08
Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...
bruvzg
2021-11-08
Merge pull request #54486 from ibrahn/thread-work-pool-lazier
Rémi Verschelde
2021-11-08
Merge pull request #54186 from miraz12/fix-packedByteArray-memcpy-crash
Rémi Verschelde
2021-11-05
Rename AABB `get_area` to `get_volume`
Brian Semrau
2021-11-04
Fix Quaternion multiplication operator
Aaron Franke
2021-11-04
Add is_built_in() method to Resource
kobewi
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-11-03
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-02
Merge pull request #54453 from KoBeWi/slice_of_string
Rémi Verschelde
2021-11-02
Expose String.get_slice
kobewi
2021-11-02
Merge pull request #35816 from touilleMan/dictionary-operator==-true-comparison
Emmanuel Leblond
2021-11-01
Merge pull request #54490 from q66/ppc
Rémi Verschelde
2021-11-01
Merge pull request #54387 from Calinou/editor-translations-increase-zlib-comp...
Rémi Verschelde
2021-11-01
Add support for PowerPC family
Daniel Kolesa
2021-11-01
ThreadWorkPool no longer starts worker threads if given zero work.
Ibrahn Sahir
2021-11-01
[macOS] Add `create_instance` function to spawn editor copies.
bruvzg
2021-10-31
Merge pull request #53452 from aaronfranke/who-let-the-docs-out
Rémi Verschelde
2021-10-31
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-30
Modify Dictionary::operator== to do real key/value comparison with recursive ...
Emmanuel Leblond
2021-10-30
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-29
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
Use maximum zlib compression when generating editor translation headers
Hugo Locurcio
2021-10-29
Merge pull request #54340 from aaronfranke/time-doc
Max Hilbrunner
2021-10-28
Update Time documentation
Aaron Franke
2021-10-28
CI: Update to clang-format 13 using LLVM repo
Rémi Verschelde
2021-10-28
Merge pull request #54350 from akien-mga/clang-format-dont-align-operands
Rémi Verschelde
2021-10-28
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
Merge pull request #53526 from KoBeWi/super_print
Rémi Verschelde
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
Remove ItemList editor and replace it by a property array
Gilles Roudière
2021-10-27
Fixed crash in `variant_call` when trying to memcpy 0 bytes.
Anton Christoffersson
2021-10-26
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-25
Refactored Node3D rotation modes
reduz
2021-10-25
Merge pull request #54050 from reduz/animation-compression
Rémi Verschelde
2021-10-25
Fixed implicit conversion of uint32_t to uint8_t in `image`
Anton Christoffersson
[next]