Age | Commit message (Expand) | Author |
2016-02-02 | -Correctly flip BG texture if viewport is flipped, fixes #3507 | Juan Linietsky |
2016-01-31 | thread renaming | Ariel Manzur |
2016-01-24 | Change default window size for desktop | George Marques |
2016-01-16 | Add ability to set "keep screen on" for android | volzhs |
2016-01-12 | Merge pull request #3272 from Hinsbart/joy-binding | punto- |
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 |
2016-01-08 | Add some joystick functions to input. Enables manipulation of mappings at run... | hondres |
2016-01-02 | proper joy axis support as actions, can be configured and inquired, fixes #2317 | Juan Linietsky |
2016-01-02 | Analog values for gamepad triggers, using axes 6 & 7 | hondres |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-18 | Better gamepad support | hondres |
2015-12-17 | thread set name | Ariel Manzur |
2015-12-12 | -added windowed mode with -w, fixes #3020 | Juan Linietsky |
2015-11-30 | Make the setting unix-only. | est31 |
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky |
2015-11-10 | Display error type (error, warning, script error) in OS::print_error | Rémi Verschelde |
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde |
2015-10-13 | -A little More control about pixel snapping in 2D | Juan Linietsky |
2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky |
2015-08-30 | new editor settings customization of where to run the game from the editor | Juan Linietsky |
2015-08-29 | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky |
2015-08-06 | Add OS.get_system_time_msec | Maximillian |
2015-06-23 | Added helper methods to InputEvent | Jaguar |
2015-06-12 | some optimizations in godot memory handling | Juan Linietsky |
2015-06-06 | Add OS.get_time_zone_info function | est31 |
2015-06-06 | Add utc param to get_time and get_date methods | est31 |
2015-05-25 | improved animation editor | Juan Linietsky |
2015-05-19 | more fixes | Juan Linietsky |
2015-05-01 | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky |
2015-05-01 | -removed get_mouse_pos from Input, as it only caused problems | Juan Linietsky |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-04-12 | -Changed bootsplash option to use a file, fixes #1539 | Juan Linietsky |
2015-04-12 | improved save path error messages for scene, textures and audio, fixes #1514 | Juan Linietsky |
2015-03-22 | fixes to new window management API | Juan Linietsky |
2015-03-22 | Merge pull request #1487 from hurikhan/x11-window-management | Juan Linietsky |
2015-03-21 | New option to show/hide hidden files | rollenrolm |
2015-02-15 | Renamed EXPERIMENTAL_WM_API to NEW_WM_API | hurikhan |
2015-01-20 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan |
2015-01-20 | Add InputEvent::ACTION get/set support for variant | sanikoyes |
2015-01-17 | added the following methods: | hurikhan |
2015-01-15 | WIP -- set_resizable() + is_resizable added | hurikhan |
2015-01-14 | get_screen() + set_screen() added | hurikhan |
2015-01-13 | get_screen_position() added | hurikhan |
2015-01-13 | introduced the scons experimental_wm_api switch: | hurikhan |
2015-01-11 | get_screen_size() added | hurikhan |
2015-01-11 | get_screen_count() added | hurikhan |
2015-01-11 | get_window_size() + set_window_size() added | hurikhan |
2015-01-11 | get_window_position() + set_window_position() added | hurikhan |