Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories | Michael Alexsander Silva Dias | |
2019-08-07 | Merge pull request #31099 from Chaosus/shader_local_const | Rémi Verschelde | |
Implemented local shader constants | |||
2019-08-07 | Merge pull request #31077 from qarmin/coverity_bugs | Rémi Verschelde | |
Change some code proposed by Coverity and Cppcheck | |||
2019-08-07 | Merge pull request #30468 from SaracenOne/expose_audio_capture | Rémi Verschelde | |
Exposes capture methods to AudioServer + documentation | |||
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | |
2019-08-05 | Implemented local shader constants | Yuri Roubinski | |
2019-07-31 | Merge pull request #30999 from nekomatata/fix-regression-godot-physics | Rémi Verschelde | |
Fixed regression in Godot Physics | |||
2019-07-31 | Reverted fix that makes sense for collision_solver_2d_sat but not for the 3d ↵ | PouleyKetchoupp | |
version (original commit: aab8da25ad2c3e6d2df03abbc8e35c1725938c40) Fixes #30886 | |||
2019-07-30 | Correct typo and format of comments | IAmActuallyCthulhu | |
2019-07-27 | Remove physics thread getting the gl context | santouits | |
2019-07-23 | Update some dead links in the codebase | Michael Alexsander Silva Dias | |
2019-07-23 | Merge pull request #30716 from qarmin/fixed_static_analiser_code | Rémi Verschelde | |
Fix some code found by Coverity Scan and PVS Studio | |||
2019-07-23 | Fix some code found by Coverity Scan and PVS Studio | qarmin | |
2019-07-20 | Merge pull request #30349 from qarmin/fix_arvr_crash_at_exit | Rémi Verschelde | |
Fix ARVRServer crash at exit | |||
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | |
Changed some code reported by LGTM and Coverity | |||
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin | |
2019-07-16 | Merge pull request #30548 from Calinou/tweak-audio-cutoff-property-hints | Rémi Verschelde | |
Tweak audio cutoff property hints to allow reasonable values only | |||
2019-07-16 | Allows to use non-constants in the local shader array initializer | Chaosus | |
2019-07-16 | Added local array initializer | Chaosus | |
2019-07-16 | Expose audio callbacks as signals. | Saracen | |
2019-07-15 | Exposes capture methods to AudioServer, variable renames for consistency, | Saracen | |
added documentation. | |||
2019-07-15 | Implemented local shader arrays | Chaosus | |
2019-07-15 | Added missed "textureProjLod" shader built-in overload for 3D textures | Chaosus | |
2019-07-12 | Tweak audio cutoff property hints to allow reasonable values only | Hugo Locurcio | |
This also makes all cutoff property hints consistent. This closes #29588. | |||
2019-07-11 | Make the default return value on crash explicit | hbina085 | |
Noticed that the error condition will return a NULL instead of something more explicit like "false". Should make the code more readable at a glance. | |||
2019-07-11 | Removed invalid mix shader overloads | Chaosus | |
2019-07-10 | Merge pull request #30455 from qarmin/const_reference | Rémi Verschelde | |
Pass by reference to const | |||
2019-07-10 | Use reference to constant in functions | qarmin | |
2019-07-09 | Fix "not" shader function return type | Chaosus | |
2019-07-08 | Merge pull request #30407 from qarmin/small_fixess | Rémi Verschelde | |
Fixes minor issues found by static analyzer | |||
2019-07-07 | Fixes minor issues found by static analyzer | qarmin | |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir | |
For clarity, assign-to-release idiom for PoolVector::Read/Write replaced with a function call. Existing uses replaced (or removed if already handled by scope) | |||
2019-07-06 | Fix code completion for shader editor | geequlim | |
2019-07-05 | Fix ARVRServer crash at exit | qarmin | |
2019-07-05 | Merge pull request #30318 from bojidar-bg/28501-ysort-modulate | Rémi Verschelde | |
Ensure that nested YSort preserves intermediate modulate values | |||
2019-07-04 | Ensure that nested YSort preserves intermediate modulate values | Bojidar Marinov | |
Fixes #28501 | |||
2019-07-02 | Fix various memory leaks and errors | Bojidar Marinov | |
2019-07-01 | Merge pull request #29951 from raphael10241024/add_physics_2d_optimize | Rémi Verschelde | |
add 2d physic optimization similar to 3d physics | |||
2019-07-01 | Merge pull request #29980 from Dentrax/directed-by-qarmin | Rémi Verschelde | |
Fix some editor crashes | |||
2019-07-01 | Merge pull request #29413 from YeldhamDev/global_rate_scale | Rémi Verschelde | |
Add 'global_rate_scale' to the AudioServer | |||
2019-07-01 | fix some crashes | Furkan Türkal | |
2019-06-27 | Merge pull request #30117 from santouits/mt-pools | Rémi Verschelde | |
Free server id pools directly on closing | |||
2019-06-27 | Free server id pools directly. | santouits | |
When closing the game, we flush the command queue but after we are pushing the freeing calls of the id pool to the command queue and they are never being run. Now we free them directly. | |||
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-21 | add 2d physic optimization simlilar to 3d physics | yakun.zhang | |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde | |
Remove always true/false values | |||
2019-06-20 | Fix always true/false values | qarmin | |
2019-06-20 | Merge pull request #24487 from Meirinha/master | Rémi Verschelde | |
Added UV and UV2 to shader function light() built-in, fixes issue #24120 | |||
2019-06-19 | Merge pull request #27188 from samH-FIT/MacroUpdate | Rémi Verschelde | |
Made use of semicolons after GDCLASS more consistent, added semicolons where I found them missing. | |||
2019-06-19 | Merge pull request #29901 from BastiaanOlij/fix_cameraserver_const | Rémi Verschelde | |
Made constants fully upper case in camera server |