]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
13 years agoRe-think some things, add developer help support, change how the argument is selected...
Samual [Sun, 24 Jul 2011 00:26:08 +0000 (20:26 -0400)]
Re-think some things, add developer help support, change how the argument is selected in the switch

13 years agoAdd floodcheck, plus use strtolower for most command comparisons (including in gameco...
Samual [Sun, 24 Jul 2011 00:03:45 +0000 (20:03 -0400)]
Add floodcheck, plus use strtolower for most command comparisons (including in gamecommand.qc)

13 years agoClean clientcommands.qc up a bit and fact check it :P
Samual [Sat, 23 Jul 2011 22:12:32 +0000 (18:12 -0400)]
Clean clientcommands.qc up a bit and fact check it :P

13 years agoBegin clientcommands.qc re-write
Samual [Sat, 23 Jul 2011 19:09:41 +0000 (15:09 -0400)]
Begin clientcommands.qc re-write

13 years agoRemove the todo's for extend/reducematchtime command -- the goal shouldn't really...
Samual [Thu, 21 Jul 2011 18:28:31 +0000 (14:28 -0400)]
Remove the todo's for extend/reducematchtime command -- the goal shouldn't really be done.

13 years agoUpdate allspec and cointoss to have more options
Samual [Thu, 21 Jul 2011 18:24:47 +0000 (14:24 -0400)]
Update allspec and cointoss to have more options

13 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Thu, 21 Jul 2011 17:56:59 +0000 (13:56 -0400)]
Merge remote branch 'origin/master' into samual/updatecommands

13 years agoautomatic g_maplist: rather collect maps for ALL game types in there
Rudolf Polzer [Wed, 20 Jul 2011 11:50:02 +0000 (13:50 +0200)]
automatic g_maplist: rather collect maps for ALL game types in there

13 years agoget rid of some cruft (mapvote_maxlen) that was for the old centerprint mapvote interface
Rudolf Polzer [Wed, 20 Jul 2011 11:45:16 +0000 (13:45 +0200)]
get rid of some cruft (mapvote_maxlen) that was for the old centerprint mapvote interface

13 years agoignore suggested maps if they are in the wrong game type
Rudolf Polzer [Wed, 20 Jul 2011 11:44:55 +0000 (13:44 +0200)]
ignore suggested maps if they are in the wrong game type

13 years agoRemove todo item for finishing all commands
Samual [Thu, 14 Jul 2011 07:00:17 +0000 (03:00 -0400)]
Remove todo item for finishing all commands

13 years ago2,219 lines of code later, I'M DONE WITH GAMECOMMAND.QC YAYYYYY -- Well, sorta.....
Samual [Thu, 14 Jul 2011 06:58:49 +0000 (02:58 -0400)]
2,219 lines of code later, I'M DONE WITH GAMECOMMAND.QC YAYYYYY -- Well, sorta... now just gotta do some more bug testing and fix some messages and clean up the older code... BUT OTHER THAN THAT ;D

13 years agoAdd teamstatus and trace commands (half-assed, needs more work) and lots of comment...
Samual [Thu, 14 Jul 2011 06:16:06 +0000 (02:16 -0400)]
Add teamstatus and trace commands (half-assed, needs more work) and lots of comment/print updates

