Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-29 | use joystick name from mapping-db if available | hinsbart | |
2016-02-25 | OUYA gamepad mappings fix | Krzysztof Jankowski | |
Fix gamepad mappings for OUYA revision 4 | |||
2016-02-25 | adds -pm and -project_manager command line options to start project manager | Ariel Manzur | |
fixes bug where the user has an engine.cfg on the executable directory so it runs the game instead of opening the project manager | |||
2016-02-24 | added more Android gamepad mappings | Dana Olson | |
2016-02-23 | added a couple more Linux mappings, tweaked Ouya Linux mapping | Dana Olson | |
2016-02-16 | fix is_joy_mapped return value | hondres | |
2016-02-15 | fix joystick axis handling for Input.is_action_pressed() | hondres | |
2016-02-14 | x11: analog triggers for ps4 gamepad | hondres | |
2016-02-08 | Merge pull request #3428 from Hinsbart/android-gamepad | punto- | |
support gamepad remapping on android | |||
2016-02-03 | Merge pull request #3493 from Hinsbart/wm_class | Rémi Verschelde | |
x11: use different strings for WM_CLASS depending on context | |||
2016-02-01 | added more gamepad mappings | Dana Olson | |
2016-01-31 | do not fail on invalid audio driver, fixes #3466 | Juan Linietsky | |
2016-01-27 | x11: use different strings for WM_CLASS depending on context | hondres | |
2016-01-27 | use fallback mapping from list | Hondres | |
2016-01-26 | clear joystick state on disconnection | hondres | |
2016-01-24 | can use fallback mapping on all platforms | hondres | |
2016-01-24 | support gamepad remapping on android | hondres | |
2016-01-22 | add mappings and increase max number of buttons | hondres | |
2016-01-21 | html5 gamepad support | Hinsbart | |
2016-01-16 | Add ability to set "keep screen on" for android | volzhs | |
2016-01-13 | Fix wrong type check for autoload | Rémi Verschelde | |
Regression from c633a29. Fixes #3342 | |||
2016-01-13 | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | |
2016-01-13 | attempt another fix | Juan Linietsky | |
2016-01-13 | Reworked how autoloads are load to make sure identifiers always exist, ↵ | Juan Linietsky | |
please check if this resolves bug #3156 | |||
2016-01-12 | Merge pull request #3272 from Hinsbart/joy-binding | punto- | |
Add some joystick functions to input. Enables manipulation of mapping… | |||
2016-01-11 | Update copyright in remaining files + prints in the UI | Rémi Verschelde | |
2016-01-08 | Add some joystick functions to input. Enables manipulation of mappings at ↵ | hondres | |
runtime | |||
2016-01-02 | Analog values for gamepad triggers, using axes 6 & 7 | hondres | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-31 | force thread model to single-safe when running editor, fixes #2387 | Juan Linietsky | |
2015-12-29 | removed wron return types, fixes #2483 | reduz | |
removed console, which was obsolete and unused sine long long ago | |||
2015-12-28 | Ability to set autoloads as singleton global variables | reduz | |
2015-12-20 | fix debouncing in axis buttons | Ariel Manzur | |
2015-12-18 | Use tabs instead of spaces for new gamepad code | hondres | |
2015-12-18 | Better gamepad support | hondres | |
2015-12-12 | -added windowed mode with -w, fixes #3020 | Juan Linietsky | |
-changed default windowed resolution to 1280x720 | |||
2015-11-26 | Print error if no export destination has been passed | est31 | |
2015-11-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: main/main.cpp | |||
2015-11-24 | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | |
-fixed theora so it can compile theoralib but not theora -fixed generation of windows icon in .rc, which didn't previously work in 32 bits | |||
2015-11-24 | Fix typo, missing quote | Rémi Verschelde | |
2015-11-24 | Merge pull request #2876 from akien-mga/pr-boot-splash-debug | Rémi Verschelde | |
Silence too verbose boot splash debug info | |||
2015-11-23 | Silence too verbose boot splash debug info | Rémi Verschelde | |
2015-11-22 | Load main scene if defined when running editor from the command line | Rémi Verschelde | |
If no main scene is defined, or if it's an empty string, the previous behaviour will still be used, i.e. launch the project manager. A small fix was also added not to maximize the window when opening the project manager via -editor (i.e. "godot" and "godot -e" will behave the same when no project is in the path). Fixes #2869. | |||
2015-11-19 | Merge pull request #2518 from masoudbh3/godot-icons | Juan Linietsky | |
Add icon to exe file in windows export | |||
2015-11-18 | Merge pull request #2706 from phobos-tro/main_memleaks | Juan Linietsky | |
Fixing memleaks in main/main.cpp | |||
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-09 | Add icon to exe file in windows export | masoud bh | |
add version_info and icon sections in "export to windows platform". add version_info and icon to godot exe file (editor & template exe). fix an problem in image class. change all default icons to android export icon (a little more rounded). create an python script for convert file to cpp byte array for use in 'splash.h'. | |||
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | |
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check | |||
2015-11-01 | Fix arguments parsing in the main function | Rémi Verschelde | |
Fixes #2611 which was a regression from 692216b86ab97db91e7ff3903ffc9ac8e37433f6. The bogus behaviour considered that if there were more than one arguments left to parse, they would be a pair of arguments (switch and its parameter), and thus skipped the next argument in all cases (thus potentially skipping a "-editor", which triggered #2611). This is fixed by checking first for arguments that don't expect a parameter, and only afterwards for arguments that expect a parameter. And if a "pair" of arguments is not valid, we no longer increment the counter. | |||
2015-10-30 | Fixing memleaks in main/main.cpp | Phobos Tro | |