3010 Commits

Author SHA1 Message Date
UnknownShadow200
172fc68404 minor code cleanup 2017-12-15 20:04:23 +11:00
UnknownShadow200
58ebe78394 Fix crash when resizing, when after navigating to env settings, and clicking on 'clouds col' then 'sunlight col' with next click. Fixes #442. (Big thanks to Cybertoon for running with debug client to track this issue down) 2017-12-15 11:15:47 +11:00
UnknownShadow200
2381cf214b connect button 20 pixels wider, to match distance between 'search' textbox and 'refresh' button 2017-12-15 09:22:41 +11:00
UnknownShadow200
f240eb116e Fix OpenGL build oops 2017-12-15 09:13:23 +11:00
UnknownShadow200
3bf62e37c4 Render crosshairs behind chat. (Thanks AndrewPH) 2017-12-14 15:37:07 +11:00
UnknownShadow200
3bb02e56b8 gfx api can override perspective matrix calculation, partially port Player to C. 2017-12-14 11:01:07 +11:00
UnknownShadow200
080868b157 add missing D32F_Lockable format 2017-12-14 10:39:56 +11:00
UnknownShadow200
c10bd40b06 Fix a few compile errors 2017-12-12 11:32:16 +11:00
UnknownShadow200
25e15abc40 Fix entity shadows not rendering when looking through a water block at feet 2017-12-12 09:37:55 +11:00
UnknownShadow200
14607ffeea Don't pointlessly recreate chat textures when attempting to scroll past end or before top of chat log in GUI. (Thanks Cheesse) 2017-12-10 11:25:21 +11:00
UnknownShadow200
d4f045e2c4 remove some magic from camera 2017-12-09 18:13:09 +11:00
UnknownShadow200
96d01f101f Fix snow/rain not rendering properly over map bedrock borders, when border height is > height of map. 2017-12-09 08:54:46 +11:00
UnknownShadow200
8bdecb71fc fix block ID 255 not showing in inventory 2017-12-07 20:24:09 +11:00
UnknownShadow200
f5e508ceb1 allow you to hold block ID 255 in inventory 2017-12-07 20:02:48 +11:00
UnknownShadow200
b2cacf6dc0 Fix incorrect rendering when chunk had over 65,536 vertices. (Thanks Empy) 2017-12-07 19:24:53 +11:00
UnknownShadow200
1bcf89b212 fix matrices not being initalised to Identity in d3d9 backend of C client 2017-12-07 18:06:54 +11:00
UnknownShadow200
fe8580aea8 Port entity shadow component to C. 2017-12-05 17:35:43 +11:00
UnknownShadow200
1fcdeabb98 CPE two way ping replies should still be sent back when loading map 2017-12-04 16:32:15 +11:00
UnknownShadow200
db7d148a44 More work on porting EntityList to C, split up Entity.c into Entity.c and EntityComponent.c 2017-12-04 16:20:16 +11:00
UnknownShadow200
3bed91af85 horspeed= sets base horizontal speed, instead of max horizontal speed now. 2017-12-01 09:47:31 +11:00
UnknownShadow200
91a3ff21b5 Fix being pushed after being /tp ed to by someone (Thanks goodlyay) 2017-11-30 08:39:47 +11:00
UnknownShadow200
71a21714a0 Port InventoryScreen to C. 2017-11-29 10:58:52 +11:00
UnknownShadow200
6812ba97ab Finish implementing StringsBuffer_Add for C client. 2017-11-29 09:25:07 +11:00
UnknownShadow200
e1da165c2a Port Hotkeys to C. 2017-11-29 08:55:16 +11:00
UnknownShadow200
0e3dcf4aff fix custom lighting plugin crashing 2017-11-26 21:40:19 +11:00
UnknownShadow200
04659de1e2 readd Vector3.ToString() 2017-11-26 16:52:58 +11:00
UnknownShadow200
83d21d1daf Remove /client commands (pointless when you can just do /client), have all commands enabled in both multiplayer and singleplayer modes. (But singleplayer only commands will show 'disabled' in multiplayer) 2017-11-25 18:33:09 +11:00
UnknownShadow200
bd04b98508 Revert "Remove /client commands (pointless when you can just do /client), have all commands enabled in both multiplayer and singleplayer modes. (But singleplayer only commands will show 'disabled' in multiplayer)"
This reverts commit 1e46e4ad96c3399fc4fb857d60613826f7cc06eb.
2017-11-25 18:30:41 +11:00
UnknownShadow200
1e46e4ad96 Remove /client commands (pointless when you can just do /client), have all commands enabled in both multiplayer and singleplayer modes. (But singleplayer only commands will show 'disabled' in multiplayer) 2017-11-25 15:47:04 +11:00
UnknownShadow200
ac971a1c5b Fix arm not rendering properly with non power of two skin (thanks masoncb) 2017-11-23 09:32:23 +11:00
UnknownShadow200
caf6de6792 Fix block break animation only beginning to play after switching back to first person camera, if block was broken with third person camera. (Thanks Cybertoon) 2017-11-22 22:25:57 +11:00
Goodlyay
b4cebaca0f Sprite offset doesn't change on Y axis now. 2017-11-21 15:12:36 -08:00
UnknownShadow200
b24d843723 Server connection always ticks 60 times/second. (Singleplay still ticks physics at 20 times/second) 2017-11-20 16:07:52 +11:00
UnknownShadow200
3cdcad8974 Forgot missing offsetType <= 7 in last commit 2017-11-20 15:51:44 +11:00
UnknownShadow200
dc3d176b1b Implement sprite offseting (Thanks goodlyay) 2017-11-20 15:41:17 +11:00
UnknownShadow200
7dccf90f18 Combine Event.h/Events.h 2017-11-19 04:12:59 +11:00
UnknownShadow200
c5c2e51b6f More consistent C constant naming 2017-11-18 00:19:55 +11:00
UnknownShadow200
2539ac3f6f Port TextAtlas to C. 2017-11-18 00:06:14 +11:00
UnknownShadow200
ff404d314f Work some more on C StringsBuffer 2017-11-17 23:39:56 +11:00
UnknownShadow200
4bb28925b7 Fix crash when pressing R while map was loading 2017-11-17 22:50:49 +11:00
UnknownShadow200
fa187170cb Combine Block.c/DefaultSet.c, rename all BlockId to BLOCK 2017-11-17 14:09:49 +11:00
UnknownShadow200
ac356859e5 Introduce a little bit of variation in block break particle sizes. (still not right sizes and random) 2017-11-17 00:05:10 +11:00
UnknownShadow200
a457166aae Block place sounds shouldn't play in classic mode. (Thanks cybertoon) 2017-11-16 23:59:00 +11:00
UnknownShadow200
43d7b35231 Particle size is less hardcoded. 2017-11-16 23:56:01 +11:00
UnknownShadow200
945fa5d2ba Jump height is now saved to options and so persists across sessions. 2017-11-15 00:52:09 +11:00
UnknownShadow200
e2cd62aeb0 Fix manually deleting terrain.png, not properly recreating it 2017-11-14 01:37:29 +11:00
UnknownShadow200
d40145643b Release 0.99.9.8 0.99.9.8 2017-11-14 00:52:00 +11:00
UnknownShadow200
064c7a2514 Release 0.99.9.7 2017-11-13 16:36:45 +11:00
UnknownShadow200
b30d19d7f7 Don't always pointlessly recreate all chat log textures when you press enter/escape. (Thanks Cheessee) 2017-11-13 15:53:57 +11:00
UnknownShadow200
cd3713d47b force build bot rebuild 2017-11-13 10:02:53 +11:00