]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
Merge branch 'master' into mirceakitsune/weapon_hagar_secondary_load
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2011-04-19 Mircea KitsuneMerge branch 'master' into mirceakitsune/weapon_hagar_s...
2011-04-19 Rudolf Polzerrifle: fix damage calculation for accuracy stats
2011-04-19 mand1ngaMerge remote branch 'origin/mirceakitsune/multijump_fix'
2011-04-19 mand1ngaMerge remote branch 'origin/mand1nga/bot-debug'
2011-04-19 mand1ngaMerge branch 'master' into mand1nga/bot-debug
2011-04-19 mand1ngaAdded cvar bot_debug_goalstack to visualize the path...
2011-04-19 mand1ngaAdded cvar bot_debug_tracewalk to enable visual indicat...
2011-04-18 Rudolf Polzerrifle code: make it have a _shots cvar too
2011-04-17 Rudolf Polzeradd more checkfails
2011-04-15 Rudolf Polzerremove some unused functions; add "checkfail" logic...
2011-04-14 Mircea KitsuneFix an issue with the multijump code that caused infini...
2011-04-13 mand1ngaMerge remote branch 'origin/mand1nga/bot-misc-fixes'
2011-04-12 Mircea KitsuneDisable the load block in WR_SETUP, to prevent a minor...
2011-04-12 Mircea KitsuneRemove the WR_DROP weapon_action, now that it's not...
2011-04-12 Mircea KitsuneMore correct sorting
2011-04-12 Mircea KitsuneActually, create a weapon independent function that...
2011-04-12 Mircea KitsuneActually, forbid throwing the hagar at all while loadin...
2011-04-12 Mircea KitsuneFurther secure dropping while loading, and also create...
2011-04-12 Mircea KitsuneFix giving back ammo to the player if they drop the...
2011-04-12 Mircea KitsuneFix a bug with dropping the hagar while loading it...
2011-04-12 Mircea KitsuneReduce now useless ammo checking code
2011-04-12 Mircea KitsuneFix ammo checks, all works properly again
2011-04-12 Mircea KitsuneDecrease ammo with each rocket we load, and not suddenl...
2011-04-12 Mircea KitsuneCvar the feature of releasing loaded rockets upon death
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 KitsuneDon't allow switching to another weapon if we're loadin...
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 KitsuneFix a bug in the loaded rockets stat. Crosshair ring...
2011-04-11 mand1ngaMerge branch 'fruitiex/hud_effect_from_goldenhealth'
2011-04-11 mand1ngaIndentation fascist reporting for duty\!
2011-04-11 Mircea KitsuneNo longer send the maximum number of rockets as a stat...
2011-04-11 Mircea KitsuneCrosshair ring to indicate how many rockets are loaded...
2011-04-11 mand1ngaBots: Fix divide by zero error when using the nex....
2011-04-11 Mircea KitsuneSet the maxload stat in hagar code
2011-04-11 FruitieXrevive the low health/armor hud effect from fruitiex...
2011-04-11 Mircea KitsuneFirst step in making the hagar slowly loadable. Does...
2011-04-11 Mircea KitsuneCreate two stats for the hagar loading feature. Will...
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-11 mand1ngaMerge remote branch 'origin/samual/fix_hud_configstuff'
2011-04-10 SamualFix some issues with creating hud configs automatically...
2011-04-10 mand1ngaMerge remote branch 'origin/samual/fix_crosshair_ring_c...
2011-04-10 SamualAdd checks to see if crosshair ring is even allowed...
2011-04-10 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2011-04-09 mand1ngaMerge remote branch 'origin/terencehill/hud_panel_power...
2011-04-09 mand1ngaMerge remote branch 'origin/tzork/fl_notarget_ctflags'
2011-04-08 mand1ngaMerge remote branch 'origin/samual/defaults/swap_minela...
2011-04-06 Rudolf Polzerfix wrong strreplace usage
2011-04-06 Jakob MGSet FL_NOTARGET on ctf flags (avoids turrets and otehr...
2011-04-05 Jakob MGMerge remote-tracking branch 'origin/samual/fix_csqc_st...
2011-04-05 Jakob MGMerge remote-tracking branch 'origin/samual/balance'
2011-04-05 Jakob MGMerge remote-tracking branch 'origin/samual/fix_hud_dra...
2011-04-05 SamualACTUALLY make drawpic_aspect_skin_expanding use the...
2011-04-05 Samualgettext a string which was missed for warmup
2011-04-05 Rudolf Polzerfix health in ekg
2011-04-03 mand1ngaMerge remote branch 'origin/fruitiex/mapvote_fix'
2011-04-03 mand1ngaMerge remote branch 'origin/fruitiex/accelerometer_fix'
2011-04-03 mand1ngaMerge remote branch 'origin/morphed/hpitems'
2011-04-03 mand1ngaMerge remote branch 'origin/terencehill/italian_update'
2011-04-02 Rudolf Polzerskip the WarpZone_StoreProjectileData loop if there...
2011-04-02 FruitieXaccelerometer: remove the "glow"/fade out effects from...
2011-04-02 FruitieXMapvote: Don't show the "-1 votes" count when a map...
2011-04-01 Rudolf Polzerput the watermark in an ifdef
next