| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop unused EventQueue class | Rémi Verschelde | 2017-09-13 | 2 | -221/+0 |
| | | | | | Thanks to @Marqin for the notice. | ||||
| * | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez | 2017-09-13 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #11062 from BastiaanOlij/osx_datapack | Rémi Verschelde | 2017-09-13 | 1 | -2/+56 |
| |\ | | | | | Fixed loading package from resource folder, exporting textures to bun… | ||||
| | * | Fixed loading package from resource folder, exporting textures to bundle and ↵ | BastiaanOlij | 2017-09-08 | 1 | -2/+56 |
| | | | | | | | | | added a bit of feedback for a debug compile | ||||
| * | | Style: Apply clang-format to @reduz's changes | Rémi Verschelde | 2017-09-13 | 1 | -1/+1 |
| | | | | | | | | | [ci skip] | ||||
| * | | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | possible to save module files in module directories and the build system will recognize them. | ||||
| * | | Merge pull request #11106 from hpvb/documentation-fix-poolarrays | Rémi Verschelde | 2017-09-12 | 1 | -1/+1 |
| |\ \ | | | | | | | Correct the Pool*Array documentation | ||||
| | * | | Correct the Pool*Array documentation | Hein-Pieter van Braam | 2017-09-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #11049 from scayze/astar_get_points | Rémi Verschelde | 2017-09-12 | 2 | -0/+12 |
| |\ \ \ | | | | | | | | | Add get_points() method to AStar | ||||
| | * | | | Add get_points method to AStar | Scayze | 2017-09-07 | 2 | -0/+12 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #11028 from mrawlingst/color-RGBA32 | Rémi Verschelde | 2017-09-12 | 3 | -13/+13 |
| |\ \ \ | | | | | | | | | Change Color.to_32() to Color.to_rgba32() and lowercase other functions | ||||
| | * | | | Change Color.to_32() to to_rgba32() and format as RGBA | mrawlingst | 2017-09-07 | 3 | -13/+13 |
| | | | | | |||||
| * | | | | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | 2017-09-12 | 7 | -32/+20 |
| |\ \ \ \ | | | | | | | | | | | Fix unused variable warnings | ||||
| | * | | | | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 7 | -47/+33 |
| | | |_|/ | |/| | | | | | | | | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
| * | | | | Merge pull request #11026 from hpvb/fix-assign-in-if | Rémi Verschelde | 2017-09-12 | 2 | -2/+4 |
| |\ \ \ \ | | | | | | | | | | | Remove assignment and declarations in if statements | ||||
| | * | | | | Remove assignment and declarations in if statements | Hein-Pieter van Braam | 2017-09-08 | 2 | -2/+4 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | After discussing with @reduz and @akien-mga it was decided that we do not allow assignments or declarations in if statements. This PR removes the instances of this I could find by automated means. | ||||
| * | | | | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | 2017-09-12 | 3 | -5/+8 |
| |\ \ \ \ | | | | | | | | | | | Fix various assorted warnings | ||||
| | * | | | | Fix various assorted warnings | Hein-Pieter van Braam | 2017-09-08 | 3 | -5/+8 |
| | |/ / / | | | | | | | | | | | | | | | | | Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp. | ||||
| * | | | | Merge pull request #11044 from hpvb/fix-enum-as-bool | Rémi Verschelde | 2017-09-12 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | Fix using enum as bool value | ||||
| | * | | | | Fix using enum as bool value | Hein-Pieter van Braam | 2017-09-07 | 1 | -2/+2 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | This warning actually hid a bug. The value of ERR_INVALID_DATA is actually 30, returning this as a bool returns true while false was required. | ||||
| * | | | | Merge pull request #11040 from hpvb/fix-enum-compare | Rémi Verschelde | 2017-09-12 | 1 | -39/+36 |
| |\ \ \ \ | | | | | | | | | | | Fix warnings comparing enums of different types | ||||
| | * | | | | Fix warnings comparing enums of different types | Hein-Pieter van Braam | 2017-09-07 | 1 | -39/+36 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a source of many compiler warnings regarding comparing the enum VARIANT_TYPE to Variant::Type. This changes the local value to a static const Variant::Type value rather than an unrelated enum, this also saves us a cast. | ||||
| * | | | | Merge pull request #11041 from hpvb/fix-clang-format-error | Rémi Verschelde | 2017-09-12 | 2 | -16/+13 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix serveral recent new clang-format errors [ci skip] | ||||
| | * | | | | Fix serveral recent new clang-format errors | Hein-Pieter van Braam | 2017-09-08 | 2 | -16/+13 |
| | | |/ / | |/| | | |||||
| * / | | | Add user data directory support for ProjectSettings::globalize_path | geequlim | 2017-09-10 | 1 | -1/+9 |
| |/ / / | |||||
| * / / | Several fixes to directional shadows, closes #10926 | Juan Linietsky | 2017-09-07 | 2 | -64/+24 |
| |/ / | | | | | | | Added option to change directional light range mode, between optimized and stable. For Orthogonal, you might need to use optimized. | ||||
| * / | -Fixed changes to default input actions not working, closes #10502 | Juan Linietsky | 2017-09-06 | 3 | -0/+15 |
| |/ | | | | -Added Array.duplicate() method, needed to fix above | ||||
| * | Fixes ERR_EXPLAIN being overwritten | Ignacio Etcheverry | 2017-09-06 | 1 | -2/+1 |
| | | |||||
| * | Merge pull request #10993 from endragor/nativescript-property-order | Thomas Herzog | 2017-09-05 | 1 | -0/+48 |
| |\ | | | | | Provide NativeScript properties in definition order | ||||
| | * | Provide NativeScript properties in definition order | Ruslan Mustakov | 2017-09-05 | 1 | -0/+48 |
| | | | |||||
| * | | Optimize memory allocations in VariantParser::get_token | Evgeny Zuev | 2017-09-05 | 1 | -10/+12 |
| | | | |||||
| * | | Add StringBuffer class | Evgeny Zuev | 2017-09-05 | 2 | -0/+184 |
| |/ | |||||
| * | Merge pull request #10975 from hpvb/remove-null-check-from-cast-to | Rémi Verschelde | 2017-09-05 | 1 | -12/+0 |
| |\ | | | | | Remove NULL check from Object::cast_to() | ||||
| | * | Remove NULL check from Object::cast_to() | Hein-Pieter van Braam | 2017-09-04 | 1 | -12/+0 |
| | | | | | | | | | | | After discussing this with @reduz on IRC we agreed to remove these checks. We now consider cast_to() to be NULL safe | ||||
| * | | Merge pull request #10860 from karroffel/bob-the-string-builder | Thomas Herzog | 2017-09-04 | 2 | -0/+173 |
| |\ \ | |/ |/| | added StringBuilder class | ||||
| | * | added StringBuilder class | Karroffel | 2017-09-01 | 2 | -0/+173 |
| | | | | | | | | | | | | | | | | | When doing large string concatenations the default push_back on the String class can slow down things quite a bit. This is because it has to constantly reallocate the memory and copy the contents. This StringBuilder class delays the concatenation until the size of the resulting string is known. | ||||
| * | | -Changed KinematicBody API yet again to make it friendlier | Juan Linietsky | 2017-09-04 | 3 | -6/+23 |
| | | | | | | | | | -Fixed get_scale functions (and added set_scale) to make it more coherent when decomposing and composing (fixes bugs in transform interpolation) | ||||
| * | | Merge pull request #10939 from neikeq/fix-overridden-external-editors | Rémi Verschelde | 2017-09-04 | 1 | -0/+1 |
| |\ \ | | | | | | | Fixes language overridden external editors | ||||
| | * | | Fixes language overridden external editors | Ignacio Etcheverry | 2017-09-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | -Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem | Juan Linietsky | 2017-09-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | -Fixed refactoring tools to work with imported scenes (properly move .import files) | ||||
| * | | | Merge pull request #10903 from neikeq/fix-defval-order-definitely-i-promise | Rémi Verschelde | 2017-09-03 | 1 | -5/+3 |
| |\ \ \ | |/ / |/| | | Fixes order of default arguments in MethodInfo | ||||
| | * | | Fixes order of default arguments in MethodInfo | Ignacio Etcheverry | 2017-09-02 | 1 | -5/+3 |
| | | | | | | | | | | | | | This time for real | ||||
| * | | | Fix typos 'a' and 'an' | Poommetee Ketson | 2017-09-02 | 4 | -6/+6 |
| | | | | |||||
| * | | | Fix use of unitialized variables | Hein-Pieter van Braam | 2017-09-02 | 9 | -23/+33 |
| |/ / | | | | | | | The second in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
| * | | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde | 2017-09-01 | 14 | -33/+33 |
| |\ \ | | | | | | | Fix signed and unsigned comparisons | ||||
| | * | | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 14 | -33/+33 |
| | | | | | | | | | | | | | The first in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
| * | | | Merge pull request #10862 from neikeq/fix-defvals-methodinfo | Ignacio Etcheverry | 2017-09-01 | 1 | -1/+7 |
| |\ \ \ | | | | | | | | | Fixes reversed order of default arguments in MethodInfo | ||||
| | * | | | Fixes reversed order of default arguments in MethodInfo | Ignacio Etcheverry | 2017-09-01 | 1 | -1/+7 |
| | | | | | |||||
| * | | | | Fix files header | Poommetee Ketson | 2017-09-01 | 5 | -5/+5 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #10318 from endragor/ordered-hash-map | Rémi Verschelde | 2017-09-01 | 3 | -38/+377 |
| |\ \ \ | | | | | | | | | Implement OrderedHashMap | ||||
