| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve debug focus behavior | Pedro J. Estébanez | 2016-10-09 | 1 | -0/+10 |
| * | PCKPacker: moved from tools into core, fixes #4129 | J08nY | 2016-10-09 | 1 | -3/+0 |
| * | Fix crash on asset lib install | George Marques | 2016-07-10 | 1 | -0/+2 |
| * | removed target_fps option, moved it to debug (it makes no sense for games). A... | Juan Linietsky | 2016-07-09 | 1 | -2/+10 |
| * | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 1 | -5/+2 |
| * | update EditorDirDialog on external change, closes #4629 | Juan Linietsky | 2016-06-18 | 1 | -2/+3 |
| * | vsync support | Juan Linietsky | 2016-06-05 | 1 | -0/+3 |
| * | Make Input Actions config not affect the editor | Juan Linietsky | 2016-06-05 | 1 | -1/+4 |
| * | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | 2016-05-30 | 1 | -1/+11 |
| * | Change low processor usage mode to cap to 60 FPS rather than 40 FPS | Calinou | 2016-05-22 | 1 | -1/+1 |
| * | First version of Profiler | Juan Linietsky | 2016-05-21 | 1 | -8/+32 |
| * | Always set default clear color | eska | 2016-04-15 | 1 | -3/+5 |
| * | Borderless window support for the Win32 build. Default window position is now... | Saracen | 2016-03-12 | 1 | -0/+3 |
| * | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 1 | -0/+2 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -63/+63 |
| * | adds -pm and -project_manager command line options to start project manager | Ariel Manzur | 2016-02-25 | 1 | -2/+5 |
| * | Merge pull request #3493 from Hinsbart/wm_class | Rémi Verschelde | 2016-02-03 | 1 | -0/+2 |
| |\ |
|
| | * | x11: use different strings for WM_CLASS depending on context | hondres | 2016-01-27 | 1 | -0/+2 |
| * | | do not fail on invalid audio driver, fixes #3466 | Juan Linietsky | 2016-01-31 | 1 | -2/+4 |
| |/ |
|
| * | Add ability to set "keep screen on" for android | volzhs | 2016-01-16 | 1 | -0/+1 |
| * | Fix wrong type check for autoload | Rémi Verschelde | 2016-01-13 | 1 | -1/+1 |
| * | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | 2016-01-13 | 1 | -2/+3 |
| * | attempt another fix | Juan Linietsky | 2016-01-13 | 1 | -1/+11 |
| * | Reworked how autoloads are load to make sure identifiers always exist, please... | Juan Linietsky | 2016-01-13 | 1 | -1/+23 |
| * | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 2016-01-11 | 1 | -1/+1 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | force thread model to single-safe when running editor, fixes #2387 | Juan Linietsky | 2015-12-31 | 1 | -1/+5 |
| * | removed wron return types, fixes #2483 | reduz | 2015-12-29 | 1 | -1/+1 |
| * | Ability to set autoloads as singleton global variables | reduz | 2015-12-28 | 1 | -0/+15 |
| * | -added windowed mode with -w, fixes #3020 | Juan Linietsky | 2015-12-12 | 1 | -6/+11 |
| * | Print error if no export destination has been passed | est31 | 2015-11-26 | 1 | -0/+11 |
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-11-24 | 1 | -3/+4 |
| |\ |
|
| | * | Fix typo, missing quote | Rémi Verschelde | 2015-11-24 | 1 | -1/+1 |
| | * | Merge pull request #2876 from akien-mga/pr-boot-splash-debug | Rémi Verschelde | 2015-11-24 | 1 | -5/+4 |
| | |\ |
|
| | | * | Silence too verbose boot splash debug info | Rémi Verschelde | 2015-11-23 | 1 | -5/+4 |
| | * | | Load main scene if defined when running editor from the command line | Rémi Verschelde | 2015-11-22 | 1 | -2/+2 |
| | |/ |
|
| * / | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | 2015-11-24 | 1 | -10/+2 |
| |/ |
|
| * | Merge pull request #2706 from phobos-tro/main_memleaks | Juan Linietsky | 2015-11-18 | 1 | -2/+3 |
| |\ |
|
| | * | Fixing memleaks in main/main.cpp | Phobos Tro | 2015-10-30 | 1 | -2/+3 |
| * | | Fix arguments parsing in the main function | Rémi Verschelde | 2015-11-01 | 1 | -14/+20 |
| |/ |
|
| * | Merge pull request #2395 from MrMormon/patch-1 | Juan Linietsky | 2015-10-17 | 1 | -3/+3 |
| |\ |
|
| | * | Fixed misspelled local variable for code clarity | Joshua Olson | 2015-08-26 | 1 | -3/+3 |
| * | | Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheck | Juan Linietsky | 2015-10-17 | 1 | -49/+37 |
| |\ \ |
|
| | * | | ran cppcheck, fixed cases where array index is used before limits check | firefly2442 | 2015-10-12 | 1 | -49/+37 |
| * | | | -A little More control about pixel snapping in 2D | Juan Linietsky | 2015-10-13 | 1 | -0/+1 |
| |/ / |
|
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-09-24 | 1 | -0/+13 |
| |\ \ |
|
| | * \ | Ability to visually debug geometry visually: | Juan Linietsky | 2015-09-20 | 1 | -0/+6 |
| | |\ \ |
|
| | * | | | begin work on debugging collisions.... | Juan Linietsky | 2015-09-18 | 1 | -0/+7 |
| | |/ / |
|
| * / / | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | 2015-09-24 | 1 | -1/+18 |
| |/ / |
|
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-09-10 | 1 | -1/+0 |
| |\ \ |
|