]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
FruitieX [Tue, 26 Oct 2010 14:00:21 +0000 (17:00 +0300)]
fix typo
FruitieX [Tue, 26 Oct 2010 13:52:09 +0000 (16:52 +0300)]
remove a debug print
FruitieX [Tue, 26 Oct 2010 13:51:09 +0000 (16:51 +0300)]
proper uid2name frontend, fixes to backend
FruitieX [Tue, 26 Oct 2010 13:13:10 +0000 (16:13 +0300)]
fix two typos
FruitieX [Tue, 26 Oct 2010 13:12:18 +0000 (16:12 +0300)]
uid2name backend
FruitieX [Tue, 26 Oct 2010 12:15:00 +0000 (15:15 +0300)]
show times too
FruitieX [Tue, 26 Oct 2010 12:12:40 +0000 (15:12 +0300)]
integrate race to the hud notify system
FruitieX [Tue, 26 Oct 2010 12:01:30 +0000 (15:01 +0300)]
use GetMapname() instead of MapInfo_Map_bspname
FruitieX [Tue, 26 Oct 2010 11:54:56 +0000 (14:54 +0300)]
another typo
FruitieX [Tue, 26 Oct 2010 11:53:49 +0000 (14:53 +0300)]
typo
FruitieX [Tue, 26 Oct 2010 11:50:37 +0000 (14:50 +0300)]
ladder fixes (hopefully)
FruitieX [Tue, 26 Oct 2010 11:31:47 +0000 (14:31 +0300)]
very fast respawn in CTS, no violence to prevent lagging up clients
FruitieX [Tue, 26 Oct 2010 11:16:50 +0000 (14:16 +0300)]
fixes
FruitieX [Tue, 26 Oct 2010 11:02:13 +0000 (14:02 +0300)]
Merge branch 'master' into fruitiex/racefixes
FruitieX [Tue, 26 Oct 2010 11:00:25 +0000 (14:00 +0300)]
make it compile
FruitieX [Tue, 26 Oct 2010 10:43:05 +0000 (13:43 +0300)]
oops wasn't supposed to commit this
FruitieX [Tue, 26 Oct 2010 10:41:52 +0000 (13:41 +0300)]
cl_client.qc fix
FruitieX [Tue, 26 Oct 2010 10:40:42 +0000 (13:40 +0300)]
make miscfunctions.qc compile
FruitieX [Tue, 26 Oct 2010 10:35:51 +0000 (13:35 +0300)]
get rid of the grecord* stuff
FruitieX [Sun, 24 Oct 2010 19:48:58 +0000 (22:48 +0300)]
fix typo
FruitieX [Sun, 24 Oct 2010 19:41:33 +0000 (22:41 +0300)]
did this INITPRIO_FINDTARGET fix ever improve the situation of two players passing through an item trigger at once? needs testing, if it wasn't fixed, needs to be done in another way (CAN'T have players "leaking" through an item remove trigger, eg. suppose there's a map where you spawn with the rocketlauncher and it is removed shortly after, a leaked player would get a HUGE advantage)
FruitieX [Sun, 24 Oct 2010 19:39:40 +0000 (22:39 +0300)]
getting there...
FruitieX [Sun, 24 Oct 2010 18:13:58 +0000 (21:13 +0300)]
ladder code might even work now, well apart from uid2name
FruitieX [Sun, 24 Oct 2010 18:05:12 +0000 (21:05 +0300)]
make race_PlaceName work for places > 100 too (probably useless, but who knows :P)
FruitieX [Sun, 24 Oct 2010 13:15:05 +0000 (16:15 +0300)]
some very WIP race code, won't compile yet, but already contains most stuff from rankings-recode (and some new stuff like starting work on an opt-in uid2name)
Rudolf Polzer [Sat, 23 Oct 2010 19:32:12 +0000 (21:32 +0200)]
remove the old muzzleflash field that is no longer in use
Jakob MG [Sat, 23 Oct 2010 19:30:24 +0000 (21:30 +0200)]
Fix uzi flash entity leakage
Rudolf Polzer [Sat, 23 Oct 2010 17:57:37 +0000 (19:57 +0200)]
rifle: more accuracy
Rudolf Polzer [Sat, 23 Oct 2010 17:09:05 +0000 (19:09 +0200)]
actually add the new crosshair ring image
Rudolf Polzer [Sat, 23 Oct 2010 17:08:56 +0000 (19:08 +0200)]
remove muzzleflash when player leaves
Rudolf Polzer [Sat, 23 Oct 2010 17:06:40 +0000 (19:06 +0200)]
less obtrusive ring display
Rudolf Polzer [Sat, 23 Oct 2010 16:40:56 +0000 (18:40 +0200)]
use the right spawnflag
Rudolf Polzer [Sat, 23 Oct 2010 16:36:46 +0000 (18:36 +0200)]
trigger_hurt, misc_laser: support "team" like trigger_push
FruitieX [Sat, 23 Oct 2010 13:25:56 +0000 (16:25 +0300)]
reimplement the cts kill delay from fruitiex/rankings-recode. This is a feature that stops cheating on some maps, by running back to the start line and starting out with more speed than you otherwise would
Rudolf Polzer [Sat, 23 Oct 2010 08:47:04 +0000 (10:47 +0200)]
also show rocket flying mutator as enabled if the rocket detonate delay is 0 currently and not 0 by default
Rudolf Polzer [Sat, 23 Oct 2010 07:54:58 +0000 (09:54 +0200)]
fix warning
Rudolf Polzer [Sat, 23 Oct 2010 07:54:17 +0000 (09:54 +0200)]
add Rocket Flying to menu
Rudolf Polzer [Sat, 23 Oct 2010 07:47:57 +0000 (09:47 +0200)]
add the "rocket flying" mutator, cvar g_rocket_flying
Rudolf Polzer [Sat, 23 Oct 2010 07:43:43 +0000 (09:43 +0200)]
mutator system: add an EditProjectile hook
Rudolf Polzer [Sat, 23 Oct 2010 07:08:39 +0000 (09:08 +0200)]
also hide net_address and friends from cvar_changes
Rudolf Polzer [Sat, 23 Oct 2010 07:08:00 +0000 (09:08 +0200)]
merge some nice settings from my server
Rudolf Polzer [Sat, 23 Oct 2010 07:03:58 +0000 (09:03 +0200)]
default vote majority factor to only 2/3, not "2/3 plus one". Let's see if that really causes abuse.
Rudolf Polzer [Fri, 22 Oct 2010 21:57:07 +0000 (23:57 +0200)]
more font stuff
Rudolf Polzer [Fri, 22 Oct 2010 21:53:53 +0000 (23:53 +0200)]
fix cvar_changes
Rudolf Polzer [Fri, 22 Oct 2010 21:04:48 +0000 (23:04 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/xonotic-data.pk3dir
Conflicts:
balanceXonotic.cfg
Rudolf Polzer [Fri, 22 Oct 2010 21:04:10 +0000 (23:04 +0200)]
MOAR CELLS
Rudolf Polzer [Fri, 22 Oct 2010 20:58:49 +0000 (22:58 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/fruitbalance'
FruitieX [Fri, 22 Oct 2010 20:49:02 +0000 (23:49 +0300)]
g_pickup_cells_weapon 25
Rudolf Polzer [Fri, 22 Oct 2010 20:42:02 +0000 (22:42 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/fruitbalance'
FruitieX [Fri, 22 Oct 2010 20:38:38 +0000 (23:38 +0300)]
give the nex a minimum damage of 40 (instead of 0), nerf secondary charge rate to compensate (ammo usage halved too, though)
Rudolf Polzer [Fri, 22 Oct 2010 15:46:45 +0000 (17:46 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/domfix'
Rudolf Polzer [Fri, 22 Oct 2010 15:40:19 +0000 (17:40 +0200)]
Merge remote branch 'origin/fruitiex/kay_crosshairs'
FruitieX [Fri, 22 Oct 2010 15:14:38 +0000 (18:14 +0300)]
new crosshair images by kayPK
Rudolf Polzer [Fri, 22 Oct 2010 14:08:57 +0000 (16:08 +0200)]
remove an unused var
Rudolf Polzer [Fri, 22 Oct 2010 13:57:25 +0000 (15:57 +0200)]
add a // defaults: marker too
Rudolf Polzer [Fri, 22 Oct 2010 13:53:09 +0000 (15:53 +0200)]
add a dummy skill value for cts
Rudolf Polzer [Fri, 22 Oct 2010 13:49:39 +0000 (15:49 +0200)]
also still add the leadlimit to the defalt comment
Rudolf Polzer [Fri, 22 Oct 2010 13:46:06 +0000 (15:46 +0200)]
mapinfo: recode of game type specification, new keyword "gametype" replaces old "type" (old maps stay supported)
FruitieX [Fri, 22 Oct 2010 12:12:35 +0000 (15:12 +0300)]
add _reflect maps too
FruitieX [Fri, 22 Oct 2010 12:06:36 +0000 (15:06 +0300)]
finally fix the darn dom points, also remove nexuiz logo
Rudolf Polzer [Fri, 22 Oct 2010 07:10:48 +0000 (09:10 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/domtextures'
Rudolf Polzer [Fri, 22 Oct 2010 07:02:59 +0000 (09:02 +0200)]
Merge remote branch 'refs/remotes/origin/ThePWTULN/campaigntimer'
FruitieX [Thu, 21 Oct 2010 20:37:10 +0000 (23:37 +0300)]
add capture point textures from nexcompat
Rudolf Polzer [Thu, 21 Oct 2010 20:08:18 +0000 (22:08 +0200)]
Merge remote branch 'origin/fruitiex/newpanelhud'
FruitieX [Thu, 21 Oct 2010 19:21:39 +0000 (22:21 +0300)]
s/hud_border_thickness/autocvar_scoreboard_border_thickness/
FruitieX [Thu, 21 Oct 2010 19:10:25 +0000 (22:10 +0300)]
increase the scale a bit
FruitieX [Thu, 21 Oct 2010 19:07:02 +0000 (22:07 +0300)]
strzone a tempstring before storing in a global! create a new cvar for scaling up/down the scoreboard background
FruitieX [Thu, 21 Oct 2010 18:45:11 +0000 (21:45 +0300)]
add a "* hud_fade_alpha" into showspeed and showacceleration so they fade out nicely when opening the scoreboard/menu
FruitieX [Thu, 21 Oct 2010 18:40:17 +0000 (21:40 +0300)]
Merge branch 'master' into terencehill/newpanelhud
Rudolf Polzer [Thu, 21 Oct 2010 18:26:45 +0000 (20:26 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/racepanelfix'
FruitieX [Thu, 21 Oct 2010 18:10:50 +0000 (21:10 +0300)]
make the race modicon panel a little more awesome
Rudolf Polzer [Thu, 21 Oct 2010 16:06:28 +0000 (18:06 +0200)]
new .gitattributes file, no visible change
Rudolf Polzer [Wed, 20 Oct 2010 15:55:22 +0000 (17:55 +0200)]
let it pierce even less solid, actually
Rudolf Polzer [Wed, 20 Oct 2010 15:54:46 +0000 (17:54 +0200)]
reduce rifle secondary speed (as secondary is weaker and should pierce less solid)
Rudolf Polzer [Wed, 20 Oct 2010 15:30:16 +0000 (17:30 +0200)]
use equalizing for rendering fullbright players
Rudolf Polzer [Tue, 19 Oct 2010 19:46:46 +0000 (21:46 +0200)]
fire burner: abort searching for owner after 16 steps
Rudolf Polzer [Tue, 19 Oct 2010 19:37:40 +0000 (21:37 +0200)]
fix funny warpzone-rocketlauncher bug
Rudolf Polzer [Tue, 19 Oct 2010 19:15:32 +0000 (21:15 +0200)]
fix rocket no longer being remote detonatable after passing through warpzone
Rudolf Polzer [Tue, 19 Oct 2010 15:48:07 +0000 (17:48 +0200)]
support bgmscript with target_music
Rudolf Polzer [Tue, 19 Oct 2010 15:42:44 +0000 (17:42 +0200)]
Assault in Campaign: only run the first round
Rudolf Polzer [Tue, 19 Oct 2010 13:35:29 +0000 (15:35 +0200)]
nex beam: when low charge, display a weaker beam
Rudolf Polzer [Tue, 19 Oct 2010 13:09:15 +0000 (15:09 +0200)]
fix warnings
Rudolf Polzer [Tue, 19 Oct 2010 12:51:48 +0000 (14:51 +0200)]
nex charge: properly support g_use_ammunition; don't bite off more than you can chew (stop charging from cells if you drop below the cells for a single shot)
Rudolf Polzer [Tue, 19 Oct 2010 05:47:27 +0000 (07:47 +0200)]
Merge remote branch 'refs/remotes/origin/tzork/turrets'
Rudolf Polzer [Tue, 19 Oct 2010 05:44:40 +0000 (07:44 +0200)]
Merge remote branch 'refs/remotes/origin/mirceakitsune/falling_improvments'
Rudolf Polzer [Tue, 19 Oct 2010 05:44:14 +0000 (07:44 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/silencedriflesec'
Rudolf Polzer [Tue, 19 Oct 2010 05:42:06 +0000 (07:42 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/outofammosound'
Rudolf Polzer [Tue, 19 Oct 2010 05:37:39 +0000 (07:37 +0200)]
Merge branch 'master' of http://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Tue, 19 Oct 2010 05:37:20 +0000 (07:37 +0200)]
misc_laser: allow turning off the dlight by setting "modelscale" "-1"
Rudolf Polzer [Tue, 19 Oct 2010 05:34:34 +0000 (07:34 +0200)]
a simpler strength sound limiter
FruitieX [Tue, 19 Oct 2010 00:04:46 +0000 (03:04 +0300)]
attempt at making the tracer stay longer, please check if correct...
FruitieX [Mon, 18 Oct 2010 23:46:20 +0000 (02:46 +0300)]
dryfire.wav sound when out of ammo
FruitieX [Mon, 18 Oct 2010 23:18:19 +0000 (02:18 +0300)]
silenced rifle sound from Tenshihan's GPL soundpack
FruitieX [Mon, 18 Oct 2010 21:39:32 +0000 (00:39 +0300)]
prevent insane strength sound spam on weapons that fire at each frame (tuba, electro, gauntlet laser if someone still uses that), and weapons that apparently fire multiple times per frame?! (hlac secondary)
FruitieX [Mon, 18 Oct 2010 21:17:57 +0000 (00:17 +0300)]
don't consume cells if charge is 100% and secondary is held down, nerf velocity charge slightly, increase the base charge rate, increase secondary charge rate slightly. This way it hopefully requires a bit more effort to get up to 120 damage.
FruitieX [Mon, 18 Oct 2010 21:10:39 +0000 (00:10 +0300)]
only add a "base charge" up to 50%
Rudolf Polzer [Mon, 18 Oct 2010 17:20:37 +0000 (19:20 +0200)]
Merge remote branch 'origin/fruitiex/fruitbalance'
FruitieX [Mon, 18 Oct 2010 17:18:02 +0000 (20:18 +0300)]
nerf grenadelauncher to dmg 50/70 from 60/80
Rudolf Polzer [Mon, 18 Oct 2010 16:11:22 +0000 (18:11 +0200)]
add completion for playermodel command
Rudolf Polzer [Mon, 18 Oct 2010 12:13:31 +0000 (14:13 +0200)]
also support JPEG waypointsprites