| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added a list of signals to rename, this should become a header eventually | Juan Linietsky | 2017-01-12 | 2 | -1/+22 |
| * | Renamed most signals so they refer to: | Juan Linietsky | 2017-01-12 | 29 | -239/+239 |
| * | Made InputEvent use floating point coordinates. | Juan Linietsky | 2017-01-12 | 2 | -12/+12 |
| * | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky | 2017-01-11 | 2 | -0/+147 |
| * | Remove libmpcdec bundled lib, no longer used | Rémi Verschelde | 2017-01-11 | 24 | -4263/+0 |
| * | Dehardcode version major in editor settings | Rémi Verschelde | 2017-01-11 | 2 | -4/+4 |
| * | Proper inheritance checking when requesting theem resources | Juan Linietsky | 2017-01-11 | 3 | -25/+127 |
| * | removed stray hash | Juan Linietsky | 2017-01-11 | 1 | -1/+1 |
| * | Editor settings file is now versioned | Juan Linietsky | 2017-01-11 | 1 | -2/+6 |
| * | Added a BACK notification besides QUIT, so they go in separate channels. | Juan Linietsky | 2017-01-11 | 8 | -17/+36 |
| * | using VariantParser to parse engine.cfg | Juan Linietsky | 2017-01-11 | 1 | -584/+36 |
| * | Merge pull request #6930 from bojidar-bg/gdscript-export-array-hint | Rémi Verschelde | 2017-01-11 | 4 | -16/+102 |
| |\ |
|
| | * | Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit) | Bojidar Marinov | 2016-10-26 | 4 | -16/+102 |
| * | | Add information about dev communication channels | Rémi Verschelde | 2017-01-11 | 1 | -1/+16 |
| * | | remove shorteners for server types in script | Juan Linietsky | 2017-01-11 | 1 | -6/+0 |
| * | | fix code generation so it generates Transform2D instead of Matrix32 | Juan Linietsky | 2017-01-11 | 1 | -4/+4 |
| * | | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 17 | -93/+50 |
| * | | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde | 2017-01-11 | 7 | -3/+235 |
| |\ \ |
|
| | * | | Add named colors to GDScript/Visual Script/core. | Bojidar Marinov | 2016-12-17 | 7 | -3/+235 |
| * | | | Type renames: | Juan Linietsky | 2017-01-11 | 266 | -2468/+2466 |
| * | | | Merge pull request #7426 from m4nu3lf/bugfix/physics | Juan Linietsky | 2017-01-10 | 23 | -73/+356 |
| |\ \ \ |
|
| | * | | | Fixed inertia tensor computation and center of mass | m4nu3lf | 2017-01-09 | 23 | -73/+356 |
| * | | | | Merge pull request #7445 from tagcup/2d_math_fixes | Juan Linietsky | 2017-01-10 | 8 | -116/+126 |
| |\ \ \ \ |
|
| | * | | | | Various corrections in 2D math. | Ferenc Arn | 2017-01-10 | 8 | -116/+126 |
| * | | | | | Merge pull request #7438 from tagcup/matrix3_rotate_fix | Juan Linietsky | 2017-01-10 | 8 | -72/+103 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix the order in which additional transformations are applied in Matrix3 and ... | Ferenc Arn | 2017-01-08 | 8 | -72/+103 |
| * | | | | | | It is now possible to name layers of different kinds! | Juan Linietsky | 2017-01-10 | 20 | -44/+90 |
| * | | | | | | uses the global thread to protect the instacnes map in GDScript, closes #4615 | Juan Linietsky | 2017-01-10 | 2 | -3/+45 |
| * | | | | | | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky | 2017-01-10 | 15 | -57/+167 |
| * | | | | | | Merge pull request #7493 from neikeq/pr-mingw-bits | Rémi Verschelde | 2017-01-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Detect bits when building with MinGW | Ignacio Etcheverry | 2017-01-10 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #7492 from lonesurvivor/filesystem-dock | Rémi Verschelde | 2017-01-10 | 2 | -2/+55 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | FileSystemDock: Collapse folders by default, add context menu with "Expand al... | lonesurvivor | 2017-01-10 | 2 | -2/+55 |
| * | | | | | | | | Merge pull request #7491 from BastiaanOlij/tools-no-fixes | Rémi Verschelde | 2017-01-10 | 4 | -5/+13 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Few small fixes so tools=no and target=release compiles | BastiaanOlij | 2017-01-10 | 4 | -5/+13 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge pull request #7490 from touilleMan/issue-7481 | Rémi Verschelde | 2017-01-10 | 2 | -12/+0 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Remove deprecated Vector2.floorf method | Emmanuel Leblond | 2017-01-10 | 2 | -12/+0 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge pull request #7482 from volzhs/modulate-color | Rémi Verschelde | 2017-01-10 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Fix modulate property bind to Color | volzhs | 2017-01-09 | 1 | -2/+2 |
| * | | | | | | | | | Merge pull request #7462 from karroffel/error_code | Rémi Verschelde | 2017-01-10 | 2 | -0/+16 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | exposed OS.set_exit_code and OS.get_exit_code to ClassDB | karroffel | 2017-01-07 | 2 | -0/+16 |
| * | | | | | | | | | | Merge pull request #7425 from lonesurvivor/master | Rémi Verschelde | 2017-01-10 | 4 | -126/+140 |
| |\ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / /
|/| | | | | | | | | |
|
| | * | | | | | | | | | Fix for the huge audio latency of the SamplePlayer (>200 ms) | lonesurvivor | 2017-01-05 | 4 | -126/+140 |
| * | | | | | | | | | | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 48 | -101/+92 |
| * | | | | | | | | | | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky | 2017-01-10 | 21 | -95/+481 |
| * | | | | | | | | | | Issue template: warn about known unstability | Rémi Verschelde | 2017-01-09 | 2 | -10/+19 |
| * | | | | | | | | | | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky | 2017-01-09 | 10 | -31/+72 |
| * | | | | | | | | | | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 20 | -27/+64 |
| * | | | | | | | | | | Merge pull request #7480 from godotengine/ip-mingw2-workaround2 | Rémi Verschelde | 2017-01-09 | 1 | -1/+13 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Windows: Workaround missing includes in MinGW-w64 < 4 | Rémi Verschelde | 2017-01-09 | 1 | -1/+13 |
| | | |_|/ / / / / / /
| |/| | | | | | | | |
|