]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
13 years agoenable notify panel by default, it should be ready for testing
FruitieX [Tue, 8 Jun 2010 18:29:22 +0000 (21:29 +0300)]
enable notify panel by default, it should be ready for testing

13 years agohack in flipping the order of the notify stack, so that it can stack from the bottom...
FruitieX [Tue, 8 Jun 2010 18:28:41 +0000 (21:28 +0300)]
hack in flipping the order of the notify stack, so that it can stack from the bottom up (enable by default)

13 years agocvar time/fadetime, fix scoreboard
FruitieX [Tue, 8 Jun 2010 18:09:17 +0000 (21:09 +0300)]
cvar time/fadetime, fix scoreboard

13 years agofix resizing the notify panel
FruitieX [Tue, 8 Jun 2010 17:20:46 +0000 (20:20 +0300)]
fix resizing the notify panel

13 years agoctf flags on hud notify panel :)
FruitieX [Tue, 8 Jun 2010 16:12:30 +0000 (19:12 +0300)]
ctf flags on hud notify panel :)

13 years agoahahaha fix a silly mistake (using same constant for many things)
FruitieX [Tue, 8 Jun 2010 14:50:29 +0000 (17:50 +0300)]
ahahaha fix a silly mistake (using same constant for many things)

13 years agoall weapons supported. thanks div0
FruitieX [Tue, 8 Jun 2010 14:42:33 +0000 (17:42 +0300)]
all weapons supported. thanks div0

13 years agocenterprints
FruitieX [Tue, 8 Jun 2010 14:12:42 +0000 (17:12 +0300)]
centerprints

13 years agonotify messages MOSTLY work... some breakage here and there, please test :/
FruitieX [Tue, 8 Jun 2010 13:20:17 +0000 (16:20 +0300)]
notify messages MOSTLY work... some breakage here and there, please test :/

13 years agonotify panel should now work for weapons
FruitieX [Tue, 8 Jun 2010 12:56:31 +0000 (15:56 +0300)]
notify panel should now work for weapons

13 years agod'oh! Write a *SHORT*, not byte >_<
FruitieX [Tue, 8 Jun 2010 10:14:42 +0000 (13:14 +0300)]
d'oh! Write a *SHORT*, not byte >_<

13 years agomove more of the weapon stuff to CSQC
FruitieX [Tue, 8 Jun 2010 09:58:50 +0000 (12:58 +0300)]
move more of the weapon stuff to CSQC

13 years agoMerge branch 'fruitiex/newpanelhud_stable' into fruitiex/newpanelhud
FruitieX [Mon, 7 Jun 2010 17:29:41 +0000 (20:29 +0300)]
Merge branch 'fruitiex/newpanelhud_stable' into fruitiex/newpanelhud

13 years agoremove dupes of the hud_configure global, show crosshair in hud_configure mode, use...
FruitieX [Mon, 7 Jun 2010 16:39:06 +0000 (19:39 +0300)]
remove dupes of the hud_configure global, show crosshair in hud_configure mode, use cl_lockview in hud_configure for better results :)

13 years agoMerge branch 'master' into fruitiex/newpanelhud_stable
FruitieX [Mon, 7 Jun 2010 16:01:58 +0000 (19:01 +0300)]
Merge branch 'master' into fruitiex/newpanelhud_stable

13 years agofix warnings
FruitieX [Mon, 7 Jun 2010 15:48:51 +0000 (18:48 +0300)]
fix warnings

13 years agochange warpzone detection to detect non-common/trigger faces instead of common/warpzo...
Rudolf Polzer [Mon, 7 Jun 2010 07:39:49 +0000 (09:39 +0200)]
change warpzone detection to detect non-common/trigger faces instead of common/warpzone faces

13 years agofix aspect ratio on nexball icon
FruitieX [Sun, 6 Jun 2010 16:14:49 +0000 (19:14 +0300)]
fix aspect ratio on nexball icon

