6261 Commits

Author SHA1 Message Date
UnknownShadow200
aed6834dfe X11: Don't cache default screen 2020-12-31 19:42:59 +11:00
UnknownShadow200
8869bb95d8 Direct3D9: Workaround buggy hook plugins by avoiding resetting device at startup (Thanks MasterMen) 2020-12-31 13:49:53 +11:00
UnknownShadow200
7c604e736e Webclient: Fix non vsync fps limit not applying at startup 2020-12-31 13:16:42 +11:00
UnknownShadow200
e53f715f29 Improve vsync setting at startup
Only call it once for OpenGL, avoid causing a pointless context loss for Direct3D9
2020-12-31 12:38:46 +11:00
UnknownShadow200
8749010193 Fix username getting stuffed up with last commit, oops (Thanks Yolkbird) 2020-12-31 08:33:08 +11:00
UnknownShadow200
3c3664b9cf Windows: Remember session cookie, bypasses MFA when logged in from same device 2020-12-30 20:04:56 +11:00
UnknownShadow200
8f888c0589 Make StringsBuffer no longer hardcoded to max 512 character entries 2020-12-30 18:56:44 +11:00
UnknownShadow200
c3819edde3 Cleanup StringsBuffer, add basic ios interop code 2020-12-30 16:24:38 +11:00
UnknownShadow200
2b17800a2c Split into CC_BUILD_MACOS and CC_BUILD_IOS 2020-12-29 22:42:55 +11:00
UnknownShadow200
aedd53eeb6 CC_BUILD_OSX -> CC_BUILD_DARWIN, add ARM register dumping 2020-12-29 22:16:15 +11:00
UnknownShadow200
3702235951 Use DateTime_CurrentUtc_MS less and other minor tidyup 2020-12-29 20:43:27 +11:00
UnknownShadow200
3758fc3e84 Screen PointerUp should not be cancellable 2020-12-29 18:54:34 +11:00
UnknownShadow200
4d9c975b1f fix buildbot script for real 2020-12-29 17:04:54 +11:00
UnknownShadow200
587867a087 update buildbot script for new machine 2020-12-29 14:27:43 +11:00
UnknownShadow200
e394c4f2d9 Avoid 64 bit division in Waitable_WaitFor 2020-12-29 13:14:26 +11:00
UnknownShadow200
33b3fba6e1 Direct3D9: Fix crash if device cannot be created initially and you try to join multiplayer (Thanks lordmakerreturns) 2020-12-29 00:52:29 +11:00
UnknownShadow200
3774defd60 X11: Disable XInput2 when absolute mouse coordinates detected, fixes being unable to look around at all still. Fixes #771 2020-12-28 14:33:27 +11:00
UnknownShadow200
01eebf8796 Mobile: Fix softlock if speed is on and you open inventory (Thanks bioclassic23)
Also fix last commit breaking webclient whoops
2020-12-27 18:44:38 +11:00
UnknownShadow200
fb4c74d0a0 Opening chat input shouldn't cause 'speed: X' to immediately vanish 2020-12-27 18:32:03 +11:00
UnknownShadow200
1457d1207c Only save the one keybind that changed instead of all keybinds 2020-12-27 16:58:12 +11:00
UnknownShadow200
9e7d19bfd1 Eliminate Mouse_X/Y completely, start work on new keybinding changed event 2020-12-27 16:48:47 +11:00
UnknownShadow200
e26e9887d2 Launcher: Finally make servers table behave properly when cursor goes outside window 2020-12-27 16:39:56 +11:00
UnknownShadow200
07b0086f9e Launcher: Eliminate all uses of Mouse_X/Y 2020-12-27 16:11:05 +11:00
UnknownShadow200
06b4595e95 Launcher: Move a little bit away from the idea of there only being one pointer 2020-12-27 15:55:47 +11:00
UnknownShadow200
44773bc28e Add field to Gui for screen currently grabbing input, faster than having to iterate through all screens 2020-12-27 13:39:08 +11:00
UnknownShadow200
12ee3a1ec6 Make InputUp event non cancellable for screens 2020-12-27 13:25:27 +11:00
UnknownShadow200
0d56db14b1 Try to make default screen functions clearer 2020-12-27 12:31:15 +11:00
UnknownShadow200
6b2766702b Add maxspeed= to MOTD to allow specifying a maximum horizontal speed that overrides -speed per request (Thanks Venk) 2020-12-27 11:17:59 +11:00
UnknownShadow200
801e26b03c Try to workaround rare corner cases where XI_RawMotion returns absolute instead of relative coords 2020-12-27 00:26:32 +11:00
UnknownShadow200
a2d7f4a71a Fix speed: 5X getting stuck shown if you had ctrl pressed before opening chat (Thanks Cybertoon) 2020-12-26 21:52:49 +11:00
UnknownShadow200
b8bf9db131
Add basic documentation on how the 2D gui works 2020-12-26 11:50:50 +11:00
UnknownShadow200
655a468439 X11: Log backtrace for unhandled X errors (Thanks chuyuanzheng3) 2020-12-25 23:10:29 +11:00
UnknownShadow200
93f3be957e Move stuff like SKIN_SERVER into Constants.h to make it easier to rebrand the game 2020-12-25 15:25:38 +11:00
UnknownShadow200
ff404604c6 Webclient: Fix touch controls appearing on some windows laptops (Thanks fam0r) 2020-12-25 02:33:58 +11:00
UnknownShadow200
a8ff5c5b07 Try to fix iPad >= iOS 13 not showing touch controls by default 2020-12-25 01:28:42 +11:00
UnknownShadow200
45fb1d56ab Add an undocumented option to turn off https
Obviously as this is a monumentally bad idea 99% of the time, don't document it or expose it in the GUI
2020-12-23 23:56:16 +11:00
UnknownShadow200
13dcf51f9f Move FOV stuff into Camera module instead 2020-12-21 10:40:47 +11:00
UnknownShadow200
9aba62615d Fix classic pause menu still showing empty quit game button 2020-12-21 00:01:25 +11:00
UnknownShadow200
6fe58feae6 Make the GUI code a little bit less ugly 2020-12-20 21:33:03 +11:00
UnknownShadow200
5801e7888d Mobile: Add hotbar switching as an on-screen control 2020-12-20 14:45:50 +11:00
UnknownShadow200
c18fde0ef0 Mobile: Add delete/pick/place on-screen buttons 2020-12-20 13:46:35 +11:00
UnknownShadow200
91a1603ef0 Fix last commit not compiling 2020-12-20 12:00:58 +11:00
UnknownShadow200
3ec8644c69 Add Mem_Equals function 2020-12-20 11:52:25 +11:00
UnknownShadow200
32dbb2d51a
Merge pull request #769 from timgates42/bugfix_typo_request
docs: fix simple typo, requst -> request
2020-12-20 07:37:49 +11:00
Tim Gates
6b972d06af
docs: fix simple typo, requst -> request
There is a small typo in src/Http.c.

Should read `request` rather than `requst`.
2020-12-20 07:29:10 +11:00
UnknownShadow200
1597ed76d7 remove a little bit of unused freetype code 2020-12-20 00:08:58 +11:00
UnknownShadow200
4c5df56ca6 Mobile: Fix changing touch scale not updating immediately 2020-12-19 15:03:12 +11:00
UnknownShadow200
3f0a2686a9 Use String_AppendUtf8 instead of Platform_DecodeString for non windows platforms 2020-12-19 13:13:37 +11:00
UnknownShadow200
14de95774d Mobile: Now touch controls scale partially works 2020-12-17 20:50:12 +11:00
UnknownShadow200
edae243721 Mobile: Add (disabled) button for setting scale of touch gui 2020-12-17 19:10:41 +11:00