Commit graph

3027 commits

Author SHA1 Message Date
UnknownShadow200
0d5fb926aa Fix tab list being stuffed on one server 2018-05-06 11:05:17 +10:00
UnknownShadow200
0f261a0d74 Make loading screen look more like classic one 2018-05-05 12:31:54 +10:00
UnknownShadow200
3b299519cd Fix skybox 2018-05-04 22:50:42 +10:00
UnknownShadow200
a2536acf2f Fix png decoding issues finally 2018-05-04 22:45:02 +10:00
UnknownShadow200
e7bd09b8b0 Fix crashing when /tp ing to extremely large positions (Thanks cybertoon) 2018-05-04 17:53:54 +10:00
UnknownShadow200
69e39b299e Implement Position/Length for Portion/Memory streams too 2018-05-04 11:57:56 +10:00
UnknownShadow200
98bb276bf4 Fix a few minor bugs in C port 2018-05-03 21:33:09 +10:00
UnknownShadow200
00d0203df1 Add Position/Length methods to Stream interface 2018-05-03 21:09:37 +10:00
UnknownShadow200
f7210f8f77 Working screenshot save for C client (still very slow) 2018-05-03 15:53:18 +10:00
UnknownShadow200
564a2ea51b Fix screenshots taken by C client being gigabytes in size (minor issue there), still broken though. 2018-05-03 14:16:25 +10:00
UnknownShadow200
0ed684a7e7 Command line args work now 2018-05-02 20:03:52 +10:00
UnknownShadow200
cbeaba1bdb improve error logging a little bit 2018-05-02 15:51:18 +10:00
UnknownShadow200
797453ccf7 Fix again 2018-05-02 11:48:38 +10:00
UnknownShadow200
463c3db248 fix bugs 2018-05-02 10:04:07 +10:00
UnknownShadow200
658eb3658d Start working on .cw and .schematic exporters. Still a long way to go. 2018-05-02 08:19:20 +10:00
UnknownShadow200
46fb3673ff turns out NBT string writing has been wrong this entire time for non-ascii. Oops. 2018-05-01 13:58:16 +10:00
UnknownShadow200
62276d0388 prefer faster TextOut/GetTextExtentPoint over DrawText 2018-05-01 09:36:30 +10:00
UnknownShadow200
1f9a730788 System font works in C port.. barely 2018-04-30 20:10:27 +10:00
UnknownShadow200
206eb88036 Start porting AsyncDownloader to C 2018-04-30 14:55:42 +10:00
UnknownShadow200
fd1c9354c2 Port .dat importer to C 2018-04-30 10:14:05 +10:00
UnknownShadow200
92729ec074 x 2018-04-29 16:02:01 +10:00
UnknownShadow200
3e0b6dc428 fix rain particles in C client 2018-04-29 13:48:36 +10:00
UnknownShadow200
34fad97532 Fix place message not showing with /client cuboid 2018-04-29 10:47:21 +10:00
UnknownShadow200
8ad45657a2 Launcher downloads update in background instead of freezing UI 2018-04-28 19:08:55 +10:00
UnknownShadow200
d793282c1c Fix sitting and sheep_nofur model in C client 2018-04-28 11:43:40 +10:00
UnknownShadow200
88925be502 Fix chat caret blinking behaving inconsistently on servers that constantly redefine colour codes 2018-04-28 11:20:00 +10:00
UnknownShadow200
973e622f0d 64x64 player skins shouldn't apply to mobs when not using humanoid skin 2018-04-28 09:01:38 +10:00
UnknownShadow200
7db39d73ee Fix crash when failing to connect to server 2018-04-28 08:44:25 +10:00
UnknownShadow200
8d76c0c1b1 reduce size by 1-2 kb 2018-04-27 23:00:06 +10:00
UnknownShadow200
2083b892c3 Add 64 bit integer parsing function, make 32 bit integer parsing not quite so hacky 2018-04-27 22:22:58 +10:00
UnknownShadow200
4d1aca8f56 Better crash message 2018-04-27 16:32:28 +10:00
UnknownShadow200
b5ec962ee9 Fix crashes 2018-04-27 14:35:20 +10:00
UnknownShadow200
f07171381c Bugfixes 2018-04-27 11:18:35 +10:00
UnknownShadow200
ca000b317c Multiplayer of C client connects (Although pretty much doing anything causes a crash) 2018-04-27 09:23:46 +10:00
UnknownShadow200
1eca5206f2 Mostly port NetworkProcessor to C 2018-04-26 22:22:51 +10:00
UnknownShadow200
b5f2c1f9f3 Fix ctrl+backspace from few recent commits ago 2018-04-26 21:21:37 +10:00
UnknownShadow200
70a5c73854 prefer explicit interface implementation for IGameComponent 2018-04-26 18:06:44 +10:00
UnknownShadow200
aa3a922326 Make sure to explicitly close network socket on game exit 2018-04-26 16:07:37 +10:00
UnknownShadow200
3a46efee5e support 64x64 skins in all models 2018-04-26 14:44:16 +10:00
UnknownShadow200
6e4aef2def allow max to be 0 and min to be 1 for custom blocks 2018-04-26 11:14:09 +10:00
UnknownShadow200
8835922ccb Fix left arrow with input widget causing ghost characters to appear (Thanks tornato) 2018-04-26 08:46:22 +10:00
UnknownShadow200
72726e9c92 More work 2018-04-26 06:48:21 +10:00
UnknownShadow200
761c7f4d00 Add a .non hacky .dat level parser 2018-04-25 16:16:39 +10:00
UnknownShadow200
6a2f7be26e Start porting packet handling code to C. 2018-04-25 16:15:12 +10:00
UnknownShadow200
091d8e49db few minor fixes 2018-04-24 15:49:08 +10:00
UnknownShadow200
d255cb1caf move some classic/CPE protocol specific bits out of NetworkProcessor 2018-04-24 15:21:38 +10:00
UnknownShadow200
19295f451a simplify interpolation a bit 2018-04-24 14:05:14 +10:00
UnknownShadow200
6e7bd36d9f Fix % in chat input 2018-04-24 10:47:26 +10:00
UnknownShadow200
7bca9016c5 Add 'breakable liquids' key bind, Escape resets key bind, fix options in C client 2018-04-24 07:38:11 +10:00
UnknownShadow200
fc1263c770 fix pressing up in chat not working from few commits ago 2018-04-24 06:38:32 +10:00