]>
git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
Rudolf Polzer [Wed, 2 Nov 2011 09:20:21 +0000 (10:20 +0100)]
add another checkfail
Rudolf Polzer [Wed, 2 Nov 2011 08:21:05 +0000 (09:21 +0100)]
get rid of the nextafter() hack now the engine has proper handling of this in setorigin()
Rudolf Polzer [Tue, 1 Nov 2011 14:27:28 +0000 (15:27 +0100)]
request session locking
Rudolf Polzer [Tue, 1 Nov 2011 08:26:46 +0000 (09:26 +0100)]
Merge branch 'master' of http://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Tue, 1 Nov 2011 08:26:06 +0000 (09:26 +0100)]
add a cvar "sessionid" to make progs.db unique across multiple servers using the same directory
Rudolf Polzer [Mon, 31 Oct 2011 10:29:39 +0000 (11:29 +0100)]
fix warning
Rudolf Polzer [Mon, 31 Oct 2011 07:31:49 +0000 (08:31 +0100)]
warpzones: always make sure origin is changed
Rudolf Polzer [Mon, 31 Oct 2011 07:27:49 +0000 (08:27 +0100)]
remove the second touch handler hack for warpzones, let's see what breaks (we still get the debug message)
Rudolf Polzer [Fri, 28 Oct 2011 21:45:19 +0000 (23:45 +0200)]
simplify bot-should-attack logic (PLEASE TEST)
Rudolf Polzer [Fri, 28 Oct 2011 20:54:40 +0000 (22:54 +0200)]
another debug cvar
Rudolf Polzer [Fri, 28 Oct 2011 19:33:15 +0000 (21:33 +0200)]
handle HTTP error 422: Unprocessable Entity by NOT retrying the send to a second receiving URL
Rudolf Polzer [Fri, 28 Oct 2011 19:29:54 +0000 (21:29 +0200)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Fri, 28 Oct 2011 19:29:48 +0000 (21:29 +0200)]
more spam
Rudolf Polzer [Fri, 28 Oct 2011 14:15:23 +0000 (16:15 +0200)]
race/cts: store UID2Name info prefixed with "/uid2name/" not "uid2name", to not clash in case a map's name starts with "uid2name".
Rudolf Polzer [Thu, 27 Oct 2011 11:32:43 +0000 (13:32 +0200)]
fix missing strzoning in menu_cmd curl --cvar
Rudolf Polzer [Thu, 27 Oct 2011 08:28:42 +0000 (10:28 +0200)]
handle an entity being antilag-takenback multiple times
Rudolf Polzer [Thu, 27 Oct 2011 08:01:44 +0000 (10:01 +0200)]
set proper colormap value for respawn ghosts
Rudolf Polzer [Thu, 27 Oct 2011 08:00:48 +0000 (10:00 +0200)]
CopyBody: unlink the color from the player slot when cloning
Rudolf Polzer [Thu, 27 Oct 2011 07:35:27 +0000 (09:35 +0200)]
Merge remote-tracking branch 'origin/atheros/secret'
Conflicts:
qcsrc/server/progs.src
Samual [Wed, 26 Oct 2011 14:12:57 +0000 (10:12 -0400)]
Fix some broken things with hud configs (wtf th you didn't add the cvars to hud_config.qc or defaultXonotic.cfg?)
Jakob MG [Wed, 26 Oct 2011 07:11:34 +0000 (09:11 +0200)]
Merge remote-tracking branch 'origin/samual/hud_updates'
Jakob MG [Wed, 26 Oct 2011 07:09:26 +0000 (09:09 +0200)]
g_vehicle_*_bouncefactor - allow setting bouncyness per vehicle. g_vehicle_*_bouncestop - allow stopspeed per vehicle. g_vehicle_*_bouncepain - allow world colission pain per vehicle. Fix raptor landing animation.
Jakob MG [Wed, 26 Oct 2011 05:04:05 +0000 (07:04 +0200)]
fix http://dev.xonotic.org/issues/785 (wrong hud after spectating a vehicle & joining)
Samual [Wed, 26 Oct 2011 01:31:51 +0000 (21:31 -0400)]
Now that getwrappedline bug is fixed, change minfontsize to 0 -- Also, add defaults to autocvars.qh for the new hud_panel_centerprint cvars. (They didn't exist since 0.5)
Samual [Wed, 26 Oct 2011 01:00:39 +0000 (21:00 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Samual [Tue, 25 Oct 2011 22:54:35 +0000 (18:54 -0400)]
Remove old aliases/commands which do nothing now
Samual [Tue, 25 Oct 2011 22:36:46 +0000 (18:36 -0400)]
Fix for new sv_fraginfo cvar name
Rudolf Polzer [Tue, 25 Oct 2011 18:31:48 +0000 (20:31 +0200)]
more isNew debugging
Rudolf Polzer [Tue, 25 Oct 2011 18:22:58 +0000 (20:22 +0200)]
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Tue, 25 Oct 2011 18:22:46 +0000 (20:22 +0200)]
add missing precaches
Samual [Tue, 25 Oct 2011 17:30:00 +0000 (13:30 -0400)]
Add master cvar for cl_reticle so you can disable/enable it altogether.
Samual [Tue, 25 Oct 2011 15:02:41 +0000 (11:02 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Rudolf Polzer [Tue, 25 Oct 2011 11:58:21 +0000 (13:58 +0200)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Tue, 25 Oct 2011 11:57:44 +0000 (13:57 +0200)]
get rid of some uses of the insane tokenizer
Jakob MG [Tue, 25 Oct 2011 10:29:01 +0000 (12:29 +0200)]
Vehicle antilag, take 2
Rudolf Polzer [Tue, 25 Oct 2011 09:58:48 +0000 (11:58 +0200)]
antilag_find is no public interface, remove it
Jakob MG [Tue, 25 Oct 2011 08:53:46 +0000 (10:53 +0200)]
Revert "Vehicle antilag"
This reverts commit
6bc4bcbfd12aa53b22fef9f8de202f11151dfc13 .
Samual [Mon, 24 Oct 2011 20:30:16 +0000 (16:30 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Samual [Mon, 24 Oct 2011 20:29:45 +0000 (16:29 -0400)]
Correct comment
Samual [Mon, 24 Oct 2011 20:27:28 +0000 (16:27 -0400)]
Don't print messages which START outside of the panel (this way messages larger than the panel still are shown, but ones which were outside of the bounds in the first place are never shown)
Samual [Mon, 24 Oct 2011 18:40:54 +0000 (14:40 -0400)]
Add checks to getWrappedLine to prevent parsing through messages with no size (they wouldn't be displayed ANYWAY, waste of processing power :P)
Samual [Mon, 24 Oct 2011 18:27:34 +0000 (14:27 -0400)]
Comment out debug print
Samual [Mon, 24 Oct 2011 18:24:48 +0000 (14:24 -0400)]
Changes to cl_velocityzoom according to terencehill and divVerent's suggestions
Rudolf Polzer [Mon, 24 Oct 2011 12:03:01 +0000 (14:03 +0200)]
let's not care for those tempstrings for now
Rudolf Polzer [Mon, 24 Oct 2011 11:24:57 +0000 (13:24 +0200)]
add an example too
Rudolf Polzer [Mon, 24 Oct 2011 11:19:33 +0000 (13:19 +0200)]
add a SV_ParseClientCommand hook
Rudolf Polzer [Mon, 24 Oct 2011 09:54:50 +0000 (11:54 +0200)]
Merge remote-tracking branch 'origin/atheros/item_keys'
Rudolf Polzer [Mon, 24 Oct 2011 08:38:26 +0000 (10:38 +0200)]
sv_allowdownloads 0
Samual [Mon, 24 Oct 2011 03:34:19 +0000 (23:34 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Samual [Mon, 24 Oct 2011 00:06:14 +0000 (20:06 -0400)]
Merge remote branch 'origin/samual/add_eventlog_reporting'
Samual [Sun, 23 Oct 2011 23:59:07 +0000 (19:59 -0400)]
Merge remote branch 'origin/master' into samual/add_eventlog_reporting
Samual [Sun, 23 Oct 2011 23:55:17 +0000 (19:55 -0400)]
Merge remote branch 'origin/samual/cl_autoscreenshot'
Samual [Sun, 23 Oct 2011 23:47:07 +0000 (19:47 -0400)]
Also allow the client to do the same thing server does with sv_autoscreenshot
Jakob MG [Sun, 23 Oct 2011 21:37:16 +0000 (23:37 +0200)]
Vehicle antilag
Przemysław Grzywacz [Sun, 23 Oct 2011 09:32:36 +0000 (11:32 +0200)]
Fixed missing centerprints, better alignement in scoreboard for secrets
Przemysław Grzywacz [Sun, 23 Oct 2011 09:12:00 +0000 (11:12 +0200)]
display secrets in the scoreboard
Samual [Sun, 23 Oct 2011 03:50:55 +0000 (23:50 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Jakob MG [Sat, 22 Oct 2011 09:07:38 +0000 (11:07 +0200)]
Make tesla coil work again
Samual [Thu, 20 Oct 2011 16:33:41 +0000 (12:33 -0400)]
Fix hud_shownames in the menu
Rudolf Polzer [Thu, 20 Oct 2011 07:37:27 +0000 (09:37 +0200)]
also make the bind use +use again
Rudolf Polzer [Thu, 20 Oct 2011 07:36:36 +0000 (09:36 +0200)]
undo part of the "new use key system". The impulse still works and may be more convenient for scripts, but button alone is ok.
Rudolf Polzer [Thu, 20 Oct 2011 06:54:16 +0000 (08:54 +0200)]
Merge branch 'master' of http://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Thu, 20 Oct 2011 06:50:47 +0000 (08:50 +0200)]
antilag: don't take back the shooting player ("forent"), as he is NOT lagged on his screen
Samual [Thu, 20 Oct 2011 06:06:06 +0000 (02:06 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Samual [Thu, 20 Oct 2011 06:04:50 +0000 (02:04 -0400)]
Blah, found a decent bug... Will have to investigate more later.
Samual [Thu, 20 Oct 2011 04:46:19 +0000 (00:46 -0400)]
Whoops, forgot to make this check actually use the old size too
Samual [Thu, 20 Oct 2011 04:41:00 +0000 (00:41 -0400)]
Separate minfontsize between subsequent fading and fading in/out effects for centerprints
Rudolf Polzer [Thu, 20 Oct 2011 04:34:55 +0000 (06:34 +0200)]
also reset owner itself in case we need more than one toss step
Samual [Thu, 20 Oct 2011 04:32:51 +0000 (00:32 -0400)]
Whoops, made scoreboard offset too high by default
Samual [Thu, 20 Oct 2011 04:29:35 +0000 (00:29 -0400)]
New feature for hud_shownames: crosshairdistance - Basically, when enabled only show tags for players who are within X ddistance of your crosshair. This essentially simulates nearly the same behavior as old cl_shownames functionality... Some players may want this to not see too much clutter all the time.
Samual [Thu, 20 Oct 2011 02:54:18 +0000 (22:54 -0400)]
Change some settings for hud_shownames
Samual [Thu, 20 Oct 2011 02:21:42 +0000 (22:21 -0400)]
scoreboard_offset_vertical: additional distance between top/bottom of screen for the scoreboard positioning - Also remove the variable presets in the autocvars config which were there for compatibility with old clients (no longer needed since 0.5)
Samual [Thu, 20 Oct 2011 02:08:03 +0000 (22:08 -0400)]
Update the fading values for centerprints in all configs
Samual [Thu, 20 Oct 2011 01:57:16 +0000 (21:57 -0400)]
Centerprints only go DOWN if needed when scoreboard is active, there's no reason to make them go up too :P
Samual [Thu, 20 Oct 2011 01:33:24 +0000 (21:33 -0400)]
Small fix for the centerprint fading
Rudolf Polzer [Wed, 19 Oct 2011 20:51:24 +0000 (22:51 +0200)]
simplify trace owner logic for ballistic bullets, make more consistent with projectiles
Przemysław Grzywacz [Wed, 19 Oct 2011 19:39:56 +0000 (21:39 +0200)]
Updates to secrets
Rudolf Polzer [Wed, 19 Oct 2011 14:10:34 +0000 (16:10 +0200)]
simplify some teamplay checks
Samual [Tue, 18 Oct 2011 23:42:36 +0000 (19:42 -0400)]
Add the cvars to hud_config.qc file
Samual [Tue, 18 Oct 2011 23:40:27 +0000 (19:40 -0400)]
Add the cvars with defaults to the config
Samual [Tue, 18 Oct 2011 23:28:33 +0000 (19:28 -0400)]
Whoopsie forgot the quote marks here
Samual [Tue, 18 Oct 2011 23:26:57 +0000 (19:26 -0400)]
Add the cvars to _hud_descriptions.cfg
Samual [Tue, 18 Oct 2011 23:21:13 +0000 (19:21 -0400)]
On second thought, 5 seconds. :D
Samual [Tue, 18 Oct 2011 23:20:09 +0000 (19:20 -0400)]
Limit fading out of centerprints to 1 second, otherwise it can be accidentally set to remain forever.
Samual [Tue, 18 Oct 2011 23:13:55 +0000 (19:13 -0400)]
New cvars for the hud_panel_centerprint fading effects... now just needs configs to be updated.
Samual [Tue, 18 Oct 2011 22:29:55 +0000 (18:29 -0400)]
Fix stupid whitespace
Przemysław Grzywacz [Tue, 18 Oct 2011 20:59:36 +0000 (22:59 +0200)]
Up to 24 keys are supported now\!
Samual [Tue, 18 Oct 2011 20:45:48 +0000 (16:45 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Przemysław Grzywacz [Tue, 18 Oct 2011 17:38:00 +0000 (19:38 +0200)]
Merge commit '
6f440770dbdb ' into atheros/item_keys
Rudolf Polzer [Tue, 18 Oct 2011 16:38:08 +0000 (18:38 +0200)]
oops... thanks, kyre, fixing this
Rudolf Polzer [Tue, 18 Oct 2011 14:11:03 +0000 (16:11 +0200)]
some bit fiddling
Rudolf Polzer [Tue, 18 Oct 2011 13:33:55 +0000 (15:33 +0200)]
video settings: add r_viewfbo stuff
Samual [Mon, 17 Oct 2011 19:55:50 +0000 (15:55 -0400)]
Make things fit better in the Nexuiz hud config
Samual [Mon, 17 Oct 2011 19:46:50 +0000 (15:46 -0400)]
Whoopsie, those skin names need to match the directories
Samual [Mon, 17 Oct 2011 19:15:24 +0000 (15:15 -0400)]
Disable "onlyowned" functionality for Nexuiz HUD (to match old design better)
Samual [Mon, 17 Oct 2011 19:14:32 +0000 (15:14 -0400)]
Move some hud_panel_radar cvars to the hud_*.cfg files, they actually do belong there for the most part.
Samual [Mon, 17 Oct 2011 19:09:45 +0000 (15:09 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Samual [Mon, 17 Oct 2011 18:37:40 +0000 (14:37 -0400)]
Merge remote branch 'origin/mirceakitsune/fix_chase_damageblur'
Samual [Mon, 17 Oct 2011 18:32:58 +0000 (14:32 -0400)]
Add comment for clarification
Samual [Mon, 17 Oct 2011 18:31:34 +0000 (14:31 -0400)]
Merge remote branch 'origin/master' into mirceakitsune/fix_chase_damageblur