summaryrefslogtreecommitdiffstats
path: root/core/bind
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add indent and sort keys support for JSON.printGeequlim2017-11-072-4/+4
* | Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-172-4/+4
* | Move singleton management from ProjectSettings to EngineLeon Krause2017-11-142-0/+16
* | Basic docs for Geometry plus two new functionsBernhard Liebl2017-11-052-0/+14
|/
* Add Colemak keybindings to editor for osxN0hbdy2017-10-301-0/+1
* Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere2017-10-042-0/+6
|\
| * Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-042-0/+6
* | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-032-0/+9
* | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-032-0/+8
|\ \ | |/ |/|
| * Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-022-0/+8
* | Renamed fixed_process to physics_processAndreaCatania2017-09-302-4/+4
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-202-13/+11
* Merge pull request #11294 from karroffel/json-objectThomas Herzog2017-09-172-0/+120
|\
| * added JSON singletonkarroffel2017-09-152-0/+120
* | Adds _OS::PowerState enumIgnacio Etcheverry2017-09-162-8/+17
|/
* Fix enums bindingsMaxim Sheronov2017-09-132-8/+8
* 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-272-2/+2
* 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-222-6/+6
|\
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-212-6/+6
* | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde2017-08-221-2/+1
|\ \
| * | Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+1
* | | Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-212-60/+69
|\ \ \ | |/ / |/| |
| * | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-202-60/+69
| |/
* | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-212-9/+0
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-202-0/+16
|\ \ | |/ |/|
| * Adds editor_hint to Engine classIgnacio Etcheverry2017-08-192-0/+16
* | Revert "Second take at making command-line arguments more UNIX-like + main.cp...Juan Linietsky2017-08-192-0/+9
* | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-192-9/+0
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-1/+1
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-28/+28
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-072-10/+10
* Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+2
* Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* Add GZIP compression supportGeorge Marques2017-07-132-1/+3
* IME window follow the input cursor.geequlim2017-07-112-0/+9