summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-242-0/+4
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Fix NaN with get_action_strengthGilles Roudière2019-05-151-2/+11
* Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde2019-04-301-1/+7
|\
| * Add settings for single-quotes on completionMateus Felipe C. C. Pinto2018-12-181-1/+7
* | Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-074-4/+32
* | Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-154-4/+16
* | Add ability to edit editor feature profilesJuan Linietsky2019-04-082-4/+31
* | Clean up notifications and merge Node and MainLoop ones for clarity, closes #...Juan Linietsky2019-04-041-15/+13
* | Fix MIDI Note Off missing on some devicesMarcelo Fernandez2019-03-181-0/+5
* | Fix fake null-motion mouse event floodPedro J. Estébanez2019-03-092-0/+6
* | Request Android record permission when neededDESKTOP-3H3MR3A\eloisa2019-03-081-0/+2
* | More style cleanup...Rémi Verschelde2019-03-041-1/+1
* | Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky2019-03-034-0/+47
* | Merge pull request #26547 from vnen/gdscript-dependency-parseJuan Linietsky2019-03-032-0/+18
|\ \
| * | Add function to get String from FileAccessGeorge Marques2019-03-032-0/+18
* | | Ability to keep pumping messages while being debugged, may be a solution for ...Juan Linietsky2019-03-031-0/+1
|/ /
* | Fix -Wsuggest-attribute=format warnings.marxin2019-02-271-2/+2
* | -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-262-0/+15
* | Make Button shortcuts triggerable by gamepadsHugo Locurcio2019-02-162-3/+12
* | Core: Ensure classes match their header filenameRémi Verschelde2019-02-122-98/+0
* | Warn when using GPU particles with GLES2Rémi Verschelde2019-02-091-6/+7
* | Merge pull request #25478 from neikeq/rrIgnacio Etcheverry2019-02-031-0/+1
|\ \
| * | Added set_environment to OS classIgnacio Etcheverry2019-02-031-0/+1
* | | Let memory stat functions return uint64_tPedro J. Estébanez2019-01-302-8/+8
|/ /
* | Fix code style issuesRémi Verschelde2019-01-261-1/+1
* | Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-211-0/+1
* | Optimizations for trivial typesHein-Pieter van Braam2019-01-031-10/+18
* | Update copyright statements to 2019Rémi Verschelde2019-01-0134-68/+68
* | Added OS.get_system_time_msecs()volzhs2018-12-202-0/+4
|/
* Removed error message arriving whenever csv file changedChaosus2018-12-161-1/+2
* Merge pull request #24241 from Rubonnek/move-to-initializer-listRémi Verschelde2018-12-121-3/+3
|\
| * Moved member variables to initializer listWilson E. Alvarez2018-12-111-3/+3
* | Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde2018-12-113-1/+4
|\ \ | |/ |/|
| * Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-233-1/+4
* | Merge pull request #22630 from dualtagh/22478Rémi Verschelde2018-12-071-1/+5
|\ \
| * | 22478: Can't duplicate folder with another folder insideDualtagh Murray2018-10-021-1/+5
* | | Merge pull request #22733 from guilhermefelipecgs/fix_wm_classRémi Verschelde2018-12-071-0/+1
|\ \ \ | |_|/ |/| |
| * | [x11] Use "application/config/name" for WM_CLASSGuilherme Felipe2018-10-051-0/+1
* | | FileAccess::store_csv_line() don't added unnecessary double quotes.allkhor2018-11-221-1/+1
* | | Fixed the default value for Input.action_press() from commit 8c45282Davide Baldo2018-11-171-1/+1
* | | Add store_csv_line method for FileKanabenki2018-11-162-4/+27
* | | Allow to specify a custom strength when calling Input.action_press(), this al...Davide Baldo2018-11-102-2/+2
* | | Fix potentially unininitialized pointer write.Fabio Alessandrelli2018-10-071-3/+1
|/ /
* | Fix unused variable and wrong warning workaroundRémi Verschelde2018-10-041-10/+1
* | Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-041-0/+4
* | Fix some OSX and iOS Clang warningsRémi Verschelde2018-10-041-0/+5
* | fix enum cast warnings on clangkarroffel2018-10-041-1/+1
|/
* SCons: Build core's thirdparty code in own environmentRémi Verschelde2018-09-281-2/+0
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-272-0/+2