summaryrefslogtreecommitdiff
path: root/core/bind
AgeCommit message (Expand)Author
2016-05-21remove trailing whitespaceHubert Jarosz
2016-05-12classref: Directory and ConfigFileRémi Verschelde
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-12Remove undefined bindsRémi Verschelde
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-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-12-18thread can't rename itself on initialization :(Ariel Manzur
2015-12-18thread renaming by core_bindAriel Manzur
2015-12-17thread set nameAriel Manzur
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
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-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-06Add OS.get_time_zone_info functionest31
2015-06-06Add utc param to get_time and get_date methodsest31
2015-05-19fixes on sample importingJuan Linietsky
2015-05-18fix a crash situation when starting a thread and other small fixesJuan Linietsky
2015-05-17properly save external resources, fixes #1924Juan Linietsky
2015-04-12-Changed bootsplash option to use a file, fixes #1539Juan Linietsky
2015-04-03set screen parameter names for gdscripthurikhan
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