| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fixed typo in gdscript autocompletion. | mbalint12 | 2017-03-19 | 1 | -1/+1 |
| * | Bring that Whole New World to the Old Continent too | Rémi Verschelde | 2017-03-19 | 108 | -14621/+12619 |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-18 | 3 | -8/+8 |
| * | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-03-18 | 3 | -27/+33 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-03-18 | 6 | -13/+13 |
| * | Style: No break before list brace | Rémi Verschelde | 2017-03-18 | 1 | -2/+1 |
| * | Allow preload to accept a const string. | Hein-Pieter van Braam | 2017-03-18 | 1 | -4/+25 |
| * | Remove bounds check when resuming from yield. | Hein-Pieter van Braam | 2017-03-18 | 1 | -1/+1 |
| * | Skip asserts on non-debug builds at compiler level | Pedro J. Estébanez | 2017-03-13 | 1 | -0/+2 |
| * | Update libwebp to 0.6.0 | volzhs | 2017-02-18 | 1 | -89/+99 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-12 | 126 | -126/+126 |
| * | Disallow assignment to expressions | Bojidar Marinov | 2017-01-12 | 1 | -0/+9 |
| * | Add named colors to GDScript/core. | Bojidar Marinov | 2017-01-12 | 2 | -0/+38 |
| * | Ternary operator in GDScript (a if x else b) | Bojidar Marinov | 2017-01-10 | 3 | -14/+125 |
| * | Allow for linebreaks in function calls and definitions and yeild/signal. | Bojidar Marinov | 2017-01-10 | 1 | -2/+30 |
| * | opus: Move public headers to match system install | Rémi Verschelde | 2016-11-03 | 2 | -1/+2 |
| * | scons: Reorder options for clarity | Rémi Verschelde | 2016-11-03 | 10 | -16/+16 |
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-02 | 20 | -12/+16 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-02 | 14 | -49/+49 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-02 | 34 | -1263/+1263 |
| * | scons: msvc_is_detected not available in 2.1 | Rémi Verschelde | 2016-10-31 | 1 | -1/+1 |
| * | Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R... | yg2f | 2016-10-31 | 1 | -2/+4 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 20 | -0/+40 |
| * | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | 2016-10-30 | 1 | -25/+25 |
| * | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-30 | 4 | -0/+157 |
| * | chibi: Move to a module | Rémi Verschelde | 2016-10-30 | 49 | -0/+12890 |
| * | squish: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 6 | -0/+239 |
| * | mpc: Move to a module and split thirdparty libmpcdec | Rémi Verschelde | 2016-10-30 | 6 | -0/+667 |
| * | theora: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 7 | -0/+2422 |
| * | modules: Clone env in each module | Rémi Verschelde | 2016-10-30 | 14 | -78/+80 |
| * | openssl: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 8 | -0/+1766 |
| * | ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libs | Rémi Verschelde | 2016-10-30 | 22 | -0/+2481 |
| * | webp: Make it a module and unbundle libwebp thirdparty files | Rémi Verschelde | 2016-10-30 | 6 | -0/+432 |
| * | dds/etc1/pbm/pvr: Make those modules and split thirdparty files | Rémi Verschelde | 2016-10-30 | 26 | -0/+2311 |
| * | jpg: Make it a module and split jpgd thirdparty files | Rémi Verschelde | 2016-10-30 | 6 | -0/+292 |
| * | Adapt overlooked instances of zero-based column numbers | Pedro J. Estébanez | 2016-10-17 | 1 | -5/+5 |
| * | Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" | Fabio Alessandrelli | 2016-10-17 | 2 | -12/+0 |
| * | Make text column numbers one-based | Pedro J. Estébanez | 2016-10-17 | 1 | -1/+1 |
| * | i18n: Fix string that broke msgmerge | Rémi Verschelde | 2016-10-09 | 1 | -1/+1 |
| * | Throw an error when exporting a resource class | Fabio Alessandrelli | 2016-10-09 | 1 | -0/+10 |
| * | Add warning when (pre)loading paths with leading / (#4280 - #3106) | Fabio Alessandrelli | 2016-10-09 | 2 | -1/+14 |
| * | Added constants from types in code completion, somehow this was never added. | Juan Linietsky | 2016-09-18 | 1 | -1/+12 |
| * | Clean up GDScript template | Răzvan Cosmin Rădulescu | 2016-09-18 | 1 | -7/+5 |
| * | Improve/fix GridMap editor | Pedro J. Estébanez | 2016-09-01 | 2 | -25/+23 |
| * | Fix #5891 by not expecting the script instance to be a GDInstance | Bojidar Marinov | 2016-08-08 | 1 | -2/+1 |
| * | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | 2016-07-30 | 1 | -1/+1 |
| * | Changed the way the step decimals are computed to a safer way, fixes many iss... | Juan Linietsky | 2016-07-26 | 1 | -1/+1 |
| * | Set proper line into operators when parsing GDScript, fixes #5822 | Juan Linietsky | 2016-07-22 | 1 | -0/+11 |