UnknownShadow200
15a6cdb31b
Change from 'using nolimit mode is discouraged for general usage' to 'using nolimit mode is discouraged'
2017-07-23 11:01:06 +10:00
UnknownShadow200
1d00da8381
Fix water modified to be a non-full block still always stretching top face of water. (Thanks VenkSociety)
2017-07-22 12:54:16 +10:00
UnknownShadow200
ab809a5c05
Add a 'draw all names unscaled' mode, redesign how name modes work. (Thanks 123DMWM)
2017-07-19 16:03:57 +10:00
UnknownShadow200
3249b7c682
Add zoom scroll as a keybind in controls (Thanks goodlyay)
2017-07-11 19:49:03 +10:00
UnknownShadow200
bf846b80c0
Remove DrawMode/DrawVb/DrawIndexedVb, just provide DrawVb_Lines and DrawVb_IndexedTris
2017-07-03 23:56:05 +10:00
UnknownShadow200
e757e63e19
remove 'toggle' from auto-rotate/smooth camera in controls menu
...
Since pressing the button says you can press the button again to toggle it on or off anyways
2017-06-27 18:46:29 +10:00
Goodlyay
f7e0a00e1a
Add smooth camera option
2017-06-27 01:40:37 -07:00
UnknownShadow200
3d01dbab20
Remove unused code
2017-06-25 20:32:42 +10:00
UnknownShadow200
ddac95104c
Show average ping in status in top left. Fixes #444
2017-06-25 14:54:06 +10:00
UnknownShadow200
757d18c4d8
Fix mistake with negative ping, rename FPSScreen to more accurate StatusScreen
2017-06-25 14:17:03 +10:00
UnknownShadow200
942ecfef6b
Tick network reading 60 instead of 20 times a second.
2017-06-25 13:43:13 +10:00
UnknownShadow200
58db2f667a
Fix sounds/music volume not saving, partially addresses #448 .
2017-06-25 09:10:09 +10:00
UnknownShadow200
eadac08d0a
Sounds/music volume is configurable between 0-100, instead of just ON/OFF. Fixes #320 and addresses #446
2017-06-24 21:30:30 +10:00
UnknownShadow200
fc8d593b35
Define our own explict delegate types for better annotating arguments
...
also means less compile errors when compiling for .NET later than 2.0
2017-06-06 14:46:14 +10:00
UnknownShadow200
673ae93b0c
Replace properties with fields in 2D classes, remove unused 2D classes methods.
2017-05-28 14:52:19 +10:00
UnknownShadow200
4268d7c7c1
Launcher is now capable of running without ClassicalSharp.exe
2017-05-23 10:04:18 +10:00
UnknownShadow200
34f84ef280
simplify a bit
2017-05-07 16:42:14 +10:00
UnknownShadow200
b7d07f03a6
very minor cleanup
2017-04-28 07:44:33 +10:00
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