]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
13 years agoMerge remote branch 'origin/fruitiex/xpm'
Rudolf Polzer [Tue, 28 Dec 2010 13:07:31 +0000 (14:07 +0100)]
Merge remote branch 'origin/fruitiex/xpm'

13 years agoMerge remote branch 'origin/fruitiex/panelhud'
Rudolf Polzer [Tue, 28 Dec 2010 13:07:14 +0000 (14:07 +0100)]
Merge remote branch 'origin/fruitiex/panelhud'

13 years agoMerge remote branch 'origin/fruitiex/bots'
Rudolf Polzer [Tue, 28 Dec 2010 13:07:07 +0000 (14:07 +0100)]
Merge remote branch 'origin/fruitiex/bots'

13 years agoMerge remote branch 'origin/fruitiex/balance'
Rudolf Polzer [Tue, 28 Dec 2010 13:06:45 +0000 (14:06 +0100)]
Merge remote branch 'origin/fruitiex/balance'

13 years agorename the qc file name too
Rudolf Polzer [Mon, 27 Dec 2010 22:09:39 +0000 (23:09 +0100)]
rename the qc file name too

13 years agorename campingrifle to sniperrifle whereever possible (everywhere except model name)
Rudolf Polzer [Mon, 27 Dec 2010 22:08:35 +0000 (23:08 +0100)]
rename campingrifle to sniperrifle whereever possible (everywhere except model name)

