aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky2015-09-211-0/+6
* Add OS.get_system_time_msecMaximillian2015-08-061-0/+5
* added bindings for screen rotation in OSJuan Linietsky2015-08-041-0/+22
* adding some base64 marshallspunto-2015-07-281-0/+77
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-0/+2
* Add OS.get_time_zone_info functionest312015-06-061-0/+10
* Add utc param to get_time and get_date methodsest312015-06-061-6/+6
* 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-171-1/+18
* -Changed bootsplash option to use a file, fixes #1539Juan Linietsky2015-04-121-0/+5
* set screen parameter names for gdscripthurikhan2015-04-031-5/+5
* fixes to new window management APIJuan Linietsky2015-03-221-34/+34
* Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan2015-02-151-2/+2
* Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-151-0/+14
|\
| * begin new serialization frameworkJuan Linietsky2015-02-151-0/+7
| * New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-141-0/+7
* | added the following methods:hurikhan2015-01-171-1/+21
* | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-151-1/+10
* | get_screen() + set_screen() addedhurikhan2015-01-141-3/+13
* | get_screen_position() addedhurikhan2015-01-131-0/+5
* | introduced the scons experimental_wm_api switch:hurikhan2015-01-131-0/+4
* | get_screen_size() addedhurikhan2015-01-111-0/+5
* | get_screen_count() addedhurikhan2015-01-111-0/+5
* | get_window_size() + set_window_size() addedhurikhan2015-01-111-1/+10
* | get_window_position() + set_window_position() addedhurikhan2015-01-111-0/+10
* | API change to set_fullscreen(enabled,screen)hurikhan2015-01-101-3/+3
* | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )hurikhan2015-01-101-0/+12
|/
* Merge pull request #958 from adolson/bind-set_window_titleJuan Linietsky2015-01-081-1/+1
|\
| * added GDScript binding for set_window_titleDana Olson2014-12-101-1/+1
* | -fix get_as_text (#1022 )Juan Linietsky2014-12-211-0/+1
* | FixesJuan Linietsky2014-12-201-3/+3
|/
* -Ability to ask for documents/pictures/etc system dirs.Juan Linietsky2014-12-021-0/+15
* NavMeshJuan Linietsky2014-11-171-2/+2
* Bug FixesJuan Linietsky2014-11-021-0/+10
* Build System ChangesJuan Linietsky2014-10-071-0/+8
* Huge Amount of BugFixJuan Linietsky2014-10-031-0/+31
* Fixed too many little issues, check the issues closed today.Juan Linietsky2014-09-211-0/+13
* Small Issues & MaintenanceJuan Linietsky2014-08-011-0/+9
* hoh# On branch masterJuan Linietsky2014-06-291-2/+4
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-06-111-0/+5
|\
| * Add DirAccess:dir_exist apimarynate2014-05-251-0/+5
* | Light Baker!Juan Linietsky2014-06-111-2/+2
|/
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+7
* A bit of everything:Juan Linietsky2014-05-141-3/+48
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-141-0/+43
* -Support for changing fontsJuan Linietsky2014-04-051-0/+7
* Add possibility to limit frame to main loop (application/target_fps)marynate2014-03-181-0/+10
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-3/+55
* -Added ATITC texture supportJuan Linietsky2014-02-261-0/+52