aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix random crashes when using yield()Pedro J. Estébanez2017-03-211-1/+1
* Fix linking order for builtin freetypeRémi Verschelde2017-03-191-18/+14
* Fixed typo in gdscript autocompletion.mbalint122017-03-191-1/+1
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-19108-14621/+12619
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-183-8/+8
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-183-27/+33
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-186-13/+13
* Style: No break before list braceRémi Verschelde2017-03-181-2/+1
* Allow preload to accept a const string.Hein-Pieter van Braam2017-03-181-4/+25
* Remove bounds check when resuming from yield.Hein-Pieter van Braam2017-03-181-1/+1
* Skip asserts on non-debug builds at compiler levelPedro J. Estébanez2017-03-131-0/+2
* Update libwebp to 0.6.0volzhs2017-02-181-89/+99
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-12126-126/+126
* Disallow assignment to expressionsBojidar Marinov2017-01-121-0/+9
* Add named colors to GDScript/core.Bojidar Marinov2017-01-122-0/+38
* Ternary operator in GDScript (a if x else b)Bojidar Marinov2017-01-103-14/+125
* Allow for linebreaks in function calls and definitions and yeild/signal.Bojidar Marinov2017-01-101-2/+30
* opus: Move public headers to match system installRémi Verschelde2016-11-032-1/+2
* scons: Reorder options for clarityRémi Verschelde2016-11-0310-16/+16
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-0220-12/+16
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-0214-49/+49
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-0234-1263/+1263
* scons: msvc_is_detected not available in 2.1Rémi Verschelde2016-10-311-1/+1
* Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R...yg2f2016-10-311-2/+4
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-3020-0/+40
* Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-301-25/+25
* freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-304-0/+157
* chibi: Move to a moduleRémi Verschelde2016-10-3049-0/+12890
* squish: Move to a module and split thirdparty libRémi Verschelde2016-10-306-0/+239
* mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde2016-10-306-0/+667
* theora: Move to a module and split thirdparty libRémi Verschelde2016-10-307-0/+2422
* modules: Clone env in each moduleRémi Verschelde2016-10-3014-78/+80
* openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-308-0/+1766
* ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-3022-0/+2481
* webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-306-0/+432
* dds/etc1/pbm/pvr: Make those modules and split thirdparty filesRémi Verschelde2016-10-3026-0/+2311
* jpg: Make it a module and split jpgd thirdparty filesRémi Verschelde2016-10-306-0/+292
* Adapt overlooked instances of zero-based column numbersPedro J. Estébanez2016-10-171-5/+5
* Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)"Fabio Alessandrelli2016-10-172-12/+0
* Make text column numbers one-basedPedro J. Estébanez2016-10-171-1/+1
* i18n: Fix string that broke msgmergeRémi Verschelde2016-10-091-1/+1
* Throw an error when exporting a resource classFabio Alessandrelli2016-10-091-0/+10
* Add warning when (pre)loading paths with leading / (#4280 - #3106)Fabio Alessandrelli2016-10-092-1/+14
* Added constants from types in code completion, somehow this was never added.Juan Linietsky2016-09-181-1/+12
* Clean up GDScript templateRăzvan Cosmin Rădulescu2016-09-181-7/+5
* Improve/fix GridMap editorPedro J. Estébanez2016-09-012-25/+23
* Fix #5891 by not expecting the script instance to be a GDInstanceBojidar Marinov2016-08-081-2/+1
* Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-1/+1
* Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky2016-07-261-1/+1
* Set proper line into operators when parsing GDScript, fixes #5822Juan Linietsky2016-07-221-0/+11