]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
12 years agoMerge branch 'master' into terencehill/centerprint_stuff
terencehill [Sat, 28 May 2011 08:52:29 +0000 (10:52 +0200)]
Merge branch 'master' into terencehill/centerprint_stuff

Conflicts:
qcsrc/client/hud.qc

12 years agoFix stupid typo... should fix occasional crashes
terencehill [Sat, 28 May 2011 06:37:04 +0000 (08:37 +0200)]
Fix stupid typo... should fix occasional crashes

12 years agomake warpzones nicer with chase_active (no longer hide the player)
Rudolf Polzer [Sat, 28 May 2011 06:18:47 +0000 (08:18 +0200)]
make warpzones nicer with chase_active (no longer hide the player)

12 years agorewrote warpzonelib view fixing
Rudolf Polzer [Sat, 28 May 2011 06:13:28 +0000 (08:13 +0200)]
rewrote warpzonelib view fixing

for better handling of stuff like chase_active, view bob.

Authors of the csqcplayers branch, please look at this, it may help using the
engine's viewbob etc. for csqc players!

12 years agodo the nearclip hack in the chasecam too
Rudolf Polzer [Fri, 27 May 2011 20:23:04 +0000 (22:23 +0200)]
do the nearclip hack in the chasecam too

12 years agoproperly restore the chasecam view also for R_SetView3fv() usage
Rudolf Polzer [Fri, 27 May 2011 20:22:43 +0000 (22:22 +0200)]
properly restore the chasecam view also for R_SetView3fv() usage

12 years agoalso fade out warpzones properly (based on VIEW origin, not on MOVE origin)
Rudolf Polzer [Fri, 27 May 2011 19:30:10 +0000 (21:30 +0200)]
also fade out warpzones properly (based on VIEW origin, not on MOVE origin)

12 years agomake event chase cam warpzone aware (PLEASE TEST)
Rudolf Polzer [Fri, 27 May 2011 19:05:32 +0000 (21:05 +0200)]
make event chase cam warpzone aware (PLEASE TEST)

12 years agoMerge remote-tracking branch 'origin/terencehill/mine_explosion_fix'
Rudolf Polzer [Fri, 27 May 2011 18:55:11 +0000 (20:55 +0200)]
Merge remote-tracking branch 'origin/terencehill/mine_explosion_fix'

12 years agoMerge remote-tracking branch 'origin/samual/fix_fragmessage_coloring'
Rudolf Polzer [Fri, 27 May 2011 18:50:12 +0000 (20:50 +0200)]
Merge remote-tracking branch 'origin/samual/fix_fragmessage_coloring'

12 years agoMerge remote-tracking branch 'origin/samual/no_dead_airshots'
Rudolf Polzer [Fri, 27 May 2011 18:49:46 +0000 (20:49 +0200)]
Merge remote-tracking branch 'origin/samual/no_dead_airshots'

12 years agoMerge remote-tracking branch 'origin/samual/fix_anim_divisionbyzero'
Rudolf Polzer [Fri, 27 May 2011 18:48:59 +0000 (20:48 +0200)]
Merge remote-tracking branch 'origin/samual/fix_anim_divisionbyzero'

12 years agoremove a stupid percent sign
Rudolf Polzer [Fri, 27 May 2011 18:43:54 +0000 (20:43 +0200)]
remove a stupid percent sign

12 years agomake intermission chase cam always on
Rudolf Polzer [Fri, 27 May 2011 18:42:26 +0000 (20:42 +0200)]
make intermission chase cam always on

don't need a cvar for that; that way, we allow Samual's code to break the non-intermissionchase version of the code :P

12 years agoMerge remote-tracking branch 'origin/samual/intermission_fixes'
Rudolf Polzer [Fri, 27 May 2011 18:33:02 +0000 (20:33 +0200)]
Merge remote-tracking branch 'origin/samual/intermission_fixes'

