Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-08-23 | [Mono] AABB - Position, Size, End setters, Rect2 - End setter | Kelly Thomas | |
2018-08-23 | Merge pull request #21301 from elasota/multithread-cvtt | Rémi Verschelde | |
Multithread BPTC compression jobs | |||
2018-08-23 | Merge pull request #21254 from YeldhamDev/tile_grid_map_side | Rémi Verschelde | |
Add option to move Tile/GridMap editors to another side | |||
2018-08-23 | Merge pull request #21240 from aaronfranke/mono-project-vector | Rémi Verschelde | |
[Mono] Vector2/3 Project methods | |||
2018-08-23 | Merge pull request #21167 from elasota/squish-quality-config | Rémi Verschelde | |
Support higher-quality S3TC compression modes | |||
2018-08-22 | Multithread CVTT compression jobs | elasota | |
2018-08-23 | Notify instance binding data api of refcount increment/decrement | Ignacio Etcheverry | |
2018-08-22 | Add option to move Tile/GridMap editors to another side | Michael Alexsander Silva Dias | |
2018-08-22 | Merge pull request #21283 from YeldhamDev/gridmap_meshlib_rename | Rémi Verschelde | |
Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLibrary editors | |||
2018-08-22 | Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2 | Ignacio Etcheverry | |
[Mono] Rect2 - add Abs(), rename private fields | |||
2018-08-22 | Merge pull request #21229 from marcelofg55/ns_profiling | Rémi Verschelde | |
Implemented profiling functions for NativeScript | |||
2018-08-22 | Rename instances of the word "theme" to "mesh_library" in GridMap and ↵ | Michael Alexsander Silva Dias | |
MeshLibrary editors | |||
2018-08-22 | Implemented profiling functions for NativeScript | Marcelo Fernandez | |
2018-08-22 | [Mono] Vector2/3 Project methods | Aaron Franke | |
2018-08-22 | Use cluster fit at higher quality levels | elasota | |
2018-08-22 | Merge pull request #21281 from elasota/fix-squish-sse | Rémi Verschelde | |
Fix Squish SSE misconfiguration | |||
2018-08-22 | Merge pull request #21279 from vnen/gdscript-fixes | Rémi Verschelde | |
Assorted GDScript fixes |