aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose OS.get_ticks_usec()Marc Gilleron2018-06-181-0/+6
* IME context detection.Saracen2018-06-111-0/+5
* 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-191-0/+25
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+12
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+12
* | Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1Juan Linietsky2018-05-071-0/+11
|\ \
| * | Add hysteresis to physics timestep count per frameManuel Moos2018-04-091-0/+11
| |/
* | Merge pull request #15943 from poke1024/geometry-line-lineJuan Linietsky2018-05-071-0/+11
|\ \
| * | Add Geometry::line_intersects_line_2d()Bernhard Liebl2018-01-211-0/+11
* | | 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-111-0/+5
* | | 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-131-0/+13
* | Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-0/+21
* | Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-141-0/+10
|\ \
| * | Add new window setting: always on topPedro J. Estébanez2018-01-051-0/+10
* | | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-121-0/+11
| |/ |/|
* | get_target_fps and set_target_fps now both use an intPaul Joannon2018-01-121-1/+1
* | 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-051-0/+1
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Merge pull request #12603 from GodotExplorer/beautify-jsonRémi Verschelde2017-12-061-3/+3
|\
| * Add indent and sort keys support for JSON.printGeequlim2017-11-071-3/+3
* | Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-3/+3
* | Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-0/+13
* | Basic docs for Geometry plus two new functionsBernhard Liebl2017-11-051-0/+12
|/
* Add Colemak keybindings to editor for osxN0hbdy2017-10-301-0/+1
* Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere2017-10-041-0/+5
|\
| * Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-041-0/+5
* | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-031-0/+7
* | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-031-0/+6
|\ \ | |/ |/|
| * Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-021-0/+6
* | Renamed fixed_process to physics_processAndreaCatania2017-09-301-3/+3
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-201-12/+10
* Merge pull request #11294 from karroffel/json-objectThomas Herzog2017-09-171-0/+74
|\
| * added JSON singletonkarroffel2017-09-151-0/+74
* | Adds _OS::PowerState enumIgnacio Etcheverry2017-09-161-7/+7
|/
* Fix enums bindingsMaxim Sheronov2017-09-131-6/+6
* Fix typos 'a' and 'an'Poommetee Ketson2017-09-021-1/+1
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-221-3/+3
|\
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-211-3/+3