aboutsummaryrefslogtreecommitdiff
path: root/core/bind (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )hurikhan2015-01-102-0/+16
|/
* 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-202-4/+4
|/
* -Ability to ask for documents/pictures/etc system dirs.Juan Linietsky2014-12-022-0/+32
* NavMeshJuan Linietsky2014-11-172-3/+3
* Bug FixesJuan Linietsky2014-11-022-0/+12
* Build System ChangesJuan Linietsky2014-10-072-0/+9
* Huge Amount of BugFixJuan Linietsky2014-10-032-0/+33
* Fixed too many little issues, check the issues closed today.Juan Linietsky2014-09-212-0/+16
* Small Issues & MaintenanceJuan Linietsky2014-08-012-0/+10
* hoh# On branch masterJuan Linietsky2014-06-292-3/+6
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-06-112-0/+6
|\
| * Add DirAccess:dir_exist apimarynate2014-05-252-0/+6
* | Light Baker!Juan Linietsky2014-06-111-2/+2
|/
* Making Godot Easier to Use..Juan Linietsky2014-05-242-0/+17
* A bit of everything:Juan Linietsky2014-05-142-4/+50
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-142-0/+47
* -Support for changing fontsJuan Linietsky2014-04-052-0/+9
* Add possibility to limit frame to main loop (application/target_fps)marynate2014-03-182-0/+13
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-132-3/+64