| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add compression support for File object | George Marques | 2017-06-19 | 2 | -0/+32 |
| * | Fixed thread check, solves: #3698 | kubeczek | 2017-06-13 | 2 | -0/+8 |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 2 | -2/+3 |
| * | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | 2017-04-28 | 1 | -1/+3 |
| * | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 2 | -4/+4 |
| * | Merge pull request #8333 from touilleMan/classdb-class_sget_property-binding | Rémi Verschelde | 2017-04-09 | 2 | -0/+21 |
| |\ |
|
| | * | Add return value in ClassDB.class_[g|s]et_property bindings | Emmanuel Leblond | 2017-04-09 | 1 | -2/+2 |
| | * | Add _ClassDB.class_[g|s]et_property to ClassDB exposed methods | Emmanuel Leblond | 2017-04-09 | 2 | -0/+21 |
| * | | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 2 | -0/+2 |
| |/ |
|
| * | fixed ClassDB inconsistencies | Karroffel | 2017-03-13 | 1 | -1/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 2 | -965/+801 |
| * | Merge pull request #7950 from RandomShaper/expose-more-geom | Rémi Verschelde | 2017-03-05 | 2 | -0/+15 |
| |\ |
|
| | * | Expose uncapped versions of closest-point-to-segment utilities | Pedro J. Estébanez | 2017-03-04 | 2 | -0/+15 |
| * | | Add API to access battery power state | Julian Murgia | 2017-03-04 | 2 | -0/+26 |
| * | | Expose Geometry::get_closest_point_to_segment_2d() | Pedro J. Estébanez | 2017-03-04 | 2 | -0/+7 |
| |/ |
|
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -230/+230 |
| * | corrected ClassDB::insatnce() return type | Karroffel | 2017-01-30 | 1 | -1/+1 |
| * | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 2 | -6/+0 |
| * | Merge pull request #7563 from RayKoopa/extended_list_dir_begin | Rémi Verschelde | 2017-01-25 | 2 | -4/+19 |
| |\ |
|
| | * | Added parameters to skip hidden and/or navigational file system entries | Ray Koopa | 2017-01-24 | 2 | -4/+19 |
| * | | Add ClassDB binding for File.get_modified_time | Andreas Haas | 2017-01-23 | 2 | -0/+8 |
| |/ |
|
| * | Style: Keep long lines for now | Rémi Verschelde | 2017-01-16 | 1 | -22/+11 |
| * | Style: No break before list brace | Rémi Verschelde | 2017-01-16 | 1 | -2/+1 |
| * | Fix _Directory::get_current_drive error condition | Wilhem Barbier | 2017-01-14 | 1 | -1/+1 |
| * | Merge pull request #7524 from neikeq/pr-dir-getcurdrive | Rémi Verschelde | 2017-01-14 | 2 | -1/+7 |
| |\ |
|
| | * | Directory: Bind get_current_drive() method | Ignacio Etcheverry | 2017-01-14 | 2 | -1/+7 |
| * | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 1 | -10/+10 |
| * | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
| * | | Unexpose the video mode API, will be completely removed when multi-window sup... | Juan Linietsky | 2017-01-14 | 1 | -5/+6 |
| * | | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky | 2017-01-14 | 2 | -3/+3 |
| |/ |
|
| * | Replace Engine version API by preexisting OS one | Rémi Verschelde | 2017-01-13 | 2 | -61/+4 |
| * | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky | 2017-01-13 | 2 | -67/+168 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 2 | -12/+12 |
| * | Merge pull request #7462 from karroffel/error_code | Rémi Verschelde | 2017-01-10 | 2 | -0/+16 |
| |\ |
|
| | * | exposed OS.set_exit_code and OS.get_exit_code to ClassDB | karroffel | 2017-01-07 | 2 | -0/+16 |
| * | | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 2 | -62/+62 |
| |/ |
|
| * | -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 | 2 | -224/+463 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 2 | -2/+2 |
| * | vsnc --> vsync | ISylvox | 2016-11-08 | 2 | -4/+4 |
| * | Merge pull request #7048 from neikeq/pr-marshals-singleton | George Marques | 2016-11-06 | 2 | -1/+13 |
| |\ |
|
| | * | Core: Add singleton instance to _Marshalls | Ignacio Etcheverry | 2016-11-05 | 2 | -1/+13 |
| * | | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -1/+1 |
| |/ |
|
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| * | 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 | 2 | -0/+18 |
| |\ |
|
| | * | Expose virtual keyboard functions to GDScript | Johan Manuel | 2016-07-21 | 2 | -0/+18 |
| * | | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | 2016-07-21 | 2 | -0/+7 |
| |\ \
| |/
|/| |
|
| | * | Add OS.request_attention() for Windows | George Marques | 2016-07-05 | 2 | -0/+7 |