Commit graph

341 commits

Author SHA1 Message Date
UnknownShadow200
99ca17407d Use precise mouse wheel delta everywhere. 2017-08-15 23:27:23 +10:00
UnknownShadow200
7be0759995 Fix control characters causing a name entry to be 1 pixel taller, which would result in a server list entry not having a name (but having players and software) with a very particular window height. (Thanks _123DMWM) 2017-08-12 00:03:27 +10:00
UnknownShadow200
04dfac3cbe I accidentally broke the launcher ooopppsss 2017-08-08 00:22:55 +10:00
UnknownShadow200
0278345018 Move MessageBox.Show call out of Program.CheckFilesExist, partially fixes being unable to run launcher when system.windows.forms dll is missing 2017-07-09 00:13:52 +10:00
UnknownShadow200
a98f668e5d Fix launcher crashing when your selected server is the very bottom entry in the list, you refresh the list, and the very last server disappears from it 2017-07-02 21:20:20 +10:00
UnknownShadow200
662810e2e0 Make sure to set modified datetime when writing .zip file entries.
This fixes the issue on windows 10 where extracting files from the zip, then attempting to put them into the zip again or into another zip, would show a 'File not found or no read permission' message box.
2017-06-27 15:48:10 +10:00
UnknownShadow200
eb95315ac4 Release 0.99.9.1 2017-06-26 22:04:06 +10:00
UnknownShadow200
3d01dbab20 Remove unused code 2017-06-25 20:32:42 +10:00
UnknownShadow200
fd503f3d56 Release 0.99.9 2017-06-09 08:32:14 +10:00
UnknownShadow200
36e36830da Revert back, always show 'wrong username or password' 2017-06-09 08:19:51 +10:00
UnknownShadow200
9f6faa7a34 Release 0.99.8 2017-06-08 23:32:34 +10:00
UnknownShadow200
1be0d7f097 Show appropriate message in launcher for unrecognised username and wrong password, instead of just 'Wrong username or password' 2017-06-08 22:42:28 +10:00
UnknownShadow200
d72f98b25a Forgot 1 delegate that needed to be explictly declared 2017-06-06 14:49:26 +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
22ca1f0eb9 Given that it has been 3 months since last release, guess it's time for another release. 2017-06-06 11:28:11 +10:00
UnknownShadow200
93eee6e1cf Compare uptime in seconds in launcher, instead of uptime string 2017-05-29 20:30:00 +10:00
UnknownShadow200
37e0f0fdda Remove redundant methods from OpenTK 2017-05-28 17:17:25 +10:00
UnknownShadow200
e71521130e Launcher should try to download critical resources (default.zip), before attempting to download music and sounds. 2017-05-24 21:03:44 +10:00
UnknownShadow200
4268d7c7c1 Launcher is now capable of running without ClassicalSharp.exe 2017-05-23 10:04:18 +10:00
UnknownShadow200
f035dd04c8 Partially port lighting to C. Also change launcher message from 'please enter a password' to 'password required'. 2017-05-22 21:46:51 +10:00
UnknownShadow200
32f6d4c783 Remove old .bin unpacker - if people still haven't updated by now, they will just have to redownload the sounds. 2017-05-17 21:21:00 +10:00
UnknownShadow200
7f59975176 Fix unchecked 'use classicube.net for skins' not working. (Thanks DireDay) 2017-05-13 19:22:35 +10:00
UnknownShadow200
b3c67bc711 Fix issue with updating not working on mono when space in path, fixes #391 2017-05-09 23:53:03 +10:00
UnknownShadow200
2a88a33379 Failing to download a sound isn't a critical error, should hopefully address #421. 2017-05-02 00:16:53 +10:00
UnknownShadow200
1df15cb617 fix refresh taking too long 2017-04-29 23:48:25 +10:00
UnknownShadow200
fea444fcb2 x 2017-04-29 23:46:08 +10:00
UnknownShadow200
bee64d40de fix it 2017-04-29 23:44:27 +10:00
UnknownShadow200
ef20661429 Add broken server refresh button to launcher 2017-04-29 23:30:40 +10:00
UnknownShadow200
3136fc5c12 less foreach usage 2017-04-10 10:45:41 +10:00
UnknownShadow200
a8e755b089 Release 0.99.6 2017-03-05 22:42:33 +11:00
UnknownShadow200
c2022f6950 Maybe fix client not working under guest account in XP. 2017-03-02 16:32:56 +11:00
UnknownShadow200
f48e15561b fix last commit 2017-03-01 19:05:08 +11:00
UnknownShadow200
35fd58f893 add proper sliders one day, for now, comment out 2017-03-01 14:24:19 +11:00
UnknownShadow200
b7c251256d Better Drawer2D api 2017-02-28 10:46:03 +11:00
UnknownShadow200
7e3dc3b6fc Use original grass step sounds 2017-02-27 21:38:34 +11:00
UnknownShadow200
af90112fd4 Show proper error message when OpenTK is missing when running Launcher 2017-02-18 20:59:17 +11:00
UnknownShadow200
3a32bc39b3 Try to reuse audio devices to avoid expensive device recreating 2017-02-17 21:35:07 +11:00
UnknownShadow200
ff12aa002d Release 0.99.5 2017-02-11 23:02:02 +11:00
UnknownShadow200
92c2aad07d Better crash dialog message 2017-02-10 11:13:46 +11:00
UnknownShadow200
479d8ec5cf Don't error when cannot open icon. I assume this fixes #283 2017-02-02 19:41:00 +11:00
UnknownShadow200
d4196a1a67 fix launcher column sorting (Thanks 123DMWM) 2017-02-01 11:54:17 +11:00
UnknownShadow200
0d5aba3e1b fix compile error and minor cleanup 2017-01-31 10:06:50 +11:00
UnknownShadow200
69d6bd228e make sure input bitmaps are 32bpp everywhere 2017-01-24 09:11:47 +11:00
UnknownShadow200
a34178bd29 launcher: log non-fatal exceptions to launcher.log instead of crash.log 2016-12-28 11:27:29 +11:00
UnknownShadow200
c8a2f53f7a Launcher: fix pasting 2016-12-20 11:51:49 +11:00
UnknownShadow200
9d6c03e2b6 Launcher: fix parsing of json with double quote in server name 2016-12-15 21:16:57 +11:00
UnknownShadow200
250ab7f417 Do same for launcher 2016-11-27 14:50:45 +11:00
UnknownShadow200
aa5540db0f Core: Combine ChatInputWidget and MenuInputWidget code. 2016-11-01 22:17:26 +11:00
UnknownShadow200
d4b38709e1 Style: Refactor gui widget layout code. 2016-10-30 11:20:49 +11:00
UnknownShadow200
92c9f2e8eb Release 0.99.4 2016-10-18 11:13:49 +11:00