aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed reloading of tool scripts within editor, they should work much better n...Juan Linietsky2016-07-202-2/+22
* Forgot to clear signals on recompile, closes #5729Juan Linietsky2016-07-171-0/+1
* Allow semicolon after 'pass' keywordGeorge Marques2016-07-101-0/+4
* Revert removing of function call in gd_parserGeorge Marques2016-07-081-0/+1
* Removed unused variables (first pass)Rémi Verschelde2016-07-077-60/+10
* Merge pull request #5407 from RandomShaper/opt-self-indexingJuan Linietsky2016-07-011-3/+11
|\
| * Optimize member access with selfPedro J. Estébanez2016-06-251-3/+11
* | Only check for constants when parsing constants, should close #5497Juan Linietsky2016-06-302-20/+22
* | Ability to put constants in constant expressions, closes #5264Juan Linietsky2016-06-291-0/+9
* | Warn instad of crashing when class instance is gone after yield. Closes #5247...Juan Linietsky2016-06-293-0/+30
* | Properly show the source:line even in inner clases, closes #3766Juan Linietsky2016-06-282-1/+2
* | Fix bug in inner class reference, closes #1411Juan Linietsky2016-06-281-4/+9
* | Fixed bug related to resolving constants in a class, closes #1110Juan Linietsky2016-06-281-1/+1
* | Fix extends issue, closes #4026Juan Linietsky2016-06-282-1/+7
* | Fix cscript module syntax errors for MSVC compilerGeorge Marques2016-06-261-14/+14
* | missing filesJuan Linietsky2016-06-264-0/+83
* | -Fix crashes with thread_exit()Juan Linietsky2016-06-263-1/+571
|/