]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
12 years agoFade out the current msg when an empty msg with the same id arrives
terencehill [Mon, 27 Jun 2011 19:04:30 +0000 (21:04 +0200)]
Fade out the current msg when an empty msg with the same id arrives

12 years agoMerge branch 'master' into terencehill/centerprint_stuff
terencehill [Mon, 27 Jun 2011 16:28:49 +0000 (18:28 +0200)]
Merge branch 'master' into terencehill/centerprint_stuff

12 years agoOptimize centerprint panel code: if there is nothing to display free all the msgs...
terencehill [Mon, 27 Jun 2011 12:58:08 +0000 (14:58 +0200)]
Optimize centerprint panel code: if there is nothing to display free all the msgs and wait for another msg before executing again the code to draw the msgs

12 years agoNo need to reset drawfontscale after each drawn msg, do it at the end
terencehill [Mon, 27 Jun 2011 10:19:00 +0000 (12:19 +0200)]
No need to reset drawfontscale after each drawn msg, do it at the end

12 years agoPut wrapped msgs at the correct position when hud_panel_centerprint_flip is set
terencehill [Sun, 26 Jun 2011 21:41:05 +0000 (23:41 +0200)]
Put wrapped msgs at the correct position when hud_panel_centerprint_flip is set

12 years agoDo not wrap differently the msg while fading out
terencehill [Sun, 26 Jun 2011 17:00:15 +0000 (19:00 +0200)]
Do not wrap differently the msg while fading out

12 years agoDon't forget to reset drawscale!
terencehill [Sun, 26 Jun 2011 16:35:56 +0000 (18:35 +0200)]
Don't forget to reset drawscale!

12 years agoTrim trailing and leading newlines from every msg before adding it to the list
terencehill [Sun, 26 Jun 2011 16:12:46 +0000 (18:12 +0200)]
Trim trailing and leading newlines from every msg before adding it to the list

12 years agoAlso remove useless constant NEWLINES
terencehill [Sun, 26 Jun 2011 12:00:59 +0000 (14:00 +0200)]
Also remove useless constant NEWLINES

12 years agoCleanup: remove unneeded strcats, leading and trailing spaces and newlines from msgs
terencehill [Sun, 26 Jun 2011 11:59:38 +0000 (13:59 +0200)]
Cleanup: remove unneeded strcats, leading and trailing spaces and newlines from msgs

12 years agoDefault duration for active weapon msg in NIX mode
terencehill [Sat, 25 Jun 2011 20:08:45 +0000 (22:08 +0200)]
Default duration for active weapon msg in NIX mode

12 years agoRemove an outdated comment
terencehill [Sat, 25 Jun 2011 19:46:55 +0000 (21:46 +0200)]
Remove an outdated comment

12 years agoFix typo
terencehill [Sat, 25 Jun 2011 17:53:17 +0000 (19:53 +0200)]
Fix typo

12 years agoMenu dialog for the centerprint panel
terencehill [Sat, 25 Jun 2011 16:42:24 +0000 (18:42 +0200)]
Menu dialog for the centerprint panel

12 years agoNow that all the centerprint msgs are cleared entering hud config mode, this hack...
terencehill [Sat, 25 Jun 2011 16:11:14 +0000 (18:11 +0200)]
Now that all the centerprint msgs are cleared entering hud config mode, this hack is not needed anymore

12 years agoTweak centerprint msgs in hud config mode
terencehill [Sat, 25 Jun 2011 15:57:03 +0000 (17:57 +0200)]
Tweak centerprint msgs in hud config mode

12 years agoBetter (shorter) spacing in between msgs and lines
terencehill [Sat, 25 Jun 2011 14:06:27 +0000 (16:06 +0200)]
Better (shorter) spacing in between msgs and lines

12 years agoProperly apply the alpha to the text
terencehill [Sat, 25 Jun 2011 13:53:18 +0000 (15:53 +0200)]
Properly apply the alpha to the text

