]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
Mario [Thu, 31 Jan 2013 10:44:31 +0000 (21:44 +1100)]
Merge branch 'master' into mario/mutator_minstagib
Samual Lenks [Thu, 31 Jan 2013 08:03:31 +0000 (03:03 -0500)]
Add a #message for when stuffto is enabled
Rudolf Polzer [Wed, 30 Jan 2013 13:22:46 +0000 (14:22 +0100)]
various mutator system fixes; add proper rollback of failed add, fixes #1145
Rudolf Polzer [Wed, 30 Jan 2013 13:03:25 +0000 (14:03 +0100)]
Merge remote-tracking branch 'origin/mirceakitsune/physical_entities'
Samual Lenks [Wed, 30 Jan 2013 05:40:35 +0000 (00:40 -0500)]
Fix minstanex impressive announcement
Rudolf Polzer [Tue, 29 Jan 2013 19:30:22 +0000 (20:30 +0100)]
Merge remote-tracking branch 'origin/terencehill/reload_binds', closes #1360
ItsMe [Tue, 29 Jan 2013 19:27:23 +0000 (20:27 +0100)]
make other weapon cycle impulses also change spectating speed
Rudolf Polzer [Tue, 29 Jan 2013 12:26:12 +0000 (13:26 +0100)]
remove misleading comments
Rudolf Polzer [Tue, 29 Jan 2013 12:21:15 +0000 (13:21 +0100)]
add some useless file ;)
Mario [Sat, 26 Jan 2013 03:40:53 +0000 (14:40 +1100)]
Fix missing semi-colon
Mario [Sat, 26 Jan 2013 03:38:20 +0000 (14:38 +1100)]
Fix bad use of if(void())
Mario [Sat, 26 Jan 2013 03:35:58 +0000 (14:35 +1100)]
Merge branch 'master' into mario/mutator_minstagib
Rudolf Polzer [Fri, 25 Jan 2013 09:38:48 +0000 (10:38 +0100)]
fix some bad uses of "var"
Rudolf Polzer [Fri, 25 Jan 2013 08:57:30 +0000 (09:57 +0100)]
USE GMQCC
Rudolf Polzer [Wed, 23 Jan 2013 13:38:19 +0000 (14:38 +0100)]
fix a waypoint loading issue
Rudolf Polzer [Wed, 23 Jan 2013 13:18:24 +0000 (14:18 +0100)]
simplify spectating detection logic, fixes #1383 again too
Rudolf Polzer [Wed, 23 Jan 2013 13:11:10 +0000 (14:11 +0100)]
fix how alivetime is queried, fixes #1383 again
Rudolf Polzer [Wed, 23 Jan 2013 13:07:26 +0000 (14:07 +0100)]
Arena, LMS, CA: fix real vs spectator detection in player stats, fixes #1383
Rudolf Polzer [Tue, 22 Jan 2013 15:11:58 +0000 (16:11 +0100)]
remove outdated comment
Rudolf Polzer [Tue, 15 Jan 2013 13:53:58 +0000 (14:53 +0100)]
visual-rank -> scoreboardpos
Rudolf Polzer [Mon, 14 Jan 2013 14:57:17 +0000 (15:57 +0100)]
projectiles: properly distinguish slime and lava damage
Rudolf Polzer [Mon, 14 Jan 2013 12:42:22 +0000 (13:42 +0100)]
fix setorigin use in CSQC
Rudolf Polzer [Mon, 14 Jan 2013 10:29:31 +0000 (11:29 +0100)]
Fix some !s related bugs (thanks, mixxx)
Rudolf Polzer [Mon, 14 Jan 2013 10:21:21 +0000 (11:21 +0100)]
add visual-rank
Rudolf Polzer [Mon, 14 Jan 2013 09:55:44 +0000 (10:55 +0100)]
fix rank indexes
Rudolf Polzer [Thu, 10 Jan 2013 15:50:39 +0000 (16:50 +0100)]
NicePrint: use strict order
Rudolf Polzer [Thu, 10 Jan 2013 15:49:31 +0000 (16:49 +0100)]
scores sorting: use strict and nonstrict sorting where useful
Rudolf Polzer [Thu, 10 Jan 2013 15:30:52 +0000 (16:30 +0100)]
oops :) fix argument order
Rudolf Polzer [Thu, 10 Jan 2013 15:30:17 +0000 (16:30 +0100)]
fix CSQC scoreboard sorting by applying the same rules as on server
Mario [Mon, 7 Jan 2013 17:05:22 +0000 (04:05 +1100)]
Merge branch 'master' into Mario/mutator_minstagib
Rudolf Polzer [Sat, 5 Jan 2013 20:23:42 +0000 (21:23 +0100)]
balance teams: try a better score factor for "production use"
Now the worst player ratio it tries to achieve is 3:2.
Rudolf Polzer [Thu, 3 Jan 2013 20:33:53 +0000 (21:33 +0100)]
more !string fixes
Rudolf Polzer [Thu, 3 Jan 2013 20:30:23 +0000 (21:30 +0100)]
fix some more bad !string uses
Rudolf Polzer [Thu, 3 Jan 2013 20:27:37 +0000 (21:27 +0100)]
fix some !string uses
Rudolf Polzer [Thu, 3 Jan 2013 20:11:21 +0000 (21:11 +0100)]
fix menuqc and csqc regarding !STRING
Rudolf Polzer [Thu, 3 Jan 2013 20:02:14 +0000 (21:02 +0100)]
fix one more if(!s)
Rudolf Polzer [Thu, 3 Jan 2013 19:54:59 +0000 (20:54 +0100)]
get rid of some NOT_S, far from all done yet
Rudolf Polzer [Wed, 2 Jan 2013 16:22:17 +0000 (17:22 +0100)]
mapinfo: fix use of !string
Rudolf Polzer [Tue, 1 Jan 2013 18:51:30 +0000 (19:51 +0100)]
remove SoundEntity support - it's a waste of bandwidth
If anyone REALLY needs this, do the sound in CSQC instead.
Rudolf Polzer [Tue, 1 Jan 2013 18:50:41 +0000 (19:50 +0100)]
jetpack: move sound to client
Samual Lenks [Tue, 1 Jan 2013 15:44:02 +0000 (10:44 -0500)]
Re-write a bit of how weapons panel fading animation is done
Samual Lenks [Mon, 31 Dec 2012 23:28:11 +0000 (18:28 -0500)]
Enable voting for shuffleteams by default- popular servers prove it's okay
Samual Lenks [Mon, 31 Dec 2012 18:50:06 +0000 (13:50 -0500)]
Avoid division by zero on latency calculation (real clients only)
Samual Lenks [Mon, 31 Dec 2012 18:39:38 +0000 (13:39 -0500)]
Lets ACTUALLY CALL the MatchEnd mutator hook, this way it... works.
Rudolf Polzer [Mon, 31 Dec 2012 16:56:27 +0000 (17:56 +0100)]
bots: fix some bad uses of nextthink instead of bot_nextthink
Rudolf Polzer [Mon, 31 Dec 2012 12:44:46 +0000 (13:44 +0100)]
fteqcc sucks
Rudolf Polzer [Mon, 31 Dec 2012 12:25:24 +0000 (13:25 +0100)]
get rid of Draw_Not
Rudolf Polzer [Mon, 31 Dec 2012 11:44:39 +0000 (12:44 +0100)]
more noref
Rudolf Polzer [Mon, 31 Dec 2012 11:43:15 +0000 (12:43 +0100)]
fix uninitialized globals
Rudolf Polzer [Mon, 31 Dec 2012 11:18:14 +0000 (12:18 +0100)]
-std=gmqcc
Rudolf Polzer [Mon, 31 Dec 2012 11:02:30 +0000 (12:02 +0100)]
make it compile with gmqcc; strict function types YEAH
Samual Lenks [Sun, 30 Dec 2012 16:16:46 +0000 (11:16 -0500)]
Merge remote-tracking branch 'origin/Mario/vote_mapchange_fix'
Rudolf Polzer [Sat, 29 Dec 2012 19:50:52 +0000 (20:50 +0100)]
enable untyped nil
Rudolf Polzer [Sat, 29 Dec 2012 19:50:38 +0000 (20:50 +0100)]
gmqcc fixes
Rudolf Polzer [Sat, 29 Dec 2012 19:41:09 +0000 (20:41 +0100)]
-Wno-uninitialized-global
Rudolf Polzer [Thu, 27 Dec 2012 16:27:24 +0000 (17:27 +0100)]
mapinfo: don't spam errors when there is no maps
Rudolf Polzer [Tue, 25 Dec 2012 19:58:07 +0000 (20:58 +0100)]
fix a typo
Rudolf Polzer [Mon, 24 Dec 2012 10:13:39 +0000 (11:13 +0100)]
audit some .think use
Rudolf Polzer [Sat, 22 Dec 2012 19:43:00 +0000 (20:43 +0100)]
Revert "work around tiny gmqcc bug ;)" because blub fixed it :)
This reverts commit
05fa2f0d2b21e4fb4c6c092d1409bfc101c4e017 .
Rudolf Polzer [Sat, 22 Dec 2012 19:39:09 +0000 (20:39 +0100)]
work around tiny gmqcc bug ;)
Mario [Sat, 22 Dec 2012 07:32:30 +0000 (18:32 +1100)]
Also add cvar to commands.cfg
Mario [Sat, 22 Dec 2012 07:25:56 +0000 (18:25 +1100)]
Add a cvar to enable/disable voting before the match has started
Rudolf Polzer [Fri, 21 Dec 2012 11:20:26 +0000 (12:20 +0100)]
Merge branch 'master' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Fri, 21 Dec 2012 11:19:25 +0000 (12:19 +0100)]
MSG_ALL, SVC_TEMPENTITY is bad
use MSG_BROADCAST
otherwise clients not yet connected fully (still loading maps or
csprogs) get kicked off because of not being able to
parse the messages.
Mario [Fri, 21 Dec 2012 07:24:12 +0000 (18:24 +1100)]
A fix for voting during map change sometimes causing everyone to be kicked
Rudolf Polzer [Fri, 21 Dec 2012 05:45:42 +0000 (06:45 +0100)]
proper string handling
Rudolf Polzer [Thu, 20 Dec 2012 15:01:09 +0000 (16:01 +0100)]
fix lots of uninitialized
Rudolf Polzer [Wed, 19 Dec 2012 16:30:50 +0000 (17:30 +0100)]
Merge branch 'master' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Wed, 19 Dec 2012 16:28:41 +0000 (17:28 +0100)]
write compiler options more explicitly
Rudolf Polzer [Wed, 19 Dec 2012 15:46:49 +0000 (16:46 +0100)]
get rid of SUB_Null
Rudolf Polzer [Wed, 19 Dec 2012 15:40:11 +0000 (16:40 +0100)]
get rid of broken AND stupid SUB_Nullpointer
Rudolf Polzer [Tue, 18 Dec 2012 19:11:16 +0000 (20:11 +0100)]
fix gmqcc use by ./all
Rudolf Polzer [Tue, 18 Dec 2012 13:31:41 +0000 (14:31 +0100)]
fix a superweapons offset bug
Rudolf Polzer [Tue, 18 Dec 2012 12:36:27 +0000 (13:36 +0100)]
fix some empty if blocks
Rudolf Polzer [Tue, 18 Dec 2012 11:58:03 +0000 (12:58 +0100)]
fix no-op jump
Rudolf Polzer [Tue, 18 Dec 2012 11:52:05 +0000 (12:52 +0100)]
more uninitialized
Rudolf Polzer [Tue, 18 Dec 2012 11:45:30 +0000 (12:45 +0100)]
more uninitialized fixes
Rudolf Polzer [Tue, 18 Dec 2012 10:23:43 +0000 (11:23 +0100)]
fix lots of more uninitialized stuff
Rudolf Polzer [Tue, 18 Dec 2012 09:50:39 +0000 (10:50 +0100)]
fix some more uninitialized
Rudolf Polzer [Tue, 18 Dec 2012 09:33:19 +0000 (10:33 +0100)]
fix compile flags
Rudolf Polzer [Mon, 17 Dec 2012 16:28:58 +0000 (17:28 +0100)]
fix watermark issues :)
Rudolf Polzer [Mon, 17 Dec 2012 16:07:12 +0000 (17:07 +0100)]
fix uninitialized
Rudolf Polzer [Mon, 17 Dec 2012 16:04:46 +0000 (17:04 +0100)]
fix a turret system bug using uninitialized stuff
Rudolf Polzer [Mon, 17 Dec 2012 16:03:12 +0000 (17:03 +0100)]
fix most uninitialized stuff in svqc
Rudolf Polzer [Mon, 17 Dec 2012 15:31:22 +0000 (16:31 +0100)]
more gmqcc support
Rudolf Polzer [Mon, 17 Dec 2012 15:29:58 +0000 (16:29 +0100)]
fix some uninitialized variable use etc.
Rudolf Polzer [Mon, 17 Dec 2012 14:35:37 +0000 (15:35 +0100)]
define XONOTIC_USE_GMQCC and FTEQCC=.../gmqcc to compile with gmqcc
Rudolf Polzer [Mon, 17 Dec 2012 14:28:50 +0000 (15:28 +0100)]
removed the FTEQCC_YOU_SUCK macro
Rudolf Polzer [Mon, 17 Dec 2012 14:17:18 +0000 (15:17 +0100)]
fix semicolon
Rudolf Polzer [Mon, 17 Dec 2012 14:16:15 +0000 (15:16 +0100)]
more gmqcc compile fixes
Rudolf Polzer [Mon, 17 Dec 2012 14:15:42 +0000 (15:15 +0100)]
whitespace fixes
Rudolf Polzer [Mon, 17 Dec 2012 14:06:15 +0000 (15:06 +0100)]
fix a few syntax errors
terencehill [Sat, 15 Dec 2012 17:06:59 +0000 (18:06 +0100)]
Disable Clear button while waiting for an input key in the input dialog otherwise if you press the Clear button you assign MOUSE1 and immediately clear it, with the result that you loose MOUSE1 bind from primary fire.
terencehill [Sat, 15 Dec 2012 16:13:43 +0000 (17:13 +0100)]
Fix hud_showbinds_limit, it allowed to display only 1 bind
terencehill [Sat, 15 Dec 2012 15:03:27 +0000 (16:03 +0100)]
New cvar _hud_showbinds_reload 0 "set it to 1 to reload binds if you changed any. It is reset to 0 automatically". When you change a bind through the menu this cvar is toogled on automatically, allowing for example to refresh immediately keys bound to weapons in the HUD.
Rudolf Polzer [Fri, 14 Dec 2012 10:16:30 +0000 (11:16 +0100)]
Merge branch 'master' of http://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Fri, 14 Dec 2012 10:00:16 +0000 (11:00 +0100)]
link to new/better playerstats response format idea
Samual Lenks [Fri, 14 Dec 2012 09:53:16 +0000 (04:53 -0500)]
Remove "Respawning now..." from scoreboard respawn count (looks glitchy)
Samual Lenks [Fri, 14 Dec 2012 02:13:33 +0000 (21:13 -0500)]
Allow players to still choose the visual gun position with g_shootfromeye
Mario [Thu, 13 Dec 2012 22:07:40 +0000 (09:07 +1100)]
Initial commit