5117 Commits

Author SHA1 Message Date
UnknownShadow200
fa7d79d8db Fix crash when moving mouse around when a dialog box shows before game has fully initialised
Known to occur on OSX
2019-05-31 13:16:38 +10:00
UnknownShadow200
bd314098de minor code cleanup 2019-05-30 23:17:05 +10:00
UnknownShadow200
e647c72811 Fix fog messing with alpha of fragments (thanks fam0r)
This fixes stuff like zones/shadows/rain with low fog distance
2019-05-30 19:36:03 +10:00
UnknownShadow200
d2995976c0
note some libc environments that cause compilation errors, and how to fix them 2019-05-29 23:02:42 +10:00
UnknownShadow200
2cc230ff4b fix breaking updater script on windows from a day or two ago 2019-05-28 20:53:00 +10:00
UnknownShadow200
9dcf465ad6 Force glsl attributes to explicit locations, fixes web client on safari (mac/ios) 2019-05-27 20:51:05 +10:00
UnknownShadow200
3101d918c9 Reduce web client js by 80 kb 2019-05-26 22:12:38 +10:00
UnknownShadow200
cb3505c2b9 Fix updater breaking when space in filename 2019-05-26 20:35:22 +10:00
UnknownShadow200
855ab96aaa Fix launcher clipboard pasting not respecting caret position, fixes #586 (Thanks igor725) 2019-05-26 20:25:47 +10:00
UnknownShadow200
2ee398b0a3 Get the game to compile for SPARC cpu architecture 2019-05-25 20:06:35 +10:00
UnknownShadow200
c06da53ae7 compiler warnings--; 2019-05-25 15:40:13 +10:00
UnknownShadow200
0fa5247cf0 Remove unused Window_Bounds, we only ever care about ClientBounds 2019-05-24 10:17:07 +10:00
UnknownShadow200
f6e32e222b less compiler warnings 2019-05-23 22:15:34 +10:00
UnknownShadow200
e477b2f483 Fix 'error connecting to' messages being logged to client.log without a newline
Also remove unused Window_SetLocation
2019-05-23 18:50:24 +10:00
UnknownShadow200
f0b5e810fb simplify text in default animations.txt 2019-05-23 16:22:24 +10:00
UnknownShadow200
6ceebd8345 Fix sensitivity over 100 being limited to 100 when loading from disc (Thanks Marshall) 2019-05-23 12:21:34 +10:00
UnknownShadow200
2515ee324c less compiler warnings 2019-05-23 09:56:56 +10:00
UnknownShadow200
5d8ec21d4e Change misleading Convert_DecodeAscii to String_DecodeCP1252 2019-05-21 22:08:43 +10:00
UnknownShadow200
6e9152a328
Merge pull request #583 from structinf/master
Fix ClassicWorld spawn rotation deserialization
2019-05-21 18:23:12 +10:00
Andrew Goulas
9300ae50a2 Fix ClassicWorld spawn rotation deserialization 2019-05-20 18:20:55 +03:00
UnknownShadow200
2237175da1 Fix web client not compiling 2019-05-20 22:48:30 +10:00
UnknownShadow200
e6f03c40ae minor code cleanup 2019-05-20 19:36:19 +10:00
UnknownShadow200
97d52f3dca less compiler warnings 2019-05-19 18:12:35 +10:00
UnknownShadow200
c037aa31a1 Don't use built-in water/lava if default.zip provides animations, fixes #582 2019-05-18 11:22:45 +10:00
UnknownShadow200
09066b4076 Add IP/port to Server struct for plugins 2019-05-18 09:19:56 +10:00
UnknownShadow200
94b4271c29 Only first time though 2019-05-17 23:15:41 +10:00
UnknownShadow200
f32f263451 If : is provided as first character of username, treat it as a server hash to autojoin instead 2019-05-17 22:55:39 +10:00
UnknownShadow200
283734cac1 Fix custom blocks with negative min/max instead being imported as large min/max (thanks fam0r) 2019-05-17 17:33:37 +10:00
UnknownShadow200
6b92ee3348 Fix launcher menu not usingg custom default texture pack's default.png and terrain.png if they exist 2019-05-17 16:41:13 +10:00
UnknownShadow200
522c2c94b6 40 instead of 50 2019-05-17 14:08:27 +10:00
UnknownShadow200
065a32a570 Bump default sensitivity to 50 on windows to compensate for raw mouse changes 2019-05-17 14:05:54 +10:00
UnknownShadow200
4ac9498ec5 more of that 2019-05-16 14:53:17 +10:00
UnknownShadow200
a154f617b3 less compile errors as C++ 2019-05-16 11:23:46 +10:00
UnknownShadow200
63ab591b69
Document how to compile plugins on linux 2019-05-13 23:30:23 +10:00
UnknownShadow200
22e3252b0e Fix crashing if you click back while update is still downloading, then go back to updates menu (Thanks 123DMWM) 2019-05-12 23:49:44 +10:00
UnknownShadow200
0f862553ac Don't break windows 2000 2019-05-12 22:54:47 +10:00
UnknownShadow200
696c86cf5c experimental raw mouse movement on windows 2019-05-12 20:57:50 +10:00
UnknownShadow200
cea7f095bb If non-alex area of skin arms are completely black, treat as alex skin
This fixes skins saved by services that lose transparency
2019-05-10 22:42:50 +10:00
UnknownShadow200
0999a1bda6 Implement copying to clipboard for web client 2019-05-10 14:50:31 +10:00
UnknownShadow200
5b8c8fdcf4 bump to 1.0.3 1.0.3.0 2019-05-09 15:09:56 +10:00
UnknownShadow200
2ed9197928 Attempt to finally fix the 'error setting current directory' and the game files being dumped in your home folder on OSX 2019-05-09 14:58:47 +10:00
UnknownShadow200
6497c1da78 Fix normalfast render mode with 8 view distance inside a custom block with high fog distance causing mass chunk reloading when moving 2019-05-08 22:33:36 +10:00
UnknownShadow200
e1a8c6f8ff only set wheel on canvas instead of window level event, fix scrolling in chrome 73+ 2019-05-08 07:28:17 +10:00
UnknownShadow200
b90d3400dd use cmd+v for paste on OSX 2019-05-08 07:11:28 +10:00
UnknownShadow200
7f0d895a91 Clickable chat and tab complete on by default in enhanced mode 2019-05-06 08:01:50 +10:00
UnknownShadow200
4e9e42514d Fix sprites with left face texture in a different 1D atlas to right face texture causing graphical glitches
Also read from options-default.txt if it exists
2019-05-06 07:47:35 +10:00
UnknownShadow200
583d51e1d9 Attempt to finally fix osx build not compiling 2019-05-05 21:15:48 +10:00
UnknownShadow200
f475bddd7e Fix escape in web client for sure this time 2019-05-05 19:55:32 +10:00
UnknownShadow200
c6de5af775 Explicitly include headers on OSX 2019-05-05 09:45:34 +10:00
UnknownShadow200
66f029e984 attempt to fix errors when compiling game as C++ 2019-05-04 21:43:21 +10:00