13 years agoFinally add stuffto command (with ifdefs so it can't be abused on normal servers)
Samual [Thu, 14 Jul 2011 02:01:42 +0000 (22:01 -0400)]
Finally add stuffto command (with ifdefs so it can't be abused on normal servers)

13 years agoRe-wrote some comments
Samual [Thu, 14 Jul 2011 01:12:23 +0000 (21:12 -0400)]
Re-wrote some comments

13 years agoAdd reducematchtime command
Samual [Thu, 14 Jul 2011 00:49:15 +0000 (20:49 -0400)]
Add reducematchtime command

13 years agoAdd records command
Samual [Thu, 14 Jul 2011 00:44:45 +0000 (20:44 -0400)]
Add records command

13 years agoAdd rankings command
Samual [Thu, 14 Jul 2011 00:41:05 +0000 (20:41 -0400)]
Add rankings command

13 years agoUpdated comments plus re-written radarmap command
Samual [Thu, 14 Jul 2011 00:36:45 +0000 (20:36 -0400)]
Updated comments plus re-written radarmap command

13 years agoChange the format of the "See also" print just slightly
Samual [Wed, 13 Jul 2011 21:43:05 +0000 (17:43 -0400)]
Change the format of the "See also" print just slightly

13 years agoI'm an idiot, I don't need to tokenize argc all over again for each function... just...
Samual [Wed, 13 Jul 2011 21:36:44 +0000 (17:36 -0400)]
I'm an idiot, I don't need to tokenize argc all over again for each function... just send it as a float to the function instead of the command string.

13 years agoQuick comments...
Samual [Wed, 13 Jul 2011 21:15:04 +0000 (17:15 -0400)]
Quick comments...

13 years agoprintstats added
Samual [Wed, 13 Jul 2011 17:28:58 +0000 (13:28 -0400)]
printstats added

13 years agoadded modelbug, nospectators, playerdemo, and onslaught_updatelinks
Samual [Wed, 13 Jul 2011 17:21:02 +0000 (13:21 -0400)]
added modelbug, nospectators, playerdemo, and onslaught_updatelinks

13 years agoHere comes the big one folks -- moveplayer implementation completed. Lots of other...
Samual [Wed, 13 Jul 2011 06:45:54 +0000 (02:45 -0400)]
Here comes the big one folks -- moveplayer implementation completed. Lots of other updates to comments and such as well, plus make_mapinfo command added

13 years agoMore coloring
Samual [Wed, 13 Jul 2011 01:59:35 +0000 (21:59 -0400)]
More coloring

13 years ago"See also" message for some related commands
Samual [Wed, 13 Jul 2011 01:45:10 +0000 (21:45 -0400)]
"See also" message for some related commands

13 years agoChange how the command shows up in the help list - Add color and change the format...
Samual [Wed, 13 Jul 2011 01:36:43 +0000 (21:36 -0400)]
Change how the command shows up in the help list - Add color and change the format slightly

13 years agoLadder and lockteams support
Samual [Wed, 13 Jul 2011 01:13:51 +0000 (21:13 -0400)]
Ladder and lockteams support

13 years agoAdd gettaginfo command plus add a warning for using incorrect parameters for a command
Samual [Wed, 13 Jul 2011 00:53:58 +0000 (20:53 -0400)]
Add gettaginfo command plus add a warning for using incorrect parameters for a command

13 years agoGotomap added
Samual [Tue, 12 Jul 2011 23:51:31 +0000 (19:51 -0400)]
Gotomap added

13 years agoRemove useless stuff
Samual [Tue, 12 Jul 2011 23:37:11 +0000 (19:37 -0400)]
Remove useless stuff

13 years agoAdd gametype command
Samual [Tue, 12 Jul 2011 23:22:28 +0000 (19:22 -0400)]
Add gametype command

13 years agoAdd find classname command
Samual [Tue, 12 Jul 2011 23:08:20 +0000 (19:08 -0400)]
Add find classname command

13 years agoextendmatchtime reimplemented
Samual [Tue, 12 Jul 2011 22:55:08 +0000 (18:55 -0400)]
extendmatchtime reimplemented

13 years agoeffectindexdump added
Samual [Tue, 12 Jul 2011 22:36:53 +0000 (18:36 -0400)]
effectindexdump added

13 years agoAdd aliases for savedb/dumpdb/loaddb for backwards compatibility
Samual [Tue, 12 Jul 2011 22:22:32 +0000 (18:22 -0400)]
Add aliases for savedb/dumpdb/loaddb for backwards compatibility

13 years agoDatabase command support, plus updates to cointoss
Samual [Tue, 12 Jul 2011 22:18:14 +0000 (18:18 -0400)]
Database command support, plus updates to cointoss

13 years agoChange all break; statements for switches into returns, plus properly check for an...
Samual [Tue, 12 Jul 2011 20:44:26 +0000 (16:44 -0400)]
Change all break; statements for switches into returns, plus properly check for an argument with delrec

13 years agodelrec support
Samual [Tue, 12 Jul 2011 20:41:55 +0000 (16:41 -0400)]
delrec support

13 years agodefer_clear_all support
Samual [Tue, 12 Jul 2011 20:32:01 +0000 (16:32 -0400)]
defer_clear_all support

13 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Tue, 12 Jul 2011 19:44:58 +0000 (15:44 -0400)]
Merge remote branch 'origin/master' into samual/updatecommands

13 years agodefer_clear -- plus some tweaks to messages
Samual [Tue, 12 Jul 2011 19:43:34 +0000 (15:43 -0400)]
defer_clear -- plus some tweaks to messages

13 years agocvar_changes and cvar_purechanges support
Samual [Tue, 12 Jul 2011 18:31:26 +0000 (14:31 -0400)]
cvar_changes and cvar_purechanges support

13 years agoAdd cointoss command -- Also: Add some comments for todos/fixmes and such
Samual [Tue, 12 Jul 2011 18:15:33 +0000 (14:15 -0400)]
Add cointoss command -- Also: Add some comments for todos/fixmes and such

13 years agoWhoops, forgot to update the help description
Samual [Tue, 12 Jul 2011 17:56:20 +0000 (13:56 -0400)]
Whoops, forgot to update the help description

13 years agoSupport ugly old sv_cmd bot_cmd for controlling bots via server console... Sooooo...
Samual [Tue, 12 Jul 2011 17:53:07 +0000 (13:53 -0400)]
Support ugly old sv_cmd bot_cmd for controlling bots via server console... Sooooo old, and I don't care enough to re-write it completely.

13 years agoMerge remote branch 'origin/samual/waypointsprite_edgeoffset'
Rudolf Polzer [Tue, 12 Jul 2011 15:24:41 +0000 (17:24 +0200)]
Merge remote branch 'origin/samual/waypointsprite_edgeoffset'

13 years agoAdd bbox command
Samual [Tue, 12 Jul 2011 11:57:42 +0000 (07:57 -0400)]
Add bbox command

13 years agoSome cleanups and add another command.. which doesn't work yet :P
Samual [Tue, 12 Jul 2011 09:06:15 +0000 (05:06 -0400)]
Some cleanups and add another command.. which doesn't work yet :P

13 years agoFinish setting up the structure... Now comes the tedious part, reimplementing every...
Samual [Tue, 12 Jul 2011 08:50:08 +0000 (04:50 -0400)]
Finish setting up the structure... Now comes the tedious part, reimplementing every command

13 years agoBegin new command management system
Samual [Tue, 12 Jul 2011 07:39:31 +0000 (03:39 -0400)]
Begin new command management system

13 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Tue, 12 Jul 2011 04:31:55 +0000 (00:31 -0400)]
Merge remote branch 'origin/master' into samual/updatecommands

