aboutsummaryrefslogtreecommitdiff
path: root/core/globals.cpp
Commit message (Expand)AuthorAgeFilesLines
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1049/+0
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-15/+15
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-061-0/+1
* Ensure proper config version when reading the new configuration file.Juan Linietsky2017-02-041-0/+13
* Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky2017-02-041-14/+14
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+2
* no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-141-1/+4
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* using VariantParser to parse engine.cfgJuan Linietsky2017-01-111-584/+36
* Type renames:Juan Linietsky2017-01-111-3/+3
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-5/+5
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-5/+5
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-93/+104
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-14/+14
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-21/+26
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-21/+26
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | Properly localize absolute path.Fabio Alessandrelli2016-11-221-1/+2
* | Properly handle absolute paths in Globals::localize_pathFabio Alessandrelli2016-10-131-1/+1
|/
* Several all around fixes to visual scripting (in the process of creating demos)Juan Linietsky2016-08-281-6/+7
* Added add_property_info function to Globals and EditorSettings classesFranklin Sobrinho2016-08-161-0/+20
* Fix main scene not being saved when set via Play buttonRémi Verschelde2016-07-191-1/+1
* First version of ProfilerJuan Linietsky2016-05-211-0/+1
* Support for dynamic fonts (TTF)Juan Linietsky2016-05-011-1/+3
* remove trailing whitespaceHubert Jarosz2016-03-091-13/+13
* Encode vectors in Globalseska2016-02-011-0/+8
* Fixed small inconsistencies with the text formatFranklin Sobrinho2016-01-241-1/+1
* proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky2016-01-021-2/+4
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-311-5/+5
|\
| * Fix proper ordering of project settings properties, also fixes inability to c...reduz2015-12-281-1/+1
| * Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-4/+4
* | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-0/+1
|/
* -split view of property editor and editor settingsJuan Linietsky2015-12-151-2/+18
* Forbid renaming input presetsIgnacio Etcheverry2015-12-141-0/+11
* -deprecated pcz, replaced by just zip. Closes #2879Juan Linietsky2015-12-131-3/+3
* add priority to load binaryname.pckmasoud bh2015-11-201-2/+2
* Load binaryname.pckmasoud bh2015-11-201-0/+10
* merged some stuff for okamJuan Linietsky2015-09-031-1/+1
* -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-291-1/+0
* -some changes by okamJuan Linietsky2015-06-301-0/+9
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-1/+1
* new file dialog!Juan Linietsky2015-06-061-0/+7
* ability to run 2D physics in a threadJuan Linietsky2015-05-261-0/+1
* opening data.pczAriel Manzur2015-05-251-1/+1
* Change the order of the filterGuilherme Felipe2015-05-051-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Fix CppCheck 'duplicateExpression' warningBoris Egorov2014-11-071-1/+1
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-2/+4