Age | Commit message (Expand) | Author |
2017-01-15 | Fix error while JSON::parse with empty string | Geequlim |
2017-01-14 | no more errors related to missing GlobalConfig::Get (or so I hope) | Juan Linietsky |
2017-01-15 | Merge pull request #7127 from BastiaanOlij/ios_meters | Rémi Verschelde |
2017-01-14 | MethodBind: Make sure header order is kept | Rémi Verschelde |
2017-01-14 | Merge pull request #7525 from neikeq/pr-plus_file | Rémi Verschelde |
2017-01-14 | Fix _Directory::get_current_drive error condition | Wilhem Barbier |
2017-01-14 | String: plus_file(String) no longer adds a root | Ignacio Etcheverry |
2017-01-14 | Merge pull request #7524 from neikeq/pr-dir-getcurdrive | Rémi Verschelde |
2017-01-14 | Directory: Bind get_current_drive() method | Ignacio Etcheverry |
2017-01-14 | Merge pull request #7010 from AlexHolly/format-string2 | Juan Linietsky |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | Unexpose the video mode API, will be completely removed when multi-window sup... | Juan Linietsky |
2017-01-14 | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky |
2017-01-14 | UDP.set_send_address to UDP.set_dest_address | Juan Linietsky |
2017-01-14 | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky |
2017-01-13 | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na... | Juan Linietsky |
2017-01-13 | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky |
2017-01-13 | Replace Engine version API by preexisting OS one | Rémi Verschelde |
2017-01-13 | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky |
2017-01-12 | made math functions inlnie | Juan Linietsky |
2017-01-12 | Added support for getting gravity vector from iOS | BastiaanOlij |
2017-01-12 | Made InputEvent use floating point coordinates. | Juan Linietsky |
2017-01-11 | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky |
2017-01-11 | Proper inheritance checking when requesting theem resources | Juan Linietsky |
2017-01-11 | Added a BACK notification besides QUIT, so they go in separate channels. | Juan Linietsky |
2017-01-11 | using VariantParser to parse engine.cfg | Juan Linietsky |
2017-01-11 | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky |
2017-01-11 | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-10 | Merge pull request #7426 from m4nu3lf/bugfix/physics | Juan Linietsky |
2017-01-10 | Merge pull request #7445 from tagcup/2d_math_fixes | Juan Linietsky |
2017-01-10 | Merge pull request #7438 from tagcup/matrix3_rotate_fix | Juan Linietsky |
2017-01-10 | It is now possible to name layers of different kinds! | Juan Linietsky |
2017-01-10 | Various corrections in 2D math. | Ferenc Arn |
2017-01-10 | Merge pull request #7491 from BastiaanOlij/tools-no-fixes | Rémi Verschelde |
2017-01-10 | Merge pull request #7490 from touilleMan/issue-7481 | Rémi Verschelde |
2017-01-10 | Merge pull request #7462 from karroffel/error_code | Rémi Verschelde |
2017-01-10 | Few small fixes so tools=no and target=release compiles | BastiaanOlij |
2017-01-10 | Remove deprecated Vector2.floorf method | Emmanuel Leblond |
2017-01-10 | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky |
2017-01-09 | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky |
2017-01-09 | -All types have editable script now in properties | Juan Linietsky |
2017-01-08 | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky |
2017-01-09 | Fixed inertia tensor computation and center of mass | m4nu3lf |
2017-01-08 | Remove XML format, as promised, for 3.0 | Juan Linietsky |
2017-01-08 | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky |
2017-01-08 | Move tests again from core to main | Rémi Verschelde |
2017-01-08 | Made Variant::NIL printable as "Null". Please everyone be on the lookout of b... | Juan Linietsky |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |