83 Commits

Author SHA1 Message Date
UnknownShadow200
508ff9ddf3 Release 0.98.2 2015-12-18 14:10:30 +11:00
UnknownShadow200
dacd6e4f44 Use MinBB/MaxBB in place of +0/+1, except for mesh builder. 2015-12-15 13:36:49 +11:00
UnknownShadow200
c33e5e05c4 Add software column, allow other columns to be dragged, scrollbar can be dragged too. 2015-12-10 23:12:32 +11:00
UnknownShadow200
ffafd8023b Add background generating of singleplayer maps, show progress of generation. 2015-12-10 20:28:38 +11:00
UnknownShadow200
f733c4b4e4 Fix selection not being updated correctly sometimes, use different colour instead of bold font for selected entry. 2015-12-10 15:12:50 +11:00
UnknownShadow200
3cdb1d381f Default speed modifier is now 7, move first item slightly down in server list, other buttons should only be selectable by enter when user first moves the mouse (Thanks FabTheZen) 2015-12-10 10:55:42 +11:00
UnknownShadow200
058b71e61b Enter will now also click the active widget in the launcher screens. 2015-12-10 09:34:57 +11:00
UnknownShadow200
4d1026e5a4 Implement scrolling in launcher, fix being able to scroll past through the end of the servers list. 2015-12-10 09:04:44 +11:00
UnknownShadow200
55db094c0b Make some gui touchups to launcher, default to 640x480. 2015-12-09 15:41:28 +11:00
UnknownShadow200
ac42cf3bc8 Save pushback placing setting, fix launcher updater crashing for non-english languages. 2015-12-07 20:38:41 +11:00
UnknownShadow200
0ab941c787 Use icons. 2015-12-05 14:18:06 +11:00
UnknownShadow200
dae105edbd Use same skin server as ClassiCube client. 2015-12-05 08:00:17 +11:00
UnknownShadow200
2e317c4b99 Add proper sounds, fix block models, remove vertical water on map edges. 2015-12-03 20:35:40 +11:00
UnknownShadow200
59d0b2da74 Treat .zip as texture packs in EnvMapAppearance packets, use builds.json for determing latest builds. 2015-12-01 10:41:48 +11:00
UnknownShadow200
030b0cfb46 Add option to change FOV, fetch glass break sounds, no sliding on ice when flying or noclip. 2015-11-27 12:06:11 +11:00
UnknownShadow200
53aa779fb2 Download sound and music files. 2015-11-27 09:46:35 +11:00
UnknownShadow200
b1a972a905 Add SoundPatcher and refactor ResourceFetcher, in preparation for fetching sound/music resources. 2015-11-27 07:22:29 +11:00
UnknownShadow200
333a6b0c89 Add extended input key binding. 2015-11-23 08:03:35 +11:00
UnknownShadow200
0defe3b66c Block break particles should account for block height, more work on rain particles. 2015-11-22 23:58:10 +11:00
UnknownShadow200
1a8ae3e8f8 Enter in main screen should switch to classicube.net screen, option to auto close launcher, fix crashing when username or password is invalid. 2015-11-22 12:16:34 +11:00
UnknownShadow200
75fce33012 Move gui options into own screen, allow scaling of chat size in addition to overall hud size. 2015-11-22 11:07:57 +11:00
UnknownShadow200
e94e53f348 Fix colour codes not being trimmed from own skin name, launcher should auto-focus to search box. 2015-11-20 10:44:29 +11:00
UnknownShadow200
caaafaf754 Fix hotkeys not being removed. 2015-11-18 13:32:19 +11:00
UnknownShadow200
623f50b9ad Release 0.98. 2015-11-16 17:09:06 +11:00
UnknownShadow200
56b0842de8 Only show closest name, fix urls not showing proper colour and not being linked to at all. Also fix crashing when clicking on an empty space in AltTextInputWidget colour codes tab. 2015-11-16 16:50:23 +11:00
UnknownShadow200
2e02593862 Fix ClassicalSharp not working properly when the Launcher is used via the terminal with its currently directory set to a different directory from the location of ClassicalSharp.exe, also add switch block animation. 2015-11-16 14:55:50 +11:00
UnknownShadow200
25fe4e68ac Add uptime sorting to new launcher. 2015-11-16 11:20:51 +11:00
UnknownShadow200
41cd8a3c0b Fix clicking on chat. 2015-11-15 15:49:44 +11:00
UnknownShadow200
48c8035094 More work on self-updater on linux/OSX, still not working though. 2015-11-10 15:27:40 +11:00
UnknownShadow200
bbc0ed8edc Fix pasting replacing instead of inserting, fix client showing white textures when default texture pack doesn't have all required textures. Now the client resorts back to default.zip first. 2015-11-10 08:25:27 +11:00
UnknownShadow200
a71858c5e0 Direct connect can now choose whether classicube.net skin server is used in the new launcher. This makes the old ugly WinForms launcher obsolete and is thus now removed. 2015-11-09 20:53:02 +11:00
UnknownShadow200
1b5d98f413 Add basis for a warning screen, modularise updater and make it work when Launcher2 is called Launcher.exe. 2015-11-09 12:57:56 +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
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
14daffe9f0 Save default texture pack, use default pack in launcher. 2015-11-07 06:34:26 +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
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
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. 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
29db4b88cf Add lightweight JSON parsing library based off 'simple-json'. 2015-11-03 19:13:41 +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