summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21954 from isaacremnant/fix_inputsRémi Verschelde2018-09-142-0/+18
|\
| * Fix is_action_pressed for InputEventAction.isaacremnant2018-09-102-0/+18
* | Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-132-2/+2
|\ \
| * | Misc. typosluz.paz2018-09-122-2/+2
| |/
* / Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1232-78/+94
|/
* Added multi-monitor support for center_window()Jared2018-09-031-2/+5
* Change some instances of args named "ev" to "event"Michael Alexsander Silva Dias2018-09-011-2/+2
* Revert "Try closing gracefully before terminating process"Rémi Verschelde2018-08-271-1/+1
* Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky2018-08-242-0/+14
|\
| * Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-042-0/+14
* | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-6/+0
* | Switched AnimatedTexture to a readers-writers lock, solves a race condition a...Juan Linietsky2018-08-231-2/+4
* | Try closing gracefully before terminating processMarcin Zawiejski2018-08-201-1/+1
* | [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* | Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-102-15/+0
* | Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-102-0/+15
|\ \
| * | added get_creation_time function for gdscriptDaniele Giuliani2018-05-162-0/+15
* | | Fix #20564 HDR import failUnknown2018-07-311-1/+0
| |/ |/|
* | Merge pull request #20464 from Calinou/add-editor-standalone-feature-tagsRémi Verschelde2018-07-281-0/+7
|\ \
| * | Add "editor" and "standalone" feature tagsHugo Locurcio2018-07-251-0/+7
* | | Merge pull request #20511 from maksloboda/InputEventActionFixRémi Verschelde2018-07-282-0/+9
|\ \ \
| * | | Fixed shortcuts not working with InputEventActionsMax2018-07-272-0/+9
* | | | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-262-5/+5
| |/ / |/| |
* | | Added a new MIDIDriver classMarcelo Fernandez2018-07-216-0/+353
* | | Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-202-2/+3
* | | Fix unwanted restartingvolzhs2018-07-201-0/+1
* | | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-192-1/+21
* | | Fixed OS.has_feature not using custom feature tags.matthew10062018-07-181-0/+3
* | | Added support for extra mouse buttons.unknown2018-07-092-1/+16
* | | Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-022-0/+2
|/ /
* / IME context detection.Saracen2018-06-111-0/+1
|/
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-082-0/+14
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-072-0/+14
* | Local debugger fixes and extensionsBlazej Floch2018-05-071-0/+1
* | Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-022-2/+3
|\ \
| * | Implement universal translation of touch to mousePedro J. Estébanez2018-04-302-2/+3
* | | Fixing input strength and the impossibility to erase action eventsgroud2018-04-251-3/+5
* | | Fixes left/up axis not mappable as actionsGilles Roudiere2018-04-181-2/+2
* | | Merge pull request #16902 from groud/analog_action_systemJuan Linietsky2018-04-184-28/+81
|\ \ \ | |/ / |/| |
| * | Allow actions to provide an analog valueGilles Roudiere2018-04-164-28/+81
* | | iPhone X support and iOS-related fixesRuslan Mustakov2018-04-111-0/+12
* | | Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe2018-04-102-0/+3
|/ /
* / Fixed signal input variable nameAndrea Catania2018-04-061-1/+1
|/
* [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.bruvzg2018-03-282-122/+0
* Add RWLockDummy for NO_THREADS buildsLeon Krause2018-03-202-0/+25
* Merge pull request #17376 from marcelofg55/file_get_pathHein-Pieter van Braam2018-03-151-0/+3
|\
| * Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-131-0/+3
* | Merge pull request #17311 from marcelofg55/export_err_checksRémi Verschelde2018-03-131-3/+4
|\ \ | |/ |/|
| * Improved error checking at EditorExportPlatformPC::export_projectMarcelo Fernandez2018-03-061-3/+4
* | Reinstate WebGL 1.0 driver in HTML5 platformLeon Krause2018-03-071-1/+2
|/