| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | 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 | 1 | -0/+89 |
| * | | | Proper inheritance checking when requesting theem resources | Juan Linietsky | 2017-01-11 | 2 | -1/+14 |
| * | | | Added a BACK notification besides QUIT, so they go in separate channels. | Juan Linietsky | 2017-01-11 | 1 | -5/+6 |
| * | | | using VariantParser to parse engine.cfg | Juan Linietsky | 2017-01-11 | 1 | -584/+36 |
| * | | | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 10 | -73/+30 |
| * | | | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde | 2017-01-11 | 3 | -1/+172 |
| |\ \ \ |
|
| | * | | | Add named colors to GDScript/Visual Script/core. | Bojidar Marinov | 2016-12-17 | 3 | -1/+172 |
| * | | | | Type renames: | Juan Linietsky | 2017-01-11 | 51 | -1140/+1139 |
| * | | | | Merge pull request #7426 from m4nu3lf/bugfix/physics | Juan Linietsky | 2017-01-10 | 5 | -2/+168 |
| |\ \ \ \ |
|
| | * | | | | Fixed inertia tensor computation and center of mass | m4nu3lf | 2017-01-09 | 5 | -2/+168 |
| * | | | | | Merge pull request #7445 from tagcup/2d_math_fixes | Juan Linietsky | 2017-01-10 | 2 | -94/+107 |
| |\ \ \ \ \ |
|
| | * | | | | | Various corrections in 2D math. | Ferenc Arn | 2017-01-10 | 2 | -94/+107 |
| * | | | | | | Merge pull request #7438 from tagcup/matrix3_rotate_fix | Juan Linietsky | 2017-01-10 | 4 | -27/+58 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Fix the order in which additional transformations are applied in Matrix3 and ... | Ferenc Arn | 2017-01-08 | 4 | -27/+58 |
| * | | | | | | | It is now possible to name layers of different kinds! | Juan Linietsky | 2017-01-10 | 2 | -2/+10 |
| * | | | | | | | Merge pull request #7491 from BastiaanOlij/tools-no-fixes | Rémi Verschelde | 2017-01-10 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Few small fixes so tools=no and target=release compiles | BastiaanOlij | 2017-01-10 | 1 | -3/+3 |
| * | | | | | | | | Merge pull request #7490 from touilleMan/issue-7481 | Rémi Verschelde | 2017-01-10 | 1 | -5/+0 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Remove deprecated Vector2.floorf method | Emmanuel Leblond | 2017-01-10 | 1 | -5/+0 |
| | |/ / / / / / / |
|
| * | | | | | | | | 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 |
| * | | | | | | | | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky | 2017-01-10 | 2 | -22/+118 |
| * | | | | | | | | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky | 2017-01-09 | 2 | -0/+5 |
| * | | | | | | | | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 3 | -4/+2 |
| * | | | | | | | | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky | 2017-01-08 | 5 | -43/+21 |
| * | | | | | | | | Remove XML format, as promised, for 3.0 | Juan Linietsky | 2017-01-08 | 3 | -3070/+0 |
| * | | | | | | | | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 7 | -58/+197 |
| * | | | | | | | | Move tests again from core to main | Rémi Verschelde | 2017-01-08 | 28 | -6204/+0 |
| * | | | | | | | | Made Variant::NIL printable as "Null". Please everyone be on the lookout of b... | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | | | | | | | | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 13 | -45/+45 |
| * | | | | | | | | Dictionary keys are now sorted by insertion order | Juan Linietsky | 2017-01-08 | 2 | -13/+89 |
| * | | | | | | | | i18n: Add support for Scots (sco) language | Rémi Verschelde | 2017-01-08 | 1 | -0/+1 |
| * | | | | | | | | Move core engine tests to core/ | Rémi Verschelde | 2017-01-08 | 28 | -0/+6204 |
| * | | | | | | | | -Fix bugs related to PoolVector crashes | Juan Linietsky | 2017-01-08 | 1 | -5/+33 |
| * | | | | | | | | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 64 | -1744/+1302 |
| |/ / / / / / / |
|
| * | / / / / / | -Changed memory functions, Memory::alloc_static*, simplified them, made them ... | Juan Linietsky | 2017-01-06 | 12 | -593/+329 |
| | |/ / / / /
|/| | | | | |
|
| * | | | | | | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 26 | -172/+215 |
| * | | | | | | -GDScript support for accessing properties directly | Juan Linietsky | 2017-01-04 | 2 | -0/+17 |
| |/ / / / / |
|
| * | | | | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2017-01-04 | 6 | -82/+159 |
| |\ \ \ \ \ |
|
| | * | | | | | Use right handed coordinate system for rotation matrices and quaternions. Als... | Ferenc Arn | 2017-01-03 | 6 | -82/+159 |
| | |/ / / / |
|
| * / / / / | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 3 | -2/+39 |
| |/ / / / |
|
| * | | | | Begin modifying properties to make them more friendly to script and doc. | Juan Linietsky | 2017-01-03 | 6 | -6/+17 |
| * | | | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 71 | -953/+1196 |
| * | | | | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 19 | -1572/+915 |
| |\ \ \ \ |
|
| | * | | | | Some fixes and clean ups | Juan Linietsky | 2016-12-31 | 1 | -1/+1 |
| | * | | | | Some BRDF fixes | Juan Linietsky | 2016-12-21 | 1 | -0/+2 |
| | * | | | | work in progress global illumination | Juan Linietsky | 2016-12-20 | 1 | -11/+11 |
| | * | | | | DOF blur, near and far fields.. | Juan Linietsky | 2016-12-10 | 2 | -2/+2 |
| | * | | | | Support for SSAO | Juan Linietsky | 2016-12-04 | 2 | -0/+10 |