aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7462 from karroffel/error_codeRémi Verschelde2017-01-101-0/+3
|\
| * exposed OS.set_exit_code and OS.get_exit_code to ClassDBkarroffel2017-01-071-0/+3
* | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-14/+14
|/
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-10/+48
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* vsnc --> vsyncISylvox2016-11-081-1/+1
* Core: Add singleton instance to _MarshallsIgnacio Etcheverry2016-11-051-1/+6
* Merge pull request #5847 from 29jm/patch-3Rémi Verschelde2016-07-221-0/+4
|\
| * Expose virtual keyboard functions to GDScriptJohan Manuel2016-07-211-0/+4
* | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-211-0/+1
|\ \ | |/ |/|
| * Add OS.request_attention() for WindowsGeorge Marques2016-07-051-0/+1
* | OS: Add get_engine_version methodRémi Verschelde2016-07-181-0/+2
* | windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan2016-07-031-0/+2
|/
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* Add sha256 to String and File/FileAccess.Bojidar Marinov2016-06-171-0/+1
* vsync supportJuan Linietsky2016-06-051-0/+3
* DPI Detection supportJuan Linietsky2016-05-291-0/+1
* Add function to convert Date time from a dictionary to EpochKyle Luce2016-03-161-1/+3
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-131-1/+3
* Borderless window support for the Win32 build. Default window position is now...Saracen2016-03-121-0/+2
* Merge pull request #3934 from Razzlegames/epocConvertRémi Verschelde2016-03-101-0/+1
|\
| * Added epoc to dictionary converterKyle Luce2016-03-051-0/+1
* | Merge pull request #3833 from AlexHolly/feature-file-md5Rémi Verschelde2016-03-081-0/+1
|\ \ | |/ |/|
| * expose md5 for file(s) to gdscriptAlexander Holland2016-02-251-0/+1
* | Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-0/+1
|/
* Reject any native video player calls on iOS that point to files within .pck a...Aren Villanueva2016-02-191-0/+1
* Merge pull request #3502 from trtstm/csvRémi Verschelde2016-02-031-1/+1
|\
| * File: Added delimiter to get_csv_linetmt2016-01-281-1/+1
* | thread renamingAriel Manzur2016-01-311-2/+2
|/
* Add ability to set "keep screen on" for androidvolzhs2016-01-161-0/+3
* -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-101-1/+1
* -Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky2016-01-101-0/+1
* thread set nameAriel Manzur2015-12-171-0/+2
* Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky2015-09-211-0/+3
* Add OS.get_system_time_msecMaximillian2015-08-061-0/+1
* added bindings for screen rotation in OSJuan Linietsky2015-08-041-0/+15
* adding some base64 marshallspunto-2015-07-281-0/+6
* Add OS.get_time_zone_info functionest312015-06-061-0/+1
* Add utc param to get_time and get_date methodsest312015-06-061-2/+2
* properly save external resources, fixes #1924Juan Linietsky2015-05-171-0/+5
* -Changed bootsplash option to use a file, fixes #1539Juan Linietsky2015-04-121-0/+1
* fixes to new window management APIJuan Linietsky2015-03-221-12/+12
* Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan2015-02-151-1/+1
* Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-151-0/+4
|\
| * begin new serialization frameworkJuan Linietsky2015-02-151-0/+2
| * New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-141-0/+2
* | added the following methods:hurikhan2015-01-171-4/+8
* | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-151-0/+2
* | get_screen() + set_screen() addedhurikhan2015-01-141-1/+3
* | get_screen_position() addedhurikhan2015-01-131-0/+1