]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
terencehill [Fri, 26 Nov 2010 17:15:38 +0000 (18:15 +0100)]
Powerups panel: thanks to the previous changes it's now easy (adding the var is_vertical) to reduce the code furthermore
Changed the aspect ratio check to display the vertical layout like the horizontal one for every aspect ratio
terencehill [Thu, 25 Nov 2010 23:08:00 +0000 (00:08 +0100)]
HUD_Panel_GetProgressBarColorForString: most often queried items as first cases
terencehill [Thu, 25 Nov 2010 22:54:16 +0000 (23:54 +0100)]
Check directly the cvar hud_panel_powerups_flip
terencehill [Thu, 25 Nov 2010 22:47:58 +0000 (23:47 +0100)]
DrawNumIcon vertical layout: draw number and icon with the same algorithm of the horizontal layout, it gives better results
terencehill [Thu, 25 Nov 2010 21:50:36 +0000 (22:50 +0100)]
Let's use consecutive numbers as possible align values to avoid confusion
terencehill [Thu, 25 Nov 2010 21:43:29 +0000 (22:43 +0100)]
DrawNumIcon vertical layout: draw numbers with different number of digits with the same y size
terencehill [Thu, 25 Nov 2010 21:17:30 +0000 (22:17 +0100)]
Handle iconalign cvar value outside DrawNumIcon so that the logic in DrawNumIcon is simpler
terencehill [Thu, 25 Nov 2010 18:26:56 +0000 (19:26 +0100)]
DrawNumIcon can now display a vertical layout too (now more similar to the horizontal one)
terencehill [Wed, 24 Nov 2010 16:41:51 +0000 (17:41 +0100)]
Extend HUD_Panel_DrawProgressBar to accept lenght_ratio and right_align parameters and compute the actual size
I had to tweak the acceleration progressbar because it wasn't limited; now uses a scale value of 1
terencehill [Wed, 24 Nov 2010 14:15:08 +0000 (15:15 +0100)]
Merge branch 'master' into terencehill/newpanelhud
Rudolf Polzer [Tue, 23 Nov 2010 17:22:05 +0000 (18:22 +0100)]
mine layer: properly inherit spawnshieldtime when sticking to a wall, to fix remote detonate
terencehill [Sun, 21 Nov 2010 21:26:37 +0000 (22:26 +0100)]
Fix acceleration bar not correctly centered on y axis cause of sz initialized after pos
terencehill [Sun, 21 Nov 2010 21:07:09 +0000 (22:07 +0100)]
Remove unneeded code and vars of the radar panel
Rudolf Polzer [Sun, 21 Nov 2010 20:05:40 +0000 (21:05 +0100)]
more typos
Rudolf Polzer [Sun, 21 Nov 2010 20:05:12 +0000 (21:05 +0100)]
fix another typo
Rudolf Polzer [Sun, 21 Nov 2010 20:00:43 +0000 (21:00 +0100)]
do not reset items bits in non-ctf and non-nexball
Rudolf Polzer [Sun, 21 Nov 2010 20:00:13 +0000 (21:00 +0100)]
key bind editor: allow permanently unbinding keys
terencehill [Sun, 21 Nov 2010 15:56:32 +0000 (16:56 +0100)]
Master check for autocvar__hud_configure in HUD_Panel_GetBgAlpha
terencehill [Sun, 21 Nov 2010 15:54:02 +0000 (16:54 +0100)]
Rearrange a check in HUD_Panel_GetBgAlpha
terencehill [Sun, 21 Nov 2010 15:31:16 +0000 (16:31 +0100)]
If panel_bg is 0 avoid to waste time getting useless data
Not adding a similar check for alpha as it cannot be set to 0 in menu
terencehill [Sun, 21 Nov 2010 10:51:24 +0000 (11:51 +0100)]
Fix cvar name in Notify dialog
terencehill [Sun, 21 Nov 2010 10:42:09 +0000 (11:42 +0100)]
hud_fontsize isn't used by the HUD any longer (scoreboard and map voting screen use it and initialize it within their own code)
terencehill [Sun, 21 Nov 2010 09:55:11 +0000 (10:55 +0100)]
Display an example of rankings in hud_configure mode
terencehill [Sat, 20 Nov 2010 21:22:51 +0000 (22:22 +0100)]
Merge branch 'master' into terencehill/newpanelhud
Rudolf Polzer [Sat, 20 Nov 2010 06:40:54 +0000 (07:40 +0100)]
campaigntimer: allow win by timelimit if no fraglimit is set
Rudolf Polzer [Sat, 20 Nov 2010 06:15:04 +0000 (07:15 +0100)]
rename physics configs: Xonotic now uses physicsX0, Nexuiz ones are now called physicsNexuiz10 etc.
Rudolf Polzer [Sat, 20 Nov 2010 05:59:44 +0000 (06:59 +0100)]
nexball: don't display a useless health bar on a lone ball (BUT: could be undone, and later used for having the ball "time out")
terencehill [Fri, 19 Nov 2010 23:24:06 +0000 (00:24 +0100)]
Remove unused radar vars (they were used in the old radar code)
terencehill [Fri, 19 Nov 2010 23:06:46 +0000 (00:06 +0100)]
Delete ons-frame.tga and ons-frame-team.tga of the old radar view: code for it has been removed
Since no waypoint gets precached, neither precache ons-cp-* waypoints (path was wrong anyway, they are in models/sprites)
Rudolf Polzer [Fri, 19 Nov 2010 21:28:53 +0000 (22:28 +0100)]
fix latest fix
Rudolf Polzer [Fri, 19 Nov 2010 21:22:46 +0000 (22:22 +0100)]
ballistic projectiles: bail out on weapclip
Rudolf Polzer [Fri, 19 Nov 2010 21:08:35 +0000 (22:08 +0100)]
crylink: some debugging
Rudolf Polzer [Fri, 19 Nov 2010 11:42:47 +0000 (12:42 +0100)]
Merge remote branch 'origin/tzork/turrets-assualt-fix'
Rudolf Polzer [Fri, 19 Nov 2010 11:39:48 +0000 (12:39 +0100)]
Merge remote branch 'origin/fruitiex/cl_gentle_damage'
terencehill [Fri, 19 Nov 2010 08:27:54 +0000 (09:27 +0100)]
Use directly panel_pos and panel_size instead of copying them into panelPos and panelSize (in HUD_Panel_HighlightCheck and HUD_Panel_Highlight)
terencehill [Fri, 19 Nov 2010 08:15:15 +0000 (09:15 +0100)]
Fix 2 checks and use cursorsize
terencehill [Thu, 18 Nov 2010 23:39:42 +0000 (00:39 +0100)]
Less operations drawing pressed keys
FruitieX [Thu, 18 Nov 2010 21:36:45 +0000 (23:36 +0200)]
set pain_threshold_health back at 50. And s/treshold/threshold/g
FruitieX [Thu, 18 Nov 2010 21:10:36 +0000 (23:10 +0200)]
nerf the damage flash (same amount of damage now raises alpha by half the amount it used to), allow coloring the gentle flash with a custom color
Rudolf Polzer [Thu, 18 Nov 2010 21:05:12 +0000 (22:05 +0100)]
crylink: joinspeed -> joinspread (easier to tune in balance config)
tzork [Thu, 18 Nov 2010 16:04:14 +0000 (17:04 +0100)]
Make turrets switch team corretly in assualt.
FruitieX [Thu, 18 Nov 2010 14:23:13 +0000 (16:23 +0200)]
cl_gentle version of the damage flash
Rudolf Polzer [Thu, 18 Nov 2010 13:21:06 +0000 (14:21 +0100)]
fix the bug that antilagged bullets get newtonian projectile direction adjustment applied... as this is just wrong
Rudolf Polzer [Thu, 18 Nov 2010 12:11:15 +0000 (13:11 +0100)]
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Thu, 18 Nov 2010 12:11:00 +0000 (13:11 +0100)]
chooksta!
terencehill [Thu, 18 Nov 2010 11:32:11 +0000 (12:32 +0100)]
Different ammo count for each ammo type in hud_configure mode
terencehill [Thu, 18 Nov 2010 11:12:10 +0000 (12:12 +0100)]
autocvar_hud_configure_bg_minalpha
Rudolf Polzer [Thu, 18 Nov 2010 06:27:49 +0000 (07:27 +0100)]
Merge remote branch 'origin/fruitiex/csqc_polyblend'
Rudolf Polzer [Thu, 18 Nov 2010 06:22:33 +0000 (07:22 +0100)]
fix fruitiex's fix
Rudolf Polzer [Thu, 18 Nov 2010 06:21:25 +0000 (07:21 +0100)]
Merge remote branch 'origin/fruitiex/fbfix'
Rudolf Polzer [Thu, 18 Nov 2010 06:20:06 +0000 (07:20 +0100)]
Merge remote branch 'origin/fruitiex/fruit_vs_tzork-balance'
Rudolf Polzer [Thu, 18 Nov 2010 06:11:52 +0000 (07:11 +0100)]
also change maxspeed with highspeed; tune minstagib for it
FruitieX [Thu, 18 Nov 2010 06:07:06 +0000 (08:07 +0200)]
just slightly more RL start speed...
Rudolf Polzer [Thu, 18 Nov 2010 05:53:02 +0000 (06:53 +0100)]
mostly fix prediction in minstagib speed powerup
Rudolf Polzer [Thu, 18 Nov 2010 05:25:33 +0000 (06:25 +0100)]
call the MakePlayerObserver hook BEFORE a player becomes observer (so the old origin is still available)
terencehill [Thu, 18 Nov 2010 00:14:08 +0000 (01:14 +0100)]
Remove autocvars for hud_configure_grid* and make use of 2 new vectors to draw the grid consuming less cpu cycles
terencehill [Wed, 17 Nov 2010 23:29:38 +0000 (00:29 +0100)]
Merge branch 'master' into terencehill/newpanelhud
FruitieX [Wed, 17 Nov 2010 21:42:08 +0000 (23:42 +0200)]
allow sv_defaultplayer* and sv_defaultcharacter cvars in a pure server, don't use g_fullbrightplayers in the sv_fbskin_* aliases (they look much better without that, and arguably even easier to see)
Rudolf Polzer [Wed, 17 Nov 2010 21:21:32 +0000 (22:21 +0100)]
another try
Rudolf Polzer [Wed, 17 Nov 2010 21:18:17 +0000 (22:18 +0100)]
make the fbskin aliases work again
Rudolf Polzer [Wed, 17 Nov 2010 21:07:57 +0000 (22:07 +0100)]
try making the fbskin work
Rudolf Polzer [Wed, 17 Nov 2010 20:40:30 +0000 (21:40 +0100)]
Merge remote branch 'origin/fruitiex/fullbrightskin'
FruitieX [Wed, 17 Nov 2010 18:50:46 +0000 (20:50 +0200)]
nope, remove that as well
FruitieX [Wed, 17 Nov 2010 18:35:48 +0000 (20:35 +0200)]
oops i wasnt supposed to commit this
FruitieX [Wed, 17 Nov 2010 18:32:43 +0000 (20:32 +0200)]
always check the nex primary ammo when trying to charge. We don't want to allow switching back to the nex if we're out of ammo.
FruitieX [Wed, 17 Nov 2010 18:28:34 +0000 (20:28 +0200)]
add a master switch cvar and a custom color cvar
FruitieX [Wed, 17 Nov 2010 18:21:27 +0000 (20:21 +0200)]
also don't draw it if the match ended or we are in the mapvote screen (intermission)
FruitieX [Wed, 17 Nov 2010 18:16:55 +0000 (20:16 +0200)]
remove gl_polyblend, and let a CSQC fullscreen image with blood splatter (thanks tZork and your decals! :)) replace it. Has code for gradually pulsating the image more and more when below a certain health, and a decreasing pain_treshold as we get below that health. This is DAMN cool btw. :P
FruitieX [Wed, 17 Nov 2010 14:29:52 +0000 (16:29 +0200)]
rename a couple of cvars: Nex ring does not show "nexvelocity" anymore, so let's just call that crosshair_ring_nex_* instead. Make the campingrifle follow the same scheme, with crosshair_ring_campingrifle_*. If we add more features in the future using the crosshair ring they can be renamed accordingly.
Rudolf Polzer [Wed, 17 Nov 2010 11:03:17 +0000 (12:03 +0100)]
merge FruitieX's onslaught config changes
Rudolf Polzer [Wed, 17 Nov 2010 10:59:38 +0000 (11:59 +0100)]
sys_frametime: if it turns out to be invalid (<= 0), fall back to 60Hz (as sys_ticrate 0 means variable frametime in the engine)
FruitieX [Wed, 17 Nov 2010 10:19:06 +0000 (12:19 +0200)]
Merge remote branch 'origin/master' into fruitiex/fruit_vs_tzork-balance
Rudolf Polzer [Tue, 16 Nov 2010 21:16:45 +0000 (22:16 +0100)]
We don't need no runematch gametype, we don't need no spiky runes...
Rudolf Polzer [Tue, 16 Nov 2010 21:10:10 +0000 (22:10 +0100)]
models and content for freezetag (no code yet)
FruitieX [Tue, 16 Nov 2010 19:57:18 +0000 (21:57 +0200)]
what, why was linkexplode 0 on crylink primary :X
FruitieX [Tue, 16 Nov 2010 17:45:52 +0000 (19:45 +0200)]
compromise: much faster nex charge, charge from a charge pool instead of using cells. Charge pool also stops health regen while it's being charged
FruitieX [Tue, 16 Nov 2010 16:10:38 +0000 (18:10 +0200)]
let's compromise by making the mortar fire speedier projectiles
Rudolf Polzer [Tue, 16 Nov 2010 12:05:19 +0000 (13:05 +0100)]
fix cvar use of electro bounce params
Rudolf Polzer [Tue, 16 Nov 2010 06:45:54 +0000 (07:45 +0100)]
add cvars for electro secondary bouncefactor/bouncestop
Rudolf Polzer [Tue, 16 Nov 2010 06:41:56 +0000 (07:41 +0100)]
crylink: let linkjoin damage ignore the attacker
Rudolf Polzer [Mon, 15 Nov 2010 20:48:10 +0000 (21:48 +0100)]
Merge remote branch 'origin/fruitiex/race_nouid_norec'
Rudolf Polzer [Mon, 15 Nov 2010 20:42:29 +0000 (21:42 +0100)]
Merge remote branch 'origin/fruitiex/mirceakitsune_mapcoordinator'
Rudolf Polzer [Mon, 15 Nov 2010 20:41:26 +0000 (21:41 +0100)]
Merge remote branch 'origin/fruitiex/branding_lagclock'
Rudolf Polzer [Mon, 15 Nov 2010 20:40:21 +0000 (21:40 +0100)]
Merge remote branch 'origin/fruitiex/panelhud'
Rudolf Polzer [Mon, 15 Nov 2010 20:35:14 +0000 (21:35 +0100)]
update notification: use our server now
terencehill [Mon, 15 Nov 2010 20:10:29 +0000 (21:10 +0100)]
Fix Alt-Ctrl-arrow not working because of a bad placed check of ctrl
terencehill [Mon, 15 Nov 2010 19:38:30 +0000 (20:38 +0100)]
Score panel: showing the distribution display a positive difference with the + sign, it's clearer
Rudolf Polzer [Mon, 15 Nov 2010 06:38:15 +0000 (07:38 +0100)]
Merge remote branch 'origin/samual/menucheckmarkfix'
Rudolf Polzer [Mon, 15 Nov 2010 06:36:48 +0000 (07:36 +0100)]
Merge remote branch 'origin/samual/samualbalance'
terencehill [Sun, 14 Nov 2010 22:19:13 +0000 (23:19 +0100)]
hud_panel_score_rankings 1 always show my own score; 2 pure rankings
Rudolf Polzer [Sun, 14 Nov 2010 20:18:20 +0000 (21:18 +0100)]
Samual is somewhat active now, so let's move him up
unknown [Sun, 14 Nov 2010 19:51:49 +0000 (14:51 -0500)]
Update the luminos menu skin checkmark images so that they don't have a checkmark in them while unchecked.
terencehill [Sun, 14 Nov 2010 19:14:05 +0000 (20:14 +0100)]
Cvar hud_panel_score_rankings to enable rankings not only when observing
Rudolf Polzer [Sun, 14 Nov 2010 19:02:46 +0000 (20:02 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Sun, 14 Nov 2010 19:02:28 +0000 (20:02 +0100)]
bigger joinexplode effect
Rudolf Polzer [Sun, 14 Nov 2010 19:01:23 +0000 (20:01 +0100)]
show linkjoin effect only if a radiusdamage is done (joinexplode)
unknown [Sun, 14 Nov 2010 18:53:30 +0000 (13:53 -0500)]
Update crylink behavior/balance slightly; do not use join feature until refire can be continuous
Rudolf Polzer [Sun, 14 Nov 2010 18:46:09 +0000 (19:46 +0100)]
Merge remote branch 'origin/fruitiex/dryfirefix'
FruitieX [Sun, 14 Nov 2010 18:28:00 +0000 (20:28 +0200)]
Merge branch 'master' into fruitiex/dryfirefix
Rudolf Polzer [Sun, 14 Nov 2010 16:46:59 +0000 (17:46 +0100)]
Merge remote branch 'origin/samual/samualbalance'