12 years agochange "did the impossible" suicide messages to "is now thinking with portals"
Rudolf Polzer [Sat, 25 Jun 2011 10:51:24 +0000 (12:51 +0200)]
change "did the impossible" suicide messages to "is now thinking with portals"

12 years agoEXPERIMENTAL change: make projectiles able to hit yourself when shot through a warpzone
Rudolf Polzer [Sat, 25 Jun 2011 10:50:10 +0000 (12:50 +0200)]
EXPERIMENTAL change: make projectiles able to hit yourself when shot through a warpzone

12 years agomake new menuqc strings translatable
Rudolf Polzer [Fri, 24 Jun 2011 21:49:19 +0000 (23:49 +0200)]
make new menuqc strings translatable

12 years agoMerge remote branch 'origin/mirceakitsune/hud_postprocessing'
Rudolf Polzer [Fri, 24 Jun 2011 21:45:45 +0000 (23:45 +0200)]
Merge remote branch 'origin/mirceakitsune/hud_postprocessing'

12 years agoit looks like eventchase is sufficiently stable, and better than the other effect...
Rudolf Polzer [Fri, 24 Jun 2011 21:44:05 +0000 (23:44 +0200)]
it looks like eventchase is sufficiently stable, and better than the other effect; enable eventchase for death, then

12 years agoShow correctly the messages when hud_panel_centerprint_flip is set
terencehill [Fri, 24 Jun 2011 20:07:29 +0000 (22:07 +0200)]
Show correctly the messages when hud_panel_centerprint_flip is set

12 years agoCenterprint something when configuring the hud
terencehill [Fri, 24 Jun 2011 17:29:14 +0000 (19:29 +0200)]
Centerprint something when configuring the hud

12 years agoPut hud_panel_centerprint* cvars in all the cfgs
terencehill [Fri, 24 Jun 2011 10:39:08 +0000 (12:39 +0200)]
Put hud_panel_centerprint* cvars in all the cfgs

12 years agoRemove a comment
terencehill [Fri, 24 Jun 2011 10:18:44 +0000 (12:18 +0200)]
Remove a comment

12 years agotry to make all weapons fit in weapon priority list
Rudolf Polzer [Fri, 24 Jun 2011 09:24:35 +0000 (11:24 +0200)]
try to make all weapons fit in weapon priority list

12 years agoadd a missing SpectateUpdate call
Rudolf Polzer [Fri, 24 Jun 2011 05:48:28 +0000 (07:48 +0200)]
add a missing SpectateUpdate call

12 years agoRevert "Fix exit from vehicle warping you back to spot you enterd it" in qcsrc/server...
Rudolf Polzer [Fri, 24 Jun 2011 05:44:20 +0000 (07:44 +0200)]
Revert "Fix exit from vehicle warping you back to spot you enterd it" in qcsrc/server/cl_client.qc, as this breaks spectating

This partially reverts commit ba70b09b56e7cf370a584fb759baabf077701f3b.

12 years agoRemove unused field .welcomemessage_time
terencehill [Thu, 23 Jun 2011 18:36:19 +0000 (20:36 +0200)]
Remove unused field .welcomemessage_time

12 years agofix potential crash of vehicle code (doesn't happen with current vehicles)
Rudolf Polzer [Thu, 23 Jun 2011 18:36:11 +0000 (20:36 +0200)]
fix potential crash of vehicle code (doesn't happen with current vehicles)

12 years agohit sounds for vehicles
Rudolf Polzer [Thu, 23 Jun 2011 18:36:04 +0000 (20:36 +0200)]
hit sounds for vehicles

12 years agoMin value 1 as default msg duration
terencehill [Thu, 23 Jun 2011 17:32:55 +0000 (19:32 +0200)]
Min value 1 as default msg duration

12 years agoDuration -1 makes the centerprint msg last for ever; actually until another msg with...
terencehill [Thu, 23 Jun 2011 17:28:27 +0000 (19:28 +0200)]
Duration -1 makes the centerprint msg last for ever; actually until another msg with same id and duration >= 0 is centerprinted

12 years agoSet the appropriated duration for each centerprinted msg in keyhunt
terencehill [Thu, 23 Jun 2011 14:14:10 +0000 (16:14 +0200)]
Set the appropriated duration for each centerprinted msg in keyhunt

12 years agoMerge branch 'master' into mirceakitsune/hud_postprocessing
Mircea Kitsune [Thu, 23 Jun 2011 11:59:26 +0000 (14:59 +0300)]
Merge branch 'master' into mirceakitsune/hud_postprocessing

12 years agoSecond merging step: remove HUD_DrawCenterPrint(); from vehicles huds, now centerprin...
terencehill [Thu, 23 Jun 2011 07:13:19 +0000 (09:13 +0200)]
Second merging step: remove HUD_DrawCenterPrint(); from vehicles huds, now centerprint panel is visible for vehicles too

12 years agoMerge branch 'master' into terencehill/centerprint_stuff
terencehill [Wed, 22 Jun 2011 23:04:33 +0000 (01:04 +0200)]
Merge branch 'master' into terencehill/centerprint_stuff

Conflicts:
qcsrc/client/View.qc

12 years agoMerge remote branch 'origin/tzork/turrets-csqc'
Jakob MG [Wed, 22 Jun 2011 18:11:04 +0000 (20:11 +0200)]
Merge remote branch 'origin/tzork/turrets-csqc'

12 years agomake last commit acctually work
Jakob MG [Wed, 22 Jun 2011 18:03:35 +0000 (20:03 +0200)]
make last commit acctually work

12 years agoOnly let walker roam if TS_ROAM spawnflag is set
Jakob MG [Wed, 22 Jun 2011 17:58:19 +0000 (19:58 +0200)]
Only let walker roam if TS_ROAM spawnflag is set

12 years agoDisable fancy path for ewheel too
Jakob MG [Wed, 22 Jun 2011 14:41:54 +0000 (16:41 +0200)]
Disable fancy path for ewheel too

12 years agoDiable fancy pathing for walker by default. Simply move from target to target now...
Jakob MG [Wed, 22 Jun 2011 14:36:20 +0000 (16:36 +0200)]
Diable fancy pathing for walker by default. Simply move from target to target now (-DWALKER_FANCYPATHING to re-enable)

12 years agoTrottle target re-validation to save a bit server preformance
Jakob MG [Wed, 22 Jun 2011 14:00:48 +0000 (16:00 +0200)]
Trottle target re-validation to save a bit server preformance

12 years agoSmoke effects for damage turrets
Jakob MG [Wed, 22 Jun 2011 13:33:47 +0000 (15:33 +0200)]
Smoke effects for damage turrets

12 years agoDynamic precache of turrets (to save memory)
Jakob MG [Wed, 22 Jun 2011 13:11:15 +0000 (15:11 +0200)]
Dynamic precache of turrets (to save memory)

12 years agoexplain why jumpvelocity 260
Rudolf Polzer [Wed, 22 Jun 2011 09:04:03 +0000 (11:04 +0200)]
explain why jumpvelocity 260

12 years agofix "HELP ME, NEEDING HELP" bug ;)
Rudolf Polzer [Wed, 22 Jun 2011 04:45:08 +0000 (06:45 +0200)]
fix "HELP ME, NEEDING HELP" bug ;)

12 years agoMake walker not roam if in a team game (assume thay are on guarid duty)
Jakob MG [Tue, 21 Jun 2011 21:49:01 +0000 (23:49 +0200)]
Make walker not roam if in a team game (assume thay are on guarid duty)

12 years agoupdate german for new texts
Rudolf Polzer [Tue, 21 Jun 2011 19:26:32 +0000 (21:26 +0200)]
update german for new texts

12 years agofix blinking for helpme too
Rudolf Polzer [Tue, 21 Jun 2011 19:19:06 +0000 (21:19 +0200)]
fix blinking for helpme too

