Age | Commit message (Collapse) | Author |
|
* Fixed some serious bugs in the spawn queue code
|
|
* Possibly fixed the spectator scrolling not working
* Spawn queue position is now displayed when queued
* Pressing BUTTON_ATTACK removes the client from the spawn queue
|
|
* When dropping from the ceiling cg_wwSmoothTime is multiplied by 1.5
|
|
* Hydra can no longer grab someone with a battlesuit
|
|
* Added an option to disable build warnings
* Added MN_H_NOTPOWERED
|
|
* Created a general buildable think function
* Fixed the post armoury weapon selection for real
* Balance tweaks
* A pile of other crap
|
|
* Reduced size of misc_particle_system entity in entities.def
* Added prebuild sounds for the buildables
|
|
floating pointers
* Moved adding particles to after adding the player weapon so that the muzzle
particle systems match up properly
|
|
* Fixed yaw swing bug on wall walking models
* Added cg_drawBBOX to... draw BBOXes
|
|
* Light flares are now occluded by the player in 3rd person mode
* Setting s_initsound 0 no longer causes the weapon.cfg loader to complain
* Limited viewangles to +/-90 degrees when grabbed
|
|
* Synced MOD_ and EV_ lists
* Removed "devmap" command from map rotation system
* Increased soldier bite damage to 50
* Reduced price of light armour to 70
* Added visibility tests to the hive and acid tube
* Some other stuff
|
|
* bobup now obeys class bob field
* Bob cycles altered a bit
|
|
* Fixed particle system destruction bug with muzzle systems
* Fixed armoury retriggering bug
|
|
* Buildable overrides now actually work
* Helmet is now a skin replacement instead of model
* Model destinations fixed up in the entities.def file
|
|
* Removed some debug messages
* Severely cut down on static memory usage (130Mb)
|
|
(never thought that would be an issue :)
* Added "bounce cull" to particle syntax
|
|
* Fixed depth sorting to sort in the correct direction
* Particle system PVS garbage collection improved
* cent validity is now computed before adding cents to scene
|
|
* Changed a few jump heights
* Added vote team kick
* Re-placed the voting notes
* Passed voting info to UI module
* Removed "spawnBody" command
|
|
* Muzzle effects are attached to tag_weapon where tag_flash is not available
* Handle particle effects properly with cg_drawGun 1
* Fixed some serious bugs in particle system that culled particle systems early
|
|
* Added some sanity checks to the particle system
* Bug fixes
|
|
|
|
* Acid tube effect is now particle system powered
* Disabled hitSound
* Sound other random tidyups
|
|
|
|
|
|
* Close to zero weapon specific client side code now remains
* Poison cloud effect now uses new particle system
* Fixed a couple of bugs in the particle system
|
|
* Hitscan weapons now use more generalised impact events
* Added functions that are called when an entity leaves and enters the PVS
|
|
* Changes to Makefile and depend file for above
* Tweaks to entities.def
* Apparently a bunch of other stuff I've forgotten about
|
|
* Removed a bunch of entities not applicable to Tremulous
* Wrote an entities.def file for Tremulous (ugh gak horrible syntax)
* Updated depend file
* Various other small tweaks here and there
|
|
* Usable buildable icon is only displayed on reactors and repeaters if you have
an energy weapon
|
|
|
|
weirdness -- but how did it ever compile?!
* Minor tidy ups to model loading stuff
|
|
* Removed defering stuff from model loader
* Modified CG_ScanForExistingClientInfo to load from corpseinfo
|
|
* Sounds for repairing stuff
* Fixed a buildable animation bug
* Added G_BroadcastEvent
|
|
hindsight) and replaced with an entityState_t based approach
|
|
* A few cleanups here and there
* Bye bye cg_creep.c
|
|
|
|
|
|
* Client side creep significantly reworked
* MinNormal is actually tested for now
* Overmind no longer attacks after dying
* Some internal hivemind->overmind confusion fixups
|
|
|
|
* Fixed bug where credits weren't blanked between team changes
* Flamer ejection point now a tag
* Jetpack ejection point now a tag + jetpack flash
|
|
* Upgrade icons now use sensible names
* More cannon misspelling fixes
|
|
* Various other media issues
* Light flare tweaks
* I can spell, no really I can... (canon->cannon)
* Other stuff I forgot
|
|
* Removed the code deprecated by the above change
* Fixed a typo in tremulous.h
|
|
|
|
* Patch before this introduced nearby object for corpses
|
|
* Armour skins and battlesuit/helmet models now used
|
|
|
|
|
|
|
|
* G_Printf now outputs to the TA UI console as well as the regular one
* Light flares now have an extra test to fix the "seeing through thin brushes" bug
|