12 years agoMerge remote-tracking branch 'origin/fruitiex/panelhud'
Rudolf Polzer [Fri, 27 May 2011 18:19:34 +0000 (20:19 +0200)]
Merge remote-tracking branch 'origin/fruitiex/panelhud'

12 years agoNo damage splash when !!chase_active
FruitieX [Thu, 26 May 2011 13:04:14 +0000 (16:04 +0300)]
No damage splash when !!chase_active

12 years agoStop the weapon model from changing pitch while in intermission (makes no sense,...
Samual [Wed, 25 May 2011 04:10:01 +0000 (00:10 -0400)]
Stop the weapon model from changing pitch while in intermission (makes no sense, the player should be frozen)

12 years agoFix intermission player model so that it doesn't tilt based on where the player is...
Samual [Wed, 25 May 2011 04:04:35 +0000 (00:04 -0400)]
Fix intermission player model so that it doesn't tilt based on where the player is aiming. (wtf comes to mind.. why was this broken in the first place?)

12 years agoFix a warning given by setanim since it had no animation information sent to it.
Samual [Wed, 25 May 2011 02:38:36 +0000 (22:38 -0400)]
Fix a warning given by setanim since it had no animation information sent to it.

12 years agoAdd checks for other.deadflag when announcing airshot -- this way airshots don't...
Samual [Tue, 24 May 2011 23:45:29 +0000 (19:45 -0400)]
Add checks for other.deadflag when announcing airshot -- this way airshots don't happen when the player is dead.

12 years agoTHE BIG BALANCE SWITCHOVER!!!1
Rudolf Polzer [Tue, 24 May 2011 20:03:10 +0000 (22:03 +0200)]
THE BIG BALANCE SWITCHOVER!!!1

12 years agoAlso replace cvar_scr_centertime with cvar_hud_panel_centerprint_time
terencehill [Tue, 24 May 2011 19:44:35 +0000 (21:44 +0200)]
Also replace cvar_scr_centertime with cvar_hud_panel_centerprint_time
However, the engine's cvar scr_centertime that refers to the builtin centerprint cannot be removed therefore it may lead to confusion. Maybe it can be avoided by renaming the panel to something else...

12 years agohud_panel_centerprint_flip to invert messages order
terencehill [Tue, 24 May 2011 18:19:00 +0000 (20:19 +0200)]
hud_panel_centerprint_flip to invert messages order

12 years agoGet rid of scr_centerpos in the skin file too, and put centerprint cvars at the end...
terencehill [Tue, 24 May 2011 14:17:21 +0000 (16:17 +0200)]
Get rid of scr_centerpos in the skin file too, and put centerprint cvars at the end as the hud_save command saves them there

12 years agoMerge branch 'master' into terencehill/centerprint_stuff
terencehill [Tue, 24 May 2011 14:12:36 +0000 (16:12 +0200)]
Merge branch 'master' into terencehill/centerprint_stuff

12 years agorename the sniper rifle to just a rifle.
Rudolf Polzer [Tue, 24 May 2011 12:29:16 +0000 (14:29 +0200)]
rename the sniper rifle to just a rifle.

If we ever want to rename it again, we then just need to change the visible name.

12 years agoJust a quick fix for the teamkill message coloring -- if the player has colors in...
Samual [Tue, 24 May 2011 05:22:06 +0000 (01:22 -0400)]
Just a quick fix for the teamkill message coloring -- if the player has colors in their nickname, it breaks the rest of the string since the color isn't re-set.

12 years agoEarly+++ changes to sniper rifle to be more of just a "rifle" instead of a sniper.
Samual [Tue, 24 May 2011 05:02:00 +0000 (01:02 -0400)]
Early+++ changes to sniper rifle to be more of just a "rifle" instead of a sniper.

12 years agoChange some things about Nex charge slightly -- Instead of using shot multiplier...
Samual [Tue, 24 May 2011 04:50:35 +0000 (00:50 -0400)]
Change some things about Nex charge slightly -- Instead of using shot multiplier, just go directly from 0 charge to 100% each time (same exact time to charge as before, 2 seconds, but done in a better way) - Also make it so that you have 50% charge when you first pick up the weapon, so you aren't totally screwed from it.

12 years agoSome improvements to the hagar (lower spread on primary, better settings for secondar...
Samual [Tue, 24 May 2011 04:40:23 +0000 (00:40 -0400)]
Some improvements to the hagar (lower spread on primary, better settings for secondary load damage/radius)

12 years agoGet rid of the EOLS at the beginning of the messages, they no longer need, stop/finis...
terencehill [Mon, 23 May 2011 22:23:40 +0000 (00:23 +0200)]
Get rid of the EOLS at the beginning of the messages, they no longer need, stop/finish some countdown better by sending one last message; stop displaying the MOTD too in the same way

12 years agoMerge remote-tracking branch 'origin/diabolik/newanims'
merlijn [Mon, 23 May 2011 19:29:18 +0000 (21:29 +0200)]
Merge remote-tracking branch 'origin/diabolik/newanims'

12 years agoMerge remote branch 'origin/master' into diabolik/newanims
Sahil Singhal [Mon, 23 May 2011 18:59:05 +0000 (14:59 -0400)]
Merge remote branch 'origin/master' into diabolik/newanims

12 years agohud_panel_centerprint_align to change text alignment
terencehill [Mon, 23 May 2011 17:54:01 +0000 (19:54 +0200)]
hud_panel_centerprint_align to change text alignment

12 years agoPut msgs with the same id in the same array position only when the msg is still showing
terencehill [Mon, 23 May 2011 16:56:58 +0000 (18:56 +0200)]
Put msgs with the same id in the same array position only when the msg is still showing

12 years agoRename a function
terencehill [Mon, 23 May 2011 16:49:42 +0000 (18:49 +0200)]
Rename a function

12 years agoNew panel for centerprint messages
terencehill [Mon, 23 May 2011 16:41:16 +0000 (18:41 +0200)]
New panel for centerprint messages

12 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Mon, 23 May 2011 15:44:42 +0000 (17:44 +0200)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

12 years agomove the contentdownload URL to xonotic.org
Rudolf Polzer [Mon, 23 May 2011 15:44:26 +0000 (17:44 +0200)]
move the contentdownload URL to xonotic.org

12 years agoGive the proper name to a constant
terencehill [Sun, 22 May 2011 21:10:30 +0000 (23:10 +0200)]
Give the proper name to a constant

12 years agoUse \r as id symbol so it cannot be confused with a player name (cannot contain \r)
terencehill [Sun, 22 May 2011 20:04:40 +0000 (22:04 +0200)]
Use \r as id symbol so it cannot be confused with a player name (cannot contain \r)

12 years agoMerge remote-tracking branch 'origin/master' into fruitiex/playerstats
FruitieX [Sun, 22 May 2011 18:42:44 +0000 (21:42 +0300)]
Merge remote-tracking branch 'origin/master' into fruitiex/playerstats

12 years agoUnify series of countdown messages in one message. Also now the messages can be displ...
terencehill [Sun, 22 May 2011 16:57:27 +0000 (18:57 +0200)]
Unify series of countdown messages in one message. Also now the messages can be displayed lower on the screen when they have EOLS at the beginning

12 years agoWhile an entry is fading out move the successive ones up
terencehill [Sat, 21 May 2011 19:55:38 +0000 (21:55 +0200)]
While an entry is fading out move the successive ones up

12 years agoAdd spacer in between the messages
terencehill [Sat, 21 May 2011 17:54:45 +0000 (19:54 +0200)]
Add spacer in between the messages

12 years agoSome updates to the shotgun melee
Samual [Sat, 21 May 2011 16:18:59 +0000 (12:18 -0400)]
Some updates to the shotgun melee

12 years agoMerge remote branch 'origin/master' into samual/balance
Samual [Sat, 21 May 2011 16:01:08 +0000 (12:01 -0400)]
Merge remote branch 'origin/master' into samual/balance

12 years agoAllow to display more than one centerprint at once
terencehill [Sat, 21 May 2011 15:37:14 +0000 (17:37 +0200)]
Allow to display more than one centerprint at once

12 years agoremove menu_slist_modfilter for now, as we currently don't need it
Rudolf Polzer [Sat, 21 May 2011 10:44:10 +0000 (12:44 +0200)]
remove menu_slist_modfilter for now, as we currently don't need it

12 years agoadd bots back to the playerstats
FruitieX [Fri, 20 May 2011 14:40:37 +0000 (17:40 +0300)]
add bots back to the playerstats

12 years agofinally fix accuracy stats, well hopefully. Testing shows that they do work :P
FruitieX [Fri, 20 May 2011 13:48:27 +0000 (16:48 +0300)]
finally fix accuracy stats, well hopefully. Testing shows that they do work :P

12 years agoMerge remote-tracking branch 'origin/master' into fruitiex/playerstats
FruitieX [Fri, 20 May 2011 13:32:53 +0000 (16:32 +0300)]
Merge remote-tracking branch 'origin/master' into fruitiex/playerstats

12 years agoMerge remote branch 'origin/master' into diabolik/newanims
Sahil Singhal [Thu, 19 May 2011 19:43:28 +0000 (15:43 -0400)]
Merge remote branch 'origin/master' into diabolik/newanims

12 years agoActually set the melee anim.
Sahil Singhal [Thu, 19 May 2011 19:42:56 +0000 (15:42 -0400)]
Actually set the melee anim.

12 years agoMerge remote-tracking branch 'origin/master' into samual/balance
FruitieX [Thu, 19 May 2011 19:38:40 +0000 (22:38 +0300)]
Merge remote-tracking branch 'origin/master' into samual/balance

12 years agoMerge remote-tracking branch 'origin/samual/balance'
Rudolf Polzer [Thu, 19 May 2011 19:34:03 +0000 (21:34 +0200)]
Merge remote-tracking branch 'origin/samual/balance'

12 years agoDisable some more unused code
terencehill [Thu, 19 May 2011 15:37:17 +0000 (17:37 +0200)]
Disable some more unused code

12 years agoOptimize centerprint drawing
terencehill [Thu, 19 May 2011 13:20:10 +0000 (15:20 +0200)]
Optimize centerprint drawing
- set drawfontscale before drawing all the lines, rather than for each line
- when a line isn't resized (sz == 1) use the previously calculated width (centerprint_width[i]) rather than calculate it again at every frame
- network warning message in ca once per second, message is still visible all the time

12 years agoNew rescaled ignis thanks to nifrek :)
Sahil Singhal [Thu, 19 May 2011 06:17:07 +0000 (02:17 -0400)]
New rescaled ignis thanks to nifrek :)

