]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
12 years agofix CommonCommand_time prints, and make autoscreenshots go to their own directly...
Samual [Tue, 20 Dec 2011 00:03:49 +0000 (19:03 -0500)]
fix CommonCommand_time prints, and make autoscreenshots go to their own directly (and with an alias on the client)

12 years agoAdd support to bind F10 as "show quit dialog" instead of instantly quitting
Samual [Mon, 19 Dec 2011 22:59:58 +0000 (17:59 -0500)]
Add support to bind F10 as "show quit dialog" instead of instantly quitting

12 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Mon, 19 Dec 2011 20:52:19 +0000 (15:52 -0500)]
Merge remote branch 'origin/master' into samual/updatecommands

Conflicts:
defaultXonotic.cfg

12 years agoLots and lots and lots of todo's being hammered away :D
Samual [Mon, 19 Dec 2011 20:50:13 +0000 (15:50 -0500)]
Lots and lots and lots of todo's being hammered away :D

12 years agoTake care of a bunch of todo's
Samual [Mon, 19 Dec 2011 19:52:41 +0000 (14:52 -0500)]
Take care of a bunch of todo's

12 years agoUpdates for vote help
Samual [Mon, 19 Dec 2011 19:40:27 +0000 (14:40 -0500)]
Updates for vote help

12 years agoMore InterpretBoolean use
Samual [Mon, 19 Dec 2011 18:24:09 +0000 (13:24 -0500)]
More InterpretBoolean use

12 years agoAdd "interpretboolean" function to read "yes" and "no" and such as 1/0
Samual [Mon, 19 Dec 2011 18:19:27 +0000 (13:19 -0500)]
Add "interpretboolean" function to read "yes" and "no" and such as 1/0

12 years agoAdd "localprint" command to send a hud centerprint to yourself via cl_cmd
Samual [Mon, 19 Dec 2011 17:23:18 +0000 (12:23 -0500)]
Add "localprint" command to send a hud centerprint to yourself via cl_cmd

12 years agoMany more updates regarding client verification... also make adminmsg able to send...
Samual [Mon, 19 Dec 2011 16:57:17 +0000 (11:57 -0500)]
Many more updates regarding client verification... also make adminmsg able to send to multiple players at once

12 years agoNew way to verify client entities and some other fixes
Samual [Mon, 19 Dec 2011 14:36:04 +0000 (09:36 -0500)]
New way to verify client entities and some other fixes

12 years agoShow maxclients in who command
Samual [Mon, 19 Dec 2011 13:26:35 +0000 (08:26 -0500)]
Show maxclients in who command

12 years agoUpdate some more usage descriptions
Samual [Mon, 19 Dec 2011 13:07:54 +0000 (08:07 -0500)]
Update some more usage descriptions

12 years agoMerge branch 'master' of /var/cache/git/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Mon, 19 Dec 2011 11:59:33 +0000 (12:59 +0100)]
Merge branch 'master' of /var/cache/git/xonotic/xonotic-data.pk3dir

12 years agoalways show backtrace in warnings, or warnings are useless
Rudolf Polzer [Mon, 19 Dec 2011 11:58:38 +0000 (12:58 +0100)]
always show backtrace in warnings, or warnings are useless

12 years agoImprove handling of "unknown commands"
Samual [Sun, 18 Dec 2011 21:35:09 +0000 (16:35 -0500)]
Improve handling of "unknown commands"

12 years agofix typo
Rudolf Polzer [Sun, 18 Dec 2011 20:06:39 +0000 (21:06 +0100)]
fix typo

12 years agodefine some vars
Rudolf Polzer [Sun, 18 Dec 2011 20:05:57 +0000 (21:05 +0100)]
define some vars

12 years agoRevert "vehicles-no-viewport test" as it never was meant to be committed.
Rudolf Polzer [Sun, 18 Dec 2011 19:59:21 +0000 (20:59 +0100)]
Revert "vehicles-no-viewport test" as it never was meant to be committed.

This reverts commit 8ad395df2c29ab67b0cfffab57fa45d1077b734a.

12 years agomake fteqcc behave :)
Rudolf Polzer [Sun, 18 Dec 2011 19:58:34 +0000 (20:58 +0100)]
make fteqcc behave :)

12 years agovehicles-no-viewport test
Rudolf Polzer [Sun, 18 Dec 2011 19:46:40 +0000 (20:46 +0100)]
vehicles-no-viewport test

12 years agoBots don't have IP addresses or crypto keys
Samual [Sun, 18 Dec 2011 16:08:05 +0000 (11:08 -0500)]
Bots don't have IP addresses or crypto keys

12 years agoAdd "separator" support to who command, limit nicknames to 20 characters, better...
Samual [Sun, 18 Dec 2011 16:00:18 +0000 (11:00 -0500)]
Add "separator" support to who command, limit nicknames to 20 characters, better privacy calculation across sv_cmd/cmd, and other various fixes

12 years agoRemove debug print
Samual [Sun, 18 Dec 2011 15:31:54 +0000 (10:31 -0500)]
Remove debug print

12 years agoSend the caller directly to the common functions, avoids any mishaps with "self"...
Samual [Sun, 18 Dec 2011 15:30:47 +0000 (10:30 -0500)]
Send the caller directly to the common functions, avoids any mishaps with "self" in sv_cmd

12 years agoFixes for "Who" command
Samual [Sun, 18 Dec 2011 14:30:30 +0000 (09:30 -0500)]
Fixes for "Who" command

12 years agoMerge branch 'divVerent/weapon_stay_2'
Rudolf Polzer [Sat, 17 Dec 2011 21:38:48 +0000 (22:38 +0100)]
Merge branch 'divVerent/weapon_stay_2'

12 years agoassorted fixes for weapon pickup
Rudolf Polzer [Sat, 17 Dec 2011 21:38:30 +0000 (22:38 +0100)]
assorted fixes for weapon pickup

12 years agoReplace some instances of GetFilteredNumber with GetFilteredEntity and replace FIXME...
Samual [Sat, 17 Dec 2011 21:08:44 +0000 (16:08 -0500)]
Replace some instances of GetFilteredNumber with GetFilteredEntity and replace FIXME with TODO

12 years agoSeparate GetFilteredNumber and GetFilteredEntity
Samual [Sat, 17 Dec 2011 20:21:12 +0000 (15:21 -0500)]
Separate GetFilteredNumber and GetFilteredEntity

12 years agoSynchronize server.cfg settings with commands.cfg
Samual [Sat, 17 Dec 2011 17:26:19 +0000 (12:26 -0500)]
Synchronize server.cfg settings with commands.cfg

12 years agoset pickup_anyway on thrown weapons, we really want to remove these even if uselessly...
Rudolf Polzer [Sat, 17 Dec 2011 16:58:31 +0000 (17:58 +0100)]
set pickup_anyway on thrown weapons, we really want to remove these even if uselessly touched

12 years agoweapon stay 2: activate for CTS
Rudolf Polzer [Sat, 17 Dec 2011 16:56:21 +0000 (17:56 +0100)]
weapon stay 2: activate for CTS

12 years agodamn fteqcc
Rudolf Polzer [Sat, 17 Dec 2011 16:55:48 +0000 (17:55 +0100)]
damn fteqcc

12 years agog_weapon_stay 2: ghost items "refill" ammo only
Rudolf Polzer [Sat, 17 Dec 2011 16:45:57 +0000 (17:45 +0100)]
g_weapon_stay 2: ghost items "refill" ammo only

12 years agosimplify minsta rules again
Rudolf Polzer [Sat, 17 Dec 2011 16:37:30 +0000 (17:37 +0100)]
simplify minsta rules again

12 years agoQuick tweaks
Samual [Sat, 17 Dec 2011 15:45:31 +0000 (10:45 -0500)]
Quick tweaks

12 years agoAlphabetical order ;)
Samual [Sat, 17 Dec 2011 15:36:22 +0000 (10:36 -0500)]
Alphabetical order ;)

12 years agoMore commands.cfg conversions and updates
Samual [Sat, 17 Dec 2011 15:35:00 +0000 (10:35 -0500)]
More commands.cfg conversions and updates

12 years agoLots of updates to cl_cmd.qc
Samual [Sat, 17 Dec 2011 14:58:46 +0000 (09:58 -0500)]
Lots of updates to cl_cmd.qc

12 years agoUpdate directories in commands.cfg
Samual [Sat, 17 Dec 2011 14:15:50 +0000 (09:15 -0500)]
Update directories in commands.cfg

12 years agocl_cmd is now called LocalCommand, not GameCommand
Samual [Sat, 17 Dec 2011 13:46:11 +0000 (08:46 -0500)]
cl_cmd is now called LocalCommand, not GameCommand

12 years agoMake all common commands use "GetCommandPrefix()" to support both sv_cmd and
Samual [Sat, 17 Dec 2011 13:08:35 +0000 (08:08 -0500)]
Make all common commands use "GetCommandPrefix()" to support both sv_cmd and
cmd help in usage

12 years agoUse print_to for time command
Samual [Sat, 17 Dec 2011 13:02:20 +0000 (08:02 -0500)]
Use print_to for time command

12 years agoMake the "time" command available to both cmd and sv_cmd as a common command
Samual [Sat, 17 Dec 2011 12:50:30 +0000 (07:50 -0500)]
Make the "time" command available to both cmd and sv_cmd as a common command

12 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Fri, 16 Dec 2011 21:05:48 +0000 (16:05 -0500)]
Merge remote branch 'origin/master' into samual/updatecommands

Conflicts:
qcsrc/common/util.qc

12 years agoFix some bugs with settemp and scoreboard_columns_set
Samual [Fri, 16 Dec 2011 20:55:56 +0000 (15:55 -0500)]
Fix some bugs with settemp and scoreboard_columns_set

12 years agoalso move this block
Rudolf Polzer [Fri, 16 Dec 2011 17:13:15 +0000 (18:13 +0100)]
also move this block

12 years agosimplify weapon stay more
Rudolf Polzer [Fri, 16 Dec 2011 17:11:54 +0000 (18:11 +0100)]
simplify weapon stay more

12 years agoremove g_weapon_stay 1 and 2 modes, they did enough damage. Only keep 3, renumbered...
Rudolf Polzer [Fri, 16 Dec 2011 17:07:12 +0000 (18:07 +0100)]
remove g_weapon_stay 1 and 2 modes, they did enough damage. Only keep 3, renumbered to 1.

12 years agoFix typo
Samual [Fri, 16 Dec 2011 16:33:43 +0000 (11:33 -0500)]
Fix typo

12 years agoSplit up the common commands in commands.cfg
Samual [Fri, 16 Dec 2011 16:22:04 +0000 (11:22 -0500)]
Split up the common commands in commands.cfg

12 years agoRemove comment from the old code -- cl_cmd.qc is done now?
Samual [Fri, 16 Dec 2011 15:54:08 +0000 (10:54 -0500)]
Remove comment from the old code -- cl_cmd.qc is done now?

12 years agomark sv_use_csqc_players as pure
Rudolf Polzer [Fri, 16 Dec 2011 15:50:40 +0000 (16:50 +0100)]
mark sv_use_csqc_players as pure

12 years agoMerge remote-tracking branch 'origin/divVerent/csqcmodel'
Rudolf Polzer [Fri, 16 Dec 2011 15:48:38 +0000 (16:48 +0100)]
Merge remote-tracking branch 'origin/divVerent/csqcmodel'

12 years ago"handlevote" system, to work with old uid2name stuff
Samual [Fri, 16 Dec 2011 15:42:09 +0000 (10:42 -0500)]
"handlevote" system, to work with old uid2name stuff

12 years agoSimple updates
Samual [Fri, 16 Dec 2011 14:56:16 +0000 (09:56 -0500)]
Simple updates

12 years agoremove useless comments
Samual [Fri, 16 Dec 2011 13:41:34 +0000 (08:41 -0500)]
remove useless comments

12 years agoAdd debugmodel command to cl_cmd.qc
Samual [Fri, 16 Dec 2011 13:30:51 +0000 (08:30 -0500)]
Add debugmodel command to cl_cmd.qc

12 years agoadd mv_download command back to client
Samual [Fri, 16 Dec 2011 13:24:16 +0000 (08:24 -0500)]
add mv_download command back to client

