summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2016-03-12Borderless window support for the Win32 build. Default window position is now...Saracen
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-19better array alignmentAriel Manzur
2016-02-19fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs te...Ariel Manzur
2016-02-19Reject any native video player calls on iOS that point to files within .pck a...Aren Villanueva
2016-02-17Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde
2016-02-10doc: use correct identifier for InputEventJoystick{Motion, Button}hondres
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-02-03Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde
2016-02-03Merge pull request #3502 from trtstm/csvRémi Verschelde
2016-02-03Merge pull request #3538 from Hinsbart/tempRémi Verschelde
2016-02-02-Correctly flip BG texture if viewport is flipped, fixes #3507Juan Linietsky
2016-02-01remove pc_joystick_map.hhondres
2016-01-31thread renamingAriel Manzur
2016-01-28File: Added delimiter to get_csv_linetmt
2016-01-27x11: use different strings for WM_CLASS depending on contexthondres
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