summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-15Fix NaN with get_action_strengthGilles Roudière
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
2019-04-07Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-04-04Clean up notifications and merge Node and MainLoop ones for clarity, closes #...Juan Linietsky
2019-03-18Fix MIDI Note Off missing on some devicesMarcelo Fernandez
2019-03-09Fix fake null-motion mouse event floodPedro J. Estébanez
2019-03-08Request Android record permission when neededDESKTOP-3H3MR3A\eloisa
2019-03-04More style cleanup...Rémi Verschelde
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-03-03Merge pull request #26547 from vnen/gdscript-dependency-parseJuan Linietsky
2019-03-03Ability to keep pumping messages while being debugged, may be a solution for ...Juan Linietsky
2019-03-03Add function to get String from FileAccessGeorge Marques
2019-02-27Fix -Wsuggest-attribute=format warnings.marxin
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-16Make Button shortcuts triggerable by gamepadsHugo Locurcio
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-02-09Warn when using GPU particles with GLES2Rémi Verschelde
2019-02-03Merge pull request #25478 from neikeq/rrIgnacio Etcheverry
2019-02-03Added set_environment to OS classIgnacio Etcheverry
2019-01-30Let memory stat functions return uint64_tPedro J. Estébanez
2019-01-26Fix code style issuesRémi Verschelde
2019-01-21Add function to obtain filesystem type from DirAccess.Juan Linietsky
2019-01-03Optimizations for trivial typesHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Added OS.get_system_time_msecs()volzhs
2018-12-18Add settings for single-quotes on completionMateus Felipe C. C. Pinto
2018-12-16Removed error message arriving whenever csv file changedChaosus
2018-12-12Merge pull request #24241 from Rubonnek/move-to-initializer-listRémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-12-11Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde
2018-12-07Merge pull request #22630 from dualtagh/22478Rémi Verschelde
2018-12-07Merge pull request #22733 from guilhermefelipecgs/fix_wm_classRémi Verschelde
2018-11-23Changes IME input to use notification instead of callback, exposes IME method...bruvzg
2018-11-22FileAccess::store_csv_line() don't added unnecessary double quotes.allkhor
2018-11-17Fixed the default value for Input.action_press() from commit 8c45282Davide Baldo
2018-11-16Add store_csv_line method for FileKanabenki
2018-11-10Allow to specify a custom strength when calling Input.action_press(), this al...Davide Baldo
2018-10-07Fix potentially unininitialized pointer write.Fabio Alessandrelli
2018-10-05[x11] Use "application/config/name" for WM_CLASSGuilherme Felipe
2018-10-04Fix unused variable and wrong warning workaroundRémi Verschelde
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-10-04Fix some OSX and iOS Clang warningsRémi Verschelde
2018-10-04fix enum cast warnings on clangkarroffel
2018-10-0222478: Can't duplicate folder with another folder insideDualtagh Murray
2018-09-28SCons: Build core's thirdparty code in own environmentRémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde