aboutsummaryrefslogtreecommitdiff
path: root/main/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Script languges are uninitialized properly now.Juan Linietsky2017-07-221-3/+5
* Several changes to better run in mobile.Juan Linietsky2017-07-221-1/+4
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-26/+31
* Fix errors with global config names no more sorrys pleasegeequlim2017-07-191-1/+1
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-82/+72
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-0/+4
* Reworked translation systemJuan Linietsky2017-06-281-0/+1
* -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-261-1/+1
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-2/+2
* Fix `network/debug/remote_port` editor setting not working properlyFabio Alessandrelli2017-06-101-2/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-7/+8
* Allow selecting editor debug host and port.Fabio Alessandrelli2017-05-091-2/+3
* Rename project file to "project.godot"Rémi Verschelde2017-05-011-3/+20
* Revert "Use .godot as file extension for project files."Juan Linietsky2017-04-291-20/+3
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-1/+1
* Merge pull request #8375 from Hinsbart/project_extensionRémi Verschelde2017-04-171-3/+20
|\
| * Use .godot as file extension for project files.Andreas Haas2017-04-161-3/+20
* | [GD 3.0] Fix stretch mode 2d... againShockblast2017-04-161-1/+1
|/
* Restored (And auto-generated) splash imageJuan Linietsky2017-04-091-1/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Optimize-out some debug and/or non-tools methodsPedro J. Estébanez2017-04-071-0/+7
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-594/+517
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-3/+3
* Implements modules documentsGeequlim2017-03-041-0/+11
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-5/+1
* Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky2017-02-041-3/+3
* Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-31/+0
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-9/+2
* Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-0/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-8/+13
* no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-141-0/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-13/+18
* Reenable node name case setting + code cleanupsRémi Verschelde2017-01-131-1/+1
* Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky2017-01-131-18/+26
* Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-111-0/+2
* Move tests again from core to mainRémi Verschelde2017-01-081-1/+1
* Move core engine tests to core/Rémi Verschelde2017-01-081-1/+1
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-80/+82
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-14/+14
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-021-5/+25
|\
| * Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-0/+21
| |\
| | * all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-091-0/+21
| * | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-2/+2
| * | Fix typos and missing newlines in --helpTim Roes2016-11-031-3/+2
| |/
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-10-301-3/+11
|\|
| * Merge pull request #6677 from J08nY/issue-pck-packerRémi Verschelde2016-10-031-3/+1
| |\
| | * PCKPacker: moved from tools into core, fixes #4129J08nY2016-10-011-3/+1