| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #8095 from RandomShaper/fix-yield-crash | Rémi Verschelde | 2017-03-21 | 1 | -1/+1 |
| |\ |
|
| | * | Fix random crashes when using yield() | Pedro J. Estébanez | 2017-03-21 | 1 | -1/+1 |
| * | | Fix linking order for builtin freetype | Rémi Verschelde | 2017-03-19 | 1 | -18/+14 |
| * | | Merge pull request #8051 from RayKoopa/resizable_new_node_dialog | Rémi Verschelde | 2017-03-18 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Make Create New Node dialog resizable and burninate old dialog | Ray Koopa | 2017-03-18 | 1 | -1/+1 |
| | |/ |
|
| * / | Fixed typo in gdscript autocompletion. | mbalint12 | 2017-03-17 | 1 | -1/+1 |
| |/ |
|
| * | Skip asserts on non-debug builds at compiler level | Pedro J. Estébanez | 2017-03-13 | 1 | -0/+2 |
| * | Make that Whole New World great again | Rémi Verschelde | 2017-03-05 | 1 | -1/+2 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 84 | -16580/+13900 |
| * | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 27 | -4/+744 |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 5 | -14/+14 |
| * | Added missing FIXMEs in PR #7878 | Ferenc Arn | 2017-03-02 | 1 | -1/+1 |
| * | Merge pull request #7878 from RebelliousX/else | Rémi Verschelde | 2017-02-28 | 3 | -3/+3 |
| |\ |
|
| | * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 3 | -3/+3 |
| * | | Inf and NaN support added to GDScript. | Saracen | 2017-02-28 | 8 | -2/+50 |
| |/ |
|
| * | Merge pull request #7851 from shlomif/fix-some-compilation-warnings | Rémi Verschelde | 2017-02-26 | 2 | -5/+6 |
| |\ |
|
| | * | Fix some compilation warnings. | Shlomi Fish | 2017-02-21 | 2 | -5/+6 |
| * | | Merge pull request #7827 from volzhs/libwebp-0.6.0 | Rémi Verschelde | 2017-02-26 | 1 | -89/+99 |
| |\ \ |
|
| | * | | Update libwebp to 0.6.0 | volzhs | 2017-02-17 | 1 | -89/+99 |
| * | | | Merge pull request #7809 from hpvb/fix-6798 | Rémi Verschelde | 2017-02-26 | 1 | -4/+25 |
| |\ \ \ |
|
| | * | | | Allow preload to accept a const string. | Hein-Pieter van Braam | 2017-02-16 | 1 | -4/+25 |
| * | | | | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 9 | -9/+9 |
| | |_|/
|/| | |
|
| * | | | Correct hash behavior for floating point numbers | Hein-Pieter van Braam | 2017-02-16 | 2 | -2/+2 |
| | |/
|/| |
|
| * | | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky | 2017-02-15 | 5 | -579/+82 |
| * | | -begin of export work, not done yet | Juan Linietsky | 2017-02-15 | 1 | -0/+2 |
| |/ |
|
| * | Remove bounds check when resuming from yield. | Hein-Pieter van Braam | 2017-02-13 | 1 | -1/+1 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 13 | -275/+275 |
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 8 | -75/+75 |
| * | Merge pull request #7723 from lonesurvivor/gdscript-range-fix | Rémi Verschelde | 2017-02-12 | 1 | -4/+3 |
| |\ |
|
| | * | Fix parsing bug which causes range(variable) to crash the engine | lonesurvivor | 2017-02-04 | 1 | -4/+3 |
| * | | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 2 | -12/+12 |
| |/ |
|
| * | Changed OGG Vorbis type to be imported, so it's possible to specify loop | Juan Linietsky | 2017-02-03 | 5 | -76/+184 |
| * | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -3/+4 |
| * | Merge pull request #7583 from karroffel/wildcard | Rémi Verschelde | 2017-01-23 | 3 | -7/+9 |
| |\ |
|
| | * | made _ a special token in GDScript | karroffel | 2017-01-20 | 3 | -7/+9 |
| * | | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 6 | -0/+411 |
| * | | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 2 | -63/+63 |
| |/ |
|
| * | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde | 2017-01-16 | 2 | -4/+4 |
| |\ |
|
| | * | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit... | Ferenc Arn | 2017-01-15 | 2 | -4/+4 |
| * | | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 3 | -28/+34 |
| * | | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 9 | -17/+17 |
| * | | Style: No break before list brace | Rémi Verschelde | 2017-01-16 | 1 | -2/+1 |
| * | | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 4 | -4/+4 |
| * | | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 54 | -12916/+10 |
| * | | Style: Cosmetic fixes to play nice with clang-format | Rémi Verschelde | 2017-01-15 | 3 | -79/+108 |
| |/ |
|
| * | Compile error when duplicate key in dictionery literal #7034 | James Mintram | 2017-01-14 | 1 | -0/+11 |
| * | Merge pull request #6845 from karroffel/master | Juan Linietsky | 2017-01-14 | 6 | -2/+697 |
| |\ |
|
| | * | pattern matcher: Implemented backend | Karroffel | 2017-01-11 | 4 | -286/+372 |
| | * | pattern matcher: Implemented transformations | Karroffel | 2017-01-11 | 3 | -35/+393 |
| | * | pattern matching: implemented parser | Karroffel | 2017-01-11 | 4 | -1/+252 |