1849 Commits

Author SHA1 Message Date
UnknownShadow200
e769fe8b7f Style: move autorotate stuff into separate file 2016-12-07 21:55:00 +11:00
UnknownShadow200
b785c3e2b7 core: /client cuboid now takes block names 2016-12-07 21:27:12 +11:00
Goodlyay
d4a50ef33f Core: add support for auto-rotating blocks
based on name
2016-12-07 00:22:01 -08:00
UnknownShadow200
405fe46544 make more things public 2016-12-04 19:02:16 +11:00
UnknownShadow200
e33d39685c Style: Make more code available to external plugins. 2016-12-03 19:26:38 +11:00
UnknownShadow200
fb30269cae fix last commit 2016-12-03 18:56:29 +11:00
UnknownShadow200
0d3102c868 Finish plugin support 2016-12-03 18:49:21 +11:00
UnknownShadow200
dddc9954b7 Client: start work on loading external plugins 2016-12-03 17:44:45 +11:00
UnknownShadow200
9e7334fec7 Core: fix crashing if texture is not power of two dimensions (Thanks Joshim4). 2016-12-02 21:33:56 +11:00
UnknownShadow200
75f0a73841 Style: Indent catch and switch properly. 2016-12-02 15:31:34 +11:00
UnknownShadow200
619ebafca1 more work on abstracting lighting 2016-12-02 15:29:23 +11:00
UnknownShadow200
b9f404ad08 more work on abstracting lighting 2016-12-02 15:05:09 +11:00
UnknownShadow200
4d1ef1a65b more work on lighting abstraction 2016-11-29 21:25:39 +11:00
UnknownShadow200
2986773b51 Abstract block lighting 2016-11-29 21:01:18 +11:00
UnknownShadow200
6ec9c2d4b8 Client: also allow using shift and control to scroll hotbar when B menu is open. (Thanks goodlyay) 2016-11-27 22:02:30 +11:00
UnknownShadow200
250ab7f417 Do same for launcher 2016-11-27 14:50:45 +11:00
UnknownShadow200
1aef52fab2 Use standard indentation for everything. 2016-11-27 14:47:09 +11:00
Goodlyay
72075b426a Merge branch 'master' of https://github.com/UnknownShadow200/ClassicalSharp 2016-11-19 16:56:48 -08:00
Goodlyay
f2b799e460 Core: Fix fullbright glow in advanced lighting mode. 2016-11-19 16:05:22 -08:00
UnknownShadow200
7b8c9b4e56 Style: move stuff out of FixedBufferStream and reuse it for Ionic.Zlib 2016-11-17 22:58:07 +11:00
UnknownShadow200
231838bd3e Core: Fix colour code issue again 2016-11-13 15:23:54 +11:00
UnknownShadow200
30eec530fb Core: Fix being unable to change settings if , is used instead of . for decimal point. (Thanks SpaceDot) 2016-11-11 09:42:34 +11:00
Goodlyay
39a15058ed Fix last commit. 2016-11-09 20:39:21 -08:00
Goodlyay
b33b142d6e Core: Make block-in-hand bobbing closer to classic. 2016-11-09 20:37:16 -08:00
Goodlyay
afc1100a8b Core: Fix timing on footsteps. 2016-11-08 21:19:37 -08:00
UnknownShadow200
96710328a8 Core: Fix respawning in singleplayer sometimes putting you inside a block
also a minor touchup to reduce IModel code
2016-11-06 14:40:39 +11:00
UnknownShadow200
152d222cfa Client: Add caret to all other input widgets in gui. 2016-11-04 08:06:52 +11:00
UnknownShadow200
8dac0f0697 Client: fix default value of jump height when system doesn't use . as decimal point. 2016-11-01 22:45:27 +11:00
UnknownShadow200
aa5540db0f Core: Combine ChatInputWidget and MenuInputWidget code. 2016-11-01 22:17:26 +11:00
UnknownShadow200
e63a040934 Client: Provide default values in hack settings. (Thanks Daeslender) 2016-11-01 21:18:48 +11:00
UnknownShadow200
a46c472496 minor changes 2016-11-01 20:56:00 +11:00
UnknownShadow200
06afac2d4b Quick fix for wrong draw type 2016-11-01 12:24:23 +11:00
UnknownShadow200
297983efdb Core: Change Double Jump to WoM style hacks, also noclip must be held down in WoM style hacks mode. 2016-11-01 12:17:29 +11:00
UnknownShadow200
3cb6c1f6af revert last 2 commits, they made things worse in practice 2016-11-01 10:39:47 +11:00
UnknownShadow200
d9efc75678 fix last commit 2016-11-01 10:26:33 +11:00
UnknownShadow200
4adfdb837e Core: Fix camera and model bobbing being in opposite directions. (Thanks goodlyay) 2016-11-01 10:02:25 +11:00
UnknownShadow200
752aac787f Core: Fix sand/gravel falling not always being activated (Thanks McBean56545), partially addresses #84. 2016-10-30 22:38:51 +11:00
UnknownShadow200
ad1848d5ce Core: Remove the 'clipboard contained invalid chars' warning. 2016-10-30 15:36:05 +11:00
UnknownShadow200
da43eff85e Core: Fix deleting sponge on bottom of map in singleplayer crashing, closes #281. (Thanks McBean56545) 2016-10-30 12:53:37 +11:00
UnknownShadow200
c1ade5f0e1 Style: More work on making widget code cleaner. 2016-10-30 12:50:15 +11:00
UnknownShadow200
d4b38709e1 Style: Refactor gui widget layout code. 2016-10-30 11:20:49 +11:00
UnknownShadow200
2fa379746a Style: Finish simplifying BlockInfo 2016-10-29 13:49:33 +11:00
UnknownShadow200
00f28e2039 Style: Start simplifying BlockInfo 2016-10-29 13:15:00 +11:00
UnknownShadow200
d00f8a7973 Core: Fix classic arms anim toggling not saving new value. 2016-10-29 12:11:48 +11:00
UnknownShadow200
3e14ef708d Core: Don't allow reconnect after kick or ban. 2016-10-28 21:13:25 +11:00
UnknownShadow200
6dad76e397 Core: Don't allow multiple lines of chat in classic mode. 2016-10-28 20:55:23 +11:00
UnknownShadow200
c781af2d85 Client: Fix crashing when caret has been moved to partway through a colour code which is the first 2 characters in the text input, and you then do backspace. (Thanks lavacraft) 2016-10-27 21:53:15 +11:00
UnknownShadow200
df0582d4c8 Style: Much cleanup of InputWidget. 2016-10-27 21:38:34 +11:00
UnknownShadow200
d2a54ce93d Style: Split InputWidget into abstract InputWidget and ChatInputWidget. 2016-10-27 21:17:42 +11:00
UnknownShadow200
50e45963b1 Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp 2016-10-27 21:08:37 +11:00