]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
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'

12 years agoMerge remote-tracking branch 'origin/nifrek/hagar_own_traileffect_fix'
Rudolf Polzer [Mon, 12 Dec 2011 08:38:22 +0000 (09:38 +0100)]
Merge remote-tracking branch 'origin/nifrek/hagar_own_traileffect_fix'

Conflicts:
effectinfo.txt

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

12 years agono need for the workaround anymore :D
Samual [Mon, 12 Dec 2011 07:36:36 +0000 (02:36 -0500)]
no need for the workaround anymore :D

12 years agodon't hide invisibility in minstagib (fixes #876)
Rudolf Polzer [Mon, 12 Dec 2011 05:55:45 +0000 (06:55 +0100)]
don't hide invisibility in minstagib (fixes #876)

12 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Mon, 12 Dec 2011 04:41:12 +0000 (23:41 -0500)]
Merge remote branch 'origin/master' into samual/updatecommands

Conflicts:
qcsrc/server/clientcommands.qc

12 years agosprintf1s in help
Rudolf Polzer [Sun, 11 Dec 2011 12:46:38 +0000 (13:46 +0100)]
sprintf1s in help

12 years agoMinor fixes for some things
Samual [Sun, 11 Dec 2011 11:42:38 +0000 (06:42 -0500)]
Minor fixes for some things

12 years agoRemove settemp from client/gamecommand.qc -- there's already aliases for the
Samual [Sun, 11 Dec 2011 09:25:31 +0000 (04:25 -0500)]
Remove settemp from client/gamecommand.qc -- there's already aliases for the
functions I made

12 years agoALSO add all of the client-to-server command aliases to commands.cfg
Samual [Sun, 11 Dec 2011 09:06:33 +0000 (04:06 -0500)]
ALSO add all of the client-to-server command aliases to commands.cfg

12 years agoAdd all of the server command aliases to commands.cfg with proper arguments :D
Samual [Sun, 11 Dec 2011 08:29:44 +0000 (03:29 -0500)]
Add all of the server command aliases to commands.cfg with proper arguments :D

12 years agoMake commands.cfg take advantage of the new ${* ?} features
Samual [Sun, 11 Dec 2011 08:14:19 +0000 (03:14 -0500)]
Make commands.cfg take advantage of the new ${* ?} features

12 years agoFinish re-write of VoteCount() and ReadyCount() -- now with several new
Samual [Sun, 11 Dec 2011 07:34:00 +0000 (02:34 -0500)]
Finish re-write of VoteCount() and ReadyCount() -- now with several new
features, like g_warmup_majority_factor

12 years agoMake it compilable
Samual [Sat, 10 Dec 2011 21:49:14 +0000 (16:49 -0500)]
Make it compilable

12 years agoAdd todo
Samual [Sat, 10 Dec 2011 21:37:43 +0000 (16:37 -0500)]
Add todo

12 years agoBegin re-write of VoteCount() function
Samual [Sat, 10 Dec 2011 21:04:45 +0000 (16:04 -0500)]
Begin re-write of VoteCount() function

12 years agoadd duckwalk anims for all directions (optional, if missing, duckwalk is used)
Rudolf Polzer [Sat, 10 Dec 2011 19:00:17 +0000 (20:00 +0100)]
add duckwalk anims for all directions (optional, if missing, duckwalk is used)

12 years agoadd a "selfstuff" clientcommand to embed stuff into a demo
Rudolf Polzer [Sat, 10 Dec 2011 11:04:09 +0000 (12:04 +0100)]
add a "selfstuff" clientcommand to embed stuff into a demo

12 years agobot_cmd aim: 3rd arg being 0 now does the same as 3rd arg missing
Rudolf Polzer [Sat, 10 Dec 2011 11:02:24 +0000 (12:02 +0100)]
bot_cmd aim: 3rd arg being 0 now does the same as 3rd arg missing

12 years agoMore alias updates, plus fix several bugs/add more todo notes
Samual [Sat, 10 Dec 2011 08:02:31 +0000 (03:02 -0500)]
More alias updates, plus fix several bugs/add more todo notes

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

12 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Sat, 10 Dec 2011 05:10:47 +0000 (00:10 -0500)]
Merge remote branch 'origin/master' into samual/updatecommands

