]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
13 years agodon't show porto preview beams when secondary exists
Rudolf Polzer [Thu, 19 Jan 2012 18:18:13 +0000 (19:18 +0100)]
don't show porto preview beams when secondary exists

13 years agoclear superweapons_finished once lost
Rudolf Polzer [Thu, 19 Jan 2012 13:03:06 +0000 (14:03 +0100)]
clear superweapons_finished once lost

13 years agofix superweapons detection better
Rudolf Polzer [Thu, 19 Jan 2012 13:02:03 +0000 (14:02 +0100)]
fix superweapons detection better

13 years agoenable portal gun mode in default balance
Rudolf Polzer [Thu, 19 Jan 2012 12:52:50 +0000 (13:52 +0100)]
enable portal gun mode in default balance

13 years agoporto: turn into superweapon with timer; add cvar g_balance_porto_secondary for porta...
Rudolf Polzer [Thu, 19 Jan 2012 12:52:13 +0000 (13:52 +0100)]
porto: turn into superweapon with timer; add cvar g_balance_porto_secondary for portal gun (still in and out portal are separate)

13 years agofix http://dev.xonotic.org/issues/947 even moar
Jakob MG [Tue, 17 Jan 2012 11:50:11 +0000 (12:50 +0100)]
fix http://dev.xonotic.org/issues/947 even moar

13 years agoFix http://dev.xonotic.org/issues/947
Jakob MG [Tue, 17 Jan 2012 10:54:46 +0000 (11:54 +0100)]
Fix http://dev.xonotic.org/issues/947

13 years agoadd cl_movement_errorcompensation to the menu
Rudolf Polzer [Tue, 17 Jan 2012 10:28:28 +0000 (11:28 +0100)]
add cl_movement_errorcompensation to the menu

13 years agoturn on prediction error compensation by default
Rudolf Polzer [Tue, 17 Jan 2012 10:26:51 +0000 (11:26 +0100)]
turn on prediction error compensation by default

13 years agochange threshold of prediction error compensation; add debug code
Rudolf Polzer [Tue, 17 Jan 2012 10:26:29 +0000 (11:26 +0100)]
change threshold of prediction error compensation; add debug code

13 years agorename cl_predictionerrorcompensation -> cl_movement_errorcompensation
Rudolf Polzer [Mon, 16 Jan 2012 20:33:04 +0000 (21:33 +0100)]
rename cl_predictionerrorcompensation -> cl_movement_errorcompensation

13 years agoalso send game duration
Rudolf Polzer [Mon, 16 Jan 2012 19:39:08 +0000 (20:39 +0100)]
also send game duration

13 years agoalso notify emergency teleport location
Rudolf Polzer [Mon, 16 Jan 2012 15:56:34 +0000 (16:56 +0100)]
also notify emergency teleport location

13 years agolog when info_autoscreenshot was used
Rudolf Polzer [Mon, 16 Jan 2012 14:48:38 +0000 (15:48 +0100)]
log when info_autoscreenshot was used

13 years agoproperly factor in the previous error
Rudolf Polzer [Mon, 16 Jan 2012 14:17:00 +0000 (15:17 +0100)]
properly factor in the previous error

13 years agocl_predictionerrorcompensation #woxblox#
Rudolf Polzer [Mon, 16 Jan 2012 14:10:34 +0000 (15:10 +0100)]
cl_predictionerrorcompensation #woxblox#

This feature is one of the first nice things we get from csqcplayers. It is an
improved prediction algorithm that tries to reduce shivering/jittering when the
client handles a prediction error, e.g. when standing on lifts or flying in
vents.

Try it out!

13 years agoinvert the sense in which prediction error is stored; document the cvar
Rudolf Polzer [Mon, 16 Jan 2012 14:09:43 +0000 (15:09 +0100)]
invert the sense in which prediction error is stored; document the cvar

13 years agoimprove prediction error compensation
Rudolf Polzer [Mon, 16 Jan 2012 14:05:44 +0000 (15:05 +0100)]
improve prediction error compensation

13 years agoattempt prediction error compensation (off by default, broken)
Rudolf Polzer [Mon, 16 Jan 2012 13:04:35 +0000 (14:04 +0100)]
attempt prediction error compensation (off by default, broken)

