index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
2d
Age
Commit message (
Expand
)
Author
2020-02-29
Fix inverted use of Camera2D.offset_v
Eevee
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
Merge pull request #36388 from AndreaCatania/some_renames
Rémi Verschelde
2020-02-28
Renamed NavigationPolygonInstance to NavigationRegion2D
Andrea Catania
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-25
Added missing destructor for Navigation2D
Dominik 'dreamsComeTrue' Jasiński
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-21
Added StringName as a variant type.
Juan Linietsky
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
Fix MIMPAMPS typos in constants throughout the engine
Andrii Doroshenko (Xrayez)
2020-02-18
Added utility functions to the new NavigationServer:
Andrea Catania
2020-02-18
Fix arguments/default values in CanvasItem bindings
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Reduce AudioStreamPlayer's pitch_scale max value
WARIO-MDMA
2020-02-14
Fixes memory leak in NavigationPolygon
Haoyu Qiu
2020-02-12
Merge pull request #36145 from akien-mga/remove-deprecated-friction-bounce
Rémi Verschelde
2020-02-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
Remove deprecated PhysicsBody friction and bounce parameters
Rémi Verschelde
2020-02-11
Vulkan: Move thirdparty code out of drivers, style fixes
Rémi Verschelde
2020-02-11
Fixed 2D and 3D CPU Particles
Juan Linietsky
2020-02-11
Several fixes to 3D rendering, and multimesh implementation.
Juan Linietsky
2020-02-11
Add static Vulkan loader.
bruvzg
2020-02-11
Completed material/2D shader support (missing SCREEN_TEXTURE)
Juan Linietsky
2020-02-11
Modified light rendering to make it more compatible.
Juan Linietsky
2020-02-11
2D lighting seems more or less complete.
Juan Linietsky
2020-02-11
Normalmapping and Specularmapping working in 2D engine
Juan Linietsky
2020-02-11
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-02-10
- Integrated NavigationServer and Navigation2DServer.
Andrea Catania
2020-02-07
Merge pull request #32496 from bitstopper/master
Rémi Verschelde
2020-02-06
Merge pull request #35867 from timothyqiu/path-update
Rémi Verschelde
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-03
Updates Path2D in debugging if navigation is visible
Haoyu Qiu
2020-01-24
Allow greater values in unit_offset
Tomasz Chabora
2020-01-23
doc: Misc updates for AnimationNode* and others
Rémi Verschelde
2020-01-21
Remove unused #if 0'ed code
Rémi Verschelde
2020-01-16
Validate input in (CPU)Particles set_emission_shape()
Rémi Verschelde
2020-01-15
Fixes get_floor_normal() returning the user defined floor_normal.
Marcel Admiraal
2020-01-13
Control/Light2D: Preventing setting 0 as scale as for Node2D
Rémi Verschelde
2020-01-10
Added function to expose floor normal, useful to correctly calculate player v...
Andrea Catania
2020-01-09
Don't compile editor-only function when tools=no
Gilles Roudière
2020-01-03
Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix
Rémi Verschelde
2020-01-02
Fix wrong disconnect in callback in VisibilityNotifier 3D
Александр Растриженков
2020-01-01
Fixed antialiasing option for Polygon2D
PouleyKetchoupp
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-21
Add a range property hint for the number of contacts reported
Hugo Locurcio
2019-12-16
Fixed a bug within sprite.cpp that caused nan values to appear when a texture...
Tyler Greenwood
2019-12-10
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
[next]