1972 Commits

Author SHA1 Message Date
UnknownShadow200
6c5f9307b1 Fix stackoverflow when legacy mode and very large map and view distance, fixes #403. (Thanks lemon) 2017-04-08 22:33:56 +10:00
UnknownShadow200
b6ef3934cb x 2017-04-08 20:22:41 +10:00
UnknownShadow200
373dfc7da3 Allow non-humanoid models to use humanoid animations 2017-04-08 20:06:52 +10:00
UnknownShadow200
115f1e305c Fix some things in pull request
keybind didn't apply to hotbar + num

don't change keybind enum order because it breaks plugins
2017-04-06 19:27:26 +10:00
Goodlyay
6aba57f185 Merge pull request #404 from videoerror/master
Made inventory switching re-bindable and fixed CRTL selecting in inventory screen closing inventory screen.
2017-04-05 21:48:08 -07: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
Goodlyay
e665d60f5a Revert "Allow IModel Render to be overridden by plugins."
This reverts commit 75411303523458344bf2bfdb66b72f60d4725d07.
2017-04-01 14:41:40 -07:00
Goodlyay
7541130352 Allow IModel Render to be overridden by plugins. 2017-04-01 00:02:56 -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
Goodlyay
e542015a69 Give ZombieModel a hat layer 2017-03-12 00:43:23 -08:00
Goodlyay
2384af17b7 Don't need to check for HumanoidModel twice. Oops 2017-03-10 20:30:44 -08:00
Goodlyay
9d50aa3585 Add sitting model 2017-03-09 21:52:19 -08:00
Goodlyay
bd81ea50be Make uScale public 2017-03-09 03:23:15 -08:00
UnknownShadow200
a8e755b089 Release 0.99.6 0.99.6 2017-03-05 22:42:33 +11:00
Goodlyay
95125b2bf7 Fix view bobbing reduction speed 2017-03-04 22:43:54 -08:00
UnknownShadow200
c9dc343efa Fix custom skins not working with mobs 2017-03-05 15:30:58 +11:00
UnknownShadow200
d45e32c8b4 Trees should only grow on grass (Thanks McBean56545) 2017-03-05 15:21:01 +11:00
UnknownShadow200
a01589b88a Fix caret being slightly out on X axis 2017-03-05 13:25:39 +11:00
UnknownShadow200
8583c51cfc More configurable physics 2017-03-04 22:41:31 +11:00
UnknownShadow200
8f81cb6d9a add /client teleport 2017-03-04 22:24:59 +11:00
UnknownShadow200
8fc9a9bd72 Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp 2017-03-04 22:24:47 +11:00
UnknownShadow200
f320b8dea0 Fix holding down B causing inventory menu to close 2017-03-04 21:44:21 +11:00
Goodlyay
aeaef72e14 Incredibly important color consistency fix 2017-03-04 01:12:13 -08:00
UnknownShadow200
d68d17eaa5 Revert last commit, that's not how original classic does it.
Also should have been || not &&
2017-03-03 19:43:02 +11:00
UnknownShadow200
27a2714619 Fix being unable to pick correct block when noclipping into it 2017-03-03 19:39:59 +11:00
UnknownShadow200
458b2574b4 no more italics in client 2017-03-02 23:24:46 +11:00
UnknownShadow200
15ed994993 Don't allow multiple hotbar in classic mode 2017-03-02 17:54:36 +11:00
UnknownShadow200
550f201795 Fix u and v scale not being reset to 1 on non-power of two invalid skin, e.g. http://i.imgur.com/0cC4RXV.png (Thanks CyberToon) 2017-03-02 16:50:11 +11:00
UnknownShadow200
c2022f6950 Maybe fix client not working under guest account in XP. 2017-03-02 16:32:56 +11:00
UnknownShadow200
97636267e2 Fix block model entities pushing you (Thanks CyberToon) 2017-03-02 16:17:20 +11:00
UnknownShadow200
8f44f43ef2 Optimise Notchy.CreateHeightmap 2017-03-02 10:47:06 +11:00
UnknownShadow200
0748f54f87 fix last commit 2017-03-01 19:07:53 +11:00
UnknownShadow200
f48e15561b fix last commit 2017-03-01 19:05:08 +11:00
UnknownShadow200
220d0a9132 fix last commit 2017-03-01 18:41:05 +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
35fd58f893 add proper sliders one day, for now, comment out 2017-03-01 14:24:19 +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
e1e5de259f Allow redefining standard colour codes because why not 2017-03-01 09:51:19 +11:00
UnknownShadow200
cf0316bce2 Foiled again. It's foliage not foilage 2017-02-28 13:36:20 +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
9ba2a55c28 Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp 2017-02-28 11:21:56 +11:00
UnknownShadow200
b7c251256d Better Drawer2D api 2017-02-28 10:46:03 +11:00
Goodlyay
8673a1e6eb Merge branch 'master' of https://github.com/UnknownShadow200/ClassicalSharp 2017-02-27 14:19:24 -08:00
Goodlyay
2f486a35ed View bobbing should be on by default 2017-02-27 14:19:20 -08: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
eca7dd5e3b 0.01% less hardcoding 2017-02-28 08:45:04 +11:00
UnknownShadow200
d24d6e4ecd Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp 2017-02-27 21:56:37 +11:00