13 years agoMerge remote branch 'origin/master' into samual/waypointsprite_edgeoffset
Samual [Tue, 12 Jul 2011 01:17:05 +0000 (21:17 -0400)]
Merge remote branch 'origin/master' into samual/waypointsprite_edgeoffset

13 years agoMerge remote branch 'origin/terencehill/translated_mapvote_title'
Rudolf Polzer [Mon, 11 Jul 2011 07:03:28 +0000 (09:03 +0200)]
Merge remote branch 'origin/terencehill/translated_mapvote_title'

13 years agoenable r_glsl_vertextextureblend_usebothalphas
Rudolf Polzer [Sat, 9 Jul 2011 00:08:44 +0000 (02:08 +0200)]
enable r_glsl_vertextextureblend_usebothalphas

13 years agosilence the annoying warnings with current fteqcc
Rudolf Polzer [Fri, 8 Jul 2011 23:24:33 +0000 (01:24 +0200)]
silence the annoying warnings with current fteqcc

13 years agofix a compile error
Rudolf Polzer [Fri, 8 Jul 2011 22:39:27 +0000 (00:39 +0200)]
fix a compile error

13 years agoMerge remote-tracking branch 'origin/samual/grenadelauncher_lifetime_bounce'
Rudolf Polzer [Fri, 8 Jul 2011 22:28:17 +0000 (00:28 +0200)]
Merge remote-tracking branch 'origin/samual/grenadelauncher_lifetime_bounce'

13 years agoimprove the way the trace is done for shownames
Rudolf Polzer [Fri, 8 Jul 2011 22:18:43 +0000 (00:18 +0200)]
improve the way the trace is done for shownames

