summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
AgeCommit message (Collapse)Author
2003-09-03* Ditched the Bank and FloatmineTim Angus
2003-09-03* Added SURF_NOALIENBUILD and SURF_NOHUMANBUILD so that building can beTim Angus
prevented via shader
2003-09-02* Ladders. Use "surfaceParm ladder" in ladder shadersTim Angus
2003-09-01* Exorcised gitem_tTim Angus
2003-09-01* Realistic falling damageTim Angus
* Added fallDamage to class database * Added DAMAGE_NO_LOCDAMAGE dflag to avoid calculating locational damage
2003-09-01* Added stopSpeed to class databaseTim Angus
2003-08-31* Misspelling of function prototype for BG_FindAccelerationForClass cause muchTim Angus
weirdness -- but how did it ever compile?! * Minor tidy ups to model loading stuff
2003-08-31* Fixed hovel problemsTim Angus
2003-08-30* Integrated the overmind soundsTim Angus
* Sounds for repairing stuff * Fixed a buildable animation bug * Added G_BroadcastEvent
2003-08-29* Buildables now use ANIM_TOGGLEBIT properlyTim Angus
* Remaining MOD_s added * Added WP_MGTURRET to split to mgturret from the rifle * Buildable weapons now use weapon lights and flash sounds etc * Fixed turret oscillation bug
2003-08-29* Dumped setting buildable animations using events (pretty fucking dumb inTim Angus
hindsight) and replaced with an entityState_t based approach
2003-08-28* Reworked the charge ability on the mofoTim Angus
* Chucked all that god awful knock over code * Replaced sticky field in class with acceleration and friction * A few other random tidy ups
2003-08-27* Partial mofo charge ability from centuries agoTim Angus
2003-08-26* Added a bunch of MOD_sTim Angus
* Fixed buildable outline bug * Scoreboard now longer shown on death * Buildable kills no longer subtract 1 from score
2003-08-20* Finally got off my ass and added some MOD_s ... finish tomorrowTim Angus
2003-08-19* Buildables now take time to "warp in"Tim Angus
* A few cleanups here and there * Bye bye cg_creep.c
2003-08-15* Prelim introduction of the blasterTim Angus
2003-08-13* Sound is now played upon recharging weapons from the reactor/repeaterTim Angus
2003-08-12* Bug fix to listbox reset featureTim Angus
* Client side creep significantly reworked * MinNormal is actually tested for now * Overmind no longer attacks after dying * Some internal hivemind->overmind confusion fixups
2003-08-02* Merged chest and limb armour into "light armour"Tim Angus
* Upgrade icons now use sensible names * More cannon misspelling fixes
2003-08-01* Jetpack media codeTim Angus
* Various other media issues * Light flare tweaks * I can spell, no really I can... (canon->cannon) * Other stuff I forgot
2003-06-13* Code support for the "new" hudsTim Angus
2003-03-29* Rewrote the weapon loader to reference a set of weapon.cfg filesTim Angus
* Removed the code deprecated by the above change * Fixed a typo in tremulous.h
2003-03-23* Serverside menu triggering now uses server commands for increased reliabilityTim Angus
* Finished code support for new armoury menu
2003-03-21* Eggs regenerate fasterTim Angus
* Human weapons stronger * Radically changed the alien evolution process * Buy menu now only shows things you are able to buy
2003-02-14* Fixed the huge gaping bugs in the battlesuit model switchingTim Angus
* Patch before this introduced nearby object for corpses
2003-02-11* All nonsegemented model animations now triggered with the exception of ↵Tim Angus
PAIN[12] * Makefile altered to define __GAME__, __CGAME__ and __UI__
2003-02-10* Nonsegemented model system now animated - partiallyTim Angus
2003-02-09* Started construction of a new model format, similar to Q2'sTim Angus
2003-02-03* Makefile edit to include menudef.h in ctagsTim Angus
* Added ownerdraw to display a graphic when a usable buildable is nearby * Converted alien sense and human scanner to ownerdraws
2003-01-25* Random bug fixesTim Angus
* Random balance tweaks
2002-11-18* Tweakage of valuesTim Angus
* Sorted out hud selection code * Wall walk smoothes now performed in the correct order (d'oh) * Fixed bug involving human credit
2002-09-23* Fixed build timer bugTim Angus
* Crosshair per weapon * Added dlight to flame balls - bit of a performance hit * Tweaked flamer repeat rate * Fixed human buildable explosion sound (FIXME: sync with anims?)
2002-09-19* Cleaned up redundant eventsTim Angus
* Fixed "buildable blocking door" bug * Renamed MCU to Armoury * A few whitespace fixes
2002-09-16* Added global header tremulous.h in preparation for balancingTim Angus
* Constants propogated throughout the source * Various random fixes and tweaks
2002-09-10* Cleanup of cg_local.h and side-effectsTim Angus
2002-09-09* General tidy up and beautification of codeTim Angus
* Removal of most of the legacy Q3A stuff * Cursor no longer displayed on load screen * (Biggest commit EVAR?)
2002-09-03* Large purge of legacy Q3A codeTim Angus
* Removed Q3A team system * Removed "gametype" stuff * Removed items * Refactored buildable physics * Other general cleanups
2002-09-02* Bug fixes to TA consoleTim Angus
* Implemented most of WP_GROUD_POUND
2002-08-28* Poison cloud WP_GRAB_CLAW_UPG server and client sideTim Angus
* Bug fixes to new wall walking code * Removed synced weapons * A few random bug fixes * Refactored and improved CG_LaunchSprite a little
2002-08-24* Added regeneration aura for highest alien classTim Angus
* Added skeleton weapon WP_GRAB_CLAW_UPG * Mucked around with some speeds
2002-08-22* Renamed misc_lens_flare to misc_light_flare and improved itTim Angus
2002-08-21* Model scale implemented for classesTim Angus
* Vastly improved rendering of player models on walls * Minor alterations to third person camera * Removed some redundant EF_ flags * Removed red alien dlight
2002-08-19* Slowblob implemented (WP_POUNCE_UPG)Tim Angus
* Generalised starting weapon mechanism * Alien booster restores ammo and a 30 second delay
2002-08-19* Brought hand-to-hand grabbing back for WP_GRAB_CLAWTim Angus
2002-08-16* Emergency commit - fileserver dying :/Tim Angus
2002-08-13* Added ownerdrawn FPS, timer, snapshots and lagometerTim Angus
* Fixed bugs in selection after buying/selling upgrades
2002-08-09* Removal of Q3A armor[sic] system - freed up a STAT_ in the processTim Angus
2002-08-09* Human repair abilityTim Angus
* Alien buildable regeneration * Alien class regeneration
2002-08-08* Display of buildable health and power statusTim Angus