summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2016-02-02-Correctly flip BG texture if viewport is flipped, fixes #3507Juan Linietsky
2016-01-31thread renamingAriel Manzur
2016-01-24Change default window size for desktopGeorge Marques
2016-01-16Add ability to set "keep screen on" for androidvolzhs
2016-01-12Merge pull request #3272 from Hinsbart/joy-bindingpunto-
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-08Add some joystick functions to input. Enables manipulation of mappings at run...hondres
2016-01-02proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky
2016-01-02Analog values for gamepad triggers, using axes 6 & 7hondres
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-12-18Better gamepad supporthondres
2015-12-17thread set nameAriel Manzur
2015-12-12-added windowed mode with -w, fixes #3020Juan Linietsky
2015-11-30Make the setting unix-only.est31
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-10-13-A little More control about pixel snapping in 2DJuan Linietsky
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky
2015-08-30new editor settings customization of where to run the game from the editorJuan Linietsky
2015-08-29-display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky
2015-08-06Add OS.get_system_time_msecMaximillian
2015-06-23Added helper methods to InputEventJaguar
2015-06-12some optimizations in godot memory handlingJuan Linietsky
2015-06-06Add OS.get_time_zone_info functionest31
2015-06-06Add utc param to get_time and get_date methodsest31
2015-05-25improved animation editorJuan Linietsky
2015-05-19more fixesJuan 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 problemsJuan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-12-Changed bootsplash option to use a file, fixes #1539Juan Linietsky
2015-04-12improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky
2015-03-22fixes to new window management APIJuan Linietsky
2015-03-22Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky
2015-03-21New option to show/hide hidden filesrollenrolm
2015-02-15Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan
2015-01-20Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-01-20Add InputEvent::ACTION get/set support for variantsanikoyes
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