Commit graph

464 commits

Author SHA1 Message Date
UnknownShadow200
b9fdc37928 Don't hardcode font size in TextAtlas to 16 2017-04-23 17:27:58 +10:00
UnknownShadow200
f96b767314 Fix buttons in others menu being lower. (Thanks fam0r) 2017-04-16 19:23:47 +10:00
UnknownShadow200
10a0364a89 oops 2017-04-14 18:14:52 +10:00
UnknownShadow200
913e98926e name now rotates with rotated entity 2017-04-14 16:33:29 +10:00
UnknownShadow200
0f472741ff Increase map volume limit from 800^3 to int.MaxValue in singleplayer. (Thanks Pear) 2017-04-09 07:31:13 +10:00
Unknown
42017ad596 Made inventory switching re-bindable and fixed CRTL selecting in inventory screen closing inventory screen.
Inventory switching(I.E. Pressing ALT in-game showing a second inventory) is now re-bindable.

Pressing the CRTL keys should've allowed the user to select a block without the inventory screen closing, but this was not the case. Instead, that functionality was binded to the ALT keys. It has now been re-binded to the CRTL keys.
2017-04-05 18:55:01 -07:00
UnknownShadow200
54ec28136f Fix crashing when trying to change FPS mode in classic options menu, fixes #402 (Thanks mwspiker) 2017-03-27 12:38:20 +11:00
UnknownShadow200
f320b8dea0 Fix holding down B causing inventory menu to close 2017-03-04 21:44:21 +11:00
UnknownShadow200
458b2574b4 no more italics in client 2017-03-02 23:24:46 +11:00
UnknownShadow200
3384b1aa55 fix last commit 2017-03-01 17:43:40 +11:00
UnknownShadow200
93b99aa3f0 Add multiple hotbars for inventory.
You can use alt to switch between first and second hotbar. You can also use alt+number to switch to the nth hotbar.
2017-03-01 17:21:27 +11:00
UnknownShadow200
dd0b497136 Initial work on inventory that supports multiple hotbars. 2017-03-01 15:54:52 +11:00
UnknownShadow200
d5f893c8be align all key bindings input screens 2017-03-01 12:46:24 +11:00
UnknownShadow200
5aaa26bf00 Fix controls menu going back to wrong menu 2017-03-01 12:34:33 +11:00
UnknownShadow200
8a63f62cc2 In reconnect screen, button should just be not there at all instead of not clickable when kicked/banned. (Thanks goodlyay) 2017-02-28 11:49:11 +11:00
UnknownShadow200
b7c251256d Better Drawer2D api 2017-02-28 10:46:03 +11:00
UnknownShadow200
283c7695c4 Since some people unfortunately rely on fact naming a block Invalid hides it from inventory, let you do that with core blocks too.. 2017-02-28 09:18:54 +11:00
UnknownShadow200
91d9d06cec connect/disconnect messages closer to original classic 2017-02-26 22:10:07 +11:00
UnknownShadow200
005d0cebe2 For the 0-1 people who bother, make 12 bit block ids as easy as a compile time switch. 2017-02-19 22:29:07 +11:00
UnknownShadow200
612e9f1a6d Fix being able to select blocks in row behind info texture in inventory. (Thanks Fam0r) 2017-02-18 22:44:35 +11:00
UnknownShadow200
a3290a8442 Better scrollbar in inventory (Thanks goodlyay) 2017-02-18 22:27:26 +11:00
UnknownShadow200
e3bc67634d Better scrollbar in inventory (Thanks goodlyay) 2017-02-18 22:09:41 +11:00
UnknownShadow200
5a8710a68b Fix fps limit method not updating text when changed in gui on OpenGL backend
Also move scrollbar to right in block inventory
2017-02-18 22:01:35 +11:00
UnknownShadow200
81f002f745 Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp 2017-02-18 18:12:25 +11:00
UnknownShadow200
b5e4c24172 Use metal sound enum 2017-02-18 18:11:43 +11:00
Goodlyay
ee558edc39 Fix scaling on ">" and "<" in hotkey menu 2017-02-17 20:26:14 -08:00
UnknownShadow200
6205e81eb0 All buttons have consistent height now 2017-02-18 12:56:29 +11:00
UnknownShadow200
92df49ee39 Make controls 40 pixels high 2017-02-18 12:48:05 +11:00
UnknownShadow200
42866d7345 Make all button heights consistent 2017-02-18 11:58:33 +11:00
Goodlyay
70c2665c69 Text and hotbar scale with window by whole integer
Also fix chat shadow offset.
2017-02-16 03:56:41 -08:00
UnknownShadow200
32a00ecd88 Fix crashing when at options group screen then resizing. (Thanks cybertoon) 2017-02-16 22:18:26 +11:00
UnknownShadow200
cf06302e33 Fix leftover issues 2017-02-16 16:42:50 +11:00
UnknownShadow200
c92ebcac6c Use BlockID typedef instead of hardcoding byte everywhere.
In the 0.00001% chance someone changes blockid to be 16 bits
2017-02-16 16:31:17 +11:00
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
e7aa519846 more concise interpolation, fix last commit 2017-01-25 22:30: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
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