4154 Commits

Author SHA1 Message Date
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
UnknownShadow200
ddca15d007 fix last commit, am idiot 2018-12-16 13:10:02 +11:00
UnknownShadow200
8f7c759d7d only show missing file dialog when running game (not launcher) and default.zip is missing.
Also use '1 hour' instead of '1 hours' in update menu
2018-12-16 13:04:24 +11:00
UnknownShadow200
e47c45bc30 Resources menu doesn't crash now. It doesn't work either though. 2018-12-16 09:15:45 +11:00
UnknownShadow200
d57b70f96f rebuild since I forgot to update website 2018-12-15 21:44:21 +11:00
UnknownShadow200
11dcbdad6c fix linux build 2018-12-15 21:32:28 +11:00
UnknownShadow200
6bd9c1f6fd work on resources menu 2018-12-15 20:04:15 +11:00
UnknownShadow200
cc1a48b43a Fix mppass 2018-12-15 13:42:54 +11:00
UnknownShadow200
e88bf11443 Get caret in launcher working 2018-12-15 12:55:00 +11:00
UnknownShadow200
8df5aa9265 now password/mpass are saved and loaded. Fix input widgets in launcer initially inserting at start instead of end. 2018-12-14 22:18:05 +11:00
UnknownShadow200
dc58379697 Move stuff out of Game.c and general cleanup 2018-12-13 21:51:42 +11:00
UnknownShadow200
55d402e7cf document drawer2D 2018-12-13 10:54:54 +11:00
UnknownShadow200
b297fc44e4 allow measuring just text width and font height in drawer2D 2018-12-13 08:20:12 +11:00
UnknownShadow200
c44fb9948c Fix linux build 2018-12-13 00:42:18 +11:00
UnknownShadow200
777f4fa88e get basic table to draw 2018-12-12 23:16:03 +11:00
UnknownShadow200
483fb591ed Start porting servers to C launcher 2018-12-12 19:55:48 +11:00
UnknownShadow200
251fd578ac const everywhere 2018-12-12 12:35:51 +11:00
UnknownShadow200
9ba0a6a63c more work on main menu 2018-12-12 12:19:31 +11:00
UnknownShadow200
451d9fcd28 Fix build and fix updating script 2018-12-11 21:48:43 +11:00
UnknownShadow200
a614b3c7ee More work on updating 2018-12-11 21:29:36 +11:00
UnknownShadow200
0d328a47c0 Fix some system fonts showing white artifacts in position in top left (Thanks 123DMWM) 2018-12-11 18:04:15 +11:00
UnknownShadow200
5caa2c99b2 fix changing colours in launcher not saving 2018-12-11 13:55:45 +11:00
UnknownShadow200
4be56bf54c more work on updates menu 2018-12-11 08:40:22 +11:00
UnknownShadow200
09127b69e3 Initial WIP port of main menu to launcher 2018-12-11 07:46:12 +11:00
UnknownShadow200
dff90a9100 WIP port of UpdatesScreen 2018-12-09 23:19:13 +11:00
UnknownShadow200
9b20a73d88 Fix text not getting properly clipped, fix keys getting stuck when focus lost on linux 2018-12-09 13:46:30 +11:00
UnknownShadow200
1f982f753d Mostly port ColoursScreen 2018-12-08 21:35:57 +11:00
UnknownShadow200
eb8a8e0933 Input works now 2018-12-08 16:11:54 +11:00