that now
- add an ASSERT macro, not that it's used
- change the build placement distances from +30 - -20 to +50 - -40
- add DMSG_MARTYR handlers, which will hopefully make the BUG deaths
stop
clients can be disabled (the default)
- fix teleporter space checking to only check the space a player would
take up
- add a check so that teslas can't get negative health when hacking.
(shouldn't happen?!)
- clean up building placement, so that anywhere from 20 below to 30
above your feet is fair game. it then checks for solid a second
time if the top was solid
- add defines for checkmove (SV_Move wrapper)'s type field
(MOVE_NORMAL, MOVE_NOMONSTER, MOVE_MISSILE)
- add a printtrace function, since I do it so often in debugging.
- BUGS, TODO
- make soldiers sometimes retreat when low on health
- make "static" mode soldiers work. more or less.
- Massive cleanup of obituary.qc. I'd be surprised if there isn't a
bug or two.
- add a spawn wrapper, so we can guarantee certain fields are
initialized. (not that it initializes anything yet)
- removed some commenting that prevented GRUNTY_EXTRA_WEAPONS (a debug
define) from working
- removed "hacked forcefield gets you teamkills" from BUGS list.
towards the center
- allow (very slow, 1/8th) movement while firing assault cannon
- rewrite much of the soldier menus. mostly the same except some
colors are different, and added a menu item to switch between them.
- remove the ALIGNED_FIELDGENS define, since it's kinda pointless
- Add some waypoint files, which use obscure datastructures in the
host entity, rather than a new entitiy for each waypoint like
current soldier waypoints do. Not use yet.
- overhauled the alias setting stuff. It now includes a version
number to detect when aliases have changed, and self-regulates the
speed at which it sends them.
- use martyr_enemy as the badguy when a fieldgen frys teammates
- make sure martyr_enemy is set to world when the guy disconnects
- move ClientObituary into it's own obituary.qc file
- tweak field lighting times and stuff
- add code to turn off a field the instant it's turned on, instead of later when it thinks, but that's disabled for now
- probably other stuff I've forgotten
I havn't actually set the deathmsg for friendly forcefield kills yet. I'm commiting now to reduce conflicting changes.