Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-07 | Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9 | Andrea Catania | |
2018-09-05 | Merge pull request #21771 from WiggleWizard/get-stack-fix | Rémi Verschelde | |
Fixed return type for get_stack() function call | |||
2018-09-05 | Fixed bullet area vs Trimesh shape overlap | Andrea Catania | |
2018-09-05 | Fixed return type for get_stack() function call | WiggleWizard | |
2018-09-04 | Fix invalid deref in NativeScript script classes | Will Nations | |
2018-08-31 | Merge pull request #21605 from Faless/ws_no_proto | Max Hilbrunner | |
Allow WebSocket connect with no sub-protocols. | |||
2018-08-30 | Allow WebSocket connect with no sub-protocols. | Fabio Alessandrelli | |
2018-08-30 | [NativeScript] implement refcount instance binding funcs | Thomas Herzog | |
2018-08-30 | [GDNative] add initial core 1.1 extension | Thomas Herzog | |
2018-08-30 | Merge pull request #21575 from YeldhamDev/gridmap_deprecated_fix | Rémi Verschelde | |
Small change on how GridMap's "theme" is deprecated | |||
2018-08-29 | doc: Sync classref with current source | Rémi Verschelde | |
2018-08-29 | Small change on how GridMap's "theme" is deprecated | Michael Alexsander Silva Dias | |
2018-08-29 | Fixed crash if convex has 0 vertices | Andrea Catania | |
2018-08-29 | Merge pull request #21538 from jmf/master | Rémi Verschelde | |
Fix CSGBox size | |||
2018-08-29 | Initialise rays_found count in test_ray_separation. | Ibrahn Sahir | |
Prevents branch on uninit that could result in crashes with move_and_slide. | |||
2018-08-29 | Fix vformat(), minor typos and word puzzles | Yuri Chornoivan | |
2018-08-28 | Fix to make CSGBox the size that is entered in Width, Height and Depth ↵ | jmf | |
instead of twice those lengths. | |||
2018-08-28 | Merge pull request #21511 from eska014/webm-nomt | Rémi Verschelde | |
Fix WebM and Theora video in HTML5 export | |||
2018-08-27 | Merge pull request #21497 from neikeq/hm | Ignacio Etcheverry | |
C# generated classes ignore warning CS1591 and cleanup | |||
2018-08-27 | C# generated classes ignore warning CS1591 and cleanup | Ignacio Etcheverry | |
2018-08-27 | Merge pull request #21420 from elasota/fix-last-mipmap | Rémi Verschelde | |
Fix uninitialized mipmap levels | |||
2018-08-27 | Merge pull request #21449 from vnen/gdscript-builtin-is | Rémi Verschelde | |
Allow `is` operator to test built-in types | |||
2018-08-27 | Merge pull request #21369 from Noshyaar/exportflag | Rémi Verschelde | |
Deprecating bit flags export with no hint text | |||
2018-08-27 | Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quat | Ignacio Etcheverry | |
[Mono] Quat - add some missing constructors and methods | |||
2018-08-27 | Merge pull request #21450 from vnen/gdscript-type-space | Rémi Verschelde | |
Remove space before colon on type hints | |||
2018-08-27 | Merge pull request #21469 from akien-mga/glsl-clang-format | Rémi Verschelde | |
Style: Enable clang-format on GLSL shaders | |||
2018-08-27 | Fix build after c2a9cb34 | Rémi Verschelde | |
`return` statements were missing, and those warnings do not need to be behind #ifdefs, they do not expose any deprecated API. | |||
2018-08-27 | Merge pull request #21470 from elasota/fix-tiled-exr | Rémi Verschelde | |
Fix tiled EXR import | |||
2018-08-27 | Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed ↵ | elasota | |
EXR loading | |||
2018-08-27 | Merge pull request #21433 from AndreaCatania/megafix | Rémi Verschelde | |
Multiple fixes on Physics things | |||
2018-08-27 | Style: Enable clang-format on GLSL shaders | Rémi Verschelde | |
As of clang-format 6.0.1, putting the `/* clang-format off */` hint around our "invalid" `[vertex]` and `[shader]` statements isn't enough to prevent a bogus indent of the next comments and first valid statement, so we need to enclose that first valid statement in the unformatted chunk. | |||
2018-08-27 | Fix WebM module for HTML5 platform | Leon Krause | |
2018-08-26 | Merge pull request #21423 from exts/mono/collections | Ignacio Etcheverry | |
[Mono] Added Collections namespace to Array & Dictionary | |||
2018-08-26 | GDScript: Remove space before colon on type hints | George Marques | |
2018-08-26 | GDScript: Allow `is` operator to test built-in types | George Marques | |
2018-08-26 | Correctly set safe_motion on cast_motion query Fixes: #21212 | Andrea Catania | |
2018-08-26 | Added deprecated to joints un/used parameters | Andrea Catania | |
2018-08-26 | Fixes several resource leaks in ... | Crazy-P | |
- gdscript - gdscript_compiler - regex - android/export - gles3/rasterizer (scene and storage) | |||
2018-08-25 | Added Collections namespace to Array & Dictionary | exts | |
2018-08-25 | Fix mipmap levels not being initialized | elasota | |
2018-08-25 | Merge pull request #16927 from neikeq/rework-refcount-notify | Juan Linietsky | |
Notify instance binding data api of refcount increment/decrement | |||
2018-08-24 | Merge pull request #21049 from AndreaCatania/joints | Rémi Verschelde | |
Improved 6DOF joint implementation | |||
2018-08-24 | Merge pull request #20717 from PJB3005/18-08-04-godot-exceptions | Ignacio Etcheverry | |
Fix Mono exception handling. | |||
2018-08-24 | Merge pull request #20707 from aaronfranke/mono-combine | Ignacio Etcheverry | |
[Mono] Move several related small files | |||
2018-08-24 | Deprecating bit flags export with no hint text | Poommetee Ketson | |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde | |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | |
Equivalent of the cumbersome: if (OS::get_singleton()->is_stdout_verbose()) print_line(msg); | |||
2018-08-24 | mono: Quat - add some missing constructors and methods | Kelly Thomas | |
2018-08-23 | Fix Mono exception handling. | Pieter-Jan Briers | |
First of all, this fixes the handling of exceptions so the engine actually notices them, it was broken in 4172fa03b56bb60fe096639585e0ca40df73b677. Next, unhandled exceptions now do NOT cause an abort(). They're logged now, so before #16987. The pending exception thing still works though. | |||
2018-08-23 | [Mono] Move several small related files | Aaron Franke | |