Age | Commit message (Expand) | Author |
2019-03-05 | Fixes stderr silence; adds missing quote from exe args(windows) | Luis Martinez |
2019-02-16 | Expose OS::get_current_video_driver to scripting languages | Rémi Verschelde |
2019-01-30 | Let memory stat functions return uint64_t | Pedro J. Estébanez |
2019-01-11 | Fix error explanation in core_bind Thread::_start_func | Poommetee Ketson |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-11-16 | Add store_csv_line method for File | Kanabenki |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-07 | Expose OS::move_window_to_foreground | Marcelo Fernandez |
2018-10-18 | Bind missing subresource flag in ResourceSaver | Andrii Doroshenko (Xrayez) |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-09-28 | SCons: Build core's thirdparty code in own environment | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky |
2018-08-13 | fix #20390 :get_unix_time_from_datetime and get_date_time_from_unix_time can ... | RaphaelHunter |
2018-08-12 | Fix ResourceLoader::exists() false negative and readd deprecated has() | Rémi Verschelde |
2018-08-10 | Added function ResourceLoader.exists(), to check if a resource exists. Closes... | Juan Linietsky |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |
2018-08-10 | Merge pull request #18914 from notwarp/master | Juan Linietsky |
2018-08-04 | Add OS::open_midi_inputs and OS::close_midi_inputs | Marcelo Fernandez |
2018-07-21 | Added a new MIDIDriver class | Marcelo Fernandez |
2018-06-18 | Expose OS.get_ticks_usec() | Marc Gilleron |
2018-06-11 | IME context detection. | Saracen |
2018-05-30 | Improve return value of OS.execute in blocking/non-blocking variants | Rémi Verschelde |
2018-05-19 | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir |
2018-05-16 | added get_creation_time function for gdscript | Daniele Giuliani |
2018-05-08 | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam |
2018-05-07 | Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1 | Juan Linietsky |
2018-05-07 | Merge pull request #15943 from poke1024/geometry-line-line | Juan Linietsky |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-04-18 | Merge pull request #18227 from bojidar-bg/fix-date-unix-crash | Rémi Verschelde |
2018-04-17 | Fix crash resulting from bad month check in core_bind.cpp | Bojidar Marinov |
2018-04-11 | iPhone X support and iOS-related fixes | Ruslan Mustakov |
2018-04-11 | Update classref and docs, fix missing parameters' name | Poommetee Ketson |
2018-04-09 | Add hysteresis to physics timestep count per frame | Manuel Moos |
2018-04-07 | Experimental support for windows with per-pixel transparency (macOS, X11 and ... | bruvzg |
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-21 | Add Geometry::line_intersects_line_2d() | Bernhard Liebl |
2018-01-12 | get_target_fps and set_target_fps now both use an int | Paul Joannon |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-08 | Merge pull request #15337 from touilleMan/fix-classdb_get_method_list-without... | Rémi Verschelde |
2018-01-05 | Print error if a resource can't load from script, fixes #15313 | Juan Linietsky |
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-04 | Fix _ClassDB::get_method_list to returns only what's available when introspec... | Emmanuel Leblond |