summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-172-2/+2
* doc: use correct identifier for InputEventJoystick{Motion, Button}hondres2016-02-101-2/+2
* support horizontal mouse wheel, use in text editorhondres2016-02-041-0/+2
* Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde2016-02-032-0/+11
|\
| * x11: use different strings for WM_CLASS depending on contexthondres2016-01-272-0/+11
* | Merge pull request #3502 from trtstm/csvRémi Verschelde2016-02-032-3/+5
|\ \
| * | File: Added delimiter to get_csv_linetmt2016-01-282-3/+5
| |/
* | Merge pull request #3538 from Hinsbart/tempRémi Verschelde2016-02-031-86/+0
|\ \
| * | remove pc_joystick_map.hhondres2016-02-011-86/+0
| |/
* | -Correctly flip BG texture if viewport is flipped, fixes #3507Juan Linietsky2016-02-021-0/+2
* | thread renamingAriel Manzur2016-01-312-3/+7
|/
* Change default window size for desktopGeorge Marques2016-01-241-1/+1
* Add ability to set "keep screen on" for androidvolzhs2016-01-162-1/+12
* Merge pull request #3272 from Hinsbart/joy-bindingpunto-2016-01-124-1/+18
|\
| * Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-084-1/+18
* | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-102-2/+2
* | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky2016-01-101-0/+1
|/
* proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky2016-01-021-0/+1
* Analog values for gamepad triggers, using axes 6 & 7hondres2016-01-021-0/+3
* Update copyright to 2016 in headersGeorge Marques2016-01-0139-39/+39
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-2/+2
* Better gamepad supporthondres2015-12-181-1/+1
* thread set nameAriel Manzur2015-12-172-1/+8
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-121-1/+1
* Make the setting unix-only.est312015-11-301-0/+1
* Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\
| * Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
* | Display error type (error, warning, script error) in OS::print_errorRémi Verschelde2015-11-101-2/+9
|/
* -A little More control about pixel snapping in 2DJuan Linietsky2015-10-132-1/+3
* Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-244-378/+7
* new editor settings customization of where to run the game from the editorJuan Linietsky2015-08-301-1/+1
* -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-293-2/+52
* Add OS.get_system_time_msecMaximillian2015-08-062-1/+4
* Added helper methods to InputEventJaguar2015-06-232-0/+12
* some optimizations in godot memory handlingJuan Linietsky2015-06-122-12/+12
* Add OS.get_time_zone_info functionest312015-06-061-1/+7
* Add utc param to get_time and get_date methodsest312015-06-061-2/+2
* improved animation editorJuan Linietsky2015-05-251-6/+21
* more fixesJuan Linietsky2015-05-192-0/+12
* -Fixed android export options (screen sizes, orientation should work)Juan Linietsky2015-05-011-1/+1
* -removed get_mouse_pos from Input, as it only caused problemsJuan Linietsky2015-05-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-1839-159/+159
* -Changed bootsplash option to use a file, fixes #1539Juan Linietsky2015-04-122-0/+7
* improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky2015-04-122-1/+10
* fixes to new window management APIJuan Linietsky2015-03-221-18/+18
* Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky2015-03-221-2/+22
|\
| * Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan2015-02-151-1/+1
| * Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-201-0/+2
| |\
| * | added the following methods:hurikhan2015-01-171-0/+4
| * | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-151-0/+2