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-20
Merge pull request #54932 from briansemrau/expose-main-thread-id
Rémi Verschelde
2021-11-19
[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.
Fabio Alessandrelli
2021-11-19
Merge pull request #54499 from Faless/threads/4.x_work_pool_default
Rémi Verschelde
2021-11-17
Fix divide by zero in pck_packer
Paulb23
2021-11-17
Merge pull request #55042 from nekomatata/fix-segment-intersection
Rémi Verschelde
2021-11-17
Merge pull request #49793 from Chaosus/expose_randfn
Rémi Verschelde
2021-11-17
Expose `randfn` to global scope
Yuri Roubinsky
2021-11-17
Fix the exceptions in signal disconnection
Xwdit
2021-11-16
Fix segment intersection in Geometry2D
PouleyKetchoupp
2021-11-17
Fix array access in gdextensions
Bastiaan Olij
2021-11-16
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
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
Expose Thread::get_main_id in core bindings
Brian Semrau
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
[OS] Add ThreadWorkPool default size to OS.
Fabio Alessandrelli
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
[next]