3032 Commits

Author SHA1 Message Date
UnknownShadow200
d255cb1caf move some classic/CPE protocol specific bits out of NetworkProcessor 2018-04-24 15:21:38 +10:00
UnknownShadow200
19295f451a simplify interpolation a bit 2018-04-24 14:05:14 +10:00
UnknownShadow200
6e7bd36d9f Fix % in chat input 2018-04-24 10:47:26 +10:00
UnknownShadow200
7bca9016c5 Add 'breakable liquids' key bind, Escape resets key bind, fix options in C client 2018-04-24 07:38:11 +10:00
UnknownShadow200
fc1263c770 fix pressing up in chat not working from few commits ago 2018-04-24 06:38:32 +10:00
UnknownShadow200
fd1c3d7737 Fix fog and block physics in C client 2018-04-23 21:07:30 +10:00
UnknownShadow200
7f2b24b560 Fix clipboard copy in C client 2018-04-23 16:33:46 +10:00
UnknownShadow200
1b5276bae5 Vastly simplify line wrapping code, and fix it in C port too 2018-04-23 14:53:14 +10:00
UnknownShadow200
c252baa696 fixes and fixes 2018-04-23 11:47:30 +10:00
UnknownShadow200
1e0f7df47f even more fixes 2018-04-23 10:15:42 +10:00
UnknownShadow200
59bebf29b5 even more fixes 2018-04-22 21:41:24 +10:00
UnknownShadow200
2825114f4e more fixes 2018-04-22 20:44:36 +10:00
UnknownShadow200
374017d753 Fixes and stuff 2018-04-22 18:48:53 +10:00
UnknownShadow200
bff9d3586a for c port fix /tp crash, hotbar scroll not working, projection matrix being stuffed, entity movement looking laggy 2018-04-22 12:53:22 +10:00
UnknownShadow200
102b9f8925 Start porting .cw importer to C (still crashes on big maps) 2018-04-22 11:17:29 +10:00
UnknownShadow200
71d3498f03 Fix big .lvl not loading in C client 2018-04-21 22:28:39 +10:00
UnknownShadow200
81ea790f8f more fixes 2018-04-21 18:13:31 +10:00
UnknownShadow200
7b726ad56b more and more bugfixes 2018-04-21 12:27:46 +10:00
UnknownShadow200
0a26980f3e Fix a tonne of crashes in C port 2018-04-21 09:03:35 +10:00
UnknownShadow200
adcc6fe861 C client now actually shows a window and some 3d things and stuff 2018-04-21 08:00:47 +10:00
UnknownShadow200
126e8017a0 bug fixes for C client 2 2018-04-20 23:19:08 +10:00
UnknownShadow200
14d558a7b1 bug fixes for C client 2018-04-20 22:59:06 +10:00
UnknownShadow200
174281f27b Port Program to C 2018-04-20 21:19:23 +10:00
UnknownShadow200
1bb335675f default index buffer is now in DEFAULT pool 2018-04-20 19:19:32 +10:00
UnknownShadow200
aaf1e66b97 Port Game to C 2018-04-20 18:48:34 +10:00
UnknownShadow200
d9133affbe Mostly port Game.Init to C 2018-04-20 15:24:47 +10:00
UnknownShadow200
7c674c4e82 Port TexturePack to C 2018-04-20 13:56:31 +10:00
UnknownShadow200
8a25708f6f Fix a bunch of stuff 2018-04-20 12:57:05 +10:00
UnknownShadow200
20e9adbd24 Port SoundsComponent to C 2018-04-20 09:36:57 +10:00
UnknownShadow200
af2a363def Port LocalPlayer and NetPlayer to C. 2018-04-20 08:16:30 +10:00
UnknownShadow200
bfe4bc05e0 Mostly port entity components to C. 2018-04-19 21:52:16 +10:00
UnknownShadow200
468e958e36 optimise collision detection a bit 2018-04-19 14:01:52 +10:00
UnknownShadow200
cc85c297ee almost finish porting menu options screens to C 2018-04-19 10:26:48 +10:00
UnknownShadow200
d11a36a30f more work 2018-04-18 21:43:55 +10:00
UnknownShadow200
8c83168a4c Start porting all menu options screens to C. 2018-04-18 20:31:39 +10:00
UnknownShadow200
4b32d3c6a8 tidy up .cw and .schematic exporter 2018-04-18 12:54:40 +10:00
UnknownShadow200
d88f896998 Bunch of fixes for C code 2018-04-18 11:51:43 +10:00
UnknownShadow200
783b4e0360 Port MenuOptionsScreen to C. 2018-04-17 21:17:08 +10:00
UnknownShadow200
dfe3acb785 Start porting EntryList and TextureCache to C, simplify mipmaps option 2018-04-17 16:29:10 +10:00
UnknownShadow200
3ad728302e ButtonWidget no longer keeps Text object reference 2018-04-16 22:13:35 +10:00
UnknownShadow200
30d79a65de Fix current index being reset when context lost on loadlevel/texturepack screen 2018-04-16 20:34:15 +10:00
UnknownShadow200
7599f2b195 minor tidy up 2018-04-16 18:43:43 +10:00
UnknownShadow200
bdfb0b1ef6 Port HotkeyListScreen to C 2018-04-16 16:55:48 +10:00
UnknownShadow200
41a8f97a88 redesign menu options, all menu options with input now have a default value 2018-04-16 16:14:29 +10:00
UnknownShadow200
28f4bb3e97 Port SaveLevelScreen to C 2018-04-16 14:27:36 +10:00
UnknownShadow200
3212fd1cb0 Port some more Stream stuff to C 2018-04-16 12:41:53 +10:00
UnknownShadow200
8e1200af8e Redesign overlays code again 2018-04-16 07:38:13 +10:00
UnknownShadow200
037fb3a50c Port more of IServerConnection to C 2018-04-15 15:36:57 +10:00
UnknownShadow200
24bdca4f88 Start porting Game class to C 2018-04-15 11:00:20 +10:00
UnknownShadow200
f5efa79e70 x 2018-04-14 18:19:40 +10:00