12 years agoworkaround for when a sprite is already attached: append a "needing help!" text
Rudolf Polzer [Tue, 21 Jun 2011 18:52:42 +0000 (20:52 +0200)]
workaround for when a sprite is already attached: append a "needing help!" text

12 years agonow refactor WaypointSprite_SpawnFixed() calls too
Rudolf Polzer [Tue, 21 Jun 2011 17:53:51 +0000 (19:53 +0200)]
now refactor WaypointSprite_SpawnFixed() calls too

12 years agosame for WaypointSprite_AttachCarrier and WaypointSprite_Attach
Rudolf Polzer [Tue, 21 Jun 2011 17:48:44 +0000 (19:48 +0200)]
same for WaypointSprite_AttachCarrier and WaypointSprite_Attach

12 years agoSame for WaypointSprite_DeployPersonal()
Rudolf Polzer [Tue, 21 Jun 2011 17:44:50 +0000 (19:44 +0200)]
Same for WaypointSprite_DeployPersonal()

12 years agoMerge remote branch 'origin/master' into tzork/turrets-csqc
Jakob MG [Tue, 21 Jun 2011 17:29:46 +0000 (19:29 +0200)]
Merge remote branch 'origin/master' into tzork/turrets-csqc

Conflicts:
qcsrc/client/Main.qc
qcsrc/client/damage.qc
qcsrc/qc-client.cbp

12 years agoalso add the extra args to WaypointSprite_DeployFixed
Rudolf Polzer [Tue, 21 Jun 2011 17:23:37 +0000 (19:23 +0200)]
also add the extra args to WaypointSprite_DeployFixed

12 years agowaypointsprites: always add color to WaypointSprite_Spawn()
Rudolf Polzer [Tue, 21 Jun 2011 17:21:05 +0000 (19:21 +0200)]
waypointsprites: always add color to WaypointSprite_Spawn()

12 years agoMerge remote-tracking branch 'origin/tzork/vehicles-2'
Rudolf Polzer [Tue, 21 Jun 2011 17:11:18 +0000 (19:11 +0200)]
Merge remote-tracking branch 'origin/tzork/vehicles-2'

Conflicts:
qcsrc/server/ctf.qc

12 years agoMerge remote branch 'origin/master' into tzork/turrets-csqc
Jakob MG [Tue, 21 Jun 2011 17:10:48 +0000 (19:10 +0200)]
Merge remote branch 'origin/master' into tzork/turrets-csqc

12 years agowaypointsprites: fix seeker and CTF waypoint display
Rudolf Polzer [Tue, 21 Jun 2011 17:10:30 +0000 (19:10 +0200)]
waypointsprites: fix seeker and CTF waypoint display

12 years agoStop button2 from beeing zoom if you help a nex or rifle when entering a vehicle
Jakob MG [Tue, 21 Jun 2011 13:01:32 +0000 (15:01 +0200)]
Stop button2 from beeing zoom if you help a nex or rifle when entering a vehicle

13 years agoGet rid of serverside sound/partivle effects. this are done on client. get rid of...
Jakob MG [Mon, 20 Jun 2011 23:05:49 +0000 (01:05 +0200)]
Get rid of serverside sound/partivle effects. this are done on client. get rid of unused precache_'s. remove some unused/unnessesary stuff

13 years agoClient side countdown for kicking when idle
terencehill [Mon, 20 Jun 2011 22:41:09 +0000 (00:41 +0200)]
Client side countdown for kicking when idle

13 years agoMerge branch 'master' into nifrek/longjumpanim
nifrek [Mon, 20 Jun 2011 21:11:42 +0000 (17:11 -0400)]
Merge branch 'master' into nifrek/longjumpanim

13 years agoMerge branch 'master' into nifrek/longjumpanim
nifrek [Mon, 20 Jun 2011 20:59:14 +0000 (16:59 -0400)]
Merge branch 'master' into nifrek/longjumpanim

13 years agoMerge branch 'master' into tzork/vehicles-2
Rudolf Polzer [Mon, 20 Jun 2011 19:33:03 +0000 (21:33 +0200)]
Merge branch 'master' into tzork/vehicles-2

Conflicts:
qcsrc/client/View.qc

13 years agoUpdate German translation
Rudolf Polzer [Mon, 20 Jun 2011 18:47:10 +0000 (20:47 +0200)]
Update German translation

13 years agoClient side countdowns when suiciding / changing team / spectating
terencehill [Mon, 20 Jun 2011 18:06:36 +0000 (20:06 +0200)]
Client side countdowns when suiciding / changing team / spectating

13 years agoFix yet another bug, "Active weapon: X" centerprint spam in the first round of a...
terencehill [Mon, 20 Jun 2011 16:42:22 +0000 (18:42 +0200)]
Fix yet another bug, "Active weapon: X" centerprint spam in the first round of a NIX game.

13 years agoNow that "The Champion is X" msg is centerprinted only once there's no need to strzon...
terencehill [Mon, 20 Jun 2011 16:00:29 +0000 (18:00 +0200)]
Now that "The Champion is X" msg is centerprinted only once there's no need to strzone champion.netname. Also I had to fix other centerprint-related bugs in the arena code (yet another couple of bugs created BY SOMEONE ELSE (guess who?) and fixed BY ME):
* "The Champion is X" msg was never sent because champion was cleared just before sending it (bad check f > 0).
Furthermore, bug in the bug, although the champion is needed only in arena, mysteriously its name was strzoned only in a part of the ca code
* "Begin!" msg in arena mode was never sent cause of a missing FOR_EACH_PLAYER(e)

13 years agoadd a fixme comment about crosshair dot drawing
Rudolf Polzer [Mon, 20 Jun 2011 08:57:43 +0000 (10:57 +0200)]
add a fixme comment about crosshair dot drawing

13 years agoonly draw crosshair if at least at 0.001 scale and alpha
Rudolf Polzer [Mon, 20 Jun 2011 08:55:09 +0000 (10:55 +0200)]
only draw crosshair if at least at 0.001 scale and alpha

13 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Mon, 20 Jun 2011 08:28:50 +0000 (10:28 +0200)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

Conflicts:
qcsrc/server/bot/havocbot/havocbot.qc
qcsrc/server/bot/havocbot/roles.qc

13 years agoMerge remote branch 'origin/pooga/freezetagbots' after adjusting history
Rudolf Polzer [Mon, 20 Jun 2011 08:26:28 +0000 (10:26 +0200)]
Merge remote branch 'origin/pooga/freezetagbots' after adjusting history

13 years agoA bug remains where sometimes a bot will try to free another player but
Paul Scott [Fri, 3 Jun 2011 23:18:39 +0000 (09:18 +1000)]
A bug remains where sometimes a bot will try to free another player but
then move away again which continues in an endless loop.

13 years agoRudimentary freezetag bot ai working.
Paul Scott [Wed, 25 May 2011 03:53:21 +0000 (13:53 +1000)]
Rudimentary freezetag bot ai working.

13 years agoAdding modified files that were forgotten.
Paul Scott [Mon, 23 May 2011 09:30:43 +0000 (19:30 +1000)]
Adding modified files that were forgotten.

13 years agoStarting to structure bot roles for freezetag gamemode.
Paul Scott [Sun, 22 May 2011 11:59:45 +0000 (21:59 +1000)]
Starting to structure bot roles for freezetag gamemode.

13 years agoMerge remote branch 'origin/pooga/keepawaybots'
Rudolf Polzer [Mon, 20 Jun 2011 08:17:40 +0000 (10:17 +0200)]
Merge remote branch 'origin/pooga/keepawaybots'

Conflicts:
qcsrc/server/bot/aim.qc

13 years agoMerge remote branch 'origin/mirceakitsune/new_loading_screens'
Rudolf Polzer [Mon, 20 Jun 2011 08:13:40 +0000 (10:13 +0200)]
Merge remote branch 'origin/mirceakitsune/new_loading_screens'

13 years agoMerge remote branch 'origin/divVerent/newwaypointsprites'
Rudolf Polzer [Mon, 20 Jun 2011 07:16:32 +0000 (09:16 +0200)]
Merge remote branch 'origin/divVerent/newwaypointsprites'

13 years agoBetter turret aim
Jakob MG [Sun, 19 Jun 2011 22:18:03 +0000 (00:18 +0200)]
Better turret aim

13 years agoMerge remote branch 'origin/master' into tzork/turrets-csqc
Jakob MG [Sun, 19 Jun 2011 22:03:53 +0000 (00:03 +0200)]
Merge remote branch 'origin/master' into tzork/turrets-csqc

13 years agopre-merge
Jakob MG [Sun, 19 Jun 2011 22:03:44 +0000 (00:03 +0200)]
pre-merge

13 years agoTurrets now use DamageInfo
Jakob MG [Sun, 19 Jun 2011 21:12:39 +0000 (23:12 +0200)]
Turrets now use DamageInfo

13 years agoFix effectsinfo. again.
Jakob MG [Sun, 19 Jun 2011 20:17:53 +0000 (22:17 +0200)]
Fix effectsinfo. again.

13 years agoGet rid of some stale code
Jakob MG [Sun, 19 Jun 2011 20:02:25 +0000 (22:02 +0200)]
Get rid of some stale code

13 years agoadd support for the "Vehicle" sprite
Rudolf Polzer [Sun, 19 Jun 2011 19:54:06 +0000 (21:54 +0200)]
add support for the "Vehicle" sprite

13 years agoMore correct aim for spiderbot. make raptor's gun aim right
Jakob MG [Sun, 19 Jun 2011 19:53:20 +0000 (21:53 +0200)]
More correct aim for spiderbot. make raptor's gun aim right

13 years agoMerge remote branch 'origin/master' into tzork/vehicles-2
Jakob MG [Sun, 19 Jun 2011 19:22:54 +0000 (21:22 +0200)]
Merge remote branch 'origin/master' into tzork/vehicles-2

13 years agowarpzonelib: split Divide into LeftDivide/RightDivide. RightDivide does what old...
Rudolf Polzer [Sun, 19 Jun 2011 19:10:46 +0000 (21:10 +0200)]
warpzonelib: split Divide into LeftDivide/RightDivide. RightDivide does what old Divide did

13 years agoMake spiderbots aim work
Jakob MG [Sun, 19 Jun 2011 17:37:12 +0000 (19:37 +0200)]
Make spiderbots aim work

13 years agoadd an alternate ang logic that fails (#if 0)
Rudolf Polzer [Sun, 19 Jun 2011 17:16:22 +0000 (19:16 +0200)]
add an alternate ang logic that fails (#if 0)

13 years agoNo more EF_LOWPRECISION, its effin fugly
Jakob MG [Sun, 19 Jun 2011 17:08:18 +0000 (19:08 +0200)]
No more EF_LOWPRECISION, its effin fugly

13 years agowarn about colorless sprites
Rudolf Polzer [Sun, 19 Jun 2011 16:59:13 +0000 (18:59 +0200)]
warn about colorless sprites

13 years agoGet rid of some unnessesary _draw funcs
Jakob MG [Sun, 19 Jun 2011 16:57:58 +0000 (18:57 +0200)]
Get rid of some unnessesary _draw funcs

13 years agoalso properly calc the margin
Rudolf Polzer [Sun, 19 Jun 2011 16:41:07 +0000 (18:41 +0200)]
also properly calc the margin

13 years agoUNTESTED: better formulas for the arrows
Rudolf Polzer [Sun, 19 Jun 2011 16:37:32 +0000 (18:37 +0200)]
UNTESTED: better formulas for the arrows