Commit graph

3564 commits

Author SHA1 Message Date
UnknownShadow200
8865263910 Release 0.99.9.98 to fix classic+hax mode 2018-11-25 07:05:00 +11:00
UnknownShadow200
0d7ae92c7c Fix ? when unsupported chars from pasting clipboard on linux 2018-11-25 03:49:54 +11:00
UnknownShadow200
2edbc6ea1f Add Platform_StartProcess to API 2018-11-25 02:28:24 +11:00
UnknownShadow200
67d4e33fa8 Simplify Gfx matrices 2018-11-24 12:01:32 +11:00
UnknownShadow200
cd2d70bd8c Combine Graphics/GraphicsCommon 2018-11-24 11:45:02 +11:00
UnknownShadow200
5fbd10b331 Combine ChunkUpdater and MapRenderer 2018-11-23 22:51:26 +11:00
UnknownShadow200
989a504cf6 make enum naming more consistent 2018-11-23 20:20:26 +11:00
UnknownShadow200
19d8a2e45a Combine some files 2018-11-23 16:14:06 +11:00
UnknownShadow200
c5e5cb3b2b Make models/textures list a linked list, instead of hardcoding fixed maximum number. 2018-11-23 13:59:11 +11:00
UnknownShadow200
9bbcdb2e68 more c90 2018-11-23 01:59:12 +11:00
UnknownShadow200
0e09d7e07c fix dangling texture reference in PlayerListWidget 2018-11-22 21:44:27 +11:00
UnknownShadow200
baa1545f56 Fix axis lines having wrong colour 2018-11-22 16:58:15 +11:00
UnknownShadow200
a936f0e199 minor cleanup 2018-11-22 13:38:34 +11:00
UnknownShadow200
51a69d91fd Fix linux build 2018-11-22 00:51:04 +11:00
UnknownShadow200
348ca90306 Fix texture packs without content length header not decoding, on windows. 2018-11-21 23:05:57 +11:00
UnknownShadow200
10e0a4ea2e Fix scrolling mouse while over scrollbar in inventory not working right, backport vsync crash fix on linux to C# client 2018-11-21 17:55:19 +11:00
UnknownShadow200
a5953595c3 Fix skins not working in non-CPE 2018-11-20 06:26:04 +11:00
UnknownShadow200
b91b7715de Fix mipmaps 2018-11-19 23:21:27 +11:00
UnknownShadow200
7c845058aa minor code cleanup 2018-11-18 23:18:04 +11:00
UnknownShadow200
61cc42666c Fix content length always showing as 0, improve client commands, hide DefaultSet methods 2018-11-18 10:58:38 +11:00
UnknownShadow200
fc052e9302 Fix 'download size:' in texture pack warning sometimes showing garbage 2018-11-17 22:15:42 +11:00
UnknownShadow200
d58440af4e
Merge pull request #552 from igor725/master
Windows Makefile and small compiling speedup
2018-11-17 14:24:21 +11:00
UnknownShadow200
5ce3007443 fix tab list sometimes updating names when don't need to 2018-11-17 14:02:56 +11:00
UnknownShadow200
511f981853 more documentation 2018-11-16 19:49:27 +11:00
UnknownShadow200
02c114db35 Fix 1/2/4 bit grayscale pngs being incorrectly decoded 2018-11-16 17:54:47 +11:00
UnknownShadow200
e7738b50fa use more efficient bitmapcol 2018-11-16 15:05:51 +11:00
UnknownShadow200
ad78ab8d0d more c90 rewrite 2018-11-16 12:08:04 +11:00
UnknownShadow200
59e444ed72 fix 2018-11-15 18:48:25 +11:00
UnknownShadow200
7013769090 Fix using ice block for borders of map, not having ice collision behaviour on bottom border 2018-11-15 17:47:27 +11:00
UnknownShadow200
15f9ee0365 Fix edge/sides of air not working. (thanks tornato) 2018-11-15 11:45:42 +11:00
UnknownShadow200
0c2af35687 fix linux build again 2018-11-14 16:21:04 +11:00
UnknownShadow200
53cfcd0b62 fix delay when trying to paste on linux 2018-11-14 11:14:43 +11:00
igor725
1e4f2b2f0e Windows Makefile and small compiling speedup 2018-11-12 19:46:42 +03:00
UnknownShadow200
b55d12f7e9 Fix hotkeys that are the same as fly/noclip/respawn/set spawn, not working at all 2018-11-12 22:56:48 +11:00
UnknownShadow200
8b3ace041d Fix black pixel on cursor on linux. 2018-11-12 20:50:15 +11:00
UnknownShadow200
035b316d3d Fix Keypad5 wrong on linux 2018-11-12 16:47:28 +11:00
UnknownShadow200
131e3e7613 Fix clicking 'edge height' (so e.g. default value is set to 32), then exiting menu, then generating a new level with a smaller height (so default should only be a single digit), then going back to the menu and then clicking default value again, would show that digit followed by a leftover 2 digit 2018-11-12 00:54:46 +11:00
UnknownShadow200
e192c0a8eb fix 2018-11-11 02:18:55 +11:00
UnknownShadow200
34cf16ac33 add functions for dynamically loading libraries/symbols, make win platform unicode/ascii agnostic 2018-11-11 02:05:04 +11:00
UnknownShadow200
a7e8429b86 fix buttons not being immediately selected when changing menus in game/launcher (thanks tornato) 2018-11-10 17:04:56 +11:00
UnknownShadow200
ad4c4b7c6d minor code cleanup 2018-11-10 12:59:46 +11:00
UnknownShadow200
caddf623b7 attempt to fix again, make lots of variables static to reduce size of linux executable 2018-11-09 15:39:46 +11:00
UnknownShadow200
6453b06aa4 attempt to fix functions not being exported for windows exe 2018-11-09 14:46:44 +11:00
UnknownShadow200
ba5a6dff1f Fix numpad/scroll lock/insert mapping to wrong keys. Also get the client running on solaris. 2018-11-09 11:24:31 +11:00
UnknownShadow200
34172f31f2 Start exporting some functions for C client, also allow page up/down in list menus. 2018-11-08 22:36:20 +11:00
UnknownShadow200
3597b364a2 Fix vsync crashing on linux in rare cases.
GLX may return a valid address in glxgetprocaddress, even for unsupported functions. While this might just be a stub on some systems, it causes a GLXBadContextTag at X_GLXVendorPrivate on others. So just check the extensions string for actual support.
2018-11-08 19:08:12 +11:00
UnknownShadow200
79803313c1 Fix client sometimes losing focus on linux 2018-11-07 17:14:19 +11:00
UnknownShadow200
8447c1fe0d Fix just |[scale] models not working. (Thanks 123DMWM) 2018-11-07 12:02:28 +11:00
UnknownShadow200
b4b9c229bc Fix copy/paste not working on linux 2018-11-07 10:01:24 +11:00
UnknownShadow200
30bb86babd and more 2018-11-06 17:15:19 +11:00