13 years agovisible grid (optional) for the configuration mode!
FruitieX [Sun, 6 Jun 2010 16:08:55 +0000 (19:08 +0300)]
visible grid (optional) for the configuration mode!

13 years agowoops dont draw the scoreboard behind the mapvote screen :p
FruitieX [Sun, 6 Jun 2010 15:54:13 +0000 (18:54 +0300)]
woops dont draw the scoreboard behind the mapvote screen :p

13 years agofix scoreboard fading
FruitieX [Sun, 6 Jun 2010 15:51:01 +0000 (18:51 +0300)]
fix scoreboard fading

13 years agofix several scoreboard cvars
FruitieX [Sun, 6 Jun 2010 15:13:23 +0000 (18:13 +0300)]
fix several scoreboard cvars

13 years agodisable collision testing in config mode until it resizing is stable
FruitieX [Sun, 6 Jun 2010 15:07:55 +0000 (18:07 +0300)]
disable collision testing in config mode until it resizing is stable

13 years agoadd hud_*_color_team cvars to enforce a team color in teambased games (range from...
FruitieX [Sun, 6 Jun 2010 15:05:20 +0000 (18:05 +0300)]
add hud_*_color_team cvars to enforce a team color in teambased games (range from ]0, 1] can be given to adjust brightness)

13 years agoMerge branch 'master' into fruitiex/newpanelhud
FruitieX [Sun, 6 Jun 2010 13:55:08 +0000 (16:55 +0300)]
Merge branch 'master' into fruitiex/newpanelhud

Conflicts:
qcsrc/common/constants.qh

13 years agoMerge remote branch 'refs/remotes/origin/mand1nga/rebrand'
Rudolf Polzer [Sun, 6 Jun 2010 13:47:02 +0000 (15:47 +0200)]
Merge remote branch 'refs/remotes/origin/mand1nga/rebrand'

13 years agomove projectile explosions including precaching into w_*.qc; client/damage.qc now...
Rudolf Polzer [Sun, 6 Jun 2010 12:25:47 +0000 (14:25 +0200)]
move projectile explosions including precaching into w_*.qc; client/damage.qc now no longer contains weapon specific code

13 years agogive all weapon files a w_function
Rudolf Polzer [Sun, 6 Jun 2010 12:01:38 +0000 (14:01 +0200)]
give all weapon files a w_function

13 years agoallow weapon files to define functions in csqc too
Rudolf Polzer [Sun, 6 Jun 2010 11:57:58 +0000 (13:57 +0200)]
allow weapon files to define functions in csqc too

13 years agoinitial work on supporting kill messages
FruitieX [Sun, 6 Jun 2010 11:39:47 +0000 (14:39 +0300)]
initial work on supporting kill messages

13 years agomove even more notify messages to CSQC, now we need more cl_gentle versions ;)
FruitieX [Sun, 6 Jun 2010 09:41:16 +0000 (12:41 +0300)]
move even more notify messages to CSQC, now we need more cl_gentle versions ;)

13 years agoMerge branch 'mand1nga/rebrand' of ssh://git.xonotic.org/xonotic-data.pk3dir into...
mand1nga [Sun, 6 Jun 2010 02:13:18 +0000 (23:13 -0300)]
Merge branch 'mand1nga/rebrand' of ssh://git.xonotic.org/xonotic-data.pk3dir into mand1nga/rebrand

13 years agoRemoved old welcome message
mand1nga [Sun, 6 Jun 2010 02:07:55 +0000 (23:07 -0300)]
Removed old welcome message

13 years agoUpdated chat bubble. Someone might want to export it with better quality
mand1nga [Sun, 6 Jun 2010 02:03:43 +0000 (23:03 -0300)]
Updated chat bubble. Someone might want to export it with better quality

13 years agoMerge commit 'origin/master' into diabolik/gakplayermodel
Sahil Singhal [Sat, 5 Jun 2010 18:43:19 +0000 (14:43 -0400)]
Merge commit 'origin/master' into diabolik/gakplayermodel

