summaryrefslogtreecommitdiff
path: root/core/engine.cpp
AgeCommit message (Expand)Author
2020-08-14Update AUTHORS and DONORS listRémi Verschelde
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-10Fix Engine get_target_fps() returning float instead of int.Marcel Admiraal
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-11More GIProbe work and fixesJuan Linietsky
2020-01-06PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-11Add access to interpolation fraction for fixed timestep interpolationlawnjelly
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-13Limit Physics Process FPS above 0Emmanuel Barroga
2019-02-17Add hex-encoded version number to Engine singleton for easy comparisonsRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-05-19GDScript access to copyright, license, author and donor information.Ibrahn Sahir
2018-04-09Add hysteresis to physics timestep count per frameManuel Moos
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-20Rename the version's "revision" to "build"Rémi Verschelde
2017-11-20Pass engine name and version parts as proper stringsRémi Verschelde
2017-11-14Fail when attempting to retrieve a non-existent singletonLeon Krause
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-19Adds editor_hint to Engine classIgnacio Etcheverry
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
2017-07-11Include Git hash in the enginePoommetee Ketson
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-13Replace Engine version API by preexisting OS oneRémi Verschelde
2017-01-13Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky