]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
12 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Fri, 30 Dec 2011 15:39:48 +0000 (10:39 -0500)]
Merge remote branch 'origin/master' into samual/updatecommands

12 years agoalso implement func_plat.height
Rudolf Polzer [Fri, 30 Dec 2011 13:53:03 +0000 (14:53 +0100)]
also implement func_plat.height

12 years agofunc_plat: support a "lip" property
Rudolf Polzer [Fri, 30 Dec 2011 13:49:51 +0000 (14:49 +0100)]
func_plat: support a "lip" property

12 years agofix a single typo in turrets code
Rudolf Polzer [Fri, 30 Dec 2011 12:24:05 +0000 (13:24 +0100)]
fix a single typo in turrets code

12 years agodo it right
Rudolf Polzer [Fri, 30 Dec 2011 11:15:51 +0000 (12:15 +0100)]
do it right

12 years agodo the size extension not for trigger_conveyor, only for func_conveyor
Rudolf Polzer [Fri, 30 Dec 2011 11:15:01 +0000 (12:15 +0100)]
do the size extension not for trigger_conveyor, only for func_conveyor

12 years agomake vid_gl20 and vid_gl13 saved
Rudolf Polzer [Fri, 30 Dec 2011 10:56:35 +0000 (11:56 +0100)]
make vid_gl20 and vid_gl13 saved

12 years agofix bugs in last change :)
Rudolf Polzer [Fri, 30 Dec 2011 09:10:37 +0000 (10:10 +0100)]
fix bugs in last change :)