12 years agoMerge remote branch 'origin/master' into diabolik/newanims
Sahil Singhal [Thu, 19 May 2011 06:09:46 +0000 (02:09 -0400)]
Merge remote branch 'origin/master' into diabolik/newanims

12 years agoFix explosion effect not correctly shown detonating a mine placed on the ceil
terencehill [Wed, 18 May 2011 12:24:46 +0000 (14:24 +0200)]
Fix explosion effect not correctly shown detonating a mine placed on the ceil

12 years agorename physicsX0.cfg to physicsX.cfg, and bring back 0.1.0preview's physics as physic...
Rudolf Polzer [Wed, 18 May 2011 11:52:46 +0000 (13:52 +0200)]
rename physicsX0.cfg to physicsX.cfg, and bring back 0.1.0preview's physics as physicsX010.cfg

12 years agoset speed limit back to 800 - 700 was a bit too low, I think. Maybe someone try 750?
Rudolf Polzer [Wed, 18 May 2011 08:12:19 +0000 (10:12 +0200)]
set speed limit back to 800 - 700 was a bit too low, I think. Maybe someone try 750?

12 years agoMerge remote-tracking branch 'origin/master' into fruitiex/playerstats
FruitieX [Tue, 17 May 2011 19:57:38 +0000 (22:57 +0300)]
Merge remote-tracking branch 'origin/master' into fruitiex/playerstats

12 years agoimprove comment
FruitieX [Tue, 17 May 2011 19:12:40 +0000 (22:12 +0300)]
improve comment

12 years agomake AddPlayer harmless if he already has an ID
Rudolf Polzer [Tue, 17 May 2011 19:03:50 +0000 (21:03 +0200)]
make AddPlayer harmless if he already has an ID

12 years agofix playerstats hashkey sending
Rudolf Polzer [Tue, 17 May 2011 19:03:07 +0000 (21:03 +0200)]
fix playerstats hashkey sending

12 years agoMerge remote-tracking branch 'origin/master' into fruitiex/playerstats
FruitieX [Tue, 17 May 2011 18:48:45 +0000 (21:48 +0300)]
Merge remote-tracking branch 'origin/master' into fruitiex/playerstats

12 years agomake the t field per-player instead, fix a bug that could've caused the hashkey to...
FruitieX [Tue, 17 May 2011 18:46:21 +0000 (21:46 +0300)]
make the t field per-player instead, fix a bug that could've caused the hashkey to be never sent

12 years agolet's add some amount of strafe acceleration (max acceleration boost: +100% vs forwar...
Rudolf Polzer [Tue, 17 May 2011 18:08:49 +0000 (20:08 +0200)]
let's add some amount of strafe acceleration (max acceleration boost: +100% vs forward acceleration)

