]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
When _hud_panelorder changes, detect wrong/missing panel numbers and fix them so...
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2010-12-01 terencehillWhen _hud_panelorder changes, detect wrong/missing...
2010-12-01 terencehillHUD_Panel_DrawProgressBar: use the same algorithm of...
2010-11-28 terencehillIntroduce a macro to reduce code duplication of drawstr...
2010-11-28 terencehillCheck bar length inside HUD_Panel_DrawProgressBar
2010-11-27 terencehillMerge branch 'master' into terencehill/newpanelhud
2010-11-26 terencehillSomething can be done for drawpic_aspect too
2010-11-26 terencehillLess expensive drawstring_* functions
2010-11-26 Rudolf Polzercatch errors
2010-11-26 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2010-11-26 Rudolf Polzeradd some test code for uri_post
2010-11-26 terencehillTiny cleanups
2010-11-26 terencehillThe caller of DrawNumIcon should set drawfont
2010-11-26 terencehillSame story of the previous commit for the healtharmor...
2010-11-26 terencehillPowerups panel: thanks to the previous changes it's...
2010-11-26 Rudolf PolzerMerge remote branch 'origin/fruitiex/add_soundchan'
2010-11-26 Rudolf PolzerMerge remote branch 'origin/fruitiex/balance'
2010-11-26 Rudolf PolzerMerge remote branch 'origin/fruitiex/noaccuracyspam'
2010-11-25 terencehillHUD_Panel_GetProgressBarColorForString: most often...
2010-11-25 terencehillCheck directly the cvar hud_panel_powerups_flip
2010-11-25 terencehillDrawNumIcon vertical layout: draw number and icon with...
2010-11-25 terencehillLet's use consecutive numbers as possible align values...
2010-11-25 terencehillDrawNumIcon vertical layout: draw numbers with differen...
2010-11-25 FruitieXMerge branch 'fruitiex/fruit_vs_tzork-balance' into...
2010-11-25 terencehillHandle iconalign cvar value outside DrawNumIcon so...
2010-11-25 terencehillDrawNumIcon can now display a vertical layout too ...
2010-11-25 FruitieXcomment out a debug print
2010-11-25 FruitieXadd an additional arg to the W_SetupShot* functions...
2010-11-25 Rudolf Polzermove electro secondary to CHAN_WEAPON2 so it doesn...
2010-11-25 Rudolf Polzersync dpextensions with darkplaces (uri_post stuff)
2010-11-25 Rudolf Polzerfix bad side effects of picking up ammo/health
2010-11-24 Rudolf Polzerdo announcer messages for bullets only for the rifle
2010-11-24 Rudolf Polzercrylink link maintenance: fix one odd case that may...
2010-11-24 Rudolf Polzerbetter handle >100% accuracy
2010-11-24 Rudolf Polzercrylink: properly calculate maxdmg
2010-11-24 Rudolf Polzermore accuracy fixes
2010-11-24 Rudolf PolzerMerge remote branch 'origin/divVerent/accuracy-fixes'
2010-11-24 FruitieXMerge remote branch 'origin/master' into fruitiex/balance
2010-11-24 terencehillExtend HUD_Panel_DrawProgressBar to accept lenght_ratio...
2010-11-24 terencehillMerge branch 'master' into terencehill/newpanelhud
2010-11-23 Rudolf Polzermine layer: properly inherit spawnshieldtime when stick...
2010-11-23 Rudolf Polzeraccuracy: only resend if the accuracy value actually...
2010-11-22 Rudolf Polzermore fixes of accuracy new system
2010-11-22 Rudolf Polzerforgot to actually initialize the accuracy tracking
2010-11-22 Rudolf Polzerdon't cull the accuracy entity
2010-11-22 Rudolf Polzeraccuracy: csqc updates to match the svqc stuff
2010-11-22 Rudolf Polzerproperly count minstanex damage
2010-11-22 Rudolf Polzerresend accuracy when spectating
2010-11-22 Rudolf Polzerway more fixes
2010-11-22 Rudolf Polzerbeginning of a SANE accuracy networking system
2010-11-21 terencehillFix acceleration bar not correctly centered on y axis...
2010-11-21 terencehillRemove unneeded code and vars of the radar panel
2010-11-21 FruitieXMerge remote branch 'origin/master' into fruitiex/balance
2010-11-21 Rudolf Polzermore typos
2010-11-21 Rudolf Polzerfix another typo
2010-11-21 Rudolf Polzerdo not reset items bits in non-ctf and non-nexball
2010-11-21 Rudolf Polzerkey bind editor: allow permanently unbinding keys
2010-11-21 terencehillMaster check for autocvar__hud_configure in HUD_Panel_G...
2010-11-21 terencehillRearrange a check in HUD_Panel_GetBgAlpha
2010-11-21 terencehillIf panel_bg is 0 avoid to waste time getting useless...
2010-11-21 terencehillFix cvar name in Notify dialog
2010-11-21 terencehillhud_fontsize isn't used by the HUD any longer (scoreboa...
2010-11-21 terencehillDisplay an example of rankings in hud_configure mode
2010-11-20 terencehillMerge branch 'master' into terencehill/newpanelhud
2010-11-20 Rudolf Polzercampaigntimer: allow win by timelimit if no fraglimit...
2010-11-20 Rudolf Polzernexball: don't display a useless health bar on a lone...
2010-11-19 terencehillRemove unused radar vars (they were used in the old...
2010-11-19 terencehillDelete ons-frame.tga and ons-frame-team.tga of the...
2010-11-19 Rudolf Polzerfix latest fix
2010-11-19 Rudolf Polzerballistic projectiles: bail out on weapclip
2010-11-19 Rudolf Polzercrylink: some debugging
2010-11-19 Rudolf PolzerMerge remote branch 'origin/tzork/turrets-assualt-fix'
2010-11-19 Rudolf PolzerMerge remote branch 'origin/fruitiex/cl_gentle_damage'
2010-11-19 terencehillUse directly panel_pos and panel_size instead of copyin...
2010-11-19 terencehillFix 2 checks and use cursorsize
2010-11-18 terencehillLess operations drawing pressed keys
2010-11-18 FruitieXset pain_threshold_health back at 50. And s/treshold...
2010-11-18 FruitieXnerf the damage flash (same amount of damage now raises...
2010-11-18 Rudolf Polzercrylink: joinspeed -> joinspread (easier to tune in...
2010-11-18 tzorkMake turrets switch team corretly in assualt.
2010-11-18 FruitieXcl_gentle version of the damage flash
2010-11-18 Rudolf Polzerfix the bug that antilagged bullets get newtonian proje...
2010-11-18 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2010-11-18 terencehillDifferent ammo count for each ammo type in hud_configur...
2010-11-18 terencehillautocvar_hud_configure_bg_minalpha
2010-11-18 Rudolf PolzerMerge remote branch 'origin/fruitiex/csqc_polyblend'
2010-11-18 Rudolf Polzerfix fruitiex's fix
2010-11-18 Rudolf PolzerMerge remote branch 'origin/fruitiex/fbfix'
2010-11-18 Rudolf PolzerMerge remote branch 'origin/fruitiex/fruit_vs_tzork...
2010-11-18 Rudolf Polzeralso change maxspeed with highspeed; tune minstagib...
2010-11-18 Rudolf Polzermostly fix prediction in minstagib speed powerup
2010-11-18 Rudolf Polzercall the MakePlayerObserver hook BEFORE a player become...
2010-11-18 terencehillRemove autocvars for hud_configure_grid* and make use...
2010-11-17 terencehillMerge branch 'master' into terencehill/newpanelhud
2010-11-17 FruitieXallow sv_defaultplayer* and sv_defaultcharacter cvars...
2010-11-17 Rudolf PolzerMerge remote branch 'origin/fruitiex/fullbrightskin'
2010-11-17 FruitieXnope, remove that as well
2010-11-17 FruitieXoops i wasnt supposed to commit this
2010-11-17 FruitieXalways check the nex primary ammo when trying to charge...
2010-11-17 FruitieXadd a master switch cvar and a custom color cvar
2010-11-17 FruitieXalso don't draw it if the match ended or we are in...
next