13 years agosimplify
Rudolf Polzer [Fri, 8 Jul 2011 21:59:37 +0000 (23:59 +0200)]
simplify

13 years agoshownames: also fade out if the player is behind you
Rudolf Polzer [Fri, 8 Jul 2011 21:57:11 +0000 (23:57 +0200)]
shownames: also fade out if the player is behind you

13 years agoMake translatable the title of the map vote screen
terencehill [Fri, 8 Jul 2011 19:58:37 +0000 (21:58 +0200)]
Make translatable the title of the map vote screen
Also remove 2 old and useless comments

13 years agostop fireball charge sound when weapon switching
Rudolf Polzer [Fri, 8 Jul 2011 19:44:34 +0000 (21:44 +0200)]
stop fireball charge sound when weapon switching

13 years agoremove warnings
Rudolf Polzer [Fri, 8 Jul 2011 19:41:21 +0000 (21:41 +0200)]
remove warnings

13 years agoalso sort out CH_SHOTS vs CH_SHOTS_SINGLE
Rudolf Polzer [Fri, 8 Jul 2011 18:28:55 +0000 (20:28 +0200)]
also sort out CH_SHOTS vs CH_SHOTS_SINGLE

13 years agosort out CH_TRIGGER_SINGLE vs CH_TRIGGER use
Rudolf Polzer [Fri, 8 Jul 2011 18:24:11 +0000 (20:24 +0200)]
sort out CH_TRIGGER_SINGLE vs CH_TRIGGER use

13 years agoallocate a CH_SHOTS too
Rudolf Polzer [Fri, 8 Jul 2011 18:17:20 +0000 (20:17 +0200)]
allocate a CH_SHOTS too

13 years agooptimize menuqc compiling speed by doing the second interface pass, and the implement...
Rudolf Polzer [Fri, 8 Jul 2011 14:00:36 +0000 (16:00 +0200)]
optimize menuqc compiling speed by doing the second interface pass, and the implementation pass, in one

13 years agoCrylink "not a spike" error: output more detail
Rudolf Polzer [Thu, 7 Jul 2011 19:25:17 +0000 (21:25 +0200)]
Crylink "not a spike" error: output more detail

13 years agofix some sound errors and a warning
Rudolf Polzer [Thu, 7 Jul 2011 19:24:55 +0000 (21:24 +0200)]
fix some sound errors and a warning

13 years agoMerge remote branch 'origin/divVerent/newchannels'
Rudolf Polzer [Wed, 6 Jul 2011 08:21:41 +0000 (10:21 +0200)]
Merge remote branch 'origin/divVerent/newchannels'

13 years agosync extensions
Rudolf Polzer [Tue, 5 Jul 2011 07:48:49 +0000 (09:48 +0200)]
sync extensions

13 years agoRevert "change ALL sound calls AGAIN (damn Spike)"
Rudolf Polzer [Tue, 5 Jul 2011 07:42:46 +0000 (09:42 +0200)]
Revert "change ALL sound calls AGAIN (damn Spike)"

This reverts commit 70b696e4e2bbe7322bf580be42961b2d5a159f31.

13 years agochange ALL sound calls AGAIN (damn Spike)
Rudolf Polzer [Mon, 4 Jul 2011 20:07:32 +0000 (22:07 +0200)]
change ALL sound calls AGAIN (damn Spike)

13 years agofix compile
Rudolf Polzer [Mon, 4 Jul 2011 11:59:47 +0000 (13:59 +0200)]
fix compile

13 years agofix another bad channel munging
Rudolf Polzer [Mon, 4 Jul 2011 11:53:31 +0000 (13:53 +0200)]
fix another bad channel munging

13 years agosync extensions
Rudolf Polzer [Mon, 4 Jul 2011 11:53:08 +0000 (13:53 +0200)]
sync extensions

13 years agomore channels
Rudolf Polzer [Mon, 4 Jul 2011 10:28:04 +0000 (12:28 +0200)]
more channels

13 years agochange the constants for DP_SND_EXTRACHANNELS
Rudolf Polzer [Mon, 4 Jul 2011 07:38:10 +0000 (09:38 +0200)]
change the constants for DP_SND_EXTRACHANNELS