13 years agodefault expire timer: 20
Rudolf Polzer [Mon, 16 Jan 2012 12:27:47 +0000 (13:27 +0100)]
default expire timer: 20

13 years agofixes
Rudolf Polzer [Mon, 16 Jan 2012 12:00:12 +0000 (13:00 +0100)]
fixes

13 years agoallow throwing superweapons
Rudolf Polzer [Mon, 16 Jan 2012 11:53:24 +0000 (12:53 +0100)]
allow throwing superweapons

13 years agoin minstagib, DO allow throwing superweapons
Rudolf Polzer [Mon, 16 Jan 2012 11:04:21 +0000 (12:04 +0100)]
in minstagib, DO allow throwing superweapons

13 years agofix warning
Rudolf Polzer [Mon, 16 Jan 2012 10:25:34 +0000 (11:25 +0100)]
fix warning

13 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Mon, 16 Jan 2012 09:47:32 +0000 (10:47 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years agoadd an entity info_autoscreenshot to define autoscreenshot camera location
Rudolf Polzer [Mon, 16 Jan 2012 09:47:03 +0000 (10:47 +0100)]
add an entity info_autoscreenshot to define autoscreenshot camera location

13 years agoFix mutator hook system for client commands (now sandbox works, CuBeOwL)
Samual [Sun, 15 Jan 2012 23:08:42 +0000 (18:08 -0500)]
Fix mutator hook system for client commands (now sandbox works, CuBeOwL)

13 years agofixing MY bug in there ;)
Rudolf Polzer [Sun, 15 Jan 2012 17:38:50 +0000 (18:38 +0100)]
fixing MY bug in there ;)

13 years agoadd a gamecommand "nextframe" to help automate map screenshots
Rudolf Polzer [Sun, 15 Jan 2012 17:10:06 +0000 (18:10 +0100)]
add a gamecommand "nextframe" to help automate map screenshots

13 years agorocket guiding: handle the case of thisdir == -goaldir without returning the zero...
Rudolf Polzer [Sat, 14 Jan 2012 14:02:15 +0000 (15:02 +0100)]
rocket guiding: handle the case of thisdir == -goaldir without returning the zero vector

13 years agofix http://dev.xonotic.org/issues/949
Jakob MG [Sat, 14 Jan 2012 09:15:33 +0000 (10:15 +0100)]
fix http://dev.xonotic.org/issues/949

13 years agofix http://dev.xonotic.org/issues/972
Jakob MG [Sat, 14 Jan 2012 09:02:31 +0000 (10:02 +0100)]
fix http://dev.xonotic.org/issues/972

13 years agoMerge branch 'divVerent/timed-superweapons'
Rudolf Polzer [Fri, 13 Jan 2012 21:49:15 +0000 (22:49 +0100)]
Merge branch 'divVerent/timed-superweapons'

13 years agofix teamradar color of weapon sprites
Rudolf Polzer [Fri, 13 Jan 2012 21:48:26 +0000 (22:48 +0100)]
fix teamradar color of weapon sprites

13 years agofix cvar check warnings
Rudolf Polzer [Fri, 13 Jan 2012 17:52:34 +0000 (18:52 +0100)]
fix cvar check warnings

13 years agofix some things about superweapon pickups
Rudolf Polzer [Fri, 13 Jan 2012 17:27:13 +0000 (18:27 +0100)]
fix some things about superweapon pickups

13 years agostop using IT_SUPERWEAPON in weapon ammo flags
Rudolf Polzer [Fri, 13 Jan 2012 17:14:22 +0000 (18:14 +0100)]
stop using IT_SUPERWEAPON in weapon ammo flags

13 years agonow with icon
Rudolf Polzer [Thu, 12 Jan 2012 17:36:06 +0000 (18:36 +0100)]
now with icon

13 years agosimplify some hacks
Rudolf Polzer [Thu, 12 Jan 2012 17:28:41 +0000 (18:28 +0100)]
simplify some hacks

13 years agoif throwing away superweapon, it's over
Rudolf Polzer [Thu, 12 Jan 2012 17:23:39 +0000 (18:23 +0100)]
if throwing away superweapon, it's over

13 years agomake it compile and work
Rudolf Polzer [Thu, 12 Jan 2012 17:19:58 +0000 (18:19 +0100)]
make it compile and work

