Commit graph

5554 commits

Author SHA1 Message Date
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 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
UnknownShadow200
a118ffacb4 Call CryptProtectData/CryptProtectData dynamically 2021-03-27 13:54:51 +11:00
Fam0r
505f3e4262 Fix last commit 2021-03-25 11:16:35 +02:00
Fam0r
d90ff8c192 Make BlockPermissions affect non-solid blocks better
Currently setting a non-solid block to be undeletable doesn't do anything, as you can still replace it with other blocks. This change will make it so that if a non-solid block is undeletable, the client cannot replace the block with anything else.
2021-03-25 11:08:53 +02:00
UnknownShadow200
ff93306cc0 Fix game always crashing when trying to generate a new map when in third person mode (Thanks MESYETI) 2021-03-23 18:54:54 +11:00
UnknownShadow200
3027439a8b Fix memory corruption crash when there are entries with large leading whitespace in options.txt etc (Thanks TrueDJSlimeball) 2021-03-17 11:19:31 +11:00
UnknownShadow200
6cc0b5d80f Android: Enable -funwind-tables when compiling, although it uses a little bit more space, I've had enough of tearing my hair out trying to debug android client crashes without a backtrace. 2021-03-16 23:53:31 +11:00
UnknownShadow200
4d1f8daa5a Split up frame dumping/backtracing into two separate functions 2021-03-16 17:39:57 +11:00
UnknownShadow200
f53014c567 Android: Include commit SHA when compiling with buildbot 2021-03-15 23:44:45 +11:00
UnknownShadow200
17bd4c60ab Try to avoid immediately crashing if glCreateShader fails (Thanks TrueDJSlimeball) 2021-03-15 19:23:53 +11:00
UnknownShadow200
6f7eac87c7 make particles tick an extremely tiny bit faster 2021-03-13 22:17:55 +11:00
UnknownShadow200
60bf70c13c Webclient: Call Http_OnFinishedAsync/Http_OnUpdateProgress directly instead of using dyncall, addresses #697 2021-03-10 21:54:07 +11:00
UnknownShadow200
b4ec7a31e2 Webclient: Try to support mouse 4/5 presses, and also intercept clicking mouse4 closing the page 2021-03-10 21:10:52 +11:00
UnknownShadow200
7a6402d988 Webclient: Prevent Ctrl+W closing game in multiplayer
Note that this only works most of the time. And the confirmation to close tab dialog still shows, all this does is prevent the page from immediately closing
2021-03-08 14:10:07 +11:00
UnknownShadow200
938b2ec30a Mobile: Add More button for chat, which toggles whether ext/alt input menu shows
This allows you to more easily enter colour codes / extended code page 437 characters
2021-03-07 22:47:45 +11:00
UnknownShadow200
421d3a7456 Fix if you were standing above map, and borders height was > map height, you would pick air blocks in the *inside* of the map borders instead of the outside (Thanks Goodly) 2021-03-07 22:15:58 +11:00
UnknownShadow200
3ae1bb5e3b Android: Fix if you quit and then go back to game, arms are 1 pixel thinner (Thanks Hackzer101) 2021-03-05 22:51:12 +11:00
UnknownShadow200
c8c7379289 Webclient: In singleplayer, show confirmation dialog before closing page unless map was saved within last 5 seconds 2021-03-04 21:33:51 +11:00
UnknownShadow200
e60e852eee Less warnings and slightly improve readme 2021-03-04 19:06:16 +11:00
UnknownShadow200
c61bc528a0
Merge pull request #805 from derekdinan/master
Add hold model
2021-02-28 09:52:08 +11:00
Derek
237685dff1 Add hold model 2021-02-28 08:39:54 +10:00
UnknownShadow200
2957db19e5 Simplify dynamic symbol stuff a little bit 2021-02-25 23:06:10 +11:00
UnknownShadow200
b0e1668fa8 Android: Fix immediately crashing on 2.2 2021-02-24 07:50:27 +11:00
UnknownShadow200
e537cc6c09 Android: Add many comments to MainActivity.java 2021-02-23 21:37:15 +11:00
UnknownShadow200
de71be97bd Android: Use device UUID for key so passwords are remembered 2021-02-22 21:56:46 +11:00
UnknownShadow200
8a3216cb99 less warnings compiling android build 2021-02-20 08:46:36 +11:00
UnknownShadow200
ede1eb651e
Merge pull request #797 from RetroSoftwareRepository/patch-2
Update readme.md, properly.
2021-02-16 18:15:40 +11:00