aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-219-9/+9
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-162-2/+2
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-155-579/+82
* -begin of export work, not done yetJuan Linietsky2017-02-151-0/+2
* Remove bounds check when resuming from yield.Hein-Pieter van Braam2017-02-131-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1313-265/+265
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-138-75/+75
* Merge pull request #7723 from lonesurvivor/gdscript-range-fixRémi Verschelde2017-02-121-4/+3
|\
| * Fix parsing bug which causes range(variable) to crash the enginelonesurvivor2017-02-041-4/+3
* | Several bugfixes, improving the import workflowJuan Linietsky2017-02-062-12/+12
|/
* Changed OGG Vorbis type to be imported, so it's possible to specify loopJuan Linietsky2017-02-035-76/+184
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-3/+4
* Merge pull request #7583 from karroffel/wildcardRémi Verschelde2017-01-233-7/+9
|\
| * made _ a special token in GDScriptkarroffel2017-01-203-7/+9
* | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-216-0/+411
* | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-162-63/+63
|/
* Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde2017-01-162-4/+4
|\
| * Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn2017-01-152-4/+4
* | Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-163-27/+33
* | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-169-17/+17
* | Style: No break before list braceRémi Verschelde2017-01-161-2/+1
* | Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-164-4/+4
* | Oops! Audio engine has vanished :DJuan Linietsky2017-01-1554-12916/+10
* | Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde2017-01-153-78/+107
|/
* Compile error when duplicate key in dictionery literal #7034James Mintram2017-01-141-0/+11
* Merge pull request #6845 from karroffel/masterJuan Linietsky2017-01-146-1/+696
|\
| * pattern matcher: Implemented backendKarroffel2017-01-114-286/+372
| * pattern matcher: Implemented transformationsKarroffel2017-01-113-35/+393
| * pattern matching: implemented parserKarroffel2017-01-114-1/+252
* | Merge pull request #4918 from jjay/f/error_on_redefineJuan Linietsky2017-01-141-0/+25
|\ \
| * | [GDScript] Redefine var results in an errorYakov Borevich2016-05-301-0/+25
* | | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-142-10/+10
* | | Style: Fix whole-line commented codeRémi Verschelde2017-01-1428-87/+113
* | | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-1412-16/+16
* | | rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-131-2/+2
* | | Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky2017-01-121-0/+1
* | | some class renamesJuan Linietsky2017-01-122-7/+7
* | | Implicit inheritance now defaults to Resource, will error for node scripts if...Juan Linietsky2017-01-122-1/+8
* | | More efficient iteration syntax, and range() is converted behind the scenes t...Juan Linietsky2017-01-111-0/+58
* | | Merge pull request #6930 from bojidar-bg/gdscript-export-array-hintRémi Verschelde2017-01-111-2/+33
|\ \ \
| * | | Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit)Bojidar Marinov2016-10-261-2/+33
* | | | Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-114-11/+11
* | | | Merge pull request #7093 from bojidar-bg/named-colorsRémi Verschelde2017-01-114-2/+63
|\ \ \ \
| * | | | Add named colors to GDScript/Visual Script/core.Bojidar Marinov2016-12-174-2/+63
* | | | | Type renames:Juan Linietsky2017-01-1114-78/+77
* | | | | It is now possible to name layers of different kinds!Juan Linietsky2017-01-101-1/+1
* | | | | uses the global thread to protect the instacnes map in GDScript, closes #4615Juan Linietsky2017-01-102-3/+45
* | | | | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-102-3/+2
* | | | | -All types have editable script now in propertiesJuan Linietsky2017-01-092-4/+0
* | | | | Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky2017-01-083-1/+78