summaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
AgeCommit message (Expand)Author
2016-07-22Merge pull request #5847 from 29jm/patch-3Rémi Verschelde
2016-07-21Expose virtual keyboard functions to GDScriptJohan Manuel
2016-07-21Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde
2016-07-18OS: Add get_engine_version methodRémi Verschelde
2016-07-05Add OS.request_attention() for WindowsGeorge Marques
2016-07-03windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
2016-06-05vsync supportJuan Linietsky
2016-05-29DPI Detection supportJuan Linietsky
2016-03-16Add function to convert Date time from a dictionary to EpochKyle Luce
2016-03-13Fixes the month consistency issue in enums and get_date etcKyle Luce
2016-03-12Borderless window support for the Win32 build. Default window position is now...Saracen
2016-03-10Merge pull request #3934 from Razzlegames/epocConvertRémi Verschelde
2016-03-08Merge pull request #3833 from AlexHolly/feature-file-md5Rémi Verschelde
2016-03-05Added epoc to dictionary converterKyle Luce
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky
2016-02-25expose md5 for file(s) to gdscriptAlexander Holland
2016-02-19Reject any native video player calls on iOS that point to files within .pck a...Aren Villanueva
2016-02-03Merge pull request #3502 from trtstm/csvRémi Verschelde
2016-01-31thread renamingAriel Manzur
2016-01-28File: Added delimiter to get_csv_linetmt
2016-01-16Add ability to set "keep screen on" for androidvolzhs
2016-01-10-Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky
2016-01-10-Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky
2015-12-17thread set nameAriel Manzur
2015-09-21Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky
2015-08-06Add OS.get_system_time_msecMaximillian
2015-08-04added bindings for screen rotation in OSJuan Linietsky
2015-07-28adding some base64 marshallspunto-
2015-06-06Add OS.get_time_zone_info functionest31
2015-06-06Add utc param to get_time and get_date methodsest31
2015-05-17properly save external resources, fixes #1924Juan Linietsky
2015-04-12-Changed bootsplash option to use a file, fixes #1539Juan Linietsky
2015-03-22fixes to new window management APIJuan Linietsky
2015-02-15Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan
2015-02-15Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-02-15begin new serialization frameworkJuan Linietsky
2015-02-14New Navigation & Pathfinding support for 2DJuan Linietsky
2015-01-17added the following methods:hurikhan
2015-01-15WIP -- set_resizable() + is_resizable addedhurikhan
2015-01-14get_screen() + set_screen() addedhurikhan
2015-01-13get_screen_position() addedhurikhan
2015-01-13introduced the scons experimental_wm_api switch:hurikhan
2015-01-11get_screen_size() addedhurikhan
2015-01-11 get_screen_count() addedhurikhan
2015-01-11get_window_size() + set_window_size() addedhurikhan
2015-01-11get_window_position() + set_window_position() addedhurikhan
2015-01-10API change to set_fullscreen(enabled,screen)hurikhan
2015-01-10x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )hurikhan