12 years agoBring back settemp in cl_cmd.qc
Samual [Fri, 16 Dec 2011 13:02:55 +0000 (08:02 -0500)]
Bring back settemp in cl_cmd.qc

12 years agoMerge remote-tracking branch 'origin/master' into samual/updatecommands
Samual [Fri, 16 Dec 2011 12:56:46 +0000 (07:56 -0500)]
Merge remote-tracking branch 'origin/master' into samual/updatecommands

12 years agofix powerup rules for LMS and CA
Rudolf Polzer [Thu, 15 Dec 2011 14:58:24 +0000 (15:58 +0100)]
fix powerup rules for LMS and CA

12 years agoapply same logic to g_pickup_items: -1 is default, 0 = off, 1 = on
Rudolf Polzer [Thu, 15 Dec 2011 14:57:22 +0000 (15:57 +0100)]
apply same logic to g_pickup_items: -1 is default, 0 = off, 1 = on

12 years agomake powerups rules game mode dependent
Rudolf Polzer [Thu, 15 Dec 2011 14:43:08 +0000 (15:43 +0100)]
make powerups rules game mode dependent

12 years agoget rid of g_powerup_*; add g_powerups
Rudolf Polzer [Thu, 15 Dec 2011 14:32:47 +0000 (15:32 +0100)]
get rid of g_powerup_*; add g_powerups

12 years agomake g_powerup_* count as "No strength"-like mutators
Rudolf Polzer [Thu, 15 Dec 2011 14:21:34 +0000 (15:21 +0100)]
make g_powerup_* count  as "No strength"-like mutators

12 years agoalso autotaunt is ok
Rudolf Polzer [Thu, 15 Dec 2011 14:15:13 +0000 (15:15 +0100)]
also autotaunt is ok

12 years agoMerge branch 'master' of /var/cache/git/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Thu, 15 Dec 2011 14:12:17 +0000 (15:12 +0100)]
Merge branch 'master' of /var/cache/git/xonotic/xonotic-data.pk3dir

12 years agosv_ready_restart_after_countdown and sv_taunt deserve to be pure
Rudolf Polzer [Thu, 15 Dec 2011 14:11:54 +0000 (15:11 +0100)]
sv_ready_restart_after_countdown and sv_taunt deserve to be pure

12 years agoUpdate last tranlator info
mand1nga [Thu, 15 Dec 2011 00:16:58 +0000 (21:16 -0300)]
Update last tranlator info

12 years agono way Samual. do that in a branch if you have to.
Jakob MG [Thu, 15 Dec 2011 00:02:41 +0000 (01:02 +0100)]
no way Samual. do that in a branch if you have to.

12 years ago60dps
Samual [Wed, 14 Dec 2011 23:52:59 +0000 (18:52 -0500)]
60dps

12 years agoNo spread on machine gun, per request of kojn. (proving a point)
Samual [Wed, 14 Dec 2011 23:42:39 +0000 (18:42 -0500)]
No spread on machine gun, per request of kojn. (proving a point)

12 years ago"unset" vote_caller when doing VoteReset()
Samual [Wed, 14 Dec 2011 19:20:21 +0000 (14:20 -0500)]
"unset" vote_caller when doing VoteReset()

12 years agoRemove useless comments
Samual [Wed, 14 Dec 2011 19:19:03 +0000 (14:19 -0500)]
Remove useless comments

12 years agoMore usage updates
Samual [Wed, 14 Dec 2011 19:15:18 +0000 (14:15 -0500)]
More usage updates

12 years agoLots of "usage" updates all around
Samual [Wed, 14 Dec 2011 19:14:27 +0000 (14:14 -0500)]
Lots of "usage" updates all around

12 years agoSome more quick changes
Samual [Wed, 14 Dec 2011 18:38:53 +0000 (13:38 -0500)]
Some more quick changes

12 years agoLots and lots of improvements all around :D
Samual [Wed, 14 Dec 2011 17:22:12 +0000 (12:22 -0500)]
Lots and lots of improvements all around :D

12 years agoRe-write vote information printing
Samual [Wed, 14 Dec 2011 14:51:39 +0000 (09:51 -0500)]
Re-write vote information printing

