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