| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add joystick vibration support on Linux (#5043) | Wilhem Barbier | 2016-06-15 | 2 | -0/+64 |
| | | |||||
| * | Update gamepad mappings. | Andreas Haas | 2016-06-14 | 1 | -0/+18 |
| | | | | | Merge mappings from https://github.com/gabomdq/SDL_GameControllerDB | ||||
| * | vsync support | Juan Linietsky | 2016-06-05 | 1 | -0/+3 |
| | | | | | | | -works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync | ||||
| * | 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 |
| | | | | | -Implemented HiDPI detection and support for Godot Editor! | ||||
| * | Add magnetometer sensor support for Android | fluffrabbit | 2016-05-27 | 2 | -0/+17 |
| | | |||||
| * | Change low processor usage mode to cap to 60 FPS rather than 40 FPS | Calinou | 2016-05-22 | 1 | -1/+1 |
| | | | | | | | This results in smoother operation in the editor, without needing to resort to the "Update Always" method which uses more resources than needed. | ||||
| * | First version of Profiler | Juan Linietsky | 2016-05-21 | 1 | -8/+32 |
| | | | | | | It is now possible to profile GDScript as well as some parts of Godot internals. | ||||
| * | Fix ds3 gamepad mapping | Hinsbart | 2016-05-04 | 1 | -0/+1 |
| | | |||||
| * | Always set default clear color | eska | 2016-04-15 | 1 | -3/+5 |
| | | |||||
| * | Borderless window support for the Win32 build. Default window position is ↵ | Saracen | 2016-03-12 | 1 | -0/+3 |
| | | | | | now also centred. | ||||
| * | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 1 | -0/+2 |
| | | | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -63/+63 |
| | | |||||
| * | use joystick name from mapping-db if available | hinsbart | 2016-02-29 | 2 | -0/+3 |
| | | |||||
| * | OUYA gamepad mappings fix | Krzysztof Jankowski | 2016-02-25 | 1 | -0/+1 |
| | | | | Fix gamepad mappings for OUYA revision 4 | ||||
| * | adds -pm and -project_manager command line options to start project manager | Ariel Manzur | 2016-02-25 | 1 | -2/+5 |
| | | | | | fixes bug where the user has an engine.cfg on the executable directory so it runs the game instead of opening the project manager | ||||
| * | added more Android gamepad mappings | Dana Olson | 2016-02-24 | 1 | -2/+5 |
| | | |||||
| * | added a couple more Linux mappings, tweaked Ouya Linux mapping | Dana Olson | 2016-02-23 | 1 | -2/+6 |
| | | |||||
| * | fix is_joy_mapped return value | hondres | 2016-02-16 | 1 | -1/+2 |
| | | |||||
| * | fix joystick axis handling for Input.is_action_pressed() | hondres | 2016-02-15 | 1 | -0/+12 |
| | | |||||
| * | x11: analog triggers for ps4 gamepad | hondres | 2016-02-14 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3428 from Hinsbart/android-gamepad | punto- | 2016-02-08 | 2 | -7/+20 |
| |\ | | | | | support gamepad remapping on android | ||||
| | * | use fallback mapping from list | Hondres | 2016-01-27 | 2 | -18/+14 |
| | | | |||||
| | * | can use fallback mapping on all platforms | hondres | 2016-01-24 | 2 | -16/+19 |
| | | | |||||
| | * | support gamepad remapping on android | hondres | 2016-01-24 | 2 | -2/+16 |
| | | | |||||
| * | | 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 | ||||
| | * | | x11: use different strings for WM_CLASS depending on context | hondres | 2016-01-27 | 1 | -0/+2 |
| | | | | |||||
| * | | | added more gamepad mappings | Dana Olson | 2016-02-01 | 1 | -76/+89 |
| | | | | |||||
| * | | | do not fail on invalid audio driver, fixes #3466 | Juan Linietsky | 2016-01-31 | 1 | -2/+4 |
| |/ / | |||||
| * / | clear joystick state on disconnection | hondres | 2016-01-26 | 1 | -1/+11 |
| |/ | |||||
| * | add mappings and increase max number of buttons | hondres | 2016-01-22 | 2 | -5/+8 |
| | | |||||
| * | html5 gamepad support | Hinsbart | 2016-01-21 | 1 | -0/+42 |
| | | |||||
| * | 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 |
| | | | | | Regression from c633a29. Fixes #3342 | ||||
| * | 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, ↵ | Juan Linietsky | 2016-01-13 | 1 | -1/+23 |
| | | | | | please check if this resolves bug #3156 | ||||
| * | Merge pull request #3272 from Hinsbart/joy-binding | punto- | 2016-01-12 | 2 | -0/+55 |
| |\ | | | | | Add some joystick functions to input. Enables manipulation of mapping… | ||||
| | * | Add some joystick functions to input. Enables manipulation of mappings at ↵ | hondres | 2016-01-08 | 2 | -0/+55 |
| | | | | | | | | | runtime | ||||
| * | | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 2016-01-11 | 1 | -1/+1 |
| |/ | |||||
| * | Analog values for gamepad triggers, using axes 6 & 7 | hondres | 2016-01-02 | 1 | -3/+14 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 5 | -5/+5 |
| | | |||||
| * | 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 |
| | | | | | removed console, which was obsolete and unused sine long long ago | ||||
| * | Ability to set autoloads as singleton global variables | reduz | 2015-12-28 | 1 | -0/+15 |
| | | |||||
| * | fix debouncing in axis buttons | Ariel Manzur | 2015-12-20 | 1 | -1/+6 |
| | | |||||
| * | Use tabs instead of spaces for new gamepad code | hondres | 2015-12-18 | 2 | -334/+334 |
| | | |||||
| * | Better gamepad support | hondres | 2015-12-18 | 2 | -12/+520 |
| | | |||||
| * | -added windowed mode with -w, fixes #3020 | Juan Linietsky | 2015-12-12 | 1 | -6/+11 |
| | | | | | -changed default windowed resolution to 1280x720 | ||||
| * | Print error if no export destination has been passed | est31 | 2015-11-26 | 1 | -0/+11 |
| | | |||||