13 years agochange glitchiness of ladders to be maybe a bit better (closes #214)
Rudolf Polzer [Mon, 27 Dec 2010 21:19:45 +0000 (22:19 +0100)]
change glitchiness of ladders to be maybe a bit better (closes #214)

13 years agofix LMS start health/armor
Rudolf Polzer [Mon, 27 Dec 2010 15:50:58 +0000 (16:50 +0100)]
fix LMS start health/armor

13 years agomake sure an animtime of the electro always starts when RELEASING the button
Rudolf Polzer [Sun, 26 Dec 2010 21:31:00 +0000 (22:31 +0100)]
make sure an animtime of the electro always starts when RELEASING the button

13 years agoMerge remote branch 'origin/fruitiex/electrofix'
Rudolf Polzer [Sun, 26 Dec 2010 21:28:22 +0000 (22:28 +0100)]
Merge remote branch 'origin/fruitiex/electrofix'

13 years agofix failgun force through warpzones
Rudolf Polzer [Sun, 26 Dec 2010 21:24:53 +0000 (22:24 +0100)]
fix failgun force through warpzones

13 years agohow about this: rapid fire, lower damage weapons have an animtime of 0.2, higher...
FruitieX [Sun, 26 Dec 2010 20:51:37 +0000 (22:51 +0200)]
how about this: rapid fire, lower damage weapons have an animtime of 0.2, higher damage weapons with lower ROF have animtimes of 0.3 or higher

13 years agomake the weaponswitchdelay 0.15 instead. Shotgun secondary animtime HAS to be 1.0
FruitieX [Sun, 26 Dec 2010 20:49:23 +0000 (22:49 +0200)]
make the weaponswitchdelay 0.15 instead. Shotgun secondary animtime HAS to be 1.0

13 years agomost animtimes -= 0.2, weaponswitchdelay += 0.1
FruitieX [Sun, 26 Dec 2010 20:30:54 +0000 (22:30 +0200)]
most animtimes -= 0.2, weaponswitchdelay += 0.1

13 years agomake the electro animtime 0.2 to prevent insane anim spam causing lag apparently
FruitieX [Sun, 26 Dec 2010 20:26:48 +0000 (22:26 +0200)]
make the electro animtime 0.2 to prevent insane anim spam causing lag apparently

13 years agofix bug that hook doesn't update directly after firing but stay stuck for a little...
Rudolf Polzer [Sun, 26 Dec 2010 19:16:35 +0000 (20:16 +0100)]
fix bug that hook doesn't update directly after firing but stay stuck for a little while

13 years agoallow some more cvars
Rudolf Polzer [Sat, 25 Dec 2010 20:03:47 +0000 (21:03 +0100)]
allow some more cvars

13 years agostop zoom when dying
Rudolf Polzer [Sat, 25 Dec 2010 18:57:59 +0000 (19:57 +0100)]
stop zoom when dying

13 years agoproper S3TC size estimation
Rudolf Polzer [Sat, 25 Dec 2010 16:30:56 +0000 (17:30 +0100)]
proper S3TC size estimation

13 years agoDDS: SW decode to quarter res if we want to load DDS but don't support the extension...
Rudolf Polzer [Sat, 25 Dec 2010 16:26:23 +0000 (17:26 +0100)]
DDS: SW decode to quarter res if we want to load DDS but don't support the extension for it

13 years ago0 == MSG_BROADCAST
Rudolf Polzer [Fri, 24 Dec 2010 22:56:19 +0000 (23:56 +0100)]
0 == MSG_BROADCAST

13 years agofix an "unknown temp entity" error
Rudolf Polzer [Fri, 24 Dec 2010 22:55:08 +0000 (23:55 +0100)]
fix an "unknown temp entity" error

13 years agofix notify panel cvar
Rudolf Polzer [Fri, 24 Dec 2010 17:30:33 +0000 (18:30 +0100)]
fix notify panel cvar

13 years agomake the texture compression control sensitive towards support of the feature
Rudolf Polzer [Fri, 24 Dec 2010 17:16:33 +0000 (18:16 +0100)]
make the texture compression control sensitive towards support of the feature

13 years agoneed less size snapping now
Rudolf Polzer [Fri, 24 Dec 2010 11:59:04 +0000 (12:59 +0100)]
need less size snapping now

13 years agouse FONT_USER1 for everything in CSQC, get rid of hud_font/hud_bigfont decision ...
Rudolf Polzer [Fri, 24 Dec 2010 11:52:08 +0000 (12:52 +0100)]
use FONT_USER1 for everything in CSQC, get rid of hud_font/hud_bigfont decision (which doesn't make sense in the panelhud)

13 years agoMerge remote branch 'origin/master' into fruitiex/panelhud
FruitieX [Fri, 24 Dec 2010 01:00:53 +0000 (03:00 +0200)]
Merge remote branch 'origin/master' into fruitiex/panelhud

13 years agofix a stupid typo
FruitieX [Fri, 24 Dec 2010 01:00:40 +0000 (03:00 +0200)]
fix a stupid typo

13 years agoremoving WEP_FLAG_NORMAL from the mine layer as it is a bit teamplay specific
Rudolf Polzer [Thu, 23 Dec 2010 22:30:19 +0000 (23:30 +0100)]
removing WEP_FLAG_NORMAL from the mine layer as it is a bit teamplay specific

13 years agoretune hud gentle damage alpha
Rudolf Polzer [Thu, 23 Dec 2010 22:24:44 +0000 (23:24 +0100)]
retune hud gentle damage alpha

13 years agofix a syntax error
Rudolf Polzer [Thu, 23 Dec 2010 18:26:26 +0000 (19:26 +0100)]
fix a syntax error

13 years agoallow 127 bytes player names like in the engine
Rudolf Polzer [Thu, 23 Dec 2010 05:32:13 +0000 (06:32 +0100)]
allow 127 bytes player names like in the engine

13 years agouse the bigfont for killnotify; more font size snapping to prevent blurry fonts
Rudolf Polzer [Thu, 23 Dec 2010 05:29:03 +0000 (06:29 +0100)]
use the bigfont for killnotify; more font size snapping to prevent blurry fonts

13 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir xonotic-v0.1.0preview
Rudolf Polzer [Wed, 22 Dec 2010 19:48:13 +0000 (20:48 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years agoreduce default of hud_damage (by merlijn)
Rudolf Polzer [Wed, 22 Dec 2010 19:48:02 +0000 (20:48 +0100)]
reduce default of hud_damage (by merlijn)

13 years agomore 313(7|20 damage
Rudolf Polzer [Tue, 21 Dec 2010 16:13:05 +0000 (17:13 +0100)]
more 313(7|20 damage

13 years agoallow tweaking teamplay_mode in a pure server
FruitieX [Tue, 21 Dec 2010 13:37:49 +0000 (15:37 +0200)]
allow tweaking teamplay_mode in a pure server

13 years agotweak teamplay_mode instead of the mirrordamage/friendlyfire cvars
FruitieX [Tue, 21 Dec 2010 13:35:34 +0000 (15:35 +0200)]
tweak teamplay_mode instead of the mirrordamage/friendlyfire cvars

13 years agofix some more rotated-bbox issues
Rudolf Polzer [Tue, 21 Dec 2010 13:16:37 +0000 (14:16 +0100)]
fix some more rotated-bbox issues

13 years agodetect rotated entities, and increase their mins/maxs when used as brush models
Rudolf Polzer [Tue, 21 Dec 2010 13:02:52 +0000 (14:02 +0100)]
detect rotated entities, and increase their mins/maxs when used as brush models

13 years agoadd a missing variable
Rudolf Polzer [Tue, 21 Dec 2010 09:46:09 +0000 (10:46 +0100)]
add a missing variable

13 years agoMerge remote branches 'origin/fruitiex/hud_damage-dmg_take' and 'origin/divVerent...
Rudolf Polzer [Tue, 21 Dec 2010 06:17:23 +0000 (07:17 +0100)]
Merge remote branches 'origin/fruitiex/hud_damage-dmg_take' and 'origin/divVerent/virtual-mirror-damage'

13 years agoalways do -zoom when changing a keybind (so if togglezoom is bound away, we cannot...
Rudolf Polzer [Tue, 21 Dec 2010 06:13:05 +0000 (07:13 +0100)]
always do -zoom when changing a keybind (so if togglezoom is bound away, we cannot get stuck in zoomed mode)

13 years agofix missing args
Rudolf Polzer [Mon, 20 Dec 2010 20:59:05 +0000 (21:59 +0100)]
fix missing args

13 years agorandom weapon arena: fix issue with laser
Rudolf Polzer [Mon, 20 Dec 2010 20:48:24 +0000 (21:48 +0100)]
random weapon arena: fix issue with laser

13 years agobetter tuning of weak rifle tracer
Rudolf Polzer [Mon, 20 Dec 2010 20:38:31 +0000 (21:38 +0100)]
better tuning of weak rifle tracer

13 years agotogglezoom to keybinds.txt
Rudolf Polzer [Mon, 20 Dec 2010 20:23:17 +0000 (21:23 +0100)]
togglezoom to keybinds.txt

13 years agoadd a togglezoom command
Rudolf Polzer [Mon, 20 Dec 2010 20:22:55 +0000 (21:22 +0100)]
add a togglezoom command

13 years agoadd red planet's smoke emitters to effectinfo
Rudolf Polzer [Mon, 20 Dec 2010 20:01:52 +0000 (21:01 +0100)]
add red planet's smoke emitters to effectinfo

13 years agoadd a "weak" rifle trail for secondary
Rudolf Polzer [Mon, 20 Dec 2010 20:01:13 +0000 (21:01 +0100)]
add a "weak" rifle trail for secondary

13 years agoRevert "clamp headshot damage to 120 (125 is spawn health)" because FruitieX says so
Rudolf Polzer [Mon, 20 Dec 2010 19:51:31 +0000 (20:51 +0100)]
Revert "clamp headshot damage to 120 (125 is spawn health)" because FruitieX says so

This reverts commit 1bf6711af7223ff0e5b3aa09c772fc9d607c77fc.

13 years agomore spawnshield time (whole second now)
Rudolf Polzer [Mon, 20 Dec 2010 16:00:17 +0000 (17:00 +0100)]
more spawnshield time (whole second now)

13 years agoclamp headshot damage to 120 (125 is spawn health)
Rudolf Polzer [Mon, 20 Dec 2010 15:59:37 +0000 (16:59 +0100)]
clamp headshot damage to 120 (125 is spawn health)

13 years agotweaks
FruitieX [Mon, 20 Dec 2010 14:09:53 +0000 (16:09 +0200)]
tweaks

13 years agoMerge remote branch 'origin/divVerent/virtual-mirror-damage' into fruitiex/hud_damage...
FruitieX [Mon, 20 Dec 2010 14:04:31 +0000 (16:04 +0200)]
Merge remote branch 'origin/divVerent/virtual-mirror-damage' into fruitiex/hud_damage-dmg_take

13 years agoalso support virtual friendly fire
Rudolf Polzer [Mon, 20 Dec 2010 14:01:12 +0000 (15:01 +0100)]
also support virtual friendly fire

13 years agoMerge remote branch 'origin/divVerent/virtual-mirror-damage' into fruitiex/hud_damage...
FruitieX [Mon, 20 Dec 2010 13:39:54 +0000 (15:39 +0200)]
Merge remote branch 'origin/divVerent/virtual-mirror-damage' into fruitiex/hud_damage-dmg_take

13 years agouse dmg_take, tweak two values to make the effect a bit more visible at hud_damage 1
FruitieX [Mon, 20 Dec 2010 13:36:37 +0000 (15:36 +0200)]
use dmg_take, tweak two values to make the effect a bit more visible at hud_damage 1

13 years agoMerge branch 'master' into divVerent/virtual-mirror-damage
Rudolf Polzer [Mon, 20 Dec 2010 13:30:43 +0000 (14:30 +0100)]
Merge branch 'master' into divVerent/virtual-mirror-damage

13 years agofix column widths
Rudolf Polzer [Mon, 20 Dec 2010 13:30:31 +0000 (14:30 +0100)]
fix column widths

13 years agovirtual mirror damage
Rudolf Polzer [Mon, 20 Dec 2010 13:29:25 +0000 (14:29 +0100)]
virtual mirror damage

13 years agoMerge remote branch 'origin/mand1nga/bot-navigation-fixes'
Rudolf Polzer [Sun, 19 Dec 2010 20:34:32 +0000 (21:34 +0100)]
Merge remote branch 'origin/mand1nga/bot-navigation-fixes'

13 years agoMerge branch 'master' into mand1nga/bot-navigation-fixes
mand1nga [Sat, 18 Dec 2010 22:17:54 +0000 (19:17 -0300)]
Merge branch 'master' into mand1nga/bot-navigation-fixes

13 years agoMerge branch 'master' into mand1nga/bot-navigation-fixes
mand1nga [Sat, 18 Dec 2010 22:14:42 +0000 (19:14 -0300)]
Merge branch 'master' into mand1nga/bot-navigation-fixes

13 years agofix naming of "center dot"
Rudolf Polzer [Sat, 18 Dec 2010 20:35:16 +0000 (21:35 +0100)]
fix naming of "center dot"

13 years agocentered laser
Morphed [Sat, 18 Dec 2010 19:38:17 +0000 (20:38 +0100)]
centered laser

13 years agofixes for weapon model normals and some other stuff
Morphed [Sat, 18 Dec 2010 18:45:19 +0000 (19:45 +0100)]
fixes for weapon model normals and some other stuff

13 years agofix some issues with texture compression default
Rudolf Polzer [Sat, 18 Dec 2010 11:44:25 +0000 (12:44 +0100)]
fix some issues with texture compression default

13 years agoMerge remote branch 'origin/fruitiex/panelhud'
Rudolf Polzer [Thu, 16 Dec 2010 20:53:17 +0000 (21:53 +0100)]
Merge remote branch 'origin/fruitiex/panelhud'

13 years agoMerge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Thu, 16 Dec 2010 12:39:06 +0000 (13:39 +0100)]
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years agouse the ca.xonotic.org keygen service now
Rudolf Polzer [Thu, 16 Dec 2010 12:38:51 +0000 (13:38 +0100)]
use the ca.xonotic.org keygen service now

13 years agoproperly detect which color to use when drawing team colors in hud, so that it'll...
FruitieX [Wed, 15 Dec 2010 18:15:57 +0000 (20:15 +0200)]
properly detect which color to use when drawing team colors in hud, so that it'll be correct when spectating. No idea why I didn't do this before :P

13 years agofreezetag
Rudolf Polzer [Wed, 15 Dec 2010 18:07:46 +0000 (19:07 +0100)]
freezetag

13 years agoMerge remote branch 'origin/fruitiex/panelhud'
Rudolf Polzer [Wed, 15 Dec 2010 18:06:23 +0000 (19:06 +0100)]
Merge remote branch 'origin/fruitiex/panelhud'

13 years agobe a BIT more specific
Rudolf Polzer [Wed, 15 Dec 2010 18:05:48 +0000 (19:05 +0100)]
be a BIT more specific

13 years agoMerge remote branch 'origin/fruitiex/allow-g_warmup'
Rudolf Polzer [Wed, 15 Dec 2010 18:05:05 +0000 (19:05 +0100)]
Merge remote branch 'origin/fruitiex/allow-g_warmup'

13 years agoalso allow restart by readying up if the warmup has a timelimit, if everyone's ready...
FruitieX [Wed, 15 Dec 2010 17:57:52 +0000 (19:57 +0200)]
also allow restart by readying up if the warmup has a timelimit, if everyone's ready to play why force them to wait!

13 years agoallow g_warmup cvars while keeping the server pure
FruitieX [Wed, 15 Dec 2010 17:57:01 +0000 (19:57 +0200)]
allow g_warmup cvars while keeping the server pure

13 years agoargh! use self.weapon instead of weapid here
FruitieX [Wed, 15 Dec 2010 17:47:01 +0000 (19:47 +0200)]
argh! use self.weapon instead of weapid here

13 years agohide some more client cvars from cvar_changes
Rudolf Polzer [Wed, 15 Dec 2010 15:38:59 +0000 (16:38 +0100)]
hide some more client cvars from cvar_changes

13 years agoadd more stats directives: "S" = server hostname, "C" = cvar pure changes count ...
Rudolf Polzer [Wed, 15 Dec 2010 15:16:52 +0000 (16:16 +0100)]
add more stats directives: "S" = server hostname, "C" = cvar pure changes count (0 on pure server)

13 years agoget rid of the nex beam tga, nobody needs this any more for a while
Rudolf Polzer [Wed, 15 Dec 2010 11:58:03 +0000 (12:58 +0100)]
get rid of the nex beam tga, nobody needs this any more for a while

13 years agofix significant digits of some menu-governed crosshair cvars
Rudolf Polzer [Wed, 15 Dec 2010 09:14:17 +0000 (10:14 +0100)]
fix significant digits of some menu-governed crosshair cvars

13 years agoremove menu option for AntiLag (nobody needs it)
Rudolf Polzer [Wed, 15 Dec 2010 09:09:34 +0000 (10:09 +0100)]
remove menu option for AntiLag (nobody needs it)

13 years agonext version of balanceLeeStricklin
Rudolf Polzer [Wed, 15 Dec 2010 07:28:32 +0000 (08:28 +0100)]
next version of balanceLeeStricklin

13 years agobe a bit more conservative regarding the warpzone fix
Rudolf Polzer [Tue, 14 Dec 2010 18:46:36 +0000 (19:46 +0100)]
be a bit more conservative regarding the warpzone fix

13 years agomake warpzones able to transport spectators too now
Rudolf Polzer [Tue, 14 Dec 2010 18:43:08 +0000 (19:43 +0100)]
make warpzones able to transport spectators too now

13 years agoMerge remote branch 'origin/terencehill/waypointsprite_alpha_fix'
Rudolf Polzer [Tue, 14 Dec 2010 06:56:53 +0000 (07:56 +0100)]
Merge remote branch 'origin/terencehill/waypointsprite_alpha_fix'

13 years agoMerge remote branch 'origin/fruitiex/panelhud'
Rudolf Polzer [Tue, 14 Dec 2010 06:56:06 +0000 (07:56 +0100)]
Merge remote branch 'origin/fruitiex/panelhud'

13 years agoMerge remote branch 'origin/fruitiex/better_default_color'
Rudolf Polzer [Tue, 14 Dec 2010 06:55:23 +0000 (07:55 +0100)]
Merge remote branch 'origin/fruitiex/better_default_color'

13 years agoMerge remote branch 'origin/fruitiex/no_kill_notify'
Rudolf Polzer [Tue, 14 Dec 2010 06:54:47 +0000 (07:54 +0100)]
Merge remote branch 'origin/fruitiex/no_kill_notify'

13 years agoback to the canjump workaround
Rudolf Polzer [Tue, 14 Dec 2010 06:10:18 +0000 (07:10 +0100)]
back to the canjump workaround

13 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Tue, 14 Dec 2010 06:04:29 +0000 (07:04 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years agowaste more GPU memory :(
Rudolf Polzer [Tue, 14 Dec 2010 06:03:53 +0000 (07:03 +0100)]
waste more GPU memory :(

13 years agomake weapon panel fading/effect cvars part of the hud config files. Add to the exporter.
FruitieX [Mon, 13 Dec 2010 21:01:59 +0000 (23:01 +0200)]
make weapon panel fading/effect cvars part of the hud config files. Add to the exporter.

13 years agouse a better looking deafault color, and Erebus as the default model (it's imo the...
FruitieX [Mon, 13 Dec 2010 20:31:19 +0000 (22:31 +0200)]
use a better looking deafault color, and Erebus as the default model (it's imo the best looking model we have!)

13 years agocomment this sprint out, not sure we want it (centerprint should already make it...
FruitieX [Mon, 13 Dec 2010 20:18:47 +0000 (22:18 +0200)]
comment this sprint out, not sure we want it (centerprint should already make it obvious enough, plus the centerprint varies depending on what will happen e.g. spec/teamchange/kill)

13 years agodisable the "engineinfo" panel by default in all HUD configs
FruitieX [Mon, 13 Dec 2010 20:04:46 +0000 (22:04 +0200)]
disable the "engineinfo" panel by default in all HUD configs

13 years agoMerge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Mon, 13 Dec 2010 06:00:50 +0000 (07:00 +0100)]
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years agofix player model sound and species loading for invalid skin values; use .model and...
Rudolf Polzer [Mon, 13 Dec 2010 06:00:20 +0000 (07:00 +0100)]
fix player model sound and species loading for invalid skin values; use .model and .skinindex, not a mixture