]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/w_hagar.qc
Release loaded rockets when the player dies
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_hagar.qc
2011-04-12 Mircea KitsuneRelease loaded rockets when the player dies
2011-04-12 Mircea KitsuneMove the releasing of loaded rockets in its own function.
2011-04-12 Mircea KitsuneImplement a new weapon check called WR_PLAYERDEATH...
2011-04-12 Mircea KitsuneMerge branch 'master' into mirceakitsune/weapon_hagar_s...
2011-04-12 Mircea KitsuneAlso use the beep sound when aborting loading.
2011-04-12 Mircea KitsunePlay the beep sound when the last rocket is loaded...
2011-04-12 Mircea KitsuneCvar the abort feature
2011-04-12 Mircea KitsunePause until we can load rockets again, once we re-press...
2011-04-12 Mircea KitsuneRename stuff in the code
2011-04-12 Mircea KitsuneAnother change to the buttons, making them work much...
2011-04-12 Mircea KitsuneAnother minor code sorting to the button checks
2011-04-12 Mircea KitsuneFurther improve that last check, and make sure it does...
2011-04-12 Mircea KitsuneImprove how firing buttons are checked
2011-04-12 Mircea KitsuneRequire letting go of both firing buttons before we...
2011-04-12 Mircea KitsuneAllow primary fire button to abort loading if clicking...
2011-04-12 Mircea KitsuneAlso apply a loading brake after the last rocket has...
2011-04-11 Mircea KitsuneRevert that last change, as it cannot check for ammo...
2011-04-11 Mircea KitsuneIf no loading speed is set, fill in all the rockets...
2011-04-11 Mircea KitsuneRemove an useless code
2011-04-11 Mircea KitsuneRename something in the code
2011-04-11 Mircea KitsuneUse a different cvar for rocket loading speed than...
2011-04-11 Mircea KitsuneOMG, forgot the firing animation *beats self*
2011-04-11 Mircea KitsuneAlso update the reload delay when firing, to add a...
2011-04-11 Mircea KitsuneAdd some weapon firing functions that are prolly important.
2011-04-11 Mircea KitsuneRename some cvars
2011-04-11 Mircea KitsuneAdd the correct .use function, fixes damage value
2011-04-11 Mircea KitsuneUse the normal secondary spread cvar
2011-04-11 Mircea KitsuneCode comments and cleanups
2011-04-11 Mircea KitsuneForce switch to another weapon when out of ammo (needs...
2011-04-11 Mircea KitsuneRelease the rockets we loaded so far if canhold is...
2011-04-11 Mircea KitsuneMake sure we have enough ammo for all the rockets we...
2011-04-11 Mircea KitsuneNo need to keep the fully loaded status a global any...
2011-04-11 Mircea KitsuneAdd a canhold cvar. When enabled, reaching the maximum...
2011-04-11 Mircea KitsunePlay the sound on CHAN_WEAPON2, to avoid cutting it...
2011-04-11 Mircea KitsuneCode for using the new sound
2011-04-11 Mircea KitsuneClear loaded rockets whenever hagar is reset.
2011-04-11 Mircea KitsuneDon't allow primary fire to shoot while loading.
2011-04-11 Mircea KitsuneDecrease ammo as well. Each rocket decreases ammo by...
2011-04-11 Mircea KitsuneNo longer send the maximum number of rockets as a stat...
2011-04-11 Mircea KitsuneSet the maxload stat in hagar code
2011-04-11 Mircea KitsuneFirst step in making the hagar slowly loadable. Does...
2011-04-11 Mircea KitsuneGive the hagar its own load cvar. In this case, it...
2011-04-11 Mircea KitsuneFix loadable secondary lifetime
2011-04-11 Mircea KitsuneBegin implementation of loadable hagar secondary. What...
2011-04-03 mand1ngaMerge remote branch 'origin/morphed/hpitems'
2011-03-30 MorphedMerge branch 'morphed/hpitems' of ssh://git.xonotic...
2011-03-13 Jakob MGMerge commit 'a5f8cbe456bed48c2c7b5d666e30cbaa344e6e33'
2011-03-12 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-03-10 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-03-05 SamualMerge remote branch 'origin/master' into morphed/hpitems
2011-03-02 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-03-01 Mircea KitsunePrecache the reload sound in one place only, until...
2011-03-01 Rudolf PolzerMerge remote-tracking branch 'origin/fruitiex/uzidebugp...
2011-03-01 Rudolf PolzerMerge remote-tracking branch 'origin/mrbougo/tooltips_fix'
2011-02-28 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-17 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-14 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-11 Mircea KitsuneStop sending ammo type in W_Reload, now that we update...
2011-02-11 Mircea KitsuneSet self.current_ammo in each weapon's WR_SETUP stage...
2011-02-11 Mircea KitsunePhase 2. A global ammo decreasing function. Still not...
2011-02-11 Mircea KitsuneFirst phase, second part.
2011-02-11 Mircea KitsuneAttempt to further simplify the reload code, as request...
2011-02-10 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-08 Rudolf PolzerMerge remote branch 'origin/akari/healthcross'
2011-02-06 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-01-30 Mircea KitsuneShare the final reload code that comes to mind. The...
2011-01-30 Mircea KitsuneCreate a RELOADABLE weapon flag, and use it to prevent...
2011-01-30 Mircea KitsuneCommonize even more code, now that its possible
2011-01-30 Mircea KitsuneTurn weapon load floats into a single float with an...
2011-01-30 Mircea KitsuneFirst part of a more common weapon reload code. Impleme...
2011-01-30 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-01-29 Rudolf PolzerMerge remote branch 'origin/terencehill/cvarlist_patch'
2011-01-29 Rudolf PolzerMerge remote branch 'origin/terencehill/freezetag_fix'
2011-01-29 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-01-27 Rudolf PolzerMerge /tmp/bundle
2011-01-25 Maik MertenMerge branch 'master' of ssh://git.xonotic.org/xonotic...
2011-01-25 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-01-24 terencehillMerge branch 'master' into terencehill/menu_dialogs_cle...
2011-01-24 Mircea KitsuneRemove a useless cvar check. If reloading is disabled...
2011-01-23 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-01-23 Mircea KitsuneMove load persistence floats back to their weapon files...
2011-01-23 Mircea KitsuneSet weapons to fully loaded on respawn in each weapon...
2011-01-23 Mircea Kitsuneremove the wish_reload system again
2011-01-23 Mircea KitsuneProperly implement the new check for all weapons (hopef...
2011-01-23 Mircea KitsuneRemove the switchable check and do all checks in the...
2011-01-22 Mircea KitsuneUse only WR_SWITCHABLE to check if we can select our...
2011-01-22 Mircea KitsuneRemove the wish_reload system. WR_RELOAD can replace it
2011-01-22 Mircea KitsuneDoh, it CAN be done differently than my ugly list....
2011-01-22 Rudolf Polzermake weapon death messages translatable
2011-01-22 Mircea KitsuneMove weapon load floats in defs.qh, rather than in...
2011-01-22 Mircea KitsuneSmall fix and precaches
2011-01-22 Mircea KitsuneLastly, the Hagar and Rocket Launcher
2011-01-21 Rudolf PolzerMerge remote branch 'origin/mirceakitsune/translation_r...
2011-01-20 Rudolf Polzerallow translations of weapon names (NOTE: will only...
2010-12-28 Rudolf PolzerMerge remote branch 'origin/fruitiex/bots'
2010-12-12 SamualMerge remote branch 'origin/master' into samual/keepaway
2010-12-10 Rudolf PolzerMerge commit '7b4c329'
2010-12-10 Rudolf PolzerMerge remote branch 'origin/terencehill/WEP_constants_f...
2010-12-09 Rudolf PolzerMerge remote branch 'origin/terencehill/small_cleanup'
2010-12-06 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
next