Age | Commit message (Expand) | Author |
2019-03-03 | Add function to get String from FileAccess | George Marques |
2019-02-27 | Fix -Wsuggest-attribute=format warnings. | marxin |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-16 | Make Button shortcuts triggerable by gamepads | Hugo Locurcio |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
2019-02-09 | Warn when using GPU particles with GLES2 | Rémi Verschelde |
2019-02-03 | Merge pull request #25478 from neikeq/rr | Ignacio Etcheverry |
2019-02-03 | Added set_environment to OS class | Ignacio Etcheverry |
2019-01-30 | Let memory stat functions return uint64_t | Pedro J. Estébanez |
2019-01-26 | Fix code style issues | Rémi Verschelde |
2019-01-21 | Add function to obtain filesystem type from DirAccess. | Juan Linietsky |
2019-01-03 | Optimizations for trivial types | Hein-Pieter van Braam |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs |
2018-12-18 | Add settings for single-quotes on completion | Mateus Felipe C. C. Pinto |
2018-12-16 | Removed error message arriving whenever csv file changed | Chaosus |
2018-12-12 | Merge pull request #24241 from Rubonnek/move-to-initializer-list | Rémi Verschelde |
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez |
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde |
2018-12-07 | Merge pull request #22630 from dualtagh/22478 | Rémi Verschelde |
2018-12-07 | Merge pull request #22733 from guilhermefelipecgs/fix_wm_class | Rémi Verschelde |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-11-22 | FileAccess::store_csv_line() don't added unnecessary double quotes. | allkhor |
2018-11-17 | Fixed the default value for Input.action_press() from commit 8c45282 | Davide Baldo |
2018-11-16 | Add store_csv_line method for File | Kanabenki |
2018-11-10 | Allow to specify a custom strength when calling Input.action_press(), this al... | Davide Baldo |
2018-10-07 | Fix potentially unininitialized pointer write. | Fabio Alessandrelli |
2018-10-05 | [x11] Use "application/config/name" for WM_CLASS | Guilherme Felipe |
2018-10-04 | Fix unused variable and wrong warning workaround | Rémi Verschelde |
2018-10-04 | Fix GCC 8 warnings about potentially unitialized variables | Rémi Verschelde |
2018-10-04 | Fix some OSX and iOS Clang warnings | Rémi Verschelde |
2018-10-04 | fix enum cast warnings on clang | karroffel |
2018-10-02 | 22478: Can't duplicate folder with another folder inside | Dualtagh Murray |
2018-09-28 | SCons: Build core's thirdparty code in own environment | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-14 | Merge pull request #21954 from isaacremnant/fix_inputs | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | Fix is_action_pressed for InputEventAction. | isaacremnant |
2018-09-03 | Added multi-monitor support for center_window() | Jared |
2018-09-01 | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias |
2018-08-27 | Revert "Try closing gracefully before terminating process" | Rémi Verschelde |
2018-08-24 | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | Switched AnimatedTexture to a readers-writers lock, solves a race condition a... | Juan Linietsky |
2018-08-20 | Try closing gracefully before terminating process | Marcin Zawiejski |
2018-08-11 | [Core] Completely kill math_2d.h, change includes | Aaron Franke |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |