summaryrefslogtreecommitdiff
path: root/main/main.cpp
AgeCommit message (Expand)Author
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Fix errors with global config names no more sorrys pleasegeequlim
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
2017-06-28Reworked translation systemJuan Linietsky
2017-06-26-Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-10Fix `network/debug/remote_port` editor setting not working properlyFabio Alessandrelli
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-09Allow selecting editor debug host and port.Fabio Alessandrelli
2017-05-01Rename project file to "project.godot"Rémi Verschelde
2017-04-29Revert "Use .godot as file extension for project files."Juan Linietsky
2017-04-23Fix property warnings and hide some debug printsRémi Verschelde
2017-04-17Merge pull request #8375 from Hinsbart/project_extensionRémi Verschelde
2017-04-16[GD 3.0] Fix stretch mode 2d... againShockblast
2017-04-16Use .godot as file extension for project files.Andreas Haas
2017-04-09Restored (And auto-generated) splash imageJuan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-07Optimize-out some debug and/or non-tools methodsPedro J. Estébanez
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde
2017-03-04Implements modules documentsGeequlim
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-09Reorder the folders in tools to prepare moving tools/editorRémi Verschelde
2017-02-04Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky
2017-02-01Lot of work in new importer, importing textures now works.Juan Linietsky
2017-01-25Removed import/export system, will start new one from scratch.Juan Linietsky
2017-01-25Audio bus editing is COMPLETE!Juan Linietsky
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-14no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13Reenable node name case setting + code cleanupsRémi Verschelde
2017-01-13Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky
2017-01-11Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky
2017-01-08Move tests again from core to mainRémi Verschelde
2017-01-08Move core engine tests to core/Rémi Verschelde
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-09all light types and shadows are working, pending a lot of clean-upJuan Linietsky
2016-11-03 Fix typos and missing newlines in --helpTim Roes
2016-10-30Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-10-03Merge pull request #6677 from J08nY/issue-pck-packerRémi Verschelde
2016-10-03Merge pull request #6479 from RandomShaper/improve-debug-focusRémi Verschelde
2016-10-01PCKPacker: moved from tools into core, fixes #4129J08nY
2016-09-17Click the inspected objet name to see all subresources.Juan Linietsky