summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-091-0/+1
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-10/+10
* Fix typo in fixed-fps help lineHein-Pieter van Braam2017-09-241-1/+1
* main: Add --version switch and git hash to --helpRémi Verschelde2017-09-241-4/+18
* Merge pull request #11299 from marcelofg55/fix_seticon_defaultRémi Verschelde2017-09-211-1/+11
|\
| * Fix setting the default icon briefly with tools=noMarcelo Fernandez2017-09-171-1/+11
* | Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez2017-09-181-1/+1
|/
* Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-0/+5
* Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-11/+9
* Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-121-12/+35
* Merged docs and small correction to lowdpi feature (it supports windows now)Juan Linietsky2017-09-121-1/+1
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-2/+2
* Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky2017-09-071-0/+6
* Merge pull request #10422 from endragor/gdnative-androidRémi Verschelde2017-08-311-2/+12
|\
| * Make GDNative work on AndroidRuslan Mustakov2017-08-301-2/+12
* | Renderer/Simulator flagsGustav Lund2017-08-301-2/+22
|/
* Merge pull request #10531 from RandomShaper/remove-old-android-settingRémi Verschelde2017-08-291-2/+5
|\
| * Fix Android remote debug not hitting breakpointsPedro J. Estébanez2017-08-221-2/+5
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* | Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-5/+5
* | Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+3
|/
* Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-211-153/+111
* Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-211-89/+89
* simplify the way window is allowed to steal focus, no longer relying on proje...Juan Linietsky2017-08-201-3/+8
* Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-0/+1
|\
| * Adds editor_hint to Engine classIgnacio Etcheverry2017-08-191-0/+1
* | Revert "Second take at making command-line arguments more UNIX-like + main.cp...Juan Linietsky2017-08-191-149/+191
* | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-191-151/+109
* | Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-191-89/+89
* | Enable command-line exportRuslan Mustakov2017-08-141-6/+6
* | Merge pull request #10257 from Faless/html5_fixesRémi Verschelde2017-08-131-0/+1
|\ \
| * | Fix icon loading error a bootFabio Alessandrelli2017-08-111-0/+1
| |/
* / Add expand stretch/ascpect - no more black barsYakov Borevich2017-08-091-1/+3
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* Revert "Tweak command-line arguments to make them more UNIX-like"Juan Linietsky2017-08-021-89/+89
* Merge pull request #10014 from Calinou/tweak-command-line-argumentsRémi Verschelde2017-08-021-89/+89
|\
| * Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-021-89/+89
* | Fix AudioServer::finish not getting called while quittingMarcelo Fernandez2017-08-011-0/+1
|/
* 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-83/+73
* 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