aboutsummaryrefslogtreecommitdiff
path: root/core/bind (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7462 from karroffel/error_codeRémi Verschelde2017-01-102-0/+16
|\
| * exposed OS.set_exit_code and OS.get_exit_code to ClassDBkarroffel2017-01-072-0/+16
* | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-072-62/+62
|/
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-022-224/+463
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-012-2/+2
* vsnc --> vsyncISylvox2016-11-082-4/+4
* Merge pull request #7048 from neikeq/pr-marshals-singletonGeorge Marques2016-11-062-1/+13
|\
| * Core: Add singleton instance to _MarshallsIgnacio Etcheverry2016-11-052-1/+13
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-1/+1
|/
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* Fixed bug in make_dir_recursive, closes #6016Juan Linietsky2016-08-081-0/+7
* Merge pull request #5847 from 29jm/patch-3Rémi Verschelde2016-07-222-0/+18
|\
| * Expose virtual keyboard functions to GDScriptJohan Manuel2016-07-212-0/+18
* | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-212-0/+7
|\ \ | |/ |/|
| * Add OS.request_attention() for WindowsGeorge Marques2016-07-052-0/+7
* | Merge pull request #5709 from akien-mga/pr-get-engine-versionRémi Verschelde2016-07-182-0/+9
|\ \
| * | OS: Add get_engine_version methodRémi Verschelde2016-07-182-0/+9
* | | Remove some noisy debug printsRémi Verschelde2016-07-171-14/+0
|/ /
* | Fix binding of File::get_sha256()George Marques2016-07-141-1/+1
* | windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan2016-07-032-0/+15
|/
* Fix File.get_as_text() to return the whole fileGeorge Marques2016-06-211-0/+7
* -Changed how Dir works so it's more user friendly, closes #4705Juan Linietsky2016-06-181-1/+36
* -made get_space_left() return values more homogenous, also for script, conver...Juan Linietsky2016-06-181-1/+1
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-182-0/+56
* Add sha256 to String and File/FileAccess.Bojidar Marinov2016-06-172-0/+8
* vsync supportJuan Linietsky2016-06-052-0/+14
* DPI Detection supportJuan Linietsky2016-05-292-0/+7
* remove trailing whitespaceHubert Jarosz2016-05-211-16/+16
* classref: Directory and ConfigFileRémi Verschelde2016-05-121-5/+5
* Add function to convert Date time from a dictionary to EpochKyle Luce2016-03-162-28/+157
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-132-4/+7
* Remove undefined bindsRémi Verschelde2016-03-121-2/+0
* Borderless window support for the Win32 build. Default window position is now...Saracen2016-03-122-0/+14
* Merge pull request #3934 from Razzlegames/epocConvertRémi Verschelde2016-03-102-3/+73
|\
| * Added epoc to dictionary converterKyle Luce2016-03-052-3/+73
* | Merge pull request #3833 from AlexHolly/feature-file-md5Rémi Verschelde2016-03-082-0/+11
|\ \ | |/ |/|
| * expose md5 for file(s) to gdscriptAlexander Holland2016-02-252-0/+11
* | Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-272-0/+7
|/
* Reject any native video player calls on iOS that point to files within .pck a...Aren Villanueva2016-02-192-0/+6
* Merge pull request #3502 from trtstm/csvRémi Verschelde2016-02-032-4/+4
|\
| * File: Added delimiter to get_csv_linetmt2016-01-282-4/+4
* | thread renamingAriel Manzur2016-01-312-21/+11
|/
* Add ability to set "keep screen on" for androidvolzhs2016-01-162-0/+14
* -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-102-4/+4
* -Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky2016-01-102-0/+2
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-6/+6
* thread can't rename itself on initialization :(Ariel Manzur2015-12-181-2/+3
* thread renaming by core_bindAriel Manzur2015-12-181-3/+7
* thread set nameAriel Manzur2015-12-172-0/+17