45 Commits

Author SHA1 Message Date
Ben Russell (300178622)
c56b7012e8 fixed crash on client load over any latency whatsoever 2012-12-12 14:42:44 +13:00
Ben Russell (300178622)
75a30952fe remove spam too 2012-12-12 14:19:52 +13:00
Ben Russell (300178622)
847d5d3625 actually fix thrashing 2012-12-12 14:18:58 +13:00
Ben Russell (300178622)
b30f88327d attempt to reduce CPU thrashing on server 2012-12-12 14:15:14 +13:00
Ben Russell (300178622)
4c59c9b12f added dedicated server makefile (no SDL required), changed timing routines for not-windows 2012-12-12 13:34:50 +13:00
Ben Russell (300178622)
668ea4a815 socket stuff starting to take shape 2012-12-11 17:19:16 +13:00
Ben Russell (300178622)
6e4fbb9da8 fixed the map render lag for the position, too (i think) 2012-12-05 19:28:01 +13:00
Ben Russell (300178622)
143a2b3778 fixed map render being one frame behind model render 2012-12-05 19:20:15 +13:00
Ben Russell (300178622)
084042e77e network code NOW SERIALISES STUFF 2012-12-05 18:25:27 +13:00
Ben Russell (300178622)
5b7d68b7b1 fetch_block dependent on fetch_start/poll stub 2012-12-03 16:51:03 +13:00
Ben Russell (300178622)
b2d213fa6a networking in place, currently need to shift to server + resync 2012-12-03 14:12:24 +13:00
Ben Russell (300178622)
cc874bfc94 JSON loader; net pack/unpack routines 2012-12-03 13:13:38 +13:00
Ben Russell (300178622)
5aab066274 pathname security implemented - finally! 2012-11-29 15:24:35 +13:00
Ben Russell (300178622)
6b8bb275f8 chat implemented, lib_bits added, misc tweaks / refactors 2012-11-29 11:42:39 +13:00
Ben Russell (300178622)
32759a687d last push before bed: start of sound API, improved chat API. 2012-11-28 21:23:38 +13:00
Ben Russell (300178622)
5bf343b246 gun shoots blocks / reloads / runs out of ammo now 2012-11-28 16:53:06 +13:00
Ben Russell (300178622)
90b1992a74 mods can now be selected (e.g. pkg/iceball/snowtest) 2012-11-27 15:06:50 +13:00
Ben Russell (300178622)
9050d93f99 maps are now handled on the lua end 2012-11-27 11:19:38 +13:00
Ben Russell (300178622)
cc0461a9ca bunch of arch reworking; scripts take arguments now; arms/legs dangle too 2012-11-26 17:06:30 +13:00
Ben Russell (300178622)
6d2ee44e0d architectural refactor, now main_server.lua actually does stuff 2012-11-20 14:51:11 +13:00
Ben Russell (300178622)
b6ed44a000 you can finally buld cahirs (can't snip yet though) 2012-11-13 22:05:21 +13:00
Ben Russell (300178622)
d07c85cf5e makefile made for windows builds 2012-11-13 13:23:51 +13:00
Ben Russell (300178622)
7c25459609 MOUSE SUPPORT, updated readme, added F5 (ungrab) + ESC (quit), started network code 2012-11-11 15:01:43 +13:00
Ben Russell (300178622)
8a96766b3d fixed physics, added PMF file loader + test PMF file 2012-11-10 16:40:44 +13:00
Ben Russell (300178622)
3834f99e29 added img.c stub + numbers image 2012-11-07 15:33:48 +13:00
Ben Russell (300178622)
5910a2b777 the beginnings of PMF rendering (bugged atm) 2012-11-06 23:15:41 +13:00
Ben Russell (300178622)
15f87dbc43 changed name by stack's request to "iceball" 2012-11-06 11:58:32 +13:00
Ben Russell (300178622)
bd4e315b05 extended Lua API for cam pos/dir and map dims/pillar data 2012-11-05 20:16:19 +13:00
Ben Russell (300178622)
b103998d83 camera crap ported to lua 2012-11-05 19:22:26 +13:00
Ben Russell (300178622)
bf9b2be12a more lua stuff; beginnings of pmf model editor 2012-11-04 22:25:55 +13:00
Ben Russell (300178622)
13b3640db7 fixed topo's soft tabs; added zoom to cam_point_dir 2012-11-04 15:19:44 +13:00
Ben Russell (300178622)
27114c2c16 added lua as a dependency, added some docs, made a mess of the codebase 2012-11-04 15:04:18 +13:00
Ryan Connelly
0adbb6acb6 fixed title 2012-11-04 12:17:40 +11:00
Ryan Connelly
dece42d76e added fps counter 2012-11-03 21:06:02 +11:00
Ryan Connelly
2e545ebd38 yay for easier-to-edit keys! 2012-11-03 16:53:53 +11:00
Ben Russell (300178622)
8bdd6e0577 bunch of niceities added, using -O2 and lower fog dist, can select map from cmdline now 2012-11-03 17:59:08 +13:00
Ben Russell (300178622)
8d0a8fdeef slight upper cubemap fixup + renamed model_t to camera_t 2012-11-03 16:47:34 +13:00
Ben Russell (300178622)
a6c247029c horiz rendering partially there... TIL it's spelt "frustum", thanks topo 2012-11-02 21:17:53 +13:00
Ben Russell (300178622)
ef89082a7d fixed up the floor cubemap render; camera can now move! 2012-11-02 18:23:19 +13:00
Ben Russell (300178622)
b03df980d0 floor partially rendered (no side faces yet) 2012-11-02 17:58:09 +13:00
Ben Russell (300178622)
eae906792a interactive cubemap rotation, actually scaled the rendering now 2012-11-02 15:26:48 +13:00
Ben Russell (300178622)
6b461fd7f7 you can look up and down now! 2012-11-02 14:59:56 +13:00
Ben Russell (300178622)
5d51452a76 cubemap is rendered (using placeholder texture :P) 2012-11-02 00:05:55 +13:00
Ben Russell (300178622)
8880151154 more renderer stuff done now, draws the map overlay as a temporary thing 2012-11-01 21:23:16 +13:00
Ben Russell (300178622)
28a910bfa4 git repo activate 2012-11-01 16:36:01 +13:00