| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fixed reloading of tool scripts within editor, they should work much better n... | Juan Linietsky | 2016-07-20 | 2 | -2/+22 |
| * | Forgot to clear signals on recompile, closes #5729 | Juan Linietsky | 2016-07-17 | 1 | -0/+1 |
| * | Allow semicolon after 'pass' keyword | George Marques | 2016-07-10 | 1 | -0/+4 |
| * | Revert removing of function call in gd_parser | George Marques | 2016-07-08 | 1 | -0/+1 |
| * | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 7 | -60/+10 |
| * | Merge pull request #5407 from RandomShaper/opt-self-indexing | Juan Linietsky | 2016-07-01 | 1 | -3/+11 |
| |\ |
|
| | * | Optimize member access with self | Pedro J. Estébanez | 2016-06-25 | 1 | -3/+11 |
| * | | Only check for constants when parsing constants, should close #5497 | Juan Linietsky | 2016-06-30 | 2 | -20/+22 |
| * | | Ability to put constants in constant expressions, closes #5264 | Juan Linietsky | 2016-06-29 | 1 | -0/+9 |
| * | | Warn instad of crashing when class instance is gone after yield. Closes #5247... | Juan Linietsky | 2016-06-29 | 3 | -0/+30 |
| * | | Properly show the source:line even in inner clases, closes #3766 | Juan Linietsky | 2016-06-28 | 2 | -1/+2 |
| * | | Fix bug in inner class reference, closes #1411 | Juan Linietsky | 2016-06-28 | 1 | -4/+9 |
| * | | Fixed bug related to resolving constants in a class, closes #1110 | Juan Linietsky | 2016-06-28 | 1 | -1/+1 |
| * | | Fix extends issue, closes #4026 | Juan Linietsky | 2016-06-28 | 2 | -1/+7 |
| * | | Fix cscript module syntax errors for MSVC compiler | George Marques | 2016-06-26 | 1 | -14/+14 |
| * | | missing files | Juan Linietsky | 2016-06-26 | 4 | -0/+83 |
| * | | -Fix crashes with thread_exit() | Juan Linietsky | 2016-06-26 | 3 | -1/+571 |
| |/ |
|