10 Commits

Author SHA1 Message Date
Kevin Shanahan
82210903e9 model: fix temp entities when r_lerpmove == 1
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-25 11:22:36 +10:30
Kevin Shanahan
74c3404242 trivial: fix function name in comment in cl_tent.c
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-23 15:38:59 +10:30
Kevin Shanahan
4be271d1c7 entities: make temp entity sfx static
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-23 15:38:35 +10:30
Kevin Shanahan
f454f4256c entities: pull cl_beams into cl_tent.c and make static
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-23 15:37:39 +10:30
Kevin Shanahan
9f54ac4d34 model: intialise model lerp info for static and temp entities
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-23 12:40:13 +10:30
Kevin Shanahan
6a2940940b entities: fix for handling of lightning/beam temp entities
Unintended re-use of loop variable 'i'.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-23 09:00:43 +10:30
Kevin Shanahan
acfc75321e model: remove gl_model.h and use model.h everywhere
Gets rid of a bunch of conditionals throughout the .c files as well.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-19 13:22:30 +10:30
Kevin Shanahan
032bb52216 client: fix nq temp entities
Broken since 293084b "nq: handle visedicts similarly to qw".
Well, I did suspect stuff might get broken... now fixed!

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-17 12:10:00 +10:30
Kevin Shanahan
293084be9b nq: handle visedicts similarly to qw
Make handling of cl_visedicts as similar as possible to qw. I am not yet
100% conviced that this has not introduced subtle bugs due to now taking a
copy of the entities in this list, but merging the behaviour is probably
the right way to go (and fix the bugs later).

Quickly played through a couple of random maps and nothing jumped out as
being obviously incorrect.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-10-21 17:07:43 +10:30
Tyrann
130e22195a Import v0.47 sources 2006-09-10 19:02:51 +09:30