13 years agoFix draw anim. Gak is complete!
Sahil Singhal [Sat, 5 Jun 2010 18:41:56 +0000 (14:41 -0400)]
Fix draw anim. Gak is complete!

13 years agoinitial work on notify panel, some centerprints now will be different depending on...
FruitieX [Sat, 5 Jun 2010 17:05:58 +0000 (20:05 +0300)]
initial work on notify panel, some centerprints now will be different depending on cl_gentle :)

13 years agoMerge branch 'master' into fruitiex/newpanelhud
FruitieX [Sat, 5 Jun 2010 15:07:51 +0000 (18:07 +0300)]
Merge branch 'master' into fruitiex/newpanelhud

13 years agodefine the speedlimit cvar
Rudolf Polzer [Fri, 4 Jun 2010 21:54:56 +0000 (23:54 +0200)]
define the speedlimit cvar

13 years agorename sv_speedlimit to sv_airspeedlimit_nonqw
Rudolf Polzer [Fri, 4 Jun 2010 21:46:53 +0000 (23:46 +0200)]
rename sv_speedlimit to sv_airspeedlimit_nonqw

13 years agoMerge branch 'master' into divVerent/speedlimit
Rudolf Polzer [Fri, 4 Jun 2010 21:24:15 +0000 (23:24 +0200)]
Merge branch 'master' into divVerent/speedlimit

13 years agoMerge remote branch 'refs/remotes/origin/mirceakitsune/leanmodel_cfg_fix'
Rudolf Polzer [Fri, 4 Jun 2010 18:24:42 +0000 (20:24 +0200)]
Merge remote branch 'refs/remotes/origin/mirceakitsune/leanmodel_cfg_fix'

