8094 Commits

Author SHA1 Message Date
UnknownShadow200
403f313ed9 Fix hackstates. 2015-11-08 19:57:50 +11:00
UnknownShadow200
0ed701e438 Fly should not be enabled when flying permission is disabled. 2015-11-08 18:40:07 +11:00
UnknownShadow200
f1a7a0e513 Remove 'Add new' from hotkeys, just clicking on empty hotkey line does the same thing. Make HUD show behind pause and block menu screen. 2015-11-08 17:03:44 +11:00
UnknownShadow200
c8061b64fd Cleanup SelectionManager, don't show all 64 spaces in ChatInputWidget. 2015-11-08 16:32:08 +11:00
UnknownShadow200
17d54a09d5 Treat pixel as solid if its alpha is not 0 when calculating sprite bounds, don't redraw CPE player list names unless necessary. 2015-11-08 13:16:31 +11:00
UnknownShadow200
30a70638e1 Make hacks more consistent, can place blocks through yourself in noclip, alow cycling fog up to 1024, 2048 and 4096. 2015-11-08 12:22:04 +11:00
UnknownShadow200
30ea4c9429 Add F3 to toggle FPS. 2015-11-07 13:57:07 +11:00
UnknownShadow200
b9ab4df820 Fix up key in chat, fix table being resized to 20 pixels when minimising then reopening. 2015-11-07 12:25:09 +11:00
UnknownShadow200
bab357300e Add a texture caching mechanism to reduce bandwidth usage and speed up texture pack loading. 2015-11-07 08:24:42 +11:00
UnknownShadow200
ce31f82662 Should not be able to catch liquids 3 block above your feet, fixes #103. 2015-11-07 06:46:46 +11:00
UnknownShadow200
14daffe9f0 Save default texture pack, use default pack in launcher. 2015-11-07 06:34:26 +11:00
UnknownShadow200
5218124c6c Separate writing methods, allow entering CP437 directly into chat via clipboard if server supports FullCP437. 2015-11-05 18:43:16 +11:00
UnknownShadow200
1b72c67cac Fix duplicate messages being set, fix humanoid left arm being flipped horizontally. 2015-11-05 15:10:38 +11:00
UnknownShadow200
1873fedfb4 Last model cleanup. 2015-11-05 13:49:23 +11:00
UnknownShadow200
0a05980ad6 General cleanup in all model classes, default texture pack should be the last one chosen by the user, not just 'default.zip' 2015-11-05 11:53:23 +11:00
UnknownShadow200
476def4c41 Fix partial messages being word wrapped when LongerMessages is supported, fix left/right shift key being 'stuck' due to WM_SYSKEYUP message only being sent once, start work on refactoring models. 2015-11-05 09:05:58 +11:00
UnknownShadow200
8130d91fc3 Bold selected name, some minor cleanup. 2015-11-04 20:36:01 +11:00
UnknownShadow200
09faf5c45e Fix crashing when writing to console on the finalizer thread. 2015-11-04 12:51:57 +11:00
UnknownShadow200
f5d623d820 Use proper endian ordering for bitmaps on OSX. 2015-11-04 12:31:12 +11:00
UnknownShadow200
ea92e71747 Use proper endian ordering for bitmaps on OSX. 2015-11-04 12:27:13 +11:00
UnknownShadow200
44a52d50ab Hopefully fix OSX issues this time. 2015-11-04 12:11:23 +11:00
UnknownShadow200
38b8d95946 Avoid garbage collecting the Event handler. 2015-11-04 11:11:31 +11:00
UnknownShadow200
d76112a47a CheckReturn should not be here. 2015-11-04 10:24:50 +11:00
UnknownShadow200
fda3d68753 Check if window info == null in OSX event handler, make classicube.net login auto go to the servers screen. 2015-11-04 10:07:58 +11:00
UnknownShadow200
a8be2e4493 Don't dispose window twice on OSX. 2015-11-04 09:55:01 +11:00
UnknownShadow200
d71efc2b7c These methods shouldn't use CheckResult as they have a special case for EventParamaterNotFound. 2015-11-04 09:47:49 +11:00
UnknownShadow200
c169a9707d General cleanup of OSX in OpenTK, may break things. 2015-11-04 09:33:45 +11:00
UnknownShadow200
62f1ca71d6 Fetch gui.png, sky should not move below map.Height + 8. 2015-11-04 07:12:05 +11:00
UnknownShadow200
1e0860354b Release 0.97, 0.96 has a fatal flaw in it. 0.97 2015-11-03 20:46:55 +11:00
UnknownShadow200
887d846ef2 Use Classicube's api rather than web scraping. 2015-11-03 20:31:34 +11:00
UnknownShadow200
f69596db27 Remove superflous files. 2015-11-03 19:15:36 +11:00
UnknownShadow200
29db4b88cf Add lightweight JSON parsing library based off 'simple-json'. 2015-11-03 19:13:41 +11:00
UnknownShadow200
928ab17ec2 More comments. 2015-11-03 16:26:15 +11:00
UnknownShadow200
e8bed0c721 Use bigger resolutions by default depending on current resolution. 2015-11-03 12:37:50 +11:00
UnknownShadow200
6389f8bf13 You should be able to bind to arrow keys. 2015-11-03 11:10:33 +11:00
UnknownShadow200
88e2c86b62 Fix search and play being offset too much, fix updates screen showing local rather than UTC time. 2015-11-03 09:55:38 +11:00
UnknownShadow200
12191fe45c Add update check for Windows that now restarts the launcher. 2015-11-03 09:47:42 +11:00
UnknownShadow200
6f60ae2c02 Make rain/snow fade out properly and make them much higher (looks nicer), fix update checking to the point it can now download to update.zip. 2015-11-03 08:34:16 +11:00
UnknownShadow200
d1818f6e23 Cleanup WeatherRenderer somewhat, add (non-working) update screen to new launcher. 2015-11-03 07:57:43 +11:00
UnknownShadow200
120c630c51 Make edge/side textures full bright when lava/magma/fire, adjust view distance so it's not obvious when the horizon disappears, fix input bar reporting max rather than actual height. 2015-11-02 19:02:24 +11:00
UnknownShadow200
42e86be6f0 Fix crashing when rainy but not drawing any vertices on nVidia cards, use default.png font for player names. 2015-11-02 17:29:56 +11:00
UnknownShadow200
db61780273 Add Home/End for text input bar, remove temp debug statements. 2015-11-01 15:49:30 +11:00
UnknownShadow200
7ee12d6438 OSX support confirmed. 2015-11-01 15:07:47 +11:00
UnknownShadow200
84c84c6ab8 Force build bot to rebuild. 2015-11-01 14:59:14 +11:00
UnknownShadow200
e16c34c90e Last attempt at fixing OSX cursor movement. 2015-11-01 14:53:22 +11:00
UnknownShadow200
61745c33c5 Very temp debug - slow cursor checks to 1/10 second. 2015-11-01 14:33:27 +11:00
UnknownShadow200
dbd8ffe3dc Hopefully fix Get/SetCursorPos on OSX. 2015-11-01 14:05:39 +11:00
UnknownShadow200
4ecb9ed833 Hopefully fix cursor showing and hiding on OSX. 2015-11-01 13:24:13 +11:00
UnknownShadow200
77c31f33bc Show all debug info when running with console attached. 2015-11-01 11:04:44 +11:00
UnknownShadow200
ddba1b1838 Fix names not disappearing when using LegendCraft. 2015-11-01 10:16:27 +11:00