aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a list of signals to rename, this should become a header eventuallyJuan Linietsky2017-01-122-1/+22
* Renamed most signals so they refer to:Juan Linietsky2017-01-1229-239/+239
* Made InputEvent use floating point coordinates.Juan Linietsky2017-01-122-12/+12
* More efficient iteration syntax, and range() is converted behind the scenes t...Juan Linietsky2017-01-112-0/+147
* Remove libmpcdec bundled lib, no longer usedRémi Verschelde2017-01-1124-4263/+0
* Dehardcode version major in editor settingsRémi Verschelde2017-01-112-4/+4
* Proper inheritance checking when requesting theem resourcesJuan Linietsky2017-01-113-25/+127
* removed stray hashJuan Linietsky2017-01-111-1/+1
* Editor settings file is now versionedJuan Linietsky2017-01-111-2/+6
* Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-118-17/+36
* using VariantParser to parse engine.cfgJuan Linietsky2017-01-111-584/+36
* Merge pull request #6930 from bojidar-bg/gdscript-export-array-hintRémi Verschelde2017-01-114-16/+102
|\
| * Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit)Bojidar Marinov2016-10-264-16/+102
* | Add information about dev communication channelsRémi Verschelde2017-01-111-1/+16
* | remove shorteners for server types in scriptJuan Linietsky2017-01-111-6/+0
* | fix code generation so it generates Transform2D instead of Matrix32Juan Linietsky2017-01-111-4/+4
* | Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-1117-93/+50
* | Merge pull request #7093 from bojidar-bg/named-colorsRémi Verschelde2017-01-117-3/+235
|\ \
| * | Add named colors to GDScript/Visual Script/core.Bojidar Marinov2016-12-177-3/+235
* | | Type renames:Juan Linietsky2017-01-11266-2468/+2466
* | | Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky2017-01-1023-73/+356
|\ \ \
| * | | Fixed inertia tensor computation and center of massm4nu3lf2017-01-0923-73/+356
* | | | Merge pull request #7445 from tagcup/2d_math_fixesJuan Linietsky2017-01-108-116/+126
|\ \ \ \
| * | | | Various corrections in 2D math.Ferenc Arn2017-01-108-116/+126
* | | | | Merge pull request #7438 from tagcup/matrix3_rotate_fixJuan Linietsky2017-01-108-72/+103
|\ \ \ \ \
| * | | | | Fix the order in which additional transformations are applied in Matrix3 and ...Ferenc Arn2017-01-088-72/+103
* | | | | | It is now possible to name layers of different kinds!Juan Linietsky2017-01-1020-44/+90
* | | | | | uses the global thread to protect the instacnes map in GDScript, closes #4615Juan Linietsky2017-01-102-3/+45
* | | | | | - _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky2017-01-1015-57/+167
* | | | | | Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde2017-01-101-1/+1
|\ \ \ \ \ \
| * | | | | | Detect bits when building with MinGWIgnacio Etcheverry2017-01-101-1/+1
* | | | | | | Merge pull request #7492 from lonesurvivor/filesystem-dockRémi Verschelde2017-01-102-2/+55
|\ \ \ \ \ \ \
| * | | | | | | FileSystemDock: Collapse folders by default, add context menu with "Expand al...lonesurvivor2017-01-102-2/+55
* | | | | | | | Merge pull request #7491 from BastiaanOlij/tools-no-fixesRémi Verschelde2017-01-104-5/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Few small fixes so tools=no and target=release compilesBastiaanOlij2017-01-104-5/+13
| |/ / / / / / /
* | | | | | | | Merge pull request #7490 from touilleMan/issue-7481Rémi Verschelde2017-01-102-12/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove deprecated Vector2.floorf methodEmmanuel Leblond2017-01-102-12/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #7482 from volzhs/modulate-colorRémi Verschelde2017-01-101-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix modulate property bind to Colorvolzhs2017-01-091-2/+2
* | | | | | | | | Merge pull request #7462 from karroffel/error_codeRémi Verschelde2017-01-102-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | exposed OS.set_exit_code and OS.get_exit_code to ClassDBkarroffel2017-01-072-0/+16
* | | | | | | | | | Merge pull request #7425 from lonesurvivor/masterRémi Verschelde2017-01-104-126/+140
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix for the huge audio latency of the SamplePlayer (>200 ms)lonesurvivor2017-01-054-126/+140
* | | | | | | | | | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-1048-101/+92
* | | | | | | | | | Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky2017-01-1021-95/+481
* | | | | | | | | | Issue template: warn about known unstabilityRémi Verschelde2017-01-092-10/+19
* | | | | | | | | | -Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky2017-01-0910-31/+72
* | | | | | | | | | -All types have editable script now in propertiesJuan Linietsky2017-01-0920-27/+64
* | | | | | | | | | Merge pull request #7480 from godotengine/ip-mingw2-workaround2Rémi Verschelde2017-01-091-1/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde2017-01-091-1/+13
| | |_|/ / / / / / / | |/| | | | | | | |