13 years agofix warnings
Rudolf Polzer [Thu, 12 Jan 2012 14:19:20 +0000 (15:19 +0100)]
fix warnings

13 years agostuff
Rudolf Polzer [Thu, 12 Jan 2012 14:18:27 +0000 (15:18 +0100)]
stuff

13 years agostuff
Rudolf Polzer [Thu, 12 Jan 2012 14:17:54 +0000 (15:17 +0100)]
stuff

13 years agosome more fixes
Rudolf Polzer [Thu, 12 Jan 2012 13:56:33 +0000 (14:56 +0100)]
some more fixes

13 years agoalso make minstanex a superweapon
Rudolf Polzer [Thu, 12 Jan 2012 13:53:53 +0000 (14:53 +0100)]
also make minstanex a superweapon

13 years agofireball is now a superweapon (expires)
Rudolf Polzer [Thu, 12 Jan 2012 13:51:13 +0000 (14:51 +0100)]
fireball is now a superweapon (expires)

13 years agosend superweapons_finished as a stat
Rudolf Polzer [Thu, 12 Jan 2012 13:50:52 +0000 (14:50 +0100)]
send superweapons_finished as a stat

13 years agouse a timer for superweapons
Rudolf Polzer [Thu, 12 Jan 2012 13:47:33 +0000 (14:47 +0100)]
use a timer for superweapons

