40 Commits

Author SHA1 Message Date
UnknownShadow200
b2c642b8af Remove Block enum. 2016-06-11 15:29:45 +10:00
UnknownShadow200
65069f2f34 Organise launcher classes into namespaces. 2016-05-17 10:17:24 +10:00
UnknownShadow200
6ab5dbc3ae Separate LauncherTableWidget into LauncherTableWidget and LauncherTableView. 2016-05-15 11:50:16 +10:00
UnknownShadow200
1c416d0834 Some stylistic cleanup (after running through Gendarme) 2016-05-15 10:22:54 +10:00
UnknownShadow200
e95f85e961 Draw scrollbar properly when count is 0, should fix #194. 2016-05-10 08:38:30 +10:00
UnknownShadow200
37273895dc Properly reset CPE state on server reconnection. 2016-05-09 23:35:44 +10:00
UnknownShadow200
4dca01a619 Optimise map rendering - we keep track of which 1D texture atlases actually have any chunks in the world using them at all (in addition to the test on visible chunks), thus we can skip entire rows. 2016-04-13 17:40:09 +10:00
UnknownShadow200
eb081bca76 Precompute dirt texture too for the launcher, also fix 'selected entry' in the servers list in the launcher drawing over other widgets when it is the last element in the list and the user scrolls back up. (Thanks Lemon) 2016-04-04 12:24:56 +10:00
UnknownShadow200
b547378184 Make launcher servers list much more responsive when multiple input events are queued - only redraw the table widget once, instead of once for each queued input event. 2016-04-01 21:43:42 +11:00
UnknownShadow200
31e9f24693 Quick fix for performance dropping when moving the cursor in the launcher servers list table. 2016-04-01 11:55:23 +11:00
UnknownShadow200
910b099380 Match classicube.net sorting for server list. 2016-03-31 00:08:28 +11:00
UnknownShadow200
331f683a5c Implement same logic in launchers table widget too. 2016-03-30 23:22:44 +11:00
UnknownShadow200
c38718b3ba Can now manually set whether the launcher background uses colours or terrain.png through options.txt (Thanks FabTheZen). Closes #140. 2016-03-26 20:43:57 +11:00
UnknownShadow200
a78205c45a Add copyright notices to every source file. 2016-03-26 13:51:42 +11:00
UnknownShadow200
c32b8ddf2f Now show whether there is a new release in the launcher. 2016-02-14 22:29:04 +11:00
UnknownShadow200
7ff7386b6e Separate launcher draw data setting from launcher widget redrawing. 2016-01-28 13:59:58 +11:00
UnknownShadow200
272b12f00a Allow choosing 'classic mode' in the launcher. 2016-01-20 23:51:16 +11:00
UnknownShadow200
37d055244d Fix compiler warnings about unused code on Mono, also fix tab moving cursor to middle not end of input widgets. (Thanks FabTheZen) 2016-01-14 09:57:36 +11:00
UnknownShadow200
cfa93e0eef Implement the ability to use blocks for background, similar to the old minecraft.net. Currently not toggleable. 2016-01-11 22:49:33 +11:00
UnknownShadow200
06b0562695 Touchup launcher a bit and make default height 40 pixels smaller, also fix clicking 'use sounds' multiple times causing the client to crash. 2015-12-31 15:26:04 +11:00
UnknownShadow200
e72b8720a3 Offset launcher table a little bit (Thanks azmi2299), also fix issue with text field carets being too big when using a custom texture pack. 2015-12-30 15:15:19 +11:00
UnknownShadow200
750eeae6be Make servers list screen somewhat nicer in the launcher. 2015-12-30 13:06:30 +11:00
UnknownShadow200
e3ce1d41f8 Fix bug with initially scrolling in servers list, begin work on carets in text fields in the launcher. 2015-12-29 22:53:53 +11:00
UnknownShadow200
0ae66d3f5f Use background noise texture instead of dirt, redesign buttons to look similar to classicube's launcher. 2015-12-27 10:41:51 +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
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
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
2e317c4b99 Add proper sounds, fix block models, remove vertical water on map edges. 2015-12-03 20:35:40 +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
25fe4e68ac Add uptime sorting to new launcher. 2015-11-16 11:20:51 +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
8130d91fc3 Bold selected name, some minor cleanup. 2015-11-04 20:36:01 +11:00
UnknownShadow200
887d846ef2 Use Classicube's api rather than web scraping. 2015-11-03 20:31:34 +11:00
UnknownShadow200
c2bd4c7971 Store last entered text in new launcher, more comments in new launcher, don't scroll past last server unless the launcher can show all servers in the table. 2015-10-29 20:41:18 +11:00
UnknownShadow200
fc4e8c7e56 Rope now uses its actual bounding box for collision detection, add clipboard support to new launcher, add clearing input support to new launcher. General cleanup of new launcher too. 2015-10-24 12:33:37 +11:00
UnknownShadow200
8c8a850fad Fix some things in launcher, update readme. 2015-10-23 18:23:03 +11:00
UnknownShadow200
a10fe0336f Able to bind mouse buttons to keyboard, fix various things with the launcher. 2015-10-22 12:03:47 +11:00
UnknownShadow200
e1a244e319 Implement servers list and stuff. 2015-10-20 12:57:18 +11:00