Age | Commit message (Expand) | Author |
2018-03-13 | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-02-14 | Merge pull request #15564 from RandomShaper/adpod-topmost | Rémi Verschelde |
2018-02-12 | Added OS::center_window to center the window precisely on desktop platforms | Marcelo Fernandez |
2018-01-12 | get_target_fps and set_target_fps now both use an int | Paul Joannon |
2018-01-05 | Add new window setting: always on top | Pedro J. Estébanez |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-06 | Merge pull request #12603 from GodotExplorer/beautify-json | Rémi Verschelde |
2017-11-17 | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde |
2017-11-14 | Move singleton management from ProjectSettings to Engine | Leon Krause |
2017-11-07 | Add indent and sort keys support for JSON.print | Geequlim |
2017-11-05 | Basic docs for Geometry plus two new functions | Bernhard Liebl |
2017-10-04 | Merge pull request #11823 from endragor/virtual-keyboard-height | Gilles Roudiere |
2017-10-04 | Allow to obtain virtual keyboard height | Ruslan Mustakov |
2017-10-03 | fixed the OS.has_feature() API, and added support for 32 and 64. | Juan Linietsky |
2017-10-03 | Merge pull request #11782 from eska014/persistent-userfs-test | Hein-Pieter van Braam |
2017-10-02 | Add OS::is_userfs_persistent to check user:// persistence | Leon Krause |
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-17 | Merge pull request #11294 from karroffel/json-object | Thomas Herzog |
2017-09-16 | Adds _OS::PowerState enum | Ignacio Etcheverry |
2017-09-15 | added JSON singleton | karroffel |
2017-09-13 | Fix enums bindings | Maxim Sheronov |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-22 | Merge pull request #10487 from marcelofg55/curscr_as_default | Rémi Verschelde |
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky |
2017-08-21 | p_screen param from get_screen_* funcs now default to the current screen | Marcelo Fernandez |
2017-08-21 | Fixes for new two-dash long command line arguments | Rémi Verschelde |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky |
2017-08-19 | Revert "Second take at making command-line arguments more UNIX-like + main.cp... | Juan Linietsky |
2017-08-19 | Fixes for new two-dash long command line arguments | Rémi Verschelde |
2017-08-19 | Adds editor_hint to Engine class | Ignacio Etcheverry |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-07-13 | Add GZIP compression support | George Marques |
2017-07-11 | IME window follow the input cursor. | geequlim |
2017-06-19 | Add compression support for File object | George Marques |
2017-06-13 | Fixed thread check, solves: #3698 | kubeczek |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-09 | Merge pull request #8333 from touilleMan/classdb-class_sget_property-binding | Rémi Verschelde |
2017-04-09 | Add _ClassDB.class_[g|s]et_property to ClassDB exposed methods | Emmanuel Leblond |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Merge pull request #7950 from RandomShaper/expose-more-geom | Rémi Verschelde |
2017-03-04 | Expose uncapped versions of closest-point-to-segment utilities | Pedro J. Estébanez |
2017-03-04 | Add API to access battery power state | Julian Murgia |
2017-03-04 | Expose Geometry::get_closest_point_to_segment_2d() | Pedro J. Estébanez |