13 years agopreparations for timed superweapons (are safe, as we have no superweapons at the...
Rudolf Polzer [Thu, 12 Jan 2012 13:19:10 +0000 (14:19 +0100)]
preparations for timed superweapons (are safe, as we have no superweapons at the moment)

13 years agofixes some bit tests with superweapons
Rudolf Polzer [Thu, 12 Jan 2012 13:13:39 +0000 (14:13 +0100)]
fixes some bit tests with superweapons

13 years agogive superweapons a special respawn time (note: we have no weapons declared as such...
Rudolf Polzer [Thu, 12 Jan 2012 12:12:27 +0000 (13:12 +0100)]
give superweapons a special respawn time (note: we have no weapons declared as such yet)

13 years agodon't ask. Fixed missing text.
Rudolf Polzer [Wed, 11 Jan 2012 17:00:13 +0000 (18:00 +0100)]
don't ask. Fixed missing text.

13 years agoargh, why is the template borked
Rudolf Polzer [Wed, 11 Jan 2012 16:57:58 +0000 (17:57 +0100)]
argh, why is the template borked

13 years agofix the template pic
Rudolf Polzer [Wed, 11 Jan 2012 16:57:00 +0000 (17:57 +0100)]
fix the template pic

13 years agofix func_plat
Rudolf Polzer [Wed, 11 Jan 2012 14:39:56 +0000 (15:39 +0100)]
fix func_plat

13 years agoSome extra comments to chat code
Samual [Tue, 10 Jan 2012 22:15:35 +0000 (17:15 -0500)]
Some extra comments to chat code

13 years agoif intermission is active, spectators should be able to talk even if g_chat_nospectat...
Samual [Tue, 10 Jan 2012 21:34:03 +0000 (16:34 -0500)]
if intermission is active, spectators should be able to talk even if g_chat_nospectators is active -- the game is over, teams/spectating should not matter anymore.

13 years agoMerge remote branch 'origin/master'
Samual [Tue, 10 Jan 2012 17:48:45 +0000 (12:48 -0500)]
Merge remote branch 'origin/master'

13 years agoMake showname tags fade out when a player is dead (according to csqcplayers)
Samual [Tue, 10 Jan 2012 17:47:24 +0000 (12:47 -0500)]
Make showname tags fade out when a player is dead (according to csqcplayers)

13 years agofix the colormod fix
Rudolf Polzer [Tue, 10 Jan 2012 11:05:33 +0000 (12:05 +0100)]
fix the colormod fix

13 years agoAdd extra check to make sure that a client has called ClientConnect, this way it...
Samual [Tue, 10 Jan 2012 04:42:26 +0000 (23:42 -0500)]
Add extra check to make sure that a client has called ClientConnect, this way it only sends the centerprints if the client is initialized

13 years agoMerge remote-tracking branch 'origin/divVerent/allow-override-item-model'
Rudolf Polzer [Mon, 9 Jan 2012 20:54:32 +0000 (21:54 +0100)]
Merge remote-tracking branch 'origin/divVerent/allow-override-item-model'

Conflicts:
qcsrc/server/t_items.qc

13 years agoMerge remote-tracking branch 'origin/divVerent/waypointeditor-auto'
Rudolf Polzer [Mon, 9 Jan 2012 20:19:08 +0000 (21:19 +0100)]
Merge remote-tracking branch 'origin/divVerent/waypointeditor-auto'

13 years agofunc_plat: do not crash if broken
Rudolf Polzer [Mon, 9 Jan 2012 20:08:18 +0000 (21:08 +0100)]
func_plat: do not crash if broken

13 years agocopybody: also copy dphitcontentsmask
Rudolf Polzer [Mon, 9 Jan 2012 19:36:41 +0000 (20:36 +0100)]
copybody: also copy dphitcontentsmask

13 years agobring death glow back, fix issues with respawning
Rudolf Polzer [Mon, 9 Jan 2012 18:44:18 +0000 (19:44 +0100)]
bring death glow back, fix issues with respawning

13 years agoget rid of CSQCMODEL_EF_INVISIBLE
Rudolf Polzer [Mon, 9 Jan 2012 18:18:18 +0000 (19:18 +0100)]
get rid of CSQCMODEL_EF_INVISIBLE

13 years agorespawn ghosts: don't munge colormap
Rudolf Polzer [Mon, 9 Jan 2012 18:16:54 +0000 (19:16 +0100)]
respawn ghosts: don't munge colormap

13 years agoRevert "Fix colormap with copybody (so now, ghost bodies of dead players retain the...
Rudolf Polzer [Mon, 9 Jan 2012 18:13:33 +0000 (19:13 +0100)]
Revert "Fix colormap with copybody (so now, ghost bodies of dead players retain the player color instead of going white)"

This reverts commit a939674ad9b0e6b62ad9c3eb44ebc8b1d91b6792.

13 years agocsqcplayers: network death_time
Rudolf Polzer [Mon, 9 Jan 2012 18:08:26 +0000 (19:08 +0100)]
csqcplayers: network death_time

13 years agoadd utility fields to detect player death
Rudolf Polzer [Mon, 9 Jan 2012 15:16:11 +0000 (16:16 +0100)]
add utility fields to detect player death

13 years agoremove the hack again, fixed the engine
Rudolf Polzer [Mon, 9 Jan 2012 15:07:57 +0000 (16:07 +0100)]
remove the hack again, fixed the engine

13 years agosave/restore velocity, don't ask why
Rudolf Polzer [Mon, 9 Jan 2012 12:27:30 +0000 (13:27 +0100)]
save/restore velocity, don't ask why

13 years agoproperly input velocity to V_CalcRefdef
Rudolf Polzer [Mon, 9 Jan 2012 12:23:01 +0000 (13:23 +0100)]
properly input velocity to V_CalcRefdef

13 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Mon, 9 Jan 2012 12:15:04 +0000 (13:15 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years agochange hceck back to WIP1, it's harmless
Rudolf Polzer [Mon, 9 Jan 2012 12:13:49 +0000 (13:13 +0100)]
change hceck back to WIP1, it's harmless

13 years agouse DP_CSQC_V_CALCREFDEF_WIP2
Rudolf Polzer [Mon, 9 Jan 2012 12:09:31 +0000 (13:09 +0100)]
use DP_CSQC_V_CALCREFDEF_WIP2

13 years agoFix colormap with copybody (so now, ghost bodies of dead players retain the player...
Samual [Mon, 9 Jan 2012 04:33:57 +0000 (23:33 -0500)]
Fix colormap with copybody (so now, ghost bodies of dead players retain the player color instead of going white)

13 years agoBring back jump_interval to handle refire, this way primary and secondary are separat...
Samual [Sun, 8 Jan 2012 21:32:08 +0000 (16:32 -0500)]
Bring back jump_interval to handle refire, this way primary and secondary are separate with ATTACK_FINISHED, but secondary still has the benefits of prepare_attack.

13 years agoMake tell work with magicear like previously
Samual [Sat, 7 Jan 2012 21:41:34 +0000 (16:41 -0500)]
Make tell work with magicear like previously

13 years agoMerge remote branch 'origin/mirceakitsune/preview_images'
Samual [Sat, 7 Jan 2012 19:39:16 +0000 (14:39 -0500)]
Merge remote branch 'origin/mirceakitsune/preview_images'

13 years agoMerge remote branch 'origin/master' into mirceakitsune/preview_images
Samual [Sat, 7 Jan 2012 19:38:23 +0000 (14:38 -0500)]
Merge remote branch 'origin/master' into mirceakitsune/preview_images

13 years agocsqcplayers: fix wrong input_buttons in a case that shouldn't ever happen
Rudolf Polzer [Sat, 7 Jan 2012 18:34:10 +0000 (19:34 +0100)]
csqcplayers: fix wrong input_buttons in a case that shouldn't ever happen

13 years agoMerge remote branch 'origin/master' into mirceakitsune/preview_images
Samual [Sat, 7 Jan 2012 18:18:00 +0000 (13:18 -0500)]
Merge remote branch 'origin/master' into mirceakitsune/preview_images

Conflicts:
qcsrc/common/util.qh

13 years agosimplify forcemodels code a bit
Rudolf Polzer [Sat, 7 Jan 2012 17:14:29 +0000 (18:14 +0100)]
simplify forcemodels code a bit

13 years agoFix autoscreenshot system - don't use an alias anymore, but instead use the already...
Samual [Fri, 6 Jan 2012 23:34:04 +0000 (18:34 -0500)]
Fix autoscreenshot system - don't use an alias anymore, but instead use the already added "cl_autoscreenshot" cvar to allow/disallow automatic screenshots. (helps prevent cheating)

13 years agoUpdate voting aliases for client/server specific functions
Samual [Fri, 6 Jan 2012 22:38:09 +0000 (17:38 -0500)]
Update voting aliases for client/server specific functions

13 years agoAdd bad cvar
Samual [Fri, 6 Jan 2012 21:49:17 +0000 (16:49 -0500)]
Add bad cvar

13 years agoGlobal cvar for all sv_fraginfo stuff, plus make the entire thing support between...
Samual [Fri, 6 Jan 2012 21:47:51 +0000 (16:47 -0500)]
Global cvar for all sv_fraginfo stuff, plus make the entire thing support between warmup and normal mode

13 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Fri, 6 Jan 2012 17:14:38 +0000 (18:14 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years agoforcemodels: handle missing model better
Rudolf Polzer [Fri, 6 Jan 2012 16:42:27 +0000 (17:42 +0100)]
forcemodels: handle missing model better

13 years agoAlso add alias to commands.cfg
Samual [Fri, 6 Jan 2012 16:09:32 +0000 (11:09 -0500)]
Also add alias to commands.cfg

13 years agoAdd another hard coded alias for compatibility (will be removed after 0.6 release)
Samual [Fri, 6 Jan 2012 16:06:39 +0000 (11:06 -0500)]
Add another hard coded alias for compatibility (will be removed after 0.6 release)

13 years agot
Rudolf Polzer [Fri, 6 Jan 2012 15:17:38 +0000 (16:17 +0100)]
t

13 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Fri, 6 Jan 2012 14:57:51 +0000 (15:57 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years ago2 more crosshairs for asyyy
Rudolf Polzer [Fri, 6 Jan 2012 14:57:22 +0000 (15:57 +0100)]
2 more crosshairs for asyyy

13 years ago2 new features: Don't switch away from a weapon if one of its modes can still fire...
Samual [Thu, 5 Jan 2012 21:33:20 +0000 (16:33 -0500)]
2 new features: Don't switch away from a weapon if one of its modes can still fire (excluding rocketlauncher detonation and nexgun zoom, those aren't real fire modes), and a feature for electro combo to ONLY allow firing of the secondary if the primary still has enough ammo after that.

13 years agoAllow master to actually do normal vote commands too (should've been like this before...
Samual [Thu, 5 Jan 2012 19:51:25 +0000 (14:51 -0500)]
Allow master to actually do normal vote commands too (should've been like this before, accidentally was broken)

13 years agoFix some aliases and add compatibility with older servers (though, it does throw...
Samual [Thu, 5 Jan 2012 19:46:24 +0000 (14:46 -0500)]
Fix some aliases and add compatibility with older servers (though, it does throw an error of invalid command, it is on purpose for compatibility)