]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
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
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
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
Samual [Mon, 17 Oct 2011 18:24:15 +0000 (14:24 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Przemysław Grzywacz [Mon, 17 Oct 2011 14:39:25 +0000 (16:39 +0200)]
removed debug messages, now on a player can pickup the key
Rudolf Polzer [Mon, 17 Oct 2011 13:32:18 +0000 (15:32 +0200)]
Arena, LMS, CA: decide scoreboard validity by alivetime, not by spectator state
Samual [Mon, 17 Oct 2011 04:10:41 +0000 (00:10 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Samual [Mon, 17 Oct 2011 04:07:33 +0000 (00:07 -0400)]
Update the descriptions for the HUD variables which were added to the config files... Also strip defaultXonotic.cfg of any remaining hud_* cvars and move them to _hud_common.cfg
Samual [Mon, 17 Oct 2011 03:28:49 +0000 (23:28 -0400)]
Update ammo values for the ammo panel
Samual [Mon, 17 Oct 2011 03:23:07 +0000 (23:23 -0400)]
Whoops, someone got left behind :D
Samual [Mon, 17 Oct 2011 03:20:43 +0000 (23:20 -0400)]
Update all the hud config files, plus updated _hud_common.cfg file to only have the proper global cvars
Rudolf Polzer [Sun, 16 Oct 2011 20:42:27 +0000 (22:42 +0200)]
tuba: support bot_sound_monopoly
Samual [Sun, 16 Oct 2011 18:50:44 +0000 (14:50 -0400)]
Remove the common hud cvars from defaultXonotic.cfg and move them to a new file, _hud_common.cfg. Later i'll reorganize the files in there and match which ones should go in the skin files and which should remain common
Samual [Sun, 16 Oct 2011 16:17:34 +0000 (12:17 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Rudolf Polzer [Sun, 16 Oct 2011 15:58:53 +0000 (17:58 +0200)]
remove unused old files
Rudolf Polzer [Sun, 16 Oct 2011 12:22:02 +0000 (14:22 +0200)]
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Sun, 16 Oct 2011 12:21:42 +0000 (14:21 +0200)]
factor out menu_cmd sync
Rudolf Polzer [Sun, 16 Oct 2011 12:15:53 +0000 (14:15 +0200)]
get rid of menu_cmd setresolution and setcompression, just use menu_cmd sync for that
Mircea Kitsune [Sun, 16 Oct 2011 09:11:18 +0000 (12:11 +0300)]
Fix for http://dev.xonotic.org/issues/709 - Damage blur sticking on when switching to chase_active 1 while damaged, even after getting more health. Please note this enables damage blur and the "bloody screen" effect with chase_active 1, although I consider such functionality normal.
Samual [Sun, 16 Oct 2011 06:39:53 +0000 (02:39 -0400)]
hud_*.cfg file corrections part one (fix centerprint positioning/size, score_rankings cvar, and correct some things in the hud_nexuiz.cfg file)
Samual [Sun, 16 Oct 2011 06:03:44 +0000 (02:03 -0400)]
Re-arrange and add some comments
Samual [Sun, 16 Oct 2011 05:58:29 +0000 (01:58 -0400)]
ACTUALLY fix how the fading/scaling works :D
Samual [Sat, 15 Oct 2011 18:35:47 +0000 (14:35 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates
Samual [Sat, 15 Oct 2011 18:11:19 +0000 (14:11 -0400)]
Also change the waypointsprite cvars to sv_ in the defaultXonotic.cfg file (whoopsie :D)
Samual [Sat, 15 Oct 2011 18:03:04 +0000 (14:03 -0400)]
Merge remote branch 'origin/master' into samual/hud_updates