5730 Commits

Author SHA1 Message Date
UnknownShadow200
7695311129 Fix .dll loading not working on win 95/98 2021-05-30 09:35:02 +10:00
UnknownShadow200
907a752600 Web: Fix disconnect message almost never showing now 2021-05-29 18:43:23 +10:00
UnknownShadow200
8602d98a32 oops 2021-05-29 18:23:50 +10:00
UnknownShadow200
85cb103ea5 Web: Also log errors from Logger_Log 2021-05-29 18:20:03 +10:00
UnknownShadow200
00b7ef80ba
Merge pull request #852 from UnknownShadow200/SplitBackend
Splitup Platform.c + rewrite web backend sockets
2021-05-29 10:35:35 +10:00
UnknownShadow200
aef0ec7602 Fix multiplayer not working in IE11 2021-05-29 08:48:27 +10:00
UnknownShadow200
5d93db81d2 Fix multiplayer not working at all with old emscripten 2021-05-28 17:54:57 +10:00
UnknownShadow200
8aea1d413c Fix crash if server sends multiple LevelInit packets with differing map volumes (Thanks minoclub + venksociety) 2021-05-26 20:02:36 +10:00
UnknownShadow200
cea4e26ad1 Web: Fix can't scroll in inventory anymore (Thanks Fam0r) 2021-05-24 22:30:43 +10:00
UnknownShadow200
6e57334f9a Web: Show right message when invalid IP provided 2021-05-23 18:43:25 +10:00
UnknownShadow200
cef1e5b484 Fix timing out not working properly 2021-05-23 15:38:34 +10:00
UnknownShadow200
355f35c719 Fix multiplayer not working 2021-05-23 15:27:42 +10:00
UnknownShadow200
3e828d09af Web: move interop_web to .js file instead of continuously trying to make emcc (and myself) despair by embedding large amounts of JavaScript in EM_ASM 2021-05-23 14:29:54 +10:00
UnknownShadow200
e43c4ea690 Web: Rewrite sockets API to avoid standard library 2021-05-23 13:47:51 +10:00
UnknownShadow200
bb68bfd0cf Fix web backend 2021-05-23 10:20:42 +10:00
UnknownShadow200
ef62038011 Split up Platform.c into Platform_WinApi.c, Platform_Web.c, and Platform_Posix.c 2021-05-23 10:04:34 +10:00
UnknownShadow200
d15ef3ed69 Export Drawer2D per request 2021-05-20 17:36:26 +10:00
UnknownShadow200
763a7e23eb Less compiler warnings 2021-05-19 07:27:29 +10:00
UnknownShadow200
ed43827a4e Move Invalid IP detection out of Program.c 2021-05-17 19:29:50 +10:00
UnknownShadow200
629b44b038 Mobile webclient: Fix pressing 'Go' button on on-screen keyboard on android chrome repeatedly not actually sending chat until you had clicked one of the text prediction suggestions 2021-05-16 16:01:25 +10:00
UnknownShadow200
b8b29dfb07 Android: Fix deleting blocks when double click to join from server list 2021-05-15 15:31:24 +10:00
UnknownShadow200
c9d0fcbf5e Add version number to webclient 2021-05-13 18:07:23 +10:00
UnknownShadow200
72e031d50c buildbot: log how long compiling takes 2021-05-10 07:29:21 +10:00
UnknownShadow200
dc186b7c6d fix last commit 2021-05-08 15:06:52 +10:00
UnknownShadow200
5d015d4859 Improve hotkey list screen (Thanks Goodly) 2021-05-08 14:45:01 +10:00
UnknownShadow200
75a645aacc Tidy up http/texture pack code a little bit 2021-05-08 12:03:22 +10:00
UnknownShadow200
65a9cba5be Change 'error decoding [url]' to 'error decoding skin [url]' to be less confusing as to why an error message is appearing in chat 2021-05-08 10:33:53 +10:00
UnknownShadow200
5a35970131 Mobile: Default to show chat/fly/speed on-screen buttons 2021-05-07 23:03:41 +10:00
UnknownShadow200
5d1819c58e Mobile webclient: Fix input textbox not showing at all on some browsers 2021-05-07 22:08:17 +10:00
UnknownShadow200
1dda4de936 Mobile: Fix can't close tab list if you press Tab on keyboard (Thanks aleksb385) 2021-05-03 21:07:19 +10:00
UnknownShadow200
408eaeeee6 Fix empty titlebar on Windows 95/98 2021-05-03 08:35:43 +10:00
UnknownShadow200
27c62541cb MSVC: Don't enable /fp:fast, fixes very rare issues with high optimisation levels on certain compiler version (Thanks SpiralP) 2021-05-02 18:08:09 +10:00
UnknownShadow200
b1dcb4da41 Web: Show error in chat if fail to sync filesystem to IndexedDB 2021-04-30 22:46:43 +10:00
UnknownShadow200
9c2b28ca88
Merge pull request #838 from UnknownShadow200/web_interop
Web: Move all nasty JavaScript-in-C code to a separate dedicated file
2021-04-30 20:59:19 +10:00
UnknownShadow200
be71498475 fix 1 last issue, 5 browsers should be enough testing 2021-04-30 20:51:32 +10:00
UnknownShadow200
e79538d3a6 Fix multiple issues with moving to separate file 2021-04-30 19:34:42 +10:00
UnknownShadow200
3c4fc605b4 Web: Move all nasty JavaScript-in-C code to a separate dedicated file 2021-04-25 10:55:07 +10:00
UnknownShadow200
5e0b69049d Show error if opening url in browser fails 2021-04-23 07:54:31 +10:00
UnknownShadow200
90ff11fe98 Fix crash if you type text into search filter input widget in servers list menu, press left (to move caret inside the text), then go back to main menu, and then sign in again (Thanks GuzzDoritos) 2021-04-20 07:36:17 +10:00
UnknownShadow200
7639e8924c Fix custom models stuffing up with non power of two skins (Thanks Goodly) 2021-04-12 19:43:52 +10:00
UnknownShadow200
ab867fa6fc tidy and fix up plugin build script 2021-04-08 23:20:45 +10:00
UnknownShadow200
65845f63cf Fix if third person is disabled on a map, zoom distance of non-active third person camera(s) is not reset to default (Thanks Goodly) 2021-04-05 19:52:53 +10:00
UnknownShadow200
0421d68cc2 Release 1.2.5 1.2.5 2021-04-02 15:15:34 +11:00
UnknownShadow200
ebbff5a35a
Merge pull request #815 from Fam0r/master
Make BlockPermissions affect gas blocks better
2021-04-02 14:07:44 +11:00
UnknownShadow200
3cac5bd997 Fix FPS text being stuffed up if initially disabled (Thanks shadows) 2021-04-02 08:31:03 +11:00
Fam0r
cf07f102ca Make changes only affect gas blocks 2021-03-31 14:25:38 +03:00
UnknownShadow200
0dfe89ec32 Don't redraw the FPS texture if FPS is hidden 2021-03-31 21:33:55 +11:00
UnknownShadow200
2f1445b7c7 Fix Logger_Abort missing backtrace on x86 with MSVC due to my mistake 2021-03-30 21:46:51 +11:00
UnknownShadow200
0daa115ed0 Android: Fix dialogs not blocking calling thread (especially important for crash dialog box) 2021-03-29 22:06:14 +11:00
UnknownShadow200
9a4d5e3bcc Game now runs on windows 95 by loading IsDebuggerPresent dynamically 2021-03-27 15:01:17 +11:00