4054 Commits

Author SHA1 Message Date
UnknownShadow200
2ddd848728 rebuild 2019-02-02 04:38:25 +11:00
UnknownShadow200
89f6321a5c Fix MSVC compile errors 2019-02-02 01:59:12 +11:00
UnknownShadow200
767eb71c78 move classicalsharp source into sub-directory 2019-02-02 01:44:26 +11:00
UnknownShadow200
01340e8548 move some stuff out of MapGenerator.h 2019-02-02 01:32:41 +11:00
UnknownShadow200
4655f41789 Completely deprecate ClassicalSharp. Rest in peace. 2019-02-01 22:34:18 +11:00
UnknownShadow200
59b1d4b054 reorganise client.log info dumping to be cleaner 2019-02-01 20:15:48 +11:00
UnknownShadow200
b4ff4c6caa attempt to fix crash on minimise (thanks classic1234) 2019-02-01 10:15:54 +11:00
UnknownShadow200
e53cd35af3 fix updater on OSX 2019-01-31 22:47:09 +11:00
UnknownShadow200
021bb42853 Fix not being able to click on some dialog boxes on OSX 2019-01-31 20:21:10 +11:00
UnknownShadow200
d3022d86ab attempt to add icon 2019-01-31 15:42:57 +11:00
UnknownShadow200
6207bda659 fix downloading 64 bit update for 32 bit client and vice versa 2019-01-31 09:54:20 +11:00
UnknownShadow200
af69b4e6fa make mesh building a little bit faster 2019-01-30 23:43:14 +11:00
UnknownShadow200
6c9abbf0e5 make initial default.zip creation a bit faster 2019-01-30 22:33:04 +11:00
UnknownShadow200
27cfcc715b Allow double stacking autorotate. (so .e.g a -NW-D block) 2019-01-30 00:36:27 +11:00
UnknownShadow200
3f8dafb50d fix linux build 2019-01-27 08:02:44 +11:00
UnknownShadow200
73b90a2cc8 add default fonts for solaris 2019-01-25 23:58:52 +11:00
UnknownShadow200
2d1909cb92 Fix never being able to place blocks again after /hold 0
also use version 1.0 beta instead of 1.0.0.0 beta
2019-01-25 13:14:22 +11:00
UnknownShadow200
d673a51108 fix not connecting to multiplayer severs on freebsd 2019-01-24 22:37:36 +11:00
UnknownShadow200
0b935fec20 fix immediate crash on freebsd 2019-01-24 22:13:04 +11:00
UnknownShadow200
524c652bda Initial work on BSD port 2019-01-24 21:34:35 +11:00
UnknownShadow200
953bb2ca19 fix update paths for non-windows
also switch to CC_BUILD_LINUX instead of CC_BUILD_NIX
2019-01-23 16:56:20 +11:00
UnknownShadow200
e5af257b6f fix a few errors with very old compilers 2019-01-22 16:09:38 +11:00
UnknownShadow200
ed509392fb test build 2019-01-20 18:45:42 +11:00
UnknownShadow200
8c115d997e only show deprecation message when C client option is ticked 2019-01-20 18:32:55 +11:00
UnknownShadow200
6598441c3b deprecate classicalsharp on windows, bump C client version to beta 1.0 2019-01-20 18:17:35 +11:00
UnknownShadow200
8b94ca071c fix text in servers table not being properly clipped 2019-01-20 18:01:22 +11:00
UnknownShadow200
286f5b28b4 Simplify map generator and minorly optimise world coordinate checks 2019-01-19 13:41:25 +11:00
UnknownShadow200
26c4681ebe make world available to plugins 2019-01-19 09:14:22 +11:00
UnknownShadow200
de58e0b0ed Fix game getting stuck at 100% CPU core if d3d9 context is lost for over 30 minutes 2019-01-19 00:23:48 +11:00
UnknownShadow200
00481afd3e Use a bit quicker screenshot and map saving 2019-01-18 00:25:30 +11:00
UnknownShadow200
52b3535c9e also log debug stuff to console window on Windows 2019-01-17 22:02:08 +11:00
UnknownShadow200
1b557eb5ec less use of SinF and CosF 2019-01-17 15:41:37 +11:00
UnknownShadow200
ce39c6ab93 fix tab list entries getting duplicated (thanks fam0r)
e.g. you hold down tab list, then another player spams /afk
2019-01-17 08:59:59 +11:00
UnknownShadow200
6d7ad3b7cc fix option not being properly set 2019-01-16 08:24:06 +11:00
UnknownShadow200
ebc4574d69 Fix spelling mistake in choose mode menu (thanks goodlyay) 2019-01-13 23:19:01 +11:00
UnknownShadow200
5895393009 Fix clicking on colours in left alt menu adding two colour codes instead of just one (Thanks sirvoid) 2019-01-13 15:48:35 +11:00
UnknownShadow200
2968576bee Make /client gpu show if 32 or 64 bit, make block model less awful code 2019-01-12 18:20:03 +11:00
UnknownShadow200
2c051560cd finish rewriting model struct 2019-01-12 16:31:31 +11:00
UnknownShadow200
ce62e8eaf1 Fix name rendering at wrong height, for a model which is a block with minY = 15 and maxY = 16 2019-01-12 10:30:07 +11:00
UnknownShadow200
e5a051f57c Fix crashing in launcher when selected widget doesn't have keydown or keypress hadler 2019-01-12 08:29:58 +11:00
UnknownShadow200
2155a6b7b7 stage 1 of model rewrite 2019-01-11 20:21:06 +11:00
UnknownShadow200
99ba3abf61 Fix hovering Enter in launcher, optimise deflate somewhat
Writing huffman codes now uses a lookup table, for about 33% faster
2019-01-09 16:00:20 +11:00
UnknownShadow200
7774590948 drop more unused stuff from freetype 2019-01-08 22:02:45 +11:00
UnknownShadow200
d2fa018b17 Fix launcher crash when completely missing resume info, port respawn changes by goodly to C client 2019-01-08 20:23:27 +11:00
UnknownShadow200
f889ae6223 Make launcher look closer to C# one
also offset text shadows slightly more for system fonts
2019-01-08 19:10:27 +11:00
UnknownShadow200
1ebd553f36 more api 2019-01-07 21:16:45 +11:00
Goodlyay
15cda8ffb2 x 2019-01-06 23:48:07 -08:00
Goodlyay
ffa81f8da3 Change preciserespawn to be based on noclip in
ClassicalSharp
2019-01-06 23:47:34 -08:00
Goodlyay
1525434f06 Merge branch 'master' of https://github.com/UnknownShadow200/ClassicalSharp 2019-01-06 23:18:40 -08:00
Goodlyay
790b1c094c Fix preciserespawn debacle in ClassicalSharp 2019-01-06 23:13:51 -08:00