Age | Commit message (Expand) | Author |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-07-13 | Add GZIP compression support | George Marques |
2017-07-11 | IME window follow the input cursor. | geequlim |
2017-06-19 | Add compression support for File object | George Marques |
2017-06-13 | Fixed thread check, solves: #3698 | kubeczek |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-04-28 | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-09 | Merge pull request #8333 from touilleMan/classdb-class_sget_property-binding | Rémi Verschelde |
2017-04-09 | Add return value in ClassDB.class_[g|s]et_property bindings | Emmanuel Leblond |
2017-04-09 | Add _ClassDB.class_[g|s]et_property to ClassDB exposed methods | Emmanuel Leblond |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-13 | fixed ClassDB inconsistencies | Karroffel |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Merge pull request #7950 from RandomShaper/expose-more-geom | Rémi Verschelde |
2017-03-04 | Expose uncapped versions of closest-point-to-segment utilities | Pedro J. Estébanez |
2017-03-04 | Add API to access battery power state | Julian Murgia |
2017-03-04 | Expose Geometry::get_closest_point_to_segment_2d() | Pedro J. Estébanez |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-01-30 | corrected ClassDB::insatnce() return type | Karroffel |
2017-01-25 | Removed import/export system, will start new one from scratch. | Juan Linietsky |
2017-01-25 | Merge pull request #7563 from RayKoopa/extended_list_dir_begin | Rémi Verschelde |
2017-01-24 | Added parameters to skip hidden and/or navigational file system entries | Ray Koopa |
2017-01-23 | Add ClassDB binding for File.get_modified_time | Andreas Haas |
2017-01-16 | Style: Keep long lines for now | Rémi Verschelde |
2017-01-16 | Style: No break before list brace | Rémi Verschelde |
2017-01-14 | Fix _Directory::get_current_drive error condition | Wilhem Barbier |
2017-01-14 | Merge pull request #7524 from neikeq/pr-dir-getcurdrive | Rémi Verschelde |
2017-01-14 | Directory: Bind get_current_drive() method | Ignacio Etcheverry |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | Unexpose the video mode API, will be completely removed when multi-window sup... | Juan Linietsky |
2017-01-14 | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky |
2017-01-13 | Replace Engine version API by preexisting OS one | Rémi Verschelde |
2017-01-13 | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-10 | Merge pull request #7462 from karroffel/error_code | Rémi Verschelde |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-07 | exposed OS.set_exit_code and OS.get_exit_code to ClassDB | karroffel |
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 |