13 years agoadd a CH_WEAPON_SINGLE for possible charging sounds
Rudolf Polzer [Sun, 3 Jul 2011 17:51:20 +0000 (19:51 +0200)]
add a CH_WEAPON_SINGLE for possible charging sounds

13 years agofix a crash
Rudolf Polzer [Sun, 3 Jul 2011 17:37:18 +0000 (19:37 +0200)]
fix a crash

13 years agoadd seta for the new channel volume cvars
Rudolf Polzer [Sun, 3 Jul 2011 17:34:05 +0000 (19:34 +0200)]
add seta for the new channel volume cvars

13 years agooops, fix a typo
Rudolf Polzer [Sun, 3 Jul 2011 17:30:51 +0000 (19:30 +0200)]
oops, fix a typo

13 years agoadd a macro -DNOCOMPAT to remove compat support for older releases
Rudolf Polzer [Sun, 3 Jul 2011 17:00:16 +0000 (19:00 +0200)]
add a macro -DNOCOMPAT to remove compat support for older releases

13 years agomore channel cleanup
Rudolf Polzer [Sun, 3 Jul 2011 16:59:08 +0000 (18:59 +0200)]
more channel cleanup

13 years agouse less channels :P
Rudolf Polzer [Sun, 3 Jul 2011 16:12:41 +0000 (18:12 +0200)]
use less channels :P

13 years agofix a bunch of compile errors
Rudolf Polzer [Sun, 3 Jul 2011 16:10:12 +0000 (18:10 +0200)]
fix a bunch of compile errors

13 years agofix other CHAN_ use
Rudolf Polzer [Sun, 3 Jul 2011 16:06:30 +0000 (18:06 +0200)]
fix other CHAN_ use

13 years agoalso get rid of CHAN_WEAPON
Rudolf Polzer [Sun, 3 Jul 2011 16:03:38 +0000 (18:03 +0200)]
also get rid of CHAN_WEAPON

13 years agoalso get rid of CHAN_WEAPON2
Rudolf Polzer [Sun, 3 Jul 2011 16:00:58 +0000 (18:00 +0200)]
also get rid of CHAN_WEAPON2

13 years agonow CHAN_PLAYER dies
Rudolf Polzer [Sun, 3 Jul 2011 15:55:33 +0000 (17:55 +0200)]
now CHAN_PLAYER dies

13 years agoget rid of CHAN_PAIN too
Rudolf Polzer [Sun, 3 Jul 2011 15:52:14 +0000 (17:52 +0200)]
get rid of CHAN_PAIN too

13 years agoeliminate CHAN_PROJECTILE now
Rudolf Polzer [Sun, 3 Jul 2011 15:44:06 +0000 (17:44 +0200)]
eliminate CHAN_PROJECTILE now

13 years agoget rid of CHAN_TRIGGER too
Rudolf Polzer [Sun, 3 Jul 2011 15:33:48 +0000 (17:33 +0200)]
get rid of CHAN_TRIGGER too

13 years agoget rid of CHAN_VOICE now
Rudolf Polzer [Sun, 3 Jul 2011 15:25:23 +0000 (17:25 +0200)]
get rid of CHAN_VOICE now

13 years agoget rid of all use of CHAN_AUTO, use CH_ names
Rudolf Polzer [Sun, 3 Jul 2011 15:22:36 +0000 (17:22 +0200)]
get rid of all use of CHAN_AUTO, use CH_ names

13 years agoupdate constant definitions a bit
Rudolf Polzer [Sun, 3 Jul 2011 15:22:28 +0000 (17:22 +0200)]
update constant definitions a bit

13 years agoadd some new (unused) defines for audio channels to do a later switchover
Rudolf Polzer [Sun, 3 Jul 2011 15:15:40 +0000 (17:15 +0200)]
add some new (unused) defines for audio channels to do a later switchover

13 years agoMerge remote branch 'origin/master' into samual/grenadelauncher_lifetime_bounce
Samual [Sun, 3 Jul 2011 09:05:04 +0000 (05:05 -0400)]
Merge remote branch 'origin/master' into samual/grenadelauncher_lifetime_bounce