]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
terencehill [Sat, 26 Nov 2011 18:27:25 +0000 (19:27 +0100)]
m_toggle takes a parameter, fix its definition and actually make use of that parameter. Now togglemenu 0/1 works as intended to switch the menu on/off.
Jakob MG [Tue, 22 Nov 2011 11:39:21 +0000 (12:39 +0100)]
Fix moving turrets failing target check due to non updated tur_shotorg (use origin insted). Better vehicle target check
Jakob MG [Tue, 22 Nov 2011 10:01:40 +0000 (11:01 +0100)]
Dont spawn vehicles 128 units above spawm spot (fix raptor spawn-enter-crashdown)
Jakob MG [Tue, 22 Nov 2011 09:40:14 +0000 (10:40 +0100)]
Make spider's aim true even if case/chase_up/tilted
Jakob MG [Tue, 22 Nov 2011 09:29:22 +0000 (10:29 +0100)]
Fix incorrect sending of health/shiled on vehicle enter
Jakob MG [Tue, 22 Nov 2011 09:21:24 +0000 (10:21 +0100)]
Make alarm sound/s stop right away when exiting a vehicle
Jakob MG [Tue, 22 Nov 2011 08:58:42 +0000 (09:58 +0100)]
Ignore sky & softtargets for vehicle impact damage. Extand vehile impactdamage to all colissions. Fix potentialy massive bug with raptor (missing self re-set after swaping self in frame code)
Samual [Sat, 19 Nov 2011 21:02:49 +0000 (16:02 -0500)]
Fix an issue with shotgun multihit allowing for double the damage to be inflicted accidentally
Rudolf Polzer [Sat, 19 Nov 2011 17:50:24 +0000 (18:50 +0100)]
fix note off strings
Rudolf Polzer [Sat, 19 Nov 2011 17:44:52 +0000 (18:44 +0100)]
fix some more magicear bugs
Rudolf Polzer [Sat, 19 Nov 2011 17:04:59 +0000 (18:04 +0100)]
fixes
Rudolf Polzer [Sat, 19 Nov 2011 16:41:30 +0000 (17:41 +0100)]
magicear: support tuba notes
Rudolf Polzer [Sat, 19 Nov 2011 16:17:29 +0000 (17:17 +0100)]
now we can verify rhythm too
Rudolf Polzer [Sat, 19 Nov 2011 15:29:58 +0000 (16:29 +0100)]
better verifying
Rudolf Polzer [Sat, 19 Nov 2011 15:28:26 +0000 (16:28 +0100)]
add a simple test function for last tuba notes
Rudolf Polzer [Sat, 19 Nov 2011 15:09:23 +0000 (16:09 +0100)]
remember the last 32 tuba notes per player
Rudolf Polzer [Sat, 19 Nov 2011 15:01:05 +0000 (16:01 +0100)]
some refactor
Rudolf Polzer [Sat, 19 Nov 2011 14:48:02 +0000 (15:48 +0100)]
rain: also draw rain when fps are high :P
Rudolf Polzer [Sat, 19 Nov 2011 14:05:09 +0000 (15:05 +0100)]
Merge remote-tracking branch 'origin/mirceakitsune/bugfix_ai_reloading'
Mircea Kitsune [Sat, 19 Nov 2011 00:12:45 +0000 (02:12 +0200)]
Correct my last fix
Mircea Kitsune [Sat, 19 Nov 2011 00:05:04 +0000 (02:05 +0200)]
Fix a small and unlikely bug that I discovered in Vore Tournament. If a bot does not have a weapon but attempts to reload it / switch to it, he will have weird animations. Therefore, make sure the bot has the weapon before trying to switch.
Samual [Fri, 18 Nov 2011 05:42:31 +0000 (00:42 -0500)]
Fix mortar/hagar effects
Rudolf Polzer [Thu, 17 Nov 2011 17:06:38 +0000 (18:06 +0100)]
fix typo
Rudolf Polzer [Thu, 17 Nov 2011 17:01:01 +0000 (18:01 +0100)]
cl_gibs_avelocity_scale for rotating gibs
Rudolf Polzer [Thu, 17 Nov 2011 13:17:46 +0000 (14:17 +0100)]
cl_minfps: make gibs die faster on low fps
Rudolf Polzer [Wed, 16 Nov 2011 08:56:25 +0000 (09:56 +0100)]
Merge remote-tracking branch 'origin/nifrek/framegroupsfix'
Rudolf Polzer [Wed, 16 Nov 2011 08:55:17 +0000 (09:55 +0100)]
Merge remote-tracking branch 'origin/nyov/hookfix'
nyov [Wed, 16 Nov 2011 07:15:07 +0000 (08:15 +0100)]
detach hook in intermission/endmatch
might not be necessary if 3rd person view would attach it to
the player model instead of view
Rudolf Polzer [Tue, 15 Nov 2011 15:21:22 +0000 (16:21 +0100)]
decals on models now render a LOT faster #woxblox#
you may want to try enabling them again
Rudolf Polzer [Tue, 15 Nov 2011 15:10:41 +0000 (16:10 +0100)]
use only 50 direction for bloodshower as a test. Maybe 50 is too low though.
Rudolf Polzer [Tue, 15 Nov 2011 15:10:19 +0000 (16:10 +0100)]
bloodshowers: change to use count instead of countabsolute
this SHOULD not be a visible change. If not, I will fix.
nifrek [Tue, 15 Nov 2011 11:39:25 +0000 (06:39 -0500)]
'wq' is not recognized as an internal or external command,
operable program or batch file.
nifrek [Tue, 15 Nov 2011 11:24:15 +0000 (06:24 -0500)]
Fix forwardleftbad frame number in framegroups for gak, nyx, pyria
Morphed [Tue, 15 Nov 2011 04:54:40 +0000 (05:54 +0100)]
fix
Morphed [Tue, 15 Nov 2011 03:40:34 +0000 (04:40 +0100)]
new blood for humans, aliens and robots, new mg trail and muzzle flash fx
Rudolf Polzer [Mon, 14 Nov 2011 05:43:53 +0000 (06:43 +0100)]
declare a variable
Rudolf Polzer [Mon, 14 Nov 2011 05:43:21 +0000 (06:43 +0100)]
give two csqc functions the proper name
Rudolf Polzer [Mon, 7 Nov 2011 08:17:04 +0000 (09:17 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Mon, 7 Nov 2011 08:16:04 +0000 (09:16 +0100)]
allow sv_allow_fullbright and sv_cullentities_* cvars on pure servers
Rudolf Polzer [Sun, 6 Nov 2011 20:14:27 +0000 (21:14 +0100)]
detect whether map has vehicles/turrets in mapinfo (flag is unused yet)
Samual [Fri, 4 Nov 2011 19:06:47 +0000 (15:06 -0400)]
cl_announcer_maptime 3 in autocvars.qh
Samual [Fri, 4 Nov 2011 19:06:05 +0000 (15:06 -0400)]
Merge remote branch 'origin/samual/balance'
Samual [Fri, 4 Nov 2011 19:03:24 +0000 (15:03 -0400)]
Fix announcement/previous_announcement check -- should be good to go now :D
Samual [Fri, 4 Nov 2011 06:30:42 +0000 (02:30 -0400)]
Many fixes for announcer code, plus FINALLY fix the hagar "linkexplode" bug for contents... very annoying, but glad it's gone now :D
Samual [Thu, 3 Nov 2011 17:20:54 +0000 (13:20 -0400)]
Merge remote branch 'origin/master' into samual/balance
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()
Samual [Tue, 1 Nov 2011 18:35:34 +0000 (14:35 -0400)]
Add debug print
Samual [Tue, 1 Nov 2011 18:17:21 +0000 (14:17 -0400)]
Merge remote branch 'origin/master' into samual/balance
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)
Samual [Sat, 29 Oct 2011 18:45:18 +0000 (14:45 -0400)]
Merge remote branch 'origin/master' into samual/balance
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 16:21:50 +0000 (12:21 -0400)]
Add defaults to autocvars for announcer cvars to maintain compatibility
Samual [Wed, 26 Oct 2011 16:14:28 +0000 (12:14 -0400)]
Bring back the debug prints -- working on fixing a bug with hagar secondary's "is_linkexplode" exception system for projectile damage check
Samual [Wed, 26 Oct 2011 14:27:03 +0000 (10:27 -0400)]
Merge remote branch 'origin/master' into samual/balance
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?)
Samual [Wed, 26 Oct 2011 13:06:25 +0000 (09:06 -0400)]
Merge remote branch 'origin/master' into samual/balance
Samual [Wed, 26 Oct 2011 13:05:41 +0000 (09:05 -0400)]
Change around some comments in announcer.qc
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 04:31:18 +0000 (00:31 -0400)]
Lower electro secondary force
Samual [Wed, 26 Oct 2011 04:30:45 +0000 (00:30 -0400)]
Some more work on announcer.qc
Samual [Wed, 26 Oct 2011 03:10:21 +0000 (23:10 -0400)]
Merge remote branch 'origin/master' into samual/balance
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