3010 Commits

Author SHA1 Message Date
UnknownShadow200
bf6a05d314 More port of ChatScreen to C 2018-03-23 18:27:07 +11:00
UnknownShadow200
b0a33ec3b6 fix rebase fix 2018-03-22 17:31:46 +11:00
UnknownShadow200
dc813c9209 apparently I deleted this file when rebasing? 2018-03-22 16:24:01 +11:00
UnknownShadow200
295c2d34a1 Start porting ChatScreen to C 2018-03-22 16:13:54 +11:00
UnknownShadow200
8ceb580ea0 Make TerrainAtlas and TerrainAtlas1D static for very minor performance increase 2018-03-22 16:13:43 +11:00
UnknownShadow200
9118b55e87 very minorly optimise BlockInfo.CalcCulling 2018-03-22 16:13:09 +11:00
UnknownShadow200
3cea320efc cleanup code a bit 2018-03-21 20:07:10 +11:00
UnknownShadow200
9473646252 Majorly optimise block culling calculations 2018-03-20 21:52:47 +11:00
UnknownShadow200
30937e92f5 little bit less hardcoding 2018-03-20 16:54:48 +11:00
UnknownShadow200
c3b7cde53b Fix highlighted server hash changing with search filters (Thanks Odd0002) 2018-03-20 12:54:34 +11:00
UnknownShadow200
046f334187 little bit less hardcoding 2018-03-20 12:21:44 +11:00
UnknownShadow200
68b861f6c8 little bit less hardcoding 2018-03-19 22:07:26 +11:00
UnknownShadow200
1ce5435126 Few less compile errors in C client 2018-03-16 20:28:53 +11:00
UnknownShadow200
6f5f945dda If resource fails to download, actually log why it fails to launcher.log 2018-03-16 07:14:28 +11:00
UnknownShadow200
20433f97ab Make TerrainAtlas and TerrainAtlas1D static for very minor performance increase 2018-03-15 21:04:21 +11:00
UnknownShadow200
865b72db72 very minorly optimise BlockInfo.CalcCulling 2018-03-14 22:06:03 +11:00
UnknownShadow200
cee8a9aa63 Finish porting ChatInputWidget to C client. 2018-03-14 15:23:55 +11:00
UnknownShadow200
cba6dc11e4
Merge pull request #513 from pawelsberg/master
Simple refactoring - removing TODO
2018-03-14 08:29:22 +11:00
UnknownShadow200
36c1aac77e Start porting ChatInputWidget to C 2018-03-14 07:48:57 +11:00
pawelsberg
701d771f1e
BlockInfo - Use tabs instead of spaces. 2018-03-13 14:02:34 +00:00
pawelsberg
ac4a684548
TerrainAtlas2D - Using tabs instead of spaces 2018-03-13 13:59:27 +00:00
UnknownShadow200
487b70200b Start porting TextGroupWidget to C client. 2018-03-13 21:18:36 +11:00
UnknownShadow200
1fd71a5e64 Finish porting Options to C 2018-03-13 12:35:31 +11:00
UnknownShadow200
0eec5dc504 Optimise selection box rendering. 2018-03-13 08:24:15 +11:00
UnknownShadow200
12e274af77 Port Commands to C. (also use caseless equals more often) 2018-03-13 08:04:52 +11:00
Pawel Welsberg
efd783e3f7 Empty line removal 2018-03-12 20:09:13 +00:00
Pawel Welsberg
c596e2df70 Simple refactoring 2018-03-12 20:03:22 +00:00
UnknownShadow200
0c0072025c Start porting CommandList to C 2018-03-12 17:43:54 +11:00
UnknownShadow200
2436f26333 Port texture animations to C. 2018-03-12 12:27:29 +11:00
UnknownShadow200
05d0c8f635 Port SelectionBox to C. 2018-03-11 21:08:09 +11:00
UnknownShadow200
c92b53bc79 simplify vector3 code a bit for C client 2018-03-11 15:59:55 +11:00
UnknownShadow200
e54475e09f Port HeldBlockRenderer to C 2018-03-11 15:22:14 +11:00
UnknownShadow200
a42b74cc44 Make N/S/W/E autorotate more intuitive 2018-03-11 11:19:43 +11:00
UnknownShadow200
e01bdcc60c Fix 'speed on' not reappearing when speeding, going into zone that disables hax, then exiting zone which re-enables hax 2018-03-10 23:00:47 +11:00
UnknownShadow200
cec101ba5c get rid of few warnings when running with direct3d9 debug runtime 2018-03-10 22:14:56 +11:00
UnknownShadow200
2376994210 Add rope/lader collide type 7 2018-03-10 19:38:41 +11:00
UnknownShadow200
c61f3cb326 Allow turning off individual channels in gfx api 2018-03-10 17:07:38 +11:00
UnknownShadow200
cd7bea891d Allow using 255 for sides/edge block 2018-03-09 09:42:04 +11:00
UnknownShadow200
a1866c29e2 Fix InventoryOrder for 16 bit blocks 2018-03-09 09:12:45 +11:00
UnknownShadow200
467c79ee28 Release 0.99.9.92 (critical fix) 0.99.9.92 2018-03-08 17:31:56 +11:00
UnknownShadow200
9e860bec5b Fix music/sounds failing to download on first run due to minecraftresources server deding, preventing game from running. 2018-03-08 17:30:12 +11:00
UnknownShadow200
b04ff7333c Finish support for 10 bit blocks 2018-03-08 10:43:31 +11:00
UnknownShadow200
b37da6a576 Don't forget about BlockPermission 2018-03-08 08:32:08 +11:00
UnknownShadow200
6f107f1e73 fix holdthis packet 2018-03-07 22:13:03 +11:00
UnknownShadow200
d26be0d5d3 fix compile errors 2018-03-07 22:06:34 +11:00
UnknownShadow200
7b4d85c749 Initial ExtBlocks extension support when USE16_BIT is defined 2018-03-07 20:48:24 +11:00
UnknownShadow200
309f243d8b make USE16_BIT actually useful 2018-03-07 20:38:21 +11:00
UnknownShadow200
4b155d9488 Don't load etag/last modified if it exists in .txt file, but the cached texture pack file doesn't exist on disc 2018-03-06 19:39:31 +11:00
UnknownShadow200
eac64212ff less global var usage in Screens.c 2018-03-06 12:01:02 +11:00
UnknownShadow200
05e98ad064 minor code cleanup 2018-03-06 11:11:15 +11:00