571 Commits

Author SHA1 Message Date
UnknownShadow200
ff12aa002d Release 0.99.5 2017-02-11 23:02:02 +11:00
UnknownShadow200
41184aad6d Fix more crashing 2017-02-11 22:48:11 +11:00
UnknownShadow200
bf1cdfddf1 Fix crash when changing FPS limit mode 2017-02-11 21:30:57 +11:00
UnknownShadow200
d798322db4 fix survival mode 2017-02-11 21:15:19 +11:00
UnknownShadow200
0121a1820f More fixes III 2017-02-11 18:30:30 +11:00
UnknownShadow200
946e5075ac More fixes II 2017-02-11 17:39:27 +11:00
UnknownShadow200
096930653d More fixes 2017-02-11 17:07:29 +11:00
UnknownShadow200
66daa2d86b less crashes when lost context, II 2017-02-11 15:52:30 +11:00
UnknownShadow200
b8efaebc8b less crashes when lost context 2017-02-11 15:09:35 +11:00
UnknownShadow200
8571115dec Don't update chat when context is lost, should fix most crashing on AMD/ATI cards 2017-02-11 08:32:04 +11:00
UnknownShadow200
7e92ff04c5 Make 4096x4096 default.png textures load much faster 2017-02-10 17:58:47 +11:00
UnknownShadow200
a2aa233759 fix tinting 2017-02-07 16:33:39 +11:00
UnknownShadow200
f680bd0706 Optimise inventory rendering 2017-02-07 16:18:56 +11:00
UnknownShadow200
69dd8af17c reduce code duplication 2017-02-07 15:19:06 +11:00
UnknownShadow200
e7aa519846 more concise interpolation, fix last commit 2017-01-25 22:30:56 +11:00
UnknownShadow200
d584228d0f scale hearts texture 2017-01-20 14:21:56 +11:00
UnknownShadow200
9aa8809e78 hud now displays blocks count 2017-01-20 13:55:51 +11:00
UnknownShadow200
98d435b110 fix licensing 2017-01-20 09:12:04 +11:00
UnknownShadow200
d8bdcc6889 simplify extended help in Hack Settings 2017-01-16 15:09:29 +11:00
UnknownShadow200
7aed5b0aec Make bitmap font text drawing about twice as fast. (Thanks 123DMWM) 2017-01-14 16:48:19 +11:00
UnknownShadow200
2726ae9a02 Revert last commit 2017-01-04 19:38:41 +11:00
UnknownShadow200
a87d8b3fdd Allow 64 chars in classic mode chat input 2017-01-04 18:56:32 +11:00
UnknownShadow200
eddf8229f0 Optimise block tinting 2016-12-21 14:27:24 +11:00
Goodlyay
a4cb1e80be Core: add block tinting
Uses the fog colour components of the block to tint it if the name ends
with "#".
2016-12-20 19:05:29 -08:00
Goodlyay
d4a50ef33f Core: add support for auto-rotating blocks
based on name
2016-12-07 00:22:01 -08:00
UnknownShadow200
e33d39685c Style: Make more code available to external plugins. 2016-12-03 19:26:38 +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
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
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
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
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
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
ad1848d5ce Core: Remove the 'clipboard contained invalid chars' warning. 2016-10-30 15:36:05 +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
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