Age | Commit message (Expand) | Author |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-08 | vsnc --> vsync | ISylvox |
2016-11-06 | Merge pull request #7048 from neikeq/pr-marshals-singleton | George Marques |
2016-11-05 | Core: Add singleton instance to _Marshalls | Ignacio Etcheverry |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-08-08 | Fixed bug in make_dir_recursive, closes #6016 | Juan Linietsky |
2016-07-22 | Merge pull request #5847 from 29jm/patch-3 | Rémi Verschelde |
2016-07-21 | Expose virtual keyboard functions to GDScript | Johan Manuel |
2016-07-21 | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde |
2016-07-18 | Merge pull request #5709 from akien-mga/pr-get-engine-version | Rémi Verschelde |
2016-07-18 | OS: Add get_engine_version method | Rémi Verschelde |
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde |
2016-07-14 | Fix binding of File::get_sha256() | George Marques |
2016-07-05 | Add OS.request_attention() for Windows | George Marques |
2016-07-03 | windows get_latin_keyboard_variant() implementation and gdscript binding | SuperUserNameMan |
2016-06-21 | Fix File.get_as_text() to return the whole file | George Marques |
2016-06-18 | -Changed how Dir works so it's more user friendly, closes #4705 | Juan Linietsky |
2016-06-18 | -made get_space_left() return values more homogenous, also for script, conver... | Juan Linietsky |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde |
2016-06-17 | Add sha256 to String and File/FileAccess. | Bojidar Marinov |
2016-06-05 | vsync support | Juan Linietsky |
2016-05-29 | DPI Detection support | Juan Linietsky |
2016-05-21 | remove trailing whitespace | Hubert Jarosz |
2016-05-12 | classref: Directory and ConfigFile | Rémi Verschelde |
2016-03-16 | Add function to convert Date time from a dictionary to Epoch | Kyle Luce |
2016-03-13 | Fixes the month consistency issue in enums and get_date etc | Kyle Luce |
2016-03-12 | Remove undefined binds | Rémi Verschelde |
2016-03-12 | Borderless window support for the Win32 build. Default window position is now... | Saracen |
2016-03-10 | Merge pull request #3934 from Razzlegames/epocConvert | Rémi Verschelde |
2016-03-08 | Merge pull request #3833 from AlexHolly/feature-file-md5 | Rémi Verschelde |
2016-03-05 | Added epoc to dictionary converter | Kyle Luce |
2016-02-27 | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky |
2016-02-25 | expose md5 for file(s) to gdscript | Alexander Holland |
2016-02-19 | Reject any native video player calls on iOS that point to files within .pck a... | Aren Villanueva |
2016-02-03 | Merge pull request #3502 from trtstm/csv | Rémi Verschelde |
2016-01-31 | thread renaming | Ariel Manzur |
2016-01-28 | File: Added delimiter to get_csv_line | tmt |
2016-01-16 | Add ability to set "keep screen on" for android | volzhs |
2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky |
2016-01-10 | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj... | Juan Linietsky |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-18 | thread can't rename itself on initialization :( | Ariel Manzur |
2015-12-18 | thread renaming by core_bind | Ariel Manzur |
2015-12-17 | thread set name | Ariel Manzur |
2015-12-14 | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky |
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde |
2015-09-21 | Properly implement OS.alert() from script, and use xmessage on X11 | Juan Linietsky |