3586 Commits

Author SHA1 Message Date
UnknownShadow200
a3b8cd48c2 Fix crash if opening audio device fails, more work on porting launcher to C 2018-12-02 02:48:28 +11:00
UnknownShadow200
55a5008913 Start porting Launcher to C 2018-12-01 14:48:44 +11:00
UnknownShadow200
da93962ec6 move Block_RecalculateAllSpriteBB out of TexturePack.c 2018-11-30 20:40:08 +11:00
UnknownShadow200
3ae356beba Reorganise texture pack/terrain atlas/animations files 2018-11-30 17:02:45 +11:00
UnknownShadow200
b888213adc make chat api a bit cleaner 2018-11-30 14:44:36 +11:00
UnknownShadow200
1ebdf30211 add raw window setting pixels functions for all platforms 2018-11-29 20:37:08 +11:00
UnknownShadow200
9af457d63f Fix crash when your model is a block and you are holding air in inventory 2018-11-29 17:49:55 +11:00
UnknownShadow200
69770cf93a rebuild 2018-11-29 01:46:54 +11:00
UnknownShadow200
39d9e40b68 Port some drawing functions from launcher 2018-11-29 00:11:16 +11:00
UnknownShadow200
bb234460b2 Fix stuffed rendering of black/white system fonts 2018-11-28 03:08:26 +11:00
UnknownShadow200
c1d4e67fa0 cache font name/path for system fonts 2018-11-28 02:03:01 +11:00
UnknownShadow200
6b8d5db100 fix missing extern 2018-11-27 21:32:12 +11:00
UnknownShadow200
718aa1b3d1 Move dialog to Window, simplify Options/EntryList 2018-11-27 21:13:54 +11:00
UnknownShadow200
04c3683ba1 Fix game being stuffed after getting disconnected 2018-11-27 18:36:57 +11:00
UnknownShadow200
0ace7afa1e make variables extern 2018-11-26 22:47:41 +11:00
UnknownShadow200
b2a6fd87ec Fix some texture leaks on game exit 2018-11-26 21:06:41 +11:00
UnknownShadow200
b11d5185e8 Fix crash on context lost (am silly) 2018-11-26 19:01:30 +11:00
UnknownShadow200
41f68cc323 More usage of components 2018-11-26 18:32:18 +11:00
UnknownShadow200
7e63dea2cd don't hardcode max number of components 2018-11-25 20:37:18 +11:00
UnknownShadow200
6a03660fb2 Don't crash on too large skins 2018-11-25 15:31:40 +11:00
UnknownShadow200
4205775f38 fix some osx compile issues 2018-11-25 15:02:13 +11:00
UnknownShadow200
9979ecf3b9 rebuild 0.99.9.98 2018-11-25 07:29:24 +11:00
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