| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 ↵ | Juan Linietsky | 2017-01-07 | 1 | -48/+48 | |
| |/ | | | | renamed to PoolVector | |||||
| * | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | 2017-01-05 | 1 | -1/+1 | |
| | | | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | |||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -214/+415 | |
| | | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 | |
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||||
| * | 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 | |||||
| | * | 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 | |||||
| | * | 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 | |||||
| | * | | OS: Add get_engine_version method | Rémi Verschelde | 2016-07-18 | 1 | -0/+7 | |
| | | | | | | | | | | | | | Fixes #5693. | |||||
| * | | | Remove some noisy debug prints | Rémi Verschelde | 2016-07-17 | 1 | -14/+0 | |
| |/ / | | | | | | | Part of #5031 | |||||
| * | | Fix binding of File::get_sha256() | George Marques | 2016-07-14 | 1 | -1/+1 | |
| | | | | | | | | | Fix #5698 | |||||
| * | | 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 | |
| | | | | | It was returning only from the cursor forward. | |||||
| * | -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, ↵ | Juan Linietsky | 2016-06-18 | 1 | -1/+1 | |
| | | | | | converted to mb, closes #4617 | |||||
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 1 | -0/+28 | |
| | | | | Also removes a couple wrong Godot headers from third-party source files. | |||||
| * | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 2016-06-17 | 1 | -0/+7 | |
| | | | | | Probably does #4166 | |||||
| * | vsync support | Juan Linietsky | 2016-06-05 | 1 | -0/+11 | |
| | | | | | | | -works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync | |||||
| * | DPI Detection support | Juan Linietsky | 2016-05-29 | 1 | -0/+6 | |
| | | | | | | Windows only for now. Many builds may break (older visual studio, mingw32) | |||||
| * | 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 | |
| | | | | | | | | | - Also changed get_time_from_unix_time to get_date_time_from_unix_time to be consistent. Ticket: https://github.com/godotengine/godot/issues/4038 | |||||
| * | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | 2016-03-13 | 1 | -3/+4 | |
| | | | | | | | | | | | - Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025 | |||||
| * | Remove undefined binds | Rémi Verschelde | 2016-03-12 | 1 | -2/+0 | |
| | | | | | Bug introduced by 6eb4812 | |||||
| * | Borderless window support for the Win32 build. Default window position is ↵ | Saracen | 2016-03-12 | 1 | -0/+12 | |
| | | | | | now also centred. | |||||
| * | Merge pull request #3934 from Razzlegames/epocConvert | Rémi Verschelde | 2016-03-10 | 1 | -3/+72 | |
| |\ | | | | | Added epoc to dictionary converter (for human readable display when only given an epoc time) | |||||
| | * | Added epoc to dictionary converter | Kyle Luce | 2016-03-05 | 1 | -3/+72 | |
| | | | | | | | | | | | | | | | Useful for when user is storing time as epoc and wants to do operations on this time and then display in human readable form https://www.facebook.com/groups/godotengine/permalink/737469773056286/?comment_id=738011009668829&reply_comment_id=738192799650650¬if_t=group_comment_reply | |||||
| * | | 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 | |||||
| | * | 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 | |
| |/ | | | | | | Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun! | |||||
| * | Reject any native video player calls on iOS that point to files within .pck ↵ | Aren Villanueva | 2016-02-19 | 1 | -0/+5 | |
| | | | | | | | archives. Fix the paths for both res:// and user:// specified video files. | |||||
| * | Merge pull request #3502 from trtstm/csv | Rémi Verschelde | 2016-02-03 | 1 | -3/+3 | |
| |\ | | | | | Added delimiter to File.get_csv_line | |||||
| | * | 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 ↵ | Juan Linietsky | 2016-01-10 | 1 | -3/+3 | |
| | | | | | | | unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143 | |||||
| * | -Added a new mode, WRITE_READ to File, to recover compatibility with old ↵ | Juan Linietsky | 2016-01-10 | 1 | -0/+1 | |
| | | | | | projects but also achieve desired functionality. Closes #3272 | |||||
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 1 | -6/+6 | |
| | | | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place). | |||||
| * | 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 | |
| | | ||||||
| * | added bindings for screen rotation in OS | Juan Linietsky | 2015-08-04 | 1 | -0/+22 | |
| | | ||||||