13 years agoMerge remote branch 'refs/remotes/origin/fruitiex/nerfstrafing'
Rudolf Polzer [Fri, 4 Jun 2010 18:20:59 +0000 (20:20 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/nerfstrafing'

13 years agoremove unused vector
FruitieX [Thu, 3 Jun 2010 18:44:06 +0000 (21:44 +0300)]
remove unused vector

13 years agoperform the hud min size cap earlier on to fix a bug when resizing aspect forced...
FruitieX [Thu, 3 Jun 2010 18:42:44 +0000 (21:42 +0300)]
perform the hud min size cap earlier on to fix a bug when resizing aspect forced panels towards the minimum

13 years agoremove a useless todo... :P
FruitieX [Thu, 3 Jun 2010 18:39:20 +0000 (21:39 +0300)]
remove a useless todo... :P

13 years agoresizing works pretty well now, but there are still some cases where it fails (try...
FruitieX [Thu, 3 Jun 2010 18:34:46 +0000 (21:34 +0300)]
resizing works pretty well now, but there are still some cases where it fails (try resizing from top left corner, and colliding against an above panel) :(

13 years agocleanup
FruitieX [Thu, 3 Jun 2010 17:51:48 +0000 (20:51 +0300)]
cleanup

13 years agomake all corners work, do collision testing against screen edges. also cap panels...
FruitieX [Thu, 3 Jun 2010 17:42:28 +0000 (20:42 +0300)]
make all corners work, do collision testing against screen edges. also cap panels to a minimum size, and cap aspect (only on one axis currently, so resizing aspect ratio forced panels is a bit dodgy). committing now before i implement collision aganist other panels (and possibly break it altogether :P)

13 years agostart reworking the resizing code completely from scratch... dont try
FruitieX [Thu, 3 Jun 2010 15:16:27 +0000 (18:16 +0300)]
start reworking the resizing code completely from scratch... dont try
any other corner than top left right now :)

13 years agoResize gakmasked and onground :P
Sahil Singhal [Wed, 2 Jun 2010 23:11:23 +0000 (19:11 -0400)]
Resize gakmasked and onground :P

13 years agoGak resized and on ground :P
Sahil Singhal [Wed, 2 Jun 2010 23:02:59 +0000 (19:02 -0400)]
Gak resized and on ground :P

13 years agoGak Armored resized and on ground :P
Sahil Singhal [Wed, 2 Jun 2010 22:41:18 +0000 (18:41 -0400)]
Gak Armored resized and on ground :P

13 years agoAdd txt and screenshots for Gak Masked and Gak
Sahil Singhal [Wed, 2 Jun 2010 20:05:43 +0000 (16:05 -0400)]
Add txt and screenshots for Gak Masked and Gak

13 years agoEdit txt for gakarmored.
Sahil Singhal [Wed, 2 Jun 2010 20:04:58 +0000 (16:04 -0400)]
Edit txt for gakarmored.

13 years agoGak masked.
Sahil Singhal [Wed, 2 Jun 2010 19:44:36 +0000 (15:44 -0400)]
Gak masked.

13 years agoGak without a mask.
Sahil Singhal [Wed, 2 Jun 2010 18:49:44 +0000 (14:49 -0400)]
Gak without a mask.

13 years agoChange name to gakarmored and add screenshot and txt.
Sahil Singhal [Wed, 2 Jun 2010 17:21:37 +0000 (13:21 -0400)]
Change name to gakarmored and add screenshot and txt.

13 years agoFixed weapon positions. Gak armored anims complete now.
Sahil Singhal [Wed, 2 Jun 2010 17:01:40 +0000 (13:01 -0400)]
Fixed weapon positions. Gak armored anims complete now.

13 years agoStrafeleft and straferight done.
Sahil Singhal [Wed, 2 Jun 2010 16:12:55 +0000 (12:12 -0400)]
Strafeleft and straferight done.

13 years agoFix duckjump. TODO: strafeleft and straferight and apply to two more gaks.
Sahil Singhal [Wed, 2 Jun 2010 15:16:34 +0000 (11:16 -0400)]
Fix duckjump. TODO: strafeleft and straferight and apply to two more gaks.

13 years agofix weapnext and weapprev
FruitieX [Wed, 2 Jun 2010 14:19:10 +0000 (17:19 +0300)]
fix weapnext and weapprev

13 years agoaccept shirt and pants as colors for dock and panels
FruitieX [Wed, 2 Jun 2010 13:59:07 +0000 (16:59 +0300)]
accept shirt and pants as colors for dock and panels

13 years agoreintroduce combined health/armor display, do small fixes to showonlycurrent ammo...
FruitieX [Wed, 2 Jun 2010 13:35:37 +0000 (16:35 +0300)]
reintroduce combined health/armor display, do small fixes to showonlycurrent ammo type

13 years agoadd strength/sheld icon expanding again! todo_cnt--; :)
FruitieX [Wed, 2 Jun 2010 12:34:32 +0000 (15:34 +0300)]
add strength/sheld icon expanding again! todo_cnt--; :)

13 years agoscale the statusbar images 1:2:1 (left/right parts of image unscaled when possible)
FruitieX [Wed, 2 Jun 2010 12:14:08 +0000 (15:14 +0300)]
scale the statusbar images 1:2:1 (left/right parts of image unscaled when possible)

13 years agowickedhud beta 3
FruitieX [Wed, 2 Jun 2010 10:55:52 +0000 (13:55 +0300)]
wickedhud beta 3

13 years agoMerge branch 'master' into fruitiex/newpanelhud
FruitieX [Wed, 2 Jun 2010 10:09:15 +0000 (13:09 +0300)]
Merge branch 'master' into fruitiex/newpanelhud

13 years agoFix duckwalk.
Sahil Singhal [Wed, 2 Jun 2010 04:09:38 +0000 (00:09 -0400)]
Fix duckwalk.

13 years agonerf strafing to prevent insane turns, now matches CPM more (used to be almost 2x...
FruitieX [Sun, 30 May 2010 06:33:02 +0000 (09:33 +0300)]
nerf strafing to prevent insane turns, now matches CPM more (used to be almost 2x faster) Note to div0: These were manually adjusted, please adjust either value so that the strafe accel == forward-only accel

13 years agoBetter textures.
Sahil Singhal [Sat, 29 May 2010 19:52:05 +0000 (15:52 -0400)]
Better textures.

13 years agoCorrect defaults to make the effect less strong (as in DP)
Mircea Kitsune [Sat, 29 May 2010 13:07:07 +0000 (16:07 +0300)]
Correct defaults to make the effect less strong (as in DP)

13 years agoTry to fix run cycle.
Sahil Singhal [Fri, 28 May 2010 03:04:50 +0000 (23:04 -0400)]
Try to fix run cycle.

13 years agoFix washed out textures.
Sahil Singhal [Fri, 28 May 2010 00:41:19 +0000 (20:41 -0400)]
Fix washed out textures.

13 years agoMerge commit 'origin/master' into diabolik/gakplayermodel
Sahil Singhal [Thu, 27 May 2010 22:45:28 +0000 (18:45 -0400)]
Merge commit 'origin/master' into diabolik/gakplayermodel

13 years agoJust for viewing right now. Textures will be fixed as well as anims and weapon position.
Sahil Singhal [Thu, 27 May 2010 22:44:50 +0000 (18:44 -0400)]
Just for viewing right now. Textures will be fixed as well as anims and weapon position.

13 years agoMerge remote branch 'refs/remotes/origin/fruitiex/leanmodelcfg'
Rudolf Polzer [Thu, 27 May 2010 20:29:09 +0000 (22:29 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/leanmodelcfg'

13 years agoproperly set the HITTYPE_BOUNCE flag on all timeout detonations
Rudolf Polzer [Wed, 26 May 2010 22:25:12 +0000 (00:25 +0200)]
properly set the HITTYPE_BOUNCE flag on all timeout detonations

13 years agoMerge branch 'master' of ssh://git.xonotic.org/xonotic-data.pk3dir
Rudolf Polzer [Wed, 26 May 2010 22:17:40 +0000 (00:17 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/xonotic-data.pk3dir

13 years agowe do not need that much "sliding" for in-combat strafing, so let's reduce it and...
Rudolf Polzer [Wed, 26 May 2010 22:17:01 +0000 (00:17 +0200)]
we do not need that much "sliding" for in-combat strafing, so let's reduce it and increase accuracy of sharp turns

13 years agoadd leanmodel/followmodel to defaultXonotic.cfg and tweak them to reduce (fix?) the...
FruitieX [Wed, 26 May 2010 18:15:11 +0000 (21:15 +0300)]
add leanmodel/followmodel to defaultXonotic.cfg and tweak them to reduce (fix?) the stuttering

13 years agoAttempt to sanitize sv_jumpspeedcap_min/sv_jumpspeedcap_max
Jānis Rūcis [Wed, 26 May 2010 17:29:18 +0000 (20:29 +0300)]
Attempt to sanitize sv_jumpspeedcap_min/sv_jumpspeedcap_max

13 years agoClean up doublejump code
Jānis Rūcis [Wed, 26 May 2010 17:27:42 +0000 (20:27 +0300)]
Clean up doublejump code

13 years agoSet sv_doublejump global every frame
Jānis Rūcis [Wed, 26 May 2010 14:30:36 +0000 (17:30 +0300)]
Set sv_doublejump global every frame

13 years agoMerge branch 'master' of ssh://git.xonotic.org/xonotic-data.pk3dir
Rudolf Polzer [Wed, 26 May 2010 10:44:24 +0000 (12:44 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/xonotic-data.pk3dir

13 years agoit's nicer with also precaching
Rudolf Polzer [Wed, 26 May 2010 10:44:10 +0000 (12:44 +0200)]
it's nicer with also precaching

13 years agosv_cmd gettaginfo: print more info
Rudolf Polzer [Wed, 26 May 2010 10:42:42 +0000 (12:42 +0200)]
sv_cmd gettaginfo: print more info

13 years agosv_cmd gettaginfo: print more info
Rudolf Polzer [Wed, 26 May 2010 10:42:42 +0000 (12:42 +0200)]
sv_cmd gettaginfo: print more info

13 years agouseless change, will delete the branch again
Rudolf Polzer [Wed, 26 May 2010 05:42:32 +0000 (07:42 +0200)]
useless change, will delete the branch again

13 years agostart of force-setting HITTYPE_SPLASH for timed out explosions (so client/damage...
Rudolf Polzer [Wed, 26 May 2010 05:39:18 +0000 (07:39 +0200)]
start of force-setting HITTYPE_SPLASH for timed out explosions (so client/damage.qc can check that flag to decide whether the explosion should spawn rubble or not)

13 years agoalways perform the trace before speedcap, independent of sv_doublejump :-P (untested...
FruitieX [Tue, 25 May 2010 18:15:27 +0000 (21:15 +0300)]
always perform the trace before speedcap, independent of sv_doublejump :-P (untested due to lack of time, but should work)

13 years agoMerge branch 'master' into divVerent/speedlimit
Rudolf Polzer [Tue, 25 May 2010 14:57:37 +0000 (16:57 +0200)]
Merge branch 'master' into divVerent/speedlimit

13 years agoMerge remote branches 'origin/diabolik/exteriorweaponposition', 'origin/diabolik...
Rudolf Polzer [Tue, 25 May 2010 14:56:27 +0000 (16:56 +0200)]
Merge remote branches 'origin/diabolik/exteriorweaponposition', 'origin/diabolik/ignisplayermodel', 'origin/diabolik/pyriaplayermodel', 'origin/diabolik/umbraplayermodel' and 'origin/diabolik/weaponscale'

13 years agoMerge remote branches 'origin/diabolik/exteriorweaponposition', 'origin/diabolik...
Rudolf Polzer [Tue, 25 May 2010 14:55:31 +0000 (16:55 +0200)]
Merge remote branches 'origin/diabolik/exteriorweaponposition', 'origin/diabolik/ignisplayermodel', 'origin/diabolik/pyriaplayermodel', 'origin/diabolik/umbraplayermodel' and 'origin/diabolik/weaponscale' into divVerent/speedlimit

13 years agonew funny cvar sv_speedlimit (not engine predicted yet). Please test (e.g set sv_spee...
Rudolf Polzer [Tue, 25 May 2010 08:30:51 +0000 (10:30 +0200)]
new funny cvar sv_speedlimit (not engine predicted yet). Please test (e.g set sv_speedlimit 1000)!

13 years agophysics: make strafing more useful as dodging move again
Rudolf Polzer [Tue, 25 May 2010 06:55:12 +0000 (08:55 +0200)]
physics: make strafing more useful as dodging move again

13 years agophysics: fix "slow start" when starting to move forward in air
Rudolf Polzer [Tue, 25 May 2010 06:54:57 +0000 (08:54 +0200)]
physics: fix "slow start" when starting to move forward in air

13 years agoMinor adjustments.
Sahil Singhal [Mon, 24 May 2010 21:37:49 +0000 (17:37 -0400)]
Minor adjustments.

13 years agoMerge commit 'origin/master' into diabolik/pyriaplayermodel
Sahil Singhal [Mon, 24 May 2010 21:08:37 +0000 (17:08 -0400)]
Merge commit 'origin/master' into diabolik/pyriaplayermodel

13 years agoMerge commit 'origin/master' into diabolik/umbraplayermodel
Sahil Singhal [Mon, 24 May 2010 21:08:17 +0000 (17:08 -0400)]
Merge commit 'origin/master' into diabolik/umbraplayermodel