Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-11 | fix platform bb10 compilation | hondres | |
2016-02-08 | Merge pull request #3428 from Hinsbart/android-gamepad | punto- | |
support gamepad remapping on android | |||
2016-02-07 | Added constant to retrieve Windows' Documents path | Franco Eusébio Garcia | |
According to MSDN's documentation (https://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx), CSIDL_PERSONAL represents the default path to Windows Document's folder: "Previous to Version 6.0. The file system directory used to physically store a user's common repository of documents. A typical path is C:\Documents and Settings\username\My Documents. This should be distinguished from the virtual My Documents folder in the namespace. To access that virtual folder, use SHGetFolderLocation, which returns the ITEMIDLIST for the virtual location, or refer to the technique described in Managing the File System." | |||
2016-02-07 | Merge pull request #3615 from Hinsbart/joy_check_fix | punto- | |
x11: more verbose checking for joystick capabilities | |||
2016-02-07 | x11: more verbose checking for joystick capabilities | hondres | |
2016-02-04 | added option to link libstdc++ statically | Juan Linietsky | |
2016-02-04 | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵ | Juan Linietsky | |
with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++ | |||
2016-02-04 | -removed buggy flags, makes mingw+32 bits+optimized work again, | Juan Linietsky | |
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres | |
2016-02-04 | Merge pull request #3575 from Hinsbart/_net_wm_name | Rémi Verschelde | |
x11: set _net_wm_name property | |||
2016-02-04 | x11: set _net_wm_name property | hondres | |
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-03 | Merge pull request #3538 from Hinsbart/temp | Rémi Verschelde | |
remove pc_joystick_map.h | |||
2016-02-02 | x11: fix non-gamepad devices being detected as joysticks | hondres | |
2016-02-01 | remove pc_joystick_map.h | hondres | |
2016-02-01 | close file descriptor if ioctls failed | hondres | |
2016-01-29 | Update detect.py | punto- | |
removed -g from linkflags | |||
2016-01-29 | audio crash | Ariel Manzur | |
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-27 | Merge pull request #3471 from Hinsbart/remove_libevdev | punto- | |
remove dependancy on libevdev | |||
2016-01-26 | Revert "make msvc 64bits build again, fixes #3098" | George Marques | |
This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7. | |||
2016-01-26 | remove dependancy on libevdev | hondres | |
2016-01-25 | Combies driver split and spawn fix, closes #3265 | Juan Linietsky | |
2016-01-25 | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky | |
2016-01-24 | Change default window size for desktop | George Marques | |
Fix #3149 | |||
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-20 | fix export bug | Juan Linietsky | |
2016-01-20 | Merge pull request #3392 from Hinsbart/html5-gamepad | Rémi Verschelde | |
fix string conversion in javascript export | |||
2016-01-20 | fix string conversion in javascript export | hondres | |
2016-01-20 | Merge pull request #3391 from eska014/web-export-page | Rémi Verschelde | |
Overhaul web export page | |||
2016-01-20 | -Remote deploy now uses FS over USB on Android, super fast! | Juan Linietsky | |
2016-01-20 | Revamp web export page | eska | |
2016-01-19 | missed rename "keep_screen_on" for ios | volzhs | |
2016-01-18 | Merge pull request #3364 from Max-Might/master | Rémi Verschelde | |
Haiku: fix build and add resource file | |||
2016-01-18 | Merge pull request #3360 from volzhs/keep-screen-on-5 | Rémi Verschelde | |
Add ability to set "keep screen on" for android & iOS. fixes #2428 | |||
2016-01-16 | Fix 32 bit windows export crash | mrezai | |
2016-01-16 | Add ability to set "keep screen on" for iOS | volzhs | |
2016-01-16 | Add ability to set "keep screen on" for android | volzhs | |
2016-01-16 | Haiku: add resource file | Kostadin Damyanov | |
2016-01-15 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
2016-01-12 | Merge pull request #3272 from Hinsbart/joy-binding | punto- | |
Add some joystick functions to input. Enables manipulation of mapping… | |||
2016-01-12 | Fix crash on android 6.0.1, fixes #3321 | mrezai | |
2016-01-11 | Update copyright in remaining files + prints in the UI | Rémi Verschelde | |
2016-01-11 | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | |
Remove unnecessary null pointer checks | |||
2016-01-11 | Merge pull request #3304 from eska014/fbsd-alsa | Rémi Verschelde | |
Give FreeBSD a chance to enable ALSA | |||
2016-01-10 | make msvc 64bits build again, fixes #3098 | Juan Linietsky | |
disabled assembly for msvc 64 bits, as it is not supported |