122 Commits

Author SHA1 Message Date
UnknownShadow200
bd3ceb1393 finish texture functions rewrite 2019-06-21 19:49:56 +10:00
UnknownShadow200
cbee786c99 WIP textures stuff 2019-06-20 18:53:58 +10:00
UnknownShadow200
27881b6acc simplify texture pack logic a little bit 2019-06-20 09:49:27 +10:00
UnknownShadow200
6374b2afbd Fix last-modified caching not working on osx/linux, improve last-modified caching to cache the exact header received 2019-06-18 22:21:49 +10:00
UnknownShadow200
6429663853 const static -> static const to reduce compiler warnings 2019-06-16 22:46:37 +10:00
UnknownShadow200
58c19a38b7 Vector3 to Vec3 and Vector3I to IVec3 2019-06-13 15:59:27 +10:00
UnknownShadow200
b0794ef826 more comments 2019-06-08 17:59:46 +10:00
UnknownShadow200
e477b2f483 Fix 'error connecting to' messages being logged to client.log without a newline
Also remove unused Window_SetLocation
2019-05-23 18:50:24 +10:00
UnknownShadow200
09066b4076 Add IP/port to Server struct for plugins 2019-05-18 09:19:56 +10:00
UnknownShadow200
f1b7bd2ea5 Fix World_GetBlock not working in plugins, simplify world api slightly 2019-05-04 20:22:17 +10:00
UnknownShadow200
a3233a6c24 add missng header for X11 2019-05-02 19:43:51 +10:00
UnknownShadow200
5a21d3f02c Fix tex pack overlay crashing game. Fix pressing 'no' causing mouse to get re-centred. 2019-05-02 14:13:54 +10:00
UnknownShadow200
2c0f99ebe5 start rewriting packet sending 2019-05-02 12:03:53 +10:00
UnknownShadow200
9b3df93c8e Fix being unable to press Escape to close overlays 2019-04-28 11:03:13 +10:00
UnknownShadow200
ca778c01bc get rid of some duplicated code 2019-03-23 10:49:05 +11:00
UnknownShadow200
c4f3af197f cleanup Random a bit 2019-03-14 13:41:25 +11:00
UnknownShadow200
2d53ead74e minor code cleanup 2019-02-19 22:58:03 +11:00
UnknownShadow200
399e73e861 add connected/disconnected events for plugins 2019-02-13 21:21:21 +11:00
UnknownShadow200
abb2a7f32c expose Gfx to plugins 2019-02-11 10:45:11 +11:00
UnknownShadow200
27cfcc715b Allow double stacking autorotate. (so .e.g a -NW-D block) 2019-01-30 00:36:27 +11:00
UnknownShadow200
286f5b28b4 Simplify map generator and minorly optimise world coordinate checks 2019-01-19 13:41:25 +11:00
UnknownShadow200
518b7b8d0c cleanup and make more things public 2019-01-07 16:35:45 +11:00