aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-27130-130/+130
* Re-apply clang-format to all filesRémi Verschelde2017-08-272-5/+5
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-08-202-5/+5
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-183-4/+4
* push variable later when created, to avoid self-referencing as a valid case, ...Juan Linietsky2017-08-131-2/+5
* Enhanced debugger. ake 2.1 more productive!geequlim2017-07-112-6/+46
* Merge pull request #9364 from Noshyaar/pr-genh21Rémi Verschelde2017-06-251-1/+1
|\
| * BuildSystem: generated files have .gen.extPoommetee Ketson2017-06-251-1/+1
* | GdScript: Add signal autocompletion to emit_signal functionMariano Suligoy2017-06-251-1/+1
|/
* Update freetype to 2.8volzhs2017-06-251-0/+6
* Fix cherry-picking issues caused by code updatesGeorge Marques2017-06-072-0/+35
* Use libsquish to decompress DXT textures.Ferenc Arn2017-05-263-0/+43
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-05-266-1380/+16
* Detect SSE/SSE2 for libsquish.Ferenc Arn2017-05-261-0/+6
* fixed a bug where saving a GDScript file crashed the editorKarroffel2017-05-261-1/+4
* Fix typo in Parser Error messagecurtisxk382017-05-261-1/+1
* Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez2017-05-172-4/+16
* Implemented scrolling factor for smooth trackpad scrollingSean Bohan2017-05-151-2/+2
* Revert "Make inline blocks in GDScript more pythonic"Rémi Verschelde2017-04-081-9/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-08126-0/+126
* Add enum naming, by assinging a given enum's values to a DictBojidar Marinov2017-04-061-0/+20
* Adds enums to GDScriptBojidar Marinov2017-04-063-0/+87
* SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-251-1/+0
* Make inline blocks in GDScript more pythonicBojidar Marinov2017-03-241-1/+9
* 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