12 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Fri, 30 Dec 2011 09:02:18 +0000 (10:02 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

12 years agoget rid of the svqc death anim hack against "popping in"; do the same in CSQC by...
Rudolf Polzer [Fri, 30 Dec 2011 09:01:45 +0000 (10:01 +0100)]
get rid of the svqc death anim hack against "popping in"; do the same in CSQC by playing the end of the anim instead

12 years agoMore support for timeout/timein
Samual [Fri, 30 Dec 2011 06:23:54 +0000 (01:23 -0500)]
More support for timeout/timein

12 years agoMore fixes for usage
Samual [Fri, 30 Dec 2011 06:13:58 +0000 (01:13 -0500)]
More fixes for usage

12 years agoDon't allow sending tell messages to yourself anymore :P
Samual [Fri, 30 Dec 2011 06:10:32 +0000 (01:10 -0500)]
Don't allow sending tell messages to yourself anymore :P

12 years agoFix many various things, including *ACTUALLY* fixing GetIndexedEntity
Samual [Fri, 30 Dec 2011 06:09:12 +0000 (01:09 -0500)]
Fix many various things, including *ACTUALLY* fixing GetIndexedEntity

12 years agoAdd proper usage support for bans plus also show total number of bans and such prints...
Samual [Fri, 30 Dec 2011 04:53:07 +0000 (23:53 -0500)]
Add proper usage support for bans plus also show total number of bans and such prints with the banlist command

12 years agoAttempt to fix GetIndexedEntity
Samual [Fri, 30 Dec 2011 04:31:46 +0000 (23:31 -0500)]
Attempt to fix GetIndexedEntity

12 years agoFix sprint
Samual [Fri, 30 Dec 2011 04:21:43 +0000 (23:21 -0500)]
Fix sprint

12 years agoUpdate sendcvar
Samual [Fri, 30 Dec 2011 00:39:21 +0000 (19:39 -0500)]
Update sendcvar

12 years agonew conveyor code: don't push each other
Rudolf Polzer [Thu, 29 Dec 2011 22:13:22 +0000 (23:13 +0100)]
new conveyor code: don't push each other

12 years agoalso add trigger_conveyor; new behaviour
Rudolf Polzer [Thu, 29 Dec 2011 22:10:50 +0000 (23:10 +0100)]
also add trigger_conveyor; new behaviour

12 years agoUpdate more usage stuffz...
Samual [Thu, 29 Dec 2011 20:32:27 +0000 (15:32 -0500)]
Update more usage stuffz...

12 years agoMore updates to usage for cmd.qc (now it's finished?)
Samual [Thu, 29 Dec 2011 18:58:49 +0000 (13:58 -0500)]
More updates to usage for cmd.qc (now it's finished?)

12 years agomore clever conveyor implementation by plugging into cl_physics
Rudolf Polzer [Thu, 29 Dec 2011 18:45:09 +0000 (19:45 +0100)]
more clever conveyor implementation by plugging into cl_physics

12 years agoFinish todo's for vote.qc
Samual [Thu, 29 Dec 2011 18:26:59 +0000 (13:26 -0500)]
Finish todo's for vote.qc

12 years agoFinish re-writing ban command system, and now the hunt for todo's begins :P
Samual [Thu, 29 Dec 2011 17:52:28 +0000 (12:52 -0500)]
Finish re-writing ban command system, and now the hunt for todo's begins :P

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

12 years agoRemove useless comments
Samual [Thu, 29 Dec 2011 15:09:25 +0000 (10:09 -0500)]
Remove useless comments

12 years agoremove an useless trace
Rudolf Polzer [Thu, 29 Dec 2011 14:38:33 +0000 (15:38 +0100)]
remove an useless trace

12 years agonow allow it to be targeted too
Rudolf Polzer [Thu, 29 Dec 2011 14:18:44 +0000 (15:18 +0100)]
now allow it to be targeted too

12 years agofunc_conveyor (very simple, not totally good yet)
Rudolf Polzer [Thu, 29 Dec 2011 14:11:46 +0000 (15:11 +0100)]
func_conveyor (very simple, not totally good yet)

12 years agoremove g_ctf_win_mode
Rudolf Polzer [Thu, 29 Dec 2011 11:25:54 +0000 (12:25 +0100)]
remove g_ctf_win_mode

12 years agounify game type name strings
Rudolf Polzer [Thu, 29 Dec 2011 11:14:20 +0000 (12:14 +0100)]
unify game type name strings

12 years agoremove GAME_ globals, they're stupid now
Rudolf Polzer [Thu, 29 Dec 2011 11:04:03 +0000 (12:04 +0100)]
remove GAME_ globals, they're stupid now

12 years agomenu: fix mapinfo initialization
Rudolf Polzer [Thu, 29 Dec 2011 10:50:36 +0000 (11:50 +0100)]
menu: fix mapinfo initialization

12 years agofix a typo
Rudolf Polzer [Thu, 29 Dec 2011 10:42:39 +0000 (11:42 +0100)]
fix a typo

12 years agoeven less game type ref lists
Rudolf Polzer [Thu, 29 Dec 2011 10:40:11 +0000 (11:40 +0100)]
even less game type ref lists

12 years agoremove lots of game type listings
Rudolf Polzer [Thu, 29 Dec 2011 10:27:06 +0000 (11:27 +0100)]
remove lots of game type listings

12 years agofix alignment
Rudolf Polzer [Thu, 29 Dec 2011 09:52:36 +0000 (10:52 +0100)]
fix alignment

12 years agofix a warning
Rudolf Polzer [Thu, 29 Dec 2011 09:49:24 +0000 (10:49 +0100)]
fix a warning

12 years agomapinfo: large changes to help with future self-registering of game types
Rudolf Polzer [Thu, 29 Dec 2011 09:46:08 +0000 (10:46 +0100)]
mapinfo: large changes to help with future self-registering of game types

12 years agodon't save this mapinfo cvar
Rudolf Polzer [Thu, 29 Dec 2011 09:18:03 +0000 (10:18 +0100)]
don't save this mapinfo cvar

12 years agoFix prints for usage
Samual [Thu, 29 Dec 2011 05:45:05 +0000 (00:45 -0500)]
Fix prints for usage

12 years agoRename command/ipban.qc to command/banning.qc
Samual [Thu, 29 Dec 2011 03:36:51 +0000 (22:36 -0500)]
Rename command/ipban.qc to command/banning.qc

12 years agoRe-write ban command system
Samual [Thu, 29 Dec 2011 03:29:20 +0000 (22:29 -0500)]
Re-write ban command system

12 years agoMake voting use it too
Samual [Thu, 29 Dec 2011 02:37:36 +0000 (21:37 -0500)]
Make voting use it too

12 years agoGetIndexedEntity(argc, start_index) -- allows for players to be described
Samual [Thu, 29 Dec 2011 02:31:23 +0000 (21:31 -0500)]
GetIndexedEntity(argc, start_index) -- allows for players to be described
as: 1, #1, # 1, and by their nickname.

12 years agoSync commands.cfg with generic.qc
Samual [Thu, 29 Dec 2011 01:24:15 +0000 (20:24 -0500)]
Sync commands.cfg with generic.qc

12 years agoFix some usage messages
Samual [Thu, 29 Dec 2011 01:22:24 +0000 (20:22 -0500)]
Fix some usage messages

12 years agoAdd "removefromlist" command to strip something from a cvar
Samual [Thu, 29 Dec 2011 01:19:01 +0000 (20:19 -0500)]
Add "removefromlist" command to strip something from a cvar

12 years agoFix some things in generic.qc
Samual [Thu, 29 Dec 2011 00:32:13 +0000 (19:32 -0500)]
Fix some things in generic.qc

12 years agoCompatibility with 0.5 for voting, plus fix player/world entity for common commands
Samual [Thu, 29 Dec 2011 00:19:30 +0000 (19:19 -0500)]
Compatibility with 0.5 for voting, plus fix player/world entity for common commands

12 years agoUpdate commands.cfg with new command listing from the new command I added (dumpcomman...
Samual [Wed, 28 Dec 2011 22:22:59 +0000 (17:22 -0500)]
Update commands.cfg with new command listing from the new command I added (dumpcommands) :D. plus add new prefix for the commands so that they only work when available (if_client and if_dedicated)

12 years agoSearch alias (apropos, but simpler)
Samual [Wed, 28 Dec 2011 21:59:57 +0000 (16:59 -0500)]
Search alias (apropos, but simpler)

12 years agoAdd a generic command to dump all commands from a program into a file -- makes it...
Samual [Wed, 28 Dec 2011 21:58:15 +0000 (16:58 -0500)]
Add a generic command to dump all commands from a program into a file -- makes it incredibly useful for updating/maintaining commands.cfg file, just like the hud_config stuff

12 years agoMerge remote branch 'origin/master' into samual/updatecommands
Samual [Wed, 28 Dec 2011 19:07:41 +0000 (14:07 -0500)]
Merge remote branch 'origin/master' into samual/updatecommands

12 years agoMassive revamp of help system code
Samual [Wed, 28 Dec 2011 19:04:26 +0000 (14:04 -0500)]
Massive revamp of help system code

12 years agoMerge remote-tracking branch 'origin/cbrutail/translation-hun'
merlijn [Wed, 28 Dec 2011 19:01:50 +0000 (20:01 +0100)]
Merge remote-tracking branch 'origin/cbrutail/translation-hun'

12 years agoFixed and brought hungarian translations up to date. Thx to xaN1C4n3
cbrutail [Wed, 28 Dec 2011 18:15:34 +0000 (19:15 +0100)]
Fixed and brought hungarian translations up to date. Thx to xaN1C4n3

12 years agoMove markup to its own file
Samual [Wed, 28 Dec 2011 17:02:27 +0000 (12:02 -0500)]
Move markup to its own file

12 years agoMake it compilable :D
Samual [Wed, 28 Dec 2011 16:54:19 +0000 (11:54 -0500)]
Make it compilable :D

12 years agoFinish writing new generic.qc file -- probably still needs a lot of work,
Samual [Wed, 28 Dec 2011 15:45:17 +0000 (10:45 -0500)]
Finish writing new generic.qc file -- probably still needs a lot of work,
but very very close now

12 years agowhoops, forgot to commit rpn files :P
Samual [Wed, 28 Dec 2011 06:19:55 +0000 (01:19 -0500)]
whoops, forgot to commit rpn files :P

12 years agoGetProgramCommandPrefix() -- allows me to have enhanced usage and such
Samual [Wed, 28 Dec 2011 01:55:50 +0000 (20:55 -0500)]
GetProgramCommandPrefix() -- allows me to have enhanced usage and such
descriptions within the common commands

12 years agoBegin total re-write of generic command system
Samual [Wed, 28 Dec 2011 01:13:11 +0000 (20:13 -0500)]
Begin total re-write of generic command system

12 years agofix typo
Rudolf Polzer [Tue, 27 Dec 2011 21:54:52 +0000 (22:54 +0100)]
fix typo

12 years agoFix timeouts
Samual [Tue, 27 Dec 2011 21:06:46 +0000 (16:06 -0500)]
Fix timeouts

12 years agomore crosshair bugfixes; show the 6 new ones
Rudolf Polzer [Tue, 27 Dec 2011 20:56:58 +0000 (21:56 +0100)]
more crosshair bugfixes; show the 6 new ones

12 years agosix new crosshairs, not in menu yet (please test and arrange)
Rudolf Polzer [Tue, 27 Dec 2011 20:50:24 +0000 (21:50 +0100)]
six new crosshairs, not in menu yet (please test and arrange)

12 years agoCan't forget this :P
Samual [Tue, 27 Dec 2011 20:33:48 +0000 (15:33 -0500)]
Can't forget this :P

12 years agoMake a separate command for settemp_restore
Samual [Tue, 27 Dec 2011 20:33:05 +0000 (15:33 -0500)]
Make a separate command for settemp_restore

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

Conflicts:
defaultXonotic.cfg
qcsrc/client/Main.qc
qcsrc/client/main.qh
qcsrc/common/util.qc
qcsrc/common/util.qh

12 years agocrosshair: finer divisions
Rudolf Polzer [Tue, 27 Dec 2011 20:09:47 +0000 (21:09 +0100)]
crosshair: finer divisions

12 years agofix crosshair selection to show REAL size
Rudolf Polzer [Tue, 27 Dec 2011 20:04:05 +0000 (21:04 +0100)]
fix crosshair selection to show REAL size

12 years agoFinish up work on timeout system, now has much cleaner functionality (though it still...
Samual [Tue, 27 Dec 2011 19:24:47 +0000 (14:24 -0500)]
Finish up work on timeout system, now has much cleaner functionality (though it still works on the same fundamental slowmo hack) and will be easier to maintain

12 years agoAlmost done re-writting timeout/timein stuff
Samual [Tue, 27 Dec 2011 17:20:06 +0000 (12:20 -0500)]
Almost done re-writting timeout/timein stuff

12 years agoFix vote yes to stop it from spamming nonsense :P
Samual [Tue, 27 Dec 2011 15:55:54 +0000 (10:55 -0500)]
Fix vote yes to stop it from spamming nonsense :P

12 years agosettemp: simplify a bit more
Rudolf Polzer [Tue, 27 Dec 2011 15:34:41 +0000 (16:34 +0100)]
settemp: simplify a bit more

12 years agoAdd todo here so I know to add the message later
Samual [Tue, 27 Dec 2011 15:30:10 +0000 (10:30 -0500)]
Add todo here so I know to add the message later

12 years agorewrite settemp system to handle "quit" right
Rudolf Polzer [Tue, 27 Dec 2011 14:24:48 +0000 (15:24 +0100)]
rewrite settemp system to handle "quit" right

12 years agofix missing CSQC player updates when sv_maxidle is set
Rudolf Polzer [Tue, 27 Dec 2011 12:05:26 +0000 (13:05 +0100)]
fix missing CSQC player updates when sv_maxidle is set

12 years agofix some issues with spectating
Rudolf Polzer [Tue, 27 Dec 2011 09:51:53 +0000 (10:51 +0100)]
fix some issues with spectating

12 years agoWhoops, forgot to add those brackets back
Samual [Tue, 27 Dec 2011 04:56:39 +0000 (23:56 -0500)]
Whoops, forgot to add those brackets back

12 years agoAttempt to fix scoreboard issue with hiding ping field
Samual [Tue, 27 Dec 2011 04:52:00 +0000 (23:52 -0500)]
Attempt to fix scoreboard issue with hiding ping field

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

12 years agoLower detonate delay on rocketlauncher (0.05 -> 0.02)
Samual [Tue, 27 Dec 2011 04:25:19 +0000 (23:25 -0500)]
Lower detonate delay on rocketlauncher (0.05 -> 0.02)

12 years agoMore usage fixes and comments
Samual [Mon, 26 Dec 2011 22:31:13 +0000 (17:31 -0500)]
More usage fixes and comments

12 years agoTake care of the rest of the TODO's in sv_cmd.qc and cmd.qc! :D nearing completion...
Samual [Mon, 26 Dec 2011 21:58:11 +0000 (16:58 -0500)]
Take care of the rest of the TODO's in sv_cmd.qc and cmd.qc! :D nearing completion here folks. additionally, work on some comments and organization

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

12 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Mon, 26 Dec 2011 15:52:14 +0000 (16:52 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

12 years agogetr rid of the low-fps handling, it doesn't work anyway
Rudolf Polzer [Mon, 26 Dec 2011 15:51:12 +0000 (16:51 +0100)]
getr rid of the low-fps handling, it doesn't work anyway

12 years agoMore usage updates
Samual [Mon, 26 Dec 2011 04:28:01 +0000 (23:28 -0500)]
More usage updates

12 years agoAdd another alias, plus make some of the warnings more stern for people adding new...
Samual [Mon, 26 Dec 2011 04:14:14 +0000 (23:14 -0500)]
Add another alias, plus make some of the warnings more stern for people adding new commands :P I made this system perfect, don't screw it up people :P

12 years agoMuch more work towards finishing the commands (taking care of todos, etc etc)
Samual [Mon, 26 Dec 2011 04:01:00 +0000 (23:01 -0500)]
Much more work towards finishing the commands (taking care of todos, etc etc)

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

12 years agoTwo new aliases for fbskins, plus fix whitespace in commands/common.qc
Samual [Mon, 26 Dec 2011 03:36:28 +0000 (22:36 -0500)]
Two new aliases for fbskins, plus fix whitespace in commands/common.qc

12 years agodone updating stuff :P
Rudolf Polzer [Sun, 25 Dec 2011 21:57:23 +0000 (22:57 +0100)]
done updating stuff :P

12 years agooops, bring weapon names back
Rudolf Polzer [Sun, 25 Dec 2011 21:56:46 +0000 (22:56 +0100)]
oops, bring weapon names back

12 years agomore German
Rudolf Polzer [Sun, 25 Dec 2011 21:53:32 +0000 (22:53 +0100)]
more German

12 years agoGerman update
Rudolf Polzer [Sun, 25 Dec 2011 21:47:18 +0000 (22:47 +0100)]
German update

12 years agono need to have death msgs in menu.dat.pot
Rudolf Polzer [Sun, 25 Dec 2011 21:46:55 +0000 (22:46 +0100)]
no need to have death msgs in menu.dat.pot