8094 Commits

Author SHA1 Message Date
UnknownShadow200
da6c5eed3d Fix fire playing wood sound, clipboard copying with invalid characters should still insert the valid characters (Thanks 123DontMessWitMe), add 0 chatlines support and fix crashing on chatlines less than 10. (Thanks mtndewissewthing) 2016-02-08 21:23:09 +11:00
UnknownShadow200
4811f15bf3 Announcement texture should be in top quarter, fix non-32 bpp terrain.png files crashing client when saved to texturecache (Thanks goodlyay), fix hotkeys not being removed when closing client then the launcher (Thanks 123DontMessWitMe). 2016-02-07 11:59:53 +11:00
UnknownShadow200
20205a42fb Fix NamesMode not being loaded. 2016-02-07 09:16:07 +11:00
UnknownShadow200
ab2e95d201 Make classic options mode have same size buttons as original classic (Thanks FrostFox), closes #133. 2016-02-07 00:15:03 +11:00
UnknownShadow200
7a9fee3b94 Fix default menu input widget height cutting off larger fonts. (Thanks FabTheZen) 2016-02-06 23:56:29 +11:00
UnknownShadow200
4bac8359aa Fix solid tiles not slowing down the player. (Thanks 123DontMessWitMe) 2016-02-06 10:44:35 +11:00
UnknownShadow200
f03182a91b Revert sending ping packets. (Caused 'unhandled message id 1' on MCGalaxy) 2016-02-06 07:37:15 +11:00
UnknownShadow200
78e7c558e0 Send ping packet in reply. (Thanks 123DontMessWitMe) 2016-02-06 07:30:18 +11:00
UnknownShadow200
c28e1f343f Default speed modifier should be 10, to match ClassiCube. 2016-02-05 21:39:51 +11:00
UnknownShadow200
36ff4f7b6e Add 'time been playing for' that can be shown by pressing F9 (Thanks BDlikes), finally finish entity shadows. 2016-02-05 18:51:06 +11:00
UnknownShadow200
25a4f792fe More work on own entity shadow. 2016-02-05 13:31:52 +11:00
UnknownShadow200
bfe9e287c6 Less popping in of chunks on fog border (Thanks MrGoober), also can press F8 to show a shadow above the block you are standing on. (Thanks MrGoober) 2016-02-05 00:10:01 +11:00
UnknownShadow200
88613a82ed Fix issue where pressing right shift and holding it down continously, then pressing left shift and then releasing it would cause 'speed' to be left on. (Thanks 123DontMessWitMe) 2016-02-04 17:45:27 +11:00
UnknownShadow200
5668b3328f Chat/hud should still be rendered when map is loading/generating. (Thanks FabTheZen) 2016-02-04 16:27:26 +11:00
UnknownShadow200
3b3a155243 Optimise chunk mesh building functions even further. 2016-02-03 13:31:57 +11:00
UnknownShadow200
d6e541bc91 Minor memory optimisations. 2016-02-02 19:04:20 +11:00
UnknownShadow200
2f65ef3797 Seed should not be restricted between 1-8192 in GenLevelScreen, do a general touchup of GenLevelScreen. 2016-02-02 16:09:45 +11:00
UnknownShadow200
c4a2bd0517 Optimise noise calculation to be slightly faster on very large worlds. 2016-02-02 15:40:18 +11:00
UnknownShadow200
11d8a04527 Client 'hacks enabled' should not prevent spawning. (Thanks Jjp137) 2016-02-02 09:08:45 +11:00
UnknownShadow200
21ae80972a Release 0.98.6. 0.98.6 2016-02-01 18:30:58 +11:00
UnknownShadow200
d7972f43f3 Quick fix for FPS screen not having its font changed. 2016-02-01 18:22:17 +11:00
UnknownShadow200
70243e6838 Allow using non-arial font names. 2016-02-01 18:11:06 +11:00
UnknownShadow200
300a9e23e9 Quick fix for last commit. 2016-02-01 15:44:07 +11:00
UnknownShadow200
95c7eaa6ca Initial implementation of version 2 of BlockDefinitionsExt. 2016-02-01 15:29:27 +11:00
UnknownShadow200
396d286569 Quick fix for classic options. 2016-02-01 00:21:46 +11:00
UnknownShadow200
aea314cb08 Oops get rid of console window. 2016-01-31 23:55:56 +11:00
UnknownShadow200
7427d399c5 Particles now use the 1D texture atlas arrays. This means we no longer need a copy of the 2D terrain atlas in vram. 2016-01-31 23:54:45 +11:00
UnknownShadow200
a682a57e31 Don't allocate an object reference to the game class for every particle, instead pass it as an argument. Also use new more organised options key, which are still backwards compatible. 2016-01-31 22:53:42 +11:00
UnknownShadow200
32649b4cc6 Fix using extended characters after a percent sign crashing the client. (Thanks carversedge) 2016-01-31 11:28:35 +11:00
UnknownShadow200
358de19090 Timeout 20 seconds (not 10 seconds) after last packet now, not just ping packet. 2016-01-31 08:19:01 +11:00
UnknownShadow200
bb5977b75e Don't show water/lava blocks in pure classic mode (Thanks FrostFox), only show scrollbar when necessary in inventory. 2016-01-31 00:27:29 +11:00
UnknownShadow200
1a6b47266d Quick fix for last commit. 2016-01-30 23:45:12 +11:00
UnknownShadow200
4279ed3f78 Make menu in 'pure classic mode' more like original classic. 2016-01-30 23:20:03 +11:00
UnknownShadow200
bad6ac3763 Make loading map/generating map screen more like original classic. (Thanks Darky64) 2016-01-30 22:37:54 +11:00
UnknownShadow200
21c1c031c6 Allow placing blocks off map bedrock sides. (Thanks MrGoober) 2016-01-30 21:43:11 +11:00
UnknownShadow200
c3ffec20a2 Save 'show FPS' option, also refresh the level if a BlockDefinition is added/changed/removed after the level loaded the first time. 2016-01-30 21:26:59 +11:00
UnknownShadow200
39f315e12a Fix heightmaps sometimes being updated incorrectly. (Thanks goodlyay) 2016-01-28 17:28:41 +11:00
UnknownShadow200
0b8582eb78 Properly fix the launcher crashing. 2016-01-28 15:43:20 +11:00
UnknownShadow200
f8866017a1 Don't draw to framebuffer when the window is minimised, fixes crashing. 2016-01-28 15:34:34 +11:00
UnknownShadow200
09f0a04efa Optimise drawing of the button backgrounds in the launcher. 2016-01-28 15:01:33 +11:00
UnknownShadow200
6b89bc0019 Fix issues with widgets not being redrawn properly. 2016-01-28 14:28:51 +11:00
UnknownShadow200
7ff7386b6e Separate launcher draw data setting from launcher widget redrawing. 2016-01-28 13:59:58 +11:00
UnknownShadow200
b46f2cff5f Don't overwrite launcher settings, partially fix launcher crashing issue in classic mode. 2016-01-28 12:48:51 +11:00
UnknownShadow200
92d3936766 Modify GenLevelScreen and MiscOptionsScreen to have nicer buttons, add ClassicOptionsScreen. 2016-01-28 00:02:10 +11:00
UnknownShadow200
1af8e2488a Fix adding/removing custom colours causing chat to be moved up, also fix alt text widget being drawn over top of text input widget. 2016-01-27 23:40:09 +11:00
UnknownShadow200
cccea6f233 Fix sprites in the inventory/hotbar not rendering the four parts in the correct Z order, also make sprites a little bit bigger. 2016-01-27 23:26:55 +11:00
UnknownShadow200
a882312b54 Fix crashing of launcher after minimising in classic mode. 2016-01-27 21:02:58 +11:00
UnknownShadow200
819dfc434f Fix 'classicalsharp has crashed' dialog being shown multiple times in the launcher. 2016-01-27 12:44:23 +11:00
UnknownShadow200
a362366ef4 Fix crashing when in 'classic options mode' and -hax is used (Thanks FrostFox), fixes #128. 2016-01-26 08:00:18 +11:00
UnknownShadow200
db9d99fd65 Fix lighting for upside down slabs. 2016-01-26 00:28:47 +11:00