| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 2 | -0/+57 |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -3/+3 |
| * | Merge pull request #7878 from RebelliousX/else | Rémi Verschelde | 2017-02-28 | 1 | -1/+1 |
| |\ |
|
| | * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -1/+1 |
| * | | Inf and NaN support added to GDScript. | Saracen | 2017-02-28 | 5 | -0/+36 |
| |/ |
|
| * | Merge pull request #7851 from shlomif/fix-some-compilation-warnings | Rémi Verschelde | 2017-02-26 | 1 | -0/+1 |
| |\ |
|
| | * | Fix some compilation warnings. | Shlomi Fish | 2017-02-21 | 1 | -0/+1 |
| * | | 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 | 2 | -2/+2 |
| | |/
|/| |
|
| * | | Correct hash behavior for floating point numbers | Hein-Pieter van Braam | 2017-02-16 | 2 | -2/+2 |
| * | | -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 | 2 | -4/+4 |
| * | Fix parsing bug which causes range(variable) to crash the engine | lonesurvivor | 2017-02-04 | 1 | -4/+3 |
| * | 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 |
| * | | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 1 | -32/+32 |
| |/ |
|
| * | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde | 2017-01-16 | 1 | -2/+2 |
| |\ |
|
| | * | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit... | Ferenc Arn | 2017-01-15 | 1 | -2/+2 |
| * | | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| * | | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 4 | -4/+4 |
| * | | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| * | | Style: Cosmetic fixes to play nice with clang-format | Rémi Verschelde | 2017-01-15 | 2 | -50/+65 |
| |/ |
|
| * | 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 | -1/+696 |
| |\ |
|
| | * | 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 |
| * | | Merge pull request #4918 from jjay/f/error_on_redefine | Juan Linietsky | 2017-01-14 | 1 | -0/+25 |
| |\ \ |
|
| | * | | [GDScript] Redefine var results in an error | Yakov Borevich | 2016-05-30 | 1 | -0/+25 |
| * | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 6 | -25/+34 |
| * | | | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 3 | -6/+6 |
| * | | | Implicit inheritance now defaults to Resource, will error for node scripts if... | Juan Linietsky | 2017-01-12 | 2 | -1/+8 |
| * | | | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky | 2017-01-11 | 1 | -0/+58 |
| * | | | Merge pull request #6930 from bojidar-bg/gdscript-export-array-hint | Rémi Verschelde | 2017-01-11 | 1 | -2/+33 |
| |\ \ \ |
|
| | * | | | Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit) | Bojidar Marinov | 2016-10-26 | 1 | -2/+33 |
| * | | | | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 3 | -8/+8 |
| * | | | | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde | 2017-01-11 | 2 | -0/+38 |
| |\ \ \ \ |
|
| | * | | | | Add named colors to GDScript/Visual Script/core. | Bojidar Marinov | 2016-12-17 | 2 | -0/+38 |
| * | | | | | Type renames: | Juan Linietsky | 2017-01-11 | 4 | -23/+22 |
| * | | | | | It is now possible to name layers of different kinds! | Juan Linietsky | 2017-01-10 | 1 | -1/+1 |
| * | | | | | uses the global thread to protect the instacnes map in GDScript, closes #4615 | Juan Linietsky | 2017-01-10 | 2 | -3/+45 |
| * | | | | | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky | 2017-01-08 | 3 | -1/+78 |
| * | | | | | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
| * | | | | | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | | | | | Fix code completion for new getnode syntax | Juan Linietsky | 2017-01-08 | 2 | -4/+31 |
| * | | | | | -Fix bugs related to PoolVector crashes | Juan Linietsky | 2017-01-08 | 4 | -0/+91 |
| * | | | | | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -2/+2 |