Conflicts:
defaultXonotic.cfg

12 years agoadd another small demo file
Rudolf Polzer [Fri, 9 Dec 2011 21:11:05 +0000 (22:11 +0100)]
add another small demo file

12 years agocurrent bloom settings are a failure. Revert to engine defaults till we have GOOD...
Rudolf Polzer [Fri, 9 Dec 2011 20:07:12 +0000 (21:07 +0100)]
current bloom settings are a failure. Revert to engine defaults till we have GOOD settings.

12 years agoalso send server port number
Rudolf Polzer [Fri, 9 Dec 2011 19:58:40 +0000 (20:58 +0100)]
also send server port number

12 years agoclear antilag data when respawning (fixes #862)
Rudolf Polzer [Fri, 9 Dec 2011 08:28:11 +0000 (09:28 +0100)]
clear antilag data when respawning (fixes #862)

12 years agoupdate weaponpriority from latest real world stats
Rudolf Polzer [Thu, 8 Dec 2011 12:17:58 +0000 (13:17 +0100)]
update weaponpriority from latest real world stats

12 years agoremove MinstaNex from keybinds.txt, it makes people mad to have 3 guns on that key...
Rudolf Polzer [Thu, 8 Dec 2011 12:07:53 +0000 (13:07 +0100)]
remove MinstaNex from keybinds.txt, it makes people mad to have 3 guns on that key even if only ever 2 can coexist anyway

12 years agoadd aliases weapon_laser etc.
Rudolf Polzer [Thu, 8 Dec 2011 12:05:53 +0000 (13:05 +0100)]
add aliases weapon_laser etc.

12 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Thu, 8 Dec 2011 05:43:34 +0000 (00:43 -0500)]
Merge remote branch 'origin/master' into samual/updatecommands

12 years agoFill the commands.cfg file with all the clutter previously in defaultXonotic.cfg...
Samual [Thu, 8 Dec 2011 05:42:29 +0000 (00:42 -0500)]
Fill the commands.cfg file with all the clutter previously in defaultXonotic.cfg -- now time to sort through it all.

12 years agoWhoops, forgot this
Samual [Thu, 8 Dec 2011 04:49:43 +0000 (23:49 -0500)]
Whoops, forgot this

12 years agoAdd commands.cfg file (needs a lot of work of course) and some new features to client...
Samual [Thu, 8 Dec 2011 04:48:32 +0000 (23:48 -0500)]
Add commands.cfg file (needs a lot of work of course) and some new features to client commands

12 years agowho command is now almost fully functional :D
Samual [Wed, 7 Dec 2011 07:45:27 +0000 (02:45 -0500)]
who command is now almost fully functional :D

12 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Tue, 6 Dec 2011 21:14:32 +0000 (22:14 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

12 years agotry a small fix in spawn distance check logic (untested)
Rudolf Polzer [Tue, 6 Dec 2011 21:13:26 +0000 (22:13 +0100)]
try a small fix in spawn distance check logic (untested)

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

12 years agoBeginning of "who" command which lists extra detailed information about each player
Samual [Tue, 6 Dec 2011 20:37:44 +0000 (15:37 -0500)]
Beginning of "who" command which lists extra detailed information about each player

12 years agoadd I to the spec
Rudolf Polzer [Tue, 6 Dec 2011 17:58:23 +0000 (18:58 +0100)]
add I to the spec

12 years agoadd a note about matchid format
Rudolf Polzer [Tue, 6 Dec 2011 17:55:59 +0000 (18:55 +0100)]
add a note about matchid format

12 years agosupport for duckwalkbackwards anim
Rudolf Polzer [Tue, 6 Dec 2011 15:15:38 +0000 (16:15 +0100)]
support for duckwalkbackwards anim

12 years agomake g_tdm_on_dm_maps also work for menu (needs clicking gametype buttons to apply)
Rudolf Polzer [Tue, 6 Dec 2011 13:16:17 +0000 (14:16 +0100)]
make g_tdm_on_dm_maps also work for menu (needs clicking gametype buttons to apply)

12 years ago-deathmatch_force_teamplay; +g_tdm_on_dm_maps
Rudolf Polzer [Tue, 6 Dec 2011 13:15:03 +0000 (14:15 +0100)]
-deathmatch_force_teamplay; +g_tdm_on_dm_maps

12 years agoMerge branch 'master' of /var/cache/git/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Tue, 6 Dec 2011 10:03:26 +0000 (11:03 +0100)]
Merge branch 'master' of /var/cache/git/xonotic/xonotic-data.pk3dir

12 years agoadd greek
Rudolf Polzer [Tue, 6 Dec 2011 10:01:59 +0000 (11:01 +0100)]
add greek

12 years agoFinished more refactoring of the rest of the game logic of voting -- next up
Samual [Mon, 5 Dec 2011 18:36:26 +0000 (13:36 -0500)]
Finished more refactoring of the rest of the game logic of voting -- next up
comes re-writing the votecount function

12 years agoRemoved some older code which didn't belong anymore
Samual [Mon, 5 Dec 2011 17:54:30 +0000 (12:54 -0500)]
Removed some older code which didn't belong anymore

12 years agoRe-wrote parsing of commands
Samual [Mon, 5 Dec 2011 17:17:41 +0000 (12:17 -0500)]
Re-wrote parsing of commands

12 years agoadd an alias g_forced_team_matchsetup (untested)
Rudolf Polzer [Mon, 5 Dec 2011 14:45:45 +0000 (15:45 +0100)]
add an alias g_forced_team_matchsetup (untested)

12 years agoMerge remote-tracking branch 'origin/mirceakitsune/sandbox'
Rudolf Polzer [Mon, 5 Dec 2011 13:11:43 +0000 (14:11 +0100)]
Merge remote-tracking branch 'origin/mirceakitsune/sandbox'

12 years agoFinally vcall command is coded, now all that's left is a bit more re-writing
Samual [Mon, 5 Dec 2011 08:41:45 +0000 (03:41 -0500)]
Finally vcall command is coded, now all that's left is a bit more re-writing
of vote handling and some clean ups. Then just need to add the aliases to
commands.cfg

12 years agoAdd comment for old vote calling code
Samual [Mon, 5 Dec 2011 02:51:20 +0000 (21:51 -0500)]
Add comment for old vote calling code

12 years agoAdd status command (TODO: show more information with it)
Samual [Mon, 5 Dec 2011 02:38:16 +0000 (21:38 -0500)]
Add status command (TODO: show more information with it)

12 years agoLots and lots more work on votecommand stuff, many commands have been added back...
Samual [Mon, 5 Dec 2011 02:34:01 +0000 (21:34 -0500)]
Lots and lots more work on votecommand stuff, many commands have been added back... but still missing the main one (vote call)

12 years agoWhen removing sandbox objects, if the object being removed has been selected for...
Mircea Kitsune [Sun, 4 Dec 2011 20:34:47 +0000 (22:34 +0200)]
When removing sandbox objects, if the object being removed has been selected for attachment by a player, unset it

12 years agoSandbox storage: Replace - with "" for empty properties when applicable. This should...
Mircea Kitsune [Sun, 4 Dec 2011 20:06:01 +0000 (22:06 +0200)]
Sandbox storage: Replace - with "" for empty properties when applicable. This should be both more correct and more safe. Breaks SOME properties in existing storages.

12 years agoMerge remote-tracking branch 'origin/master' into samual/updatecommands
Samual [Sun, 4 Dec 2011 20:05:47 +0000 (15:05 -0500)]
Merge remote-tracking branch 'origin/master' into samual/updatecommands

12 years agoMerge branch 'master' into mirceakitsune/sandbox
Mircea Kitsune [Sun, 4 Dec 2011 19:51:04 +0000 (21:51 +0200)]
Merge branch 'master' into mirceakitsune/sandbox

12 years agofix grabbing in sandbox mode
Rudolf Polzer [Sun, 4 Dec 2011 19:47:39 +0000 (20:47 +0100)]
fix grabbing in sandbox mode

12 years agoAlso use crosshair_trace_plusvisibletriggers for tracing sandbox objects in the edito...
Mircea Kitsune [Sun, 4 Dec 2011 19:38:28 +0000 (21:38 +0200)]
Also use crosshair_trace_plusvisibletriggers for tracing sandbox objects in the editor. This gets rid of my ugly hack from earlier, necessary to trace non-solid objects