1353 Commits

Author SHA1 Message Date
UnknownShadow200
f15f0134c1 Use the original classic inventory table colours. 2016-05-26 17:03:05 +10:00
UnknownShadow200
9061063b1e Get rid of console window again. 2016-05-26 13:45:01 +10:00
UnknownShadow200
5ea268f7db Make colours look better. 2016-05-26 13:12:17 +10:00
UnknownShadow200
ec773449a9 Use back colours for built-in colour codes, partially addresses #167. (Thanks FrostFox) 2016-05-26 12:38:38 +10:00
UnknownShadow200
9b5ce29702 Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp 2016-05-26 10:31:36 +10:00
UnknownShadow200
e610a191e0 Draw input text over top of hotbar (Thanks FrostFox). 2016-05-26 10:01:32 +10:00
UnknownShadow200
9678c06156 Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp 2016-05-25 22:17:11 +10:00
UnknownShadow200
4c0b6ea1d6 Use safer method of incrementing pointers. 2016-05-25 22:16:38 +10:00
UnknownShadow200
3dd7a8599d Allow using a full-block step instead of just slabs. (Thanks goodlyay) 2016-05-24 15:23:01 +10:00
UnknownShadow200
70a6e2fe1a Fix sprite blocks not recalculating their selection box after reconnect. 2016-05-23 08:23:18 +10:00
UnknownShadow200
67b1fb0b4a Fix sounds not working properly after reconnect (Thanks 123DMWM). 2016-05-22 13:05:57 +10:00
UnknownShadow200
aebeefc1ed Fix crashing when you type in %8, then press left, then press backspace. (Thanks 123DMWM) 2016-05-21 23:58:31 +10:00
UnknownShadow200
1ea806a38f Fix deleting an upside down slab underneath a solid block that blocked light incorrectly marking the above block as being fully in light (Thanks Cherios), closes #207. 2016-05-21 20:48:14 +10:00
UnknownShadow200
a584fe9dd3 Make sand/gravel fall instantly, closes #205. (Thanks andrewja6) 2016-05-21 16:28:21 +10:00
UnknownShadow200
30f39a90fb Deleting sponge should active neighouring water, partially addresses #205. (Thanks andreja6) 2016-05-21 16:11:17 +10:00
UnknownShadow200
fba550f3c2 Use generic BlockChanged event instead of hardcoding behaviour in PickingHandler. 2016-05-21 15:06:38 +10:00
UnknownShadow200
f4b2403639 Inline CheckSponge. 2016-05-20 18:27:34 +10:00
UnknownShadow200
4f376ad146 Do not hardcode which blocks have physics, use generic array of 256 delegates for OnPlace and OnActivate. 2016-05-20 18:13:01 +10:00
UnknownShadow200
e426f7859b Modularise out liquid physics. 2016-05-20 16:31:50 +10:00
UnknownShadow200
ccbdd19080 Modularise out falling and foilage physics. 2016-05-20 16:21:11 +10:00
UnknownShadow200
ad34d92a09 Modularise out falling physics. 2016-05-20 16:04:02 +10:00
UnknownShadow200
9576ec39af Fix text not having yellow colour code prepended when id = 0xFF and server isn't using message types (Thanks andreja6). 2016-05-20 15:32:26 +10:00
UnknownShadow200
8052c944f2 Comment out custom model code (since it's unlikely to be worked on for a while) with block region so build output isn't polluted with pointless warnings - thanks Retatta. 2016-05-20 15:22:54 +10:00
UnknownShadow200
4841e84923 Fix sponge not properly updating blocks in singleplayer (Thanks andreja6), partially addresses #205. Fix music thread lagging on some computers due to not buffer enough data ahead of time (Thanks funzrey). 2016-05-20 15:14:19 +10:00
UnknownShadow200
65069f2f34 Organise launcher classes into namespaces. 2016-05-17 10:17:24 +10:00
UnknownShadow200
69d5d213a0 Fix 'speed on' not showing in top left status screen. (Thanks Tree) 2016-05-17 07:45:52 +10:00
UnknownShadow200
5a91fe5836 Fix 'next item' after 1.6.2 jar incorrectly being gui.png not terrain.png patch. 2016-05-17 07:30:44 +10:00
UnknownShadow200
c5bf202336 Use same block ordering as vanilla in classic mode. 2016-05-16 19:07:14 +10:00
UnknownShadow200
be28a782f5 Don't show CPE blocks unless the server supports them. 2016-05-16 18:04:42 +10:00
UnknownShadow200
fe6dccc944 Reduce shadow alpha slightly (Thanks goodlyay). 2016-05-16 15:22:28 +10:00
UnknownShadow200
c6d087f3e8 Quick fix for rain/snow. 0.99.0 2016-05-15 22:33:19 +10:00
UnknownShadow200
a34ed8abfb Release 0.99.0 2016-05-15 21:14:32 +10:00
UnknownShadow200
dee400b0ee Make updating super-fast on windows. 2016-05-15 21:00:00 +10:00
UnknownShadow200
619fd5ded4 Implement partial default.zip updates. 2016-05-15 20:44:32 +10:00
UnknownShadow200
babf253b59 Add resources list class for launcher. 2016-05-15 19:31:37 +10:00
UnknownShadow200
664fb536c5 Implement rain/snow mirroring. (Thanks goodlyay) 2016-05-15 17:34:11 +10:00
UnknownShadow200
ae50dbd614 Remember that switching to another map does not raise EnvVarChanged event, fixes colour applied to skybox not being reset. (Thanks goodlyay) 2016-05-15 16:52:21 +10:00
UnknownShadow200
261daf04dc Only fetch sounds when we need to. 2016-05-15 16:40:01 +10:00
UnknownShadow200
a9172905cd Separate ResourceFetcher into ResourceFetcher and ResourceChecker. 2016-05-15 16:29:07 +10:00
UnknownShadow200
f05fba36de Can change skybox colour (Thanks goodlyay). 2016-05-15 13:17:07 +10:00
UnknownShadow200
3546d165df Fix skybox rendering in forward third person mode. (Thanks 123DMWM) 2016-05-15 13:06:32 +10:00
UnknownShadow200
6ab5dbc3ae Separate LauncherTableWidget into LauncherTableWidget and LauncherTableView. 2016-05-15 11:50:16 +10:00
UnknownShadow200
1c416d0834 Some stylistic cleanup (after running through Gendarme) 2016-05-15 10:22:54 +10:00
UnknownShadow200
f7dafcde0e Make 'edit hotkey' menu nice, and consistent with rest of gui. 2016-05-15 00:04:45 +10:00
UnknownShadow200
5c0df54013 Separate 'hotkeys list' code from 'edit hotkey' gui code. 2016-05-14 23:21:21 +10:00
UnknownShadow200
83ce2cbe75 For select texture pack and load level screen, disable left/right arrows when we can no longer advance left/right. 2016-05-14 22:20:17 +10:00
UnknownShadow200
088d939e1c Perform coordinate validation for animations (Thanks silly texture pack creators). 2016-05-14 22:05:52 +10:00
UnknownShadow200
ea7b4d743d Fix orientation of top/bottom faces (thanks goodlyay), closes #186. 2016-05-14 21:23:06 +10:00
UnknownShadow200
66e9329eb4 Read skybox.png from the texture pack if given. 2016-05-14 20:51:26 +10:00
UnknownShadow200
8f8ae2f36f Initial work on texture packs. 2016-05-14 20:37:07 +10:00