Commit graph

448 commits

Author SHA1 Message Date
UnknownShadow200
df986441f8 Make 'Back to X' buttons same as classic. (Thanks FrostFox) 2016-06-24 20:21:33 +10:00
UnknownShadow200
123b452fbc Fix crosshairs being every so slightly off centre. (Thanks goodlyay) 2016-06-23 12:41:46 +10:00
UnknownShadow200
11f2695771 Make bottom right text group same location as normal chat group, reduce code duplication. 2016-06-20 20:21:07 +10:00
UnknownShadow200
f533e99418 Fix CPE blocks still showing in inventory even when server does not use CPE blocks. (Thanks Ankeraout) 2016-06-19 20:52:09 +10:00
UnknownShadow200
f584605906 Make widget resizing code nicer. 2016-06-18 23:25:50 +10:00
UnknownShadow200
52d25c081a Make lava draw translucent, optimise button widget rendering by only creating a texture size of text and then offseting to correct coords, instead of making one big texture equal to desired button size. 2016-06-18 23:11:06 +10:00
UnknownShadow200
4d4ca0adc6 Trim whitespace and newlines when pasting text from clipboard. 2016-06-16 10:12:49 +10:00
UnknownShadow200
1e2cd769fe Consistently use 'block' instead of 'tile'. 2016-06-11 18:38:20 +10:00
UnknownShadow200
d6266ed61e Normalise line endings to end this madness. (Thanks Jjp137) 2016-06-11 17:56:37 +10:00
UnknownShadow200
e1d9b979cb Make water/lava be offset down by 1.5 pixels to match original classic. 2016-06-11 17:15:29 +10:00
UnknownShadow200
b2c642b8af Remove Block enum. 2016-06-11 15:29:45 +10:00
UnknownShadow200
c44266865d Chat input should cover whole window width in pure classic mode, partially addresses #170. (Thanks FrostFox) 2016-06-10 23:37:47 +10:00
UnknownShadow200
1ab620559b Fix key bindings not working due to mono compiler issue with enum initalisers. 2016-06-10 17:17:10 +10:00
UnknownShadow200
6a158b8314 Move key bindings widgets down and make interface more consistent. 2016-06-10 16:39:04 +10:00
UnknownShadow200
2ae7a63adb Use < > to move between key bindings pages. 2016-06-10 16:22:46 +10:00
UnknownShadow200
58aea5ca6b Refactor key bindings menus. 2016-06-10 15:19:14 +10:00
UnknownShadow200
41a85c95c1 Make selected block outline a bit better. 2016-06-09 00:26:39 +10:00
UnknownShadow200
1b8861b8a9 Don't render hotbar twice when inventory menu is open, oops. 2016-06-08 15:24:33 +10:00
UnknownShadow200
041bbc5f5d Fix clicking on scrollbar in inventory closing inventory, ooops. (Thanks lavacraft) 2016-06-07 10:18:31 +10:00
UnknownShadow200
93494613ed Allow toggling black text shadow colours for default.png. (Thanks Cherobrine) 2016-06-06 23:41:44 +10:00
UnknownShadow200
c738c22e32 Fix tooltip in nostalgia options not being resized. (Thanks 123DMWM) 2016-06-06 22:06:43 +10:00
UnknownShadow200
0cfd1c2e37 Release 0.99.1 2016-06-06 22:00:19 +10:00
UnknownShadow200
75486ad445 Fix issues with lighting on chunk horizontal borders, fixes #162. (Thanks goodlyay) 2016-06-05 00:40:15 +10:00
UnknownShadow200
b303330921 Log error if it occurs with Program.CopyFiles (not that it ever should). 2016-06-04 19:04:48 +10:00
UnknownShadow200
603fe097ff Fix only being able to define 5 hotkeys. 2016-06-03 17:52:56 +10:00
UnknownShadow200
3795352c85 Update main screenshot on github. 2016-06-01 22:01:21 +10:00
UnknownShadow200
6dbe8098ea Make tab list in classic mode have same gradient as original classic. 2016-05-31 20:09:09 +10:00
UnknownShadow200
6111e72f88 Remove some unused code. 2016-05-31 17:41:49 +10:00
UnknownShadow200
fa36e7f8af Slightly better rendering of weather, still needs to fix some special cases though. 2016-05-29 22:26:50 +10:00
UnknownShadow200
de5648af2c Make tab list in classic mode more classic like (Thanks FrostFox), partially addresses #170. 2016-05-29 22:12:40 +10:00
UnknownShadow200
6c3f72c6c8 Reduce code duplication for classic and normal player list code. 2016-05-29 21:47:46 +10:00
UnknownShadow200
c4f1f69cbd Use a single tab list code base for both CPE ExtPlayerList and original tab list behaviour. 2016-05-29 21:37:38 +10:00
UnknownShadow200
fb3da95d1b Draw selected box around picked block in classic mode. 2016-05-29 00:01:52 +10:00
UnknownShadow200
1011111de7 Use original classic background colours, don't show chat background box in pure classic. (Thanks FrostFox), closes #167. 2016-05-28 23:39:54 +10:00
UnknownShadow200
cf5448e9ac Back colours now work with custom colours too. (Thanks goodlyay) 2016-05-27 11:10:12 +10:00
UnknownShadow200
087be01db2 Disable players tab list in singleplayer (makes no sense), disable alt text widget in classic mode. 2016-05-26 21:17:19 +10:00
UnknownShadow200
f15f0134c1 Use the original classic inventory table colours. 2016-05-26 17:03:05 +10:00
UnknownShadow200
9061063b1e Get rid of console window again. 2016-05-26 13:45:01 +10:00
UnknownShadow200
5ea268f7db Make colours look better. 2016-05-26 13:12:17 +10:00
UnknownShadow200
ec773449a9 Use back colours for built-in colour codes, partially addresses #167. (Thanks FrostFox) 2016-05-26 12:38:38 +10:00
UnknownShadow200
e610a191e0 Draw input text over top of hotbar (Thanks FrostFox). 2016-05-26 10:01:32 +10:00
UnknownShadow200
3dd7a8599d Allow using a full-block step instead of just slabs. (Thanks goodlyay) 2016-05-24 15:23:01 +10:00
UnknownShadow200
aebeefc1ed Fix crashing when you type in %8, then press left, then press backspace. (Thanks 123DMWM) 2016-05-21 23:58:31 +10:00
UnknownShadow200
69d5d213a0 Fix 'speed on' not showing in top left status screen. (Thanks Tree) 2016-05-17 07:45:52 +10:00
UnknownShadow200
5a91fe5836 Fix 'next item' after 1.6.2 jar incorrectly being gui.png not terrain.png patch. 2016-05-17 07:30:44 +10:00
UnknownShadow200
c5bf202336 Use same block ordering as vanilla in classic mode. 2016-05-16 19:07:14 +10:00
UnknownShadow200
be28a782f5 Don't show CPE blocks unless the server supports them. 2016-05-16 18:04:42 +10:00
UnknownShadow200
6ab5dbc3ae Separate LauncherTableWidget into LauncherTableWidget and LauncherTableView. 2016-05-15 11:50:16 +10:00
UnknownShadow200
f7dafcde0e Make 'edit hotkey' menu nice, and consistent with rest of gui. 2016-05-15 00:04:45 +10:00
UnknownShadow200
5c0df54013 Separate 'hotkeys list' code from 'edit hotkey' gui code. 2016-05-14 23:21:21 +10:00