aboutsummaryrefslogtreecommitdiff
path: root/main/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vsync supportJuan Linietsky2016-06-051-0/+3
* Make Input Actions config not affect the editorJuan Linietsky2016-06-051-1/+4
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-1/+11
* Change low processor usage mode to cap to 60 FPS rather than 40 FPSCalinou2016-05-221-1/+1
* First version of ProfilerJuan Linietsky2016-05-211-8/+32
* Always set default clear coloreska2016-04-151-3/+5
* Borderless window support for the Win32 build. Default window position is now...Saracen2016-03-121-0/+3
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-0/+2
* remove trailing whitespaceHubert Jarosz2016-03-091-63/+63
* adds -pm and -project_manager command line options to start project managerAriel Manzur2016-02-251-2/+5
* Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde2016-02-031-0/+2
|\
| * x11: use different strings for WM_CLASS depending on contexthondres2016-01-271-0/+2
* | do not fail on invalid audio driver, fixes #3466Juan Linietsky2016-01-311-2/+4
|/
* Add ability to set "keep screen on" for androidvolzhs2016-01-161-0/+1
* Fix wrong type check for autoloadRémi Verschelde2016-01-131-1/+1
* improve reporting of error in wrong inheritance for autoload scriptJuan Linietsky2016-01-131-2/+3
* attempt another fixJuan Linietsky2016-01-131-1/+11
* Reworked how autoloads are load to make sure identifiers always exist, please...Juan Linietsky2016-01-131-1/+23
* Update copyright in remaining files + prints in the UIRémi Verschelde2016-01-111-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* force thread model to single-safe when running editor, fixes #2387Juan Linietsky2015-12-311-1/+5
* removed wron return types, fixes #2483reduz2015-12-291-1/+1
* Ability to set autoloads as singleton global variablesreduz2015-12-281-0/+15
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-121-6/+11
* Print error if no export destination has been passedest312015-11-261-0/+11
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-241-3/+4
|\
| * Fix typo, missing quoteRémi Verschelde2015-11-241-1/+1
| * Merge pull request #2876 from akien-mga/pr-boot-splash-debugRémi Verschelde2015-11-241-5/+4
| |\
| | * Silence too verbose boot splash debug infoRémi Verschelde2015-11-231-5/+4
| * | Load main scene if defined when running editor from the command lineRémi Verschelde2015-11-221-2/+2
| |/
* / -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-10/+2
|/
* Merge pull request #2706 from phobos-tro/main_memleaksJuan Linietsky2015-11-181-2/+3
|\
| * Fixing memleaks in main/main.cppPhobos Tro2015-10-301-2/+3
* | Fix arguments parsing in the main functionRémi Verschelde2015-11-011-14/+20
|/
* Merge pull request #2395 from MrMormon/patch-1Juan Linietsky2015-10-171-3/+3
|\
| * Fixed misspelled local variable for code clarityJoshua Olson2015-08-261-3/+3
* | Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheckJuan Linietsky2015-10-171-49/+37
|\ \
| * | ran cppcheck, fixed cases where array index is used before limits checkfirefly24422015-10-121-49/+37
* | | -A little More control about pixel snapping in 2DJuan Linietsky2015-10-131-0/+1
|/ /
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-241-0/+13
|\ \
| * \ Ability to visually debug geometry visually:Juan Linietsky2015-09-201-0/+6
| |\ \
| * | | begin work on debugging collisions....Juan Linietsky2015-09-181-0/+7
| |/ /
* / / Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-241-1/+18
|/ /
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-101-1/+0
|\ \
| * | fix game window runs only 800x600volzhs2015-09-051-1/+0
* | | HTML5 exporter ImprovementsJuan Linietsky2015-09-101-2/+11
|/ /
* | merged some stuff for okamJuan Linietsky2015-09-031-6/+16
* | new editor settings customization of where to run the game from the editorJuan Linietsky2015-08-301-4/+49
* | -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-291-1/+9
|/
* error debuggerJuan Linietsky2015-08-041-1/+1