summaryrefslogtreecommitdiffstats
path: root/core/bind
Commit message (Expand)AuthorAgeFilesLines
* Let memory stat functions return uint64_tPedro J. Estébanez2019-01-302-6/+6
* Fix error explanation in core_bind Thread::_start_funcPoommetee Ketson2019-01-111-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-012-4/+4
* doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* Added OS.get_system_time_msecs()volzhs2018-12-202-0/+6
* Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-232-2/+15
* Add store_csv_line method for FileKanabenki2018-11-162-5/+11
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-4/+4
* Expose OS::move_window_to_foregroundMarcelo Fernandez2018-11-072-0/+7
* Bind missing subresource flag in ResourceSaverAndrii Doroshenko (Xrayez)2018-10-182-0/+2
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
* SCons: Build core's thirdparty code in own environmentRémi Verschelde2018-09-281-2/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-16/+16
* Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky2018-08-242-0/+12
|\
| * Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-042-0/+12
* | fix #20390 :get_unix_time_from_datetime and get_date_time_from_unix_time can ...RaphaelHunter2018-08-132-26/+33
* | Fix ResourceLoader::exists() false negative and readd deprecated has()Rémi Verschelde2018-08-122-0/+13
* | Added function ResourceLoader.exists(), to check if a resource exists. Closes...Juan Linietsky2018-08-102-4/+10
* | Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-102-9/+0
* | Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-102-0/+9
|\ \ | |/ |/|
| * added get_creation_time function for gdscriptDaniele Giuliani2018-05-162-0/+9
* | Added a new MIDIDriver classMarcelo Fernandez2018-07-212-0/+7
* | Expose OS.get_ticks_usec()Marc Gilleron2018-06-182-0/+7
* | IME context detection.Saracen2018-06-112-0/+6
* | Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde2018-05-301-1/+2
* | GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-192-0/+30
|/
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-082-0/+15
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-072-0/+15
* | Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1Juan Linietsky2018-05-072-0/+14
|\ \
| * | Add hysteresis to physics timestep count per frameManuel Moos2018-04-092-0/+14
| |/
* | Merge pull request #15943 from poke1024/geometry-line-lineJuan Linietsky2018-05-072-0/+12
|\ \
| * | Add Geometry::line_intersects_line_2d()Bernhard Liebl2018-01-212-0/+12
* | | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* | | Merge pull request #18227 from bojidar-bg/fix-date-unix-crashRémi Verschelde2018-04-181-7/+7
|\ \ \
| * | | Fix crash resulting from bad month check in core_bind.cppBojidar Marinov2018-04-171-7/+7
| | |/ | |/|
* | | iPhone X support and iOS-related fixesRuslan Mustakov2018-04-112-0/+6
* | | Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-111-2/+2
|/ /
* | Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-132-0/+16
* | Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-042-0/+27
* | Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-142-0/+12
|\ \
| * | Add new window setting: always on topPedro J. Estébanez2018-01-052-0/+12
* | | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-122-0/+13
| |/ |/|
* | get_target_fps and set_target_fps now both use an intPaul Joannon2018-01-122-2/+2
* | Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+23
* | Merge pull request #15337 from touilleMan/fix-classdb_get_method_list-without...Rémi Verschelde2018-01-081-0/+6
|\ \
| * | Fix _ClassDB::get_method_list to returns only what's available when introspec...Emmanuel Leblond2018-01-041-0/+6
* | | Print error if a resource can't load from script, fixes #15313Juan Linietsky2018-01-051-1/+7
| |/ |/|
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-052-0/+2
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-012-4/+4
* Merge pull request #12603 from GodotExplorer/beautify-jsonRémi Verschelde2017-12-062-4/+4
|\