12 years agoNow sv_cmd.qc uses common commands too -- plus some extra fixes.
Samual [Wed, 14 Dec 2011 14:31:30 +0000 (09:31 -0500)]
Now sv_cmd.qc uses common commands too -- plus some extra fixes.

12 years agoMake cmd.qc use the common commands and strip out the old ones
Samual [Wed, 14 Dec 2011 13:42:41 +0000 (08:42 -0500)]
Make cmd.qc use the common commands and strip out the old ones

12 years agoWhoops -- ACTUALLY commit those new files too ;)
Samual [Tue, 13 Dec 2011 10:38:24 +0000 (05:38 -0500)]
Whoops -- ACTUALLY commit those new files too ;)

12 years agoMove the gamecommand part of ipban.qc into server/command/ipban.qc (the rest stays...
Samual [Tue, 13 Dec 2011 10:37:47 +0000 (05:37 -0500)]
Move the gamecommand part of ipban.qc into server/command/ipban.qc (the rest stays normal)

12 years agoDo the same for cl_cmd.qc
Samual [Tue, 13 Dec 2011 10:11:38 +0000 (05:11 -0500)]
Do the same for cl_cmd.qc

12 years agoChange all requests in server/ to use CMD_REQUEST_* with the common declaration
Samual [Tue, 13 Dec 2011 10:08:52 +0000 (05:08 -0500)]
Change all requests in server/ to use CMD_REQUEST_* with the common declaration

12 years agoNow make everything else compile too
Samual [Tue, 13 Dec 2011 09:36:05 +0000 (04:36 -0500)]
Now make everything else compile too

12 years agoAlso move all of the other game command files from other programs into their respecti...
Samual [Tue, 13 Dec 2011 09:15:18 +0000 (04:15 -0500)]
Also move all of the other game command files from other programs into their respective command/ folder

12 years agoMore work with the declaration/.qh files and the common files -- now it compiles :D
Samual [Tue, 13 Dec 2011 09:11:08 +0000 (04:11 -0500)]
More work with the declaration/.qh files and the common files -- now it compiles :D

12 years agoWrite some actual content for common.qc and common.qh
Samual [Tue, 13 Dec 2011 08:48:31 +0000 (03:48 -0500)]
Write some actual content for common.qc and common.qh

12 years agoGive radarmap a separate .qh file as well
Samual [Tue, 13 Dec 2011 08:29:02 +0000 (03:29 -0500)]
Give radarmap a separate .qh file as well

12 years agoMove radarmap to command/ folder too
Samual [Tue, 13 Dec 2011 08:28:36 +0000 (03:28 -0500)]
Move radarmap to command/ folder too

12 years agoCreate separate .qh files for each of the other .qc command files
Samual [Tue, 13 Dec 2011 08:24:24 +0000 (03:24 -0500)]
Create separate .qh files for each of the other .qc command files

12 years agoMove all of the command files (clientcommands.qc, gamecommand.qc, command_common...
Samual [Tue, 13 Dec 2011 08:21:33 +0000 (03:21 -0500)]
Move all of the command files (clientcommands.qc, gamecommand.qc, command_common.qc, vote.qc, vote.qh) to a new folder called "command" in server

12 years agoCreate new command_common.qc file
Samual [Tue, 13 Dec 2011 08:01:29 +0000 (03:01 -0500)]
Create new command_common.qc file

12 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Tue, 13 Dec 2011 07:42:50 +0000 (02:42 -0500)]
Merge remote branch 'origin/master' into samual/updatecommands

Conflicts:
qcsrc/server/clientcommands.qc

12 years agoNew strategy: make the crylink overpowered
Samual [Mon, 12 Dec 2011 16:28:15 +0000 (11:28 -0500)]
New strategy: make the crylink overpowered

12 years agoLower damage of shotgun melee
Samual [Mon, 12 Dec 2011 15:54:53 +0000 (10:54 -0500)]
Lower damage of shotgun melee

12 years agoMerge remote-tracking branch 'origin/terencehill/g_changeteam_banned_fix'
Rudolf Polzer [Mon, 12 Dec 2011 08:44:27 +0000 (09:44 +0100)]
Merge remote-tracking branch 'origin/terencehill/g_changeteam_banned_fix'