aboutsummaryrefslogtreecommitdiff
path: root/core/bind (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-1/+1
* Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
* Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky2015-09-212-0/+9
* Add OS.get_system_time_msecMaximillian2015-08-062-0/+6
* added bindings for screen rotation in OSJuan Linietsky2015-08-042-0/+37
* adding some base64 marshallspunto-2015-07-282-0/+83
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-0/+2
* Add OS.get_time_zone_info functionest312015-06-062-0/+11
* Add utc param to get_time and get_date methodsest312015-06-062-8/+8
* fixes on sample importingJuan Linietsky2015-05-191-1/+1
* fix a crash situation when starting a thread and other small fixesJuan Linietsky2015-05-181-2/+9
* properly save external resources, fixes #1924Juan Linietsky2015-05-172-1/+23
* -Changed bootsplash option to use a file, fixes #1539Juan Linietsky2015-04-122-0/+6
* set screen parameter names for gdscripthurikhan2015-04-031-5/+5
* fixes to new window management APIJuan Linietsky2015-03-222-46/+46
* Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan2015-02-152-3/+3
* Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-152-0/+18
|\
| * begin new serialization frameworkJuan Linietsky2015-02-152-0/+9
| * New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-142-0/+9
* | added the following methods:hurikhan2015-01-172-5/+29
* | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-152-1/+12
* | get_screen() + set_screen() addedhurikhan2015-01-142-4/+16
* | get_screen_position() addedhurikhan2015-01-132-0/+6
* | introduced the scons experimental_wm_api switch:hurikhan2015-01-132-0/+6
* | get_screen_size() addedhurikhan2015-01-112-0/+6
* | get_screen_count() addedhurikhan2015-01-112-0/+6
* | get_window_size() + set_window_size() addedhurikhan2015-01-112-2/+12
* | get_window_position() + set_window_position() addedhurikhan2015-01-112-0/+12
* | API change to set_fullscreen(enabled,screen)hurikhan2015-01-102-4/+4