3307 Commits

Author SHA1 Message Date
UnknownShadow200
3aecb338c1 Fix hotkeys modifiers in C client 2018-05-18 10:06:13 +10:00
UnknownShadow200
245bf92641 Fix C client crashing with legacy borders renderer on a large world 2018-05-17 16:53:27 +10:00
UnknownShadow200
bfe5f3619a Prefer unicode overloads for winapi functions 2018-05-17 13:50:21 +10:00
UnknownShadow200
42373d64d7 Fix 'change texture pack' sort order being wrong, make string compare case insensitive 2018-05-16 20:06:32 +10:00
UnknownShadow200
217065e21c RefreshRate only needs to be integer 2018-05-15 11:28:57 +10:00
UnknownShadow200
178e5a2710 Fix smooth camera being paused when chat or other GUI is opened 2018-05-14 16:33:44 +10:00
UnknownShadow200
6e9802bc43 Fix content length in C client, few other minor fixes 2018-05-14 15:40:01 +10:00
UnknownShadow200
43a0509962 optimise text drawing for C client 2018-05-14 13:17:31 +10:00
UnknownShadow200
16b056e78e Show a more helpful error when missing default.zip
also don't allocate so much on stack for zip reader
2018-05-14 12:30:39 +10:00
UnknownShadow200
ad6ab7fb2a etag and last-modified work now 2018-05-13 22:43:53 +10:00
UnknownShadow200
6db245f9d8 Finally get DateTime_FromTotalMS right 2018-05-13 21:57:10 +10:00
UnknownShadow200
94795c876b Port TexPackOverlay and ConfirmDenyOverlay to C, minor code cleanup 2018-05-13 18:15:11 +10:00
UnknownShadow200
6f27061871 Simplify terrain atlas code 2018-05-12 14:25:01 +10:00
UnknownShadow200
b7c712fc03 Fix crashing and glitchiness when using texture pack of different size in C client 2018-05-11 23:30:02 +10:00
UnknownShadow200
a78f7815da Port TexIdsOverlay and UrlWarningOverlay to C 2018-05-11 13:39:23 +10:00
UnknownShadow200
aac7c42658 Fix chatlines of 0 resetting to 1 on next load 2018-05-11 08:21:02 +10:00
UnknownShadow200
108c69fc92 Don't set fog when context is lost, should fix crashing on some AMD gpus. 2018-05-09 22:17:44 +10:00
UnknownShadow200
fbbea98edf Start port overlay to C 2018-05-09 21:45:19 +10:00
UnknownShadow200
c93ad54b8f simplify C# overlay code a little bit 2018-05-09 18:52:00 +10:00
UnknownShadow200
98791052cd Fix .zip archive with trailing comment bytes not loading 2018-05-08 15:57:07 +10:00
UnknownShadow200
abb6f9796a Don't try to read data for http error status codes for C client 2018-05-07 23:23:32 +10:00
UnknownShadow200
a66e4a7e6a Don't store full model name in C client for entity, reduces size of net players list global by 3 KB 2018-05-07 15:18:16 +10:00
UnknownShadow200
58c7a3a5cd log how long http requests take in C client 2018-05-07 10:45:54 +10:00
UnknownShadow200
7692015d39 Completely disable the fail survival mode in normal client builds - you must compile it with SURVIVAL_TEST defined instead now. 2018-05-07 09:58:53 +10:00
UnknownShadow200
13ef73f9b7 When holding air, inventory should open at middle instead of very bottom 2018-05-07 08:57:29 +10:00
UnknownShadow200
c55400849c Fix crashing on reconnect with C client 2018-05-06 23:46:25 +10:00
UnknownShadow200
b5a4156228 Fix some things with chat input 2018-05-06 22:47:22 +10:00
UnknownShadow200
2e4269c9ac Start work on getting skins and texture packs to download for C client. Fix a few other minor bugs. 2018-05-06 20:45:39 +10:00
UnknownShadow200
5676ea1470 use hex error code in crash message box 2018-05-06 15:31:43 +10:00
UnknownShadow200
aa62d7d43f More work on asyncdownloader 2018-05-06 13:58:27 +10:00
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