3881 Commits

Author SHA1 Message Date
UnknownShadow200
54c3fb28b9 Fix mouse movement in servers menu 2018-12-30 00:12:24 +11:00
UnknownShadow200
4fbe2f20c3 Implement double click to join for servers table
Also fix input widget not working or showing properly if it became oversized
2018-12-29 17:36:15 +11:00
UnknownShadow200
5e77b981a2 Implement mouse wheel for table scrolling
Also pressing Enter should connect to top row if 'hash' input is empty, fix filtering not working after last commit
2018-12-29 16:51:39 +11:00
UnknownShadow200
c168ff9e60 Fix clicking on column headers to sort not working 2018-12-29 13:00:27 +11:00
UnknownShadow200
49ddd8bf68 Fix sorting of servers list not working 2018-12-29 09:56:36 +11:00
UnknownShadow200
e97d2f12d2 Fix resources menu not properly redrawing next 'fetched X/Y' line 2018-12-29 09:21:46 +11:00
UnknownShadow200
d20ffd41d9 Fix slider widget drawing outside bounds of widget 2018-12-29 08:54:37 +11:00
UnknownShadow200
b28404190f Allow the game to work with renamed .exe 2018-12-28 23:48:19 +11:00
UnknownShadow200
38f5afa605 Signing in works on linux now 2018-12-28 17:12:28 +11:00
UnknownShadow200
cab84f4744 Now signing in works in C client launcher 2018-12-28 15:58:13 +11:00
UnknownShadow200
844b809367 add a 144 fps limit 2018-12-28 09:44:15 +11:00
UnknownShadow200
42db827998 fix content length for 'do you want to download' overlay 2018-12-28 01:10:58 +11:00
UnknownShadow200
76a0dcf548 use httpopenrequest instead for windows 2018-12-28 00:35:02 +11:00
UnknownShadow200
c1ceb6cf37 Holding down keys in launcher works now, simplify key holding down in general.
KeyDown event now takes a bool for whether key was pressed before, there is no longer a global Key_KeyRepeat variable
2018-12-27 09:33:41 +11:00
UnknownShadow200
a89acea84d Improve event API 2018-12-27 08:36:50 +11:00
UnknownShadow200
a52f45a5ca Input on table barely works now 2018-12-26 20:44:24 +11:00
UnknownShadow200
71fe0ea6fe more work on table 2018-12-26 14:45:21 +11:00
UnknownShadow200
d5bfa59816 Fix block permissions being borked on server with ExtendedBlocks but no BlockPermissions CPE extension, fixes #556 2018-12-26 10:24:36 +11:00
UnknownShadow200
79a7aac4a0 Now selected entry shows 2018-12-25 13:52:18 +11:00
UnknownShadow200
0a2b4635a9 fix client always connecting to 127.0.0.1:25565 (oops oops oops) 2018-12-25 09:08:39 +11:00
UnknownShadow200
3872d9e1b1 fix a bunch of warnings when compiling from last commit 2018-12-25 00:24:38 +11:00
UnknownShadow200
67558dfe7e Fix C# build being broken 2018-12-25 00:14:28 +11:00
UnknownShadow200
dbdeb0d01b make table in launcher not look completely fail 2018-12-24 17:31:53 +11:00
UnknownShadow200
5b568a6b19 Fix non power of two skins getting stuffed up. (Thanks sirvoid) 2018-12-24 13:45:42 +11:00
UnknownShadow200
9f233b4197 Fix playerclick pressed/released being switched (thanks sirvoid) 2018-12-24 08:43:45 +11:00
UnknownShadow200
579264be6c oops 2018-12-23 22:02:02 +11:00
UnknownShadow200
23772e1962 Fallback to displaying errors in message box if can't show in chat 2018-12-23 21:55:58 +11:00
UnknownShadow200
3779be0e81 Only redraw regions in launcher that have actually changed.
e.g. when hovering on/off a button, only the area of the button needs to be changed. Previously the entire window would get redrawn.
2018-12-23 13:15:19 +11:00
UnknownShadow200
e4406a60a9 Fix error message shown when accepted.txt is in plugins folder 2018-12-23 10:48:55 +11:00
UnknownShadow200
48fce2f25f Fix crashing when going back to main menu in launcher, fix error in chat from missing plugins directory 2018-12-22 22:15:38 +11:00
UnknownShadow200
3aea8a5b1c Get default.zip generated at last 2018-12-22 14:34:32 +11:00
UnknownShadow200
c26d71eded Now a non completely corrupt default.zip is generated. Only the terrain.png is corrupted. 2018-12-22 11:54:27 +11:00
UnknownShadow200
a7fc2556aa Remove some stuff don't care about from freetype 2018-12-22 01:01:49 +11:00
UnknownShadow200
b0825b6971 Fix some invalid memory reads 2018-12-21 20:06:25 +11:00
UnknownShadow200
f2fa810755 Fix resources download status widget getting stuffed up on resizing window, more work on resource fetching.
(still disabled since it corrupts heap..)
2018-12-21 17:26:53 +11:00
UnknownShadow200
8922b377d2 Fix sounds not working 2018-12-21 14:51:42 +11:00
UnknownShadow200
3fbf254f16 initial plugin api support 2018-12-21 10:49:23 +11:00
UnknownShadow200
0d84f4d7a8 Fix linux build 2018-12-21 10:14:39 +11:00
UnknownShadow200
7813b5719e Fix .zip with too many entries not getting loaded 2018-12-21 10:05:09 +11:00
UnknownShadow200
5de42ad3d3 Fix bold and italic fonts 2018-12-20 22:25:39 +11:00
UnknownShadow200
00d3afeb53 fix game crashing when socket fd is >= 1024 on linux (Thanks Odd0002) 2018-12-20 09:33:26 +11:00
UnknownShadow200
eb0251a7f9 work on making default.zip (disabled still as doesn't work properly yet) 2018-12-19 18:57:14 +11:00
UnknownShadow200
bb4efbe388 Now fetches sounds and music. 2018-12-17 19:47:04 +11:00
UnknownShadow200
f22e9ba7d6 Fix 'direct connect' not working properly on linux 2018-12-17 13:56:00 +11:00
UnknownShadow200
6fb446f8f0 add option to turn off 'noclip is disabled' etc messages 2018-12-17 11:54:04 +11:00
UnknownShadow200
09ad246cde Fix updating and starting client from launcher on linux 2018-12-17 11:10:05 +11:00
UnknownShadow200
6c577dee6d fix crashing on arch 2018-12-17 09:50:08 +11:00
UnknownShadow200
c148df9959 Better default system font checking, fix some issues compiling on OSX. 2018-12-17 09:39:38 +11:00
UnknownShadow200
42302d7003 Fix update script on linux 2018-12-17 08:35:09 +11:00
UnknownShadow200
af01956c31 Increase FOV limit to 179 2018-12-16 15:49:48 +11:00