12 years agoupdate the spec comment
FruitieX [Tue, 17 May 2011 17:59:36 +0000 (20:59 +0300)]
update the spec comment

12 years agofix the spam by adding for loops
FruitieX [Tue, 17 May 2011 17:48:08 +0000 (20:48 +0300)]
fix the spam by adding for loops

12 years agoapply the stretchfactor at the right point
Rudolf Polzer [Tue, 17 May 2011 17:47:10 +0000 (19:47 +0200)]
apply the stretchfactor at the right point

12 years agoMerge remote-tracking branch 'origin/master' into fruitiex/playerstats
FruitieX [Tue, 17 May 2011 17:15:28 +0000 (20:15 +0300)]
Merge remote-tracking branch 'origin/master' into fruitiex/playerstats

12 years agogive it a name: sv_airaccel_qw_stretchfactor ("stretch factor" of QW based bunnyhop...
Rudolf Polzer [Tue, 17 May 2011 10:06:25 +0000 (12:06 +0200)]
give it a name: sv_airaccel_qw_stretchfactor ("stretch factor" of QW based bunnyhop accel, values <= 0 mean unlimited accel, values > 0 limit strafing, 1 means like Xonotic currently does)

12 years agodd a var "speedclamp" (macro -DSPEEDCLAMP=...) to influence the strafe accel reductio...
Rudolf Polzer [Tue, 17 May 2011 08:09:35 +0000 (10:09 +0200)]
dd a var "speedclamp" (macro -DSPEEDCLAMP=...) to influence the strafe accel reduction; try -DSPEEDCLAMP=-0.2 and -DSPEEDCLAMP=50

12 years agoremove textures/pickups files as these are no longer in use for quite some time now
Rudolf Polzer [Mon, 16 May 2011 13:06:09 +0000 (15:06 +0200)]
remove textures/pickups files as these are no longer in use for quite some time now

12 years agomore ent_cs fixes
Rudolf Polzer [Sun, 15 May 2011 19:24:37 +0000 (21:24 +0200)]
more ent_cs fixes

12 years agomake shownames use its own set of entities
Rudolf Polzer [Sun, 15 May 2011 18:55:55 +0000 (20:55 +0200)]
make shownames use its own set of entities

12 years agoremove entity spam from shownames
Rudolf Polzer [Sun, 15 May 2011 18:12:46 +0000 (20:12 +0200)]
remove entity spam from shownames

12 years agofix a stupid typo (why did the more stupid fteqcc not notice it)
Rudolf Polzer [Sun, 15 May 2011 18:00:22 +0000 (20:00 +0200)]
fix a stupid typo (why did the more stupid fteqcc not notice it)

12 years agomake entcs entities use sendflags (preparation for including h/a info)
Rudolf Polzer [Sun, 15 May 2011 17:18:03 +0000 (19:18 +0200)]
make entcs entities use sendflags (preparation for including h/a info)

12 years agowoops remove silly entity leak
FruitieX [Sun, 15 May 2011 01:15:03 +0000 (04:15 +0300)]
woops remove silly entity leak

12 years agomake the statusbar a bit more visible
FruitieX [Sun, 15 May 2011 01:10:24 +0000 (04:10 +0300)]
make the statusbar a bit more visible

12 years agoonly send armor/health updates as increments of 10
FruitieX [Sun, 15 May 2011 01:09:01 +0000 (04:09 +0300)]
only send armor/health updates as increments of 10

12 years agoremove shownames entity when going spec, bring it back when joining. Don't show own...
FruitieX [Sun, 15 May 2011 00:51:14 +0000 (03:51 +0300)]
remove shownames entity when going spec, bring it back when joining. Don't show own tag if chase_active == 0

12 years agoMerge remote branch 'origin/master' into samual/balance
Samual [Sat, 14 May 2011 20:30:59 +0000 (16:30 -0400)]
Merge remote branch 'origin/master' into samual/balance

12 years agofix armor bar being 2x too wide
FruitieX [Sat, 14 May 2011 19:57:20 +0000 (22:57 +0300)]
fix armor bar being 2x too wide

12 years agoMerge remote-tracking branch 'origin/master' into fruitiex/panelhud
FruitieX [Sat, 14 May 2011 19:54:16 +0000 (22:54 +0300)]
Merge remote-tracking branch 'origin/master' into fruitiex/panelhud

12 years agofix some things that i forgot
FruitieX [Sat, 14 May 2011 19:53:56 +0000 (22:53 +0300)]
fix some things that i forgot

12 years agobunch of updates, statusbars instead of icons
FruitieX [Sat, 14 May 2011 19:33:46 +0000 (22:33 +0300)]
bunch of updates, statusbars instead of icons

12 years agodon't null origin_z :(
Rudolf Polzer [Sat, 14 May 2011 18:55:01 +0000 (20:55 +0200)]
don't null origin_z :(

12 years agoMerge remote-tracking branch 'origin/master' into fruitiex/panelhud
FruitieX [Sat, 14 May 2011 18:20:57 +0000 (21:20 +0300)]
Merge remote-tracking branch 'origin/master' into fruitiex/panelhud

12 years agoMerge remote-tracking branch 'origin/master' into fruitiex/panelhud
FruitieX [Sat, 14 May 2011 18:12:54 +0000 (21:12 +0300)]
Merge remote-tracking branch 'origin/master' into fruitiex/panelhud

12 years agooh right, we HAVE destructors
Rudolf Polzer [Sat, 14 May 2011 18:12:08 +0000 (20:12 +0200)]
oh right, we HAVE destructors

12 years agoadd another check
Rudolf Polzer [Sat, 14 May 2011 18:10:52 +0000 (20:10 +0200)]
add another check

12 years agocall ArrayGet*entcs_receiver one time less
Rudolf Polzer [Sat, 14 May 2011 18:09:29 +0000 (20:09 +0200)]
call ArrayGet*entcs_receiver one time less

12 years agoadd a getplayerorigin() function that finds any player's origin if the system knows it
Rudolf Polzer [Sat, 14 May 2011 18:06:49 +0000 (20:06 +0200)]
add a getplayerorigin() function that finds any player's origin if the system knows it

12 years agoadapt shownames to use player positions shared from the engine
FruitieX [Sat, 14 May 2011 18:06:19 +0000 (21:06 +0300)]
adapt shownames to use player positions shared from the engine