]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
14 years agoactivate glowmod (no longer need gameversion check);
Rudolf Polzer [Sun, 21 Mar 2010 19:08:22 +0000 (20:08 +0100)]
activate glowmod (no longer need gameversion check);
FROM NOW ON: player models shall use _glow and _shirt, _pants no more!

14 years agoDODGING: adjust defaults to make more sense with tracebox
Florian Paul Schmidt [Sun, 21 Mar 2010 15:34:03 +0000 (16:34 +0100)]
DODGING: adjust defaults to make more sense with tracebox
DODGING: use tracebox instead of traceline

14 years agoDODGING: corrected cvar name
Florian Paul Schmidt [Sun, 21 Mar 2010 15:06:23 +0000 (16:06 +0100)]
DODGING: corrected cvar name

14 years agoDODGING: added hacky walldodging..
Florian Paul Schmidt [Sun, 21 Mar 2010 15:04:18 +0000 (16:04 +0100)]
DODGING: added hacky walldodging..

14 years agoDODGING: code documentation
Florian Paul Schmidt [Sun, 21 Mar 2010 14:08:10 +0000 (15:08 +0100)]
DODGING: code documentation

14 years ago- added menu entry for dodging mutator
Florian Paul Schmidt [Sun, 21 Mar 2010 12:49:19 +0000 (13:49 +0100)]
- added menu entry for dodging mutator

14 years agoDODGING: set the dodging timeout default to a sensible value. If g_dodging is enabled...
Florian Paul Schmidt [Sun, 21 Mar 2010 01:45:20 +0000 (02:45 +0100)]
DODGING: set the dodging timeout default to a sensible value. If g_dodging is enabled on a server, we can assume players want to use it. They can always set the timeout to 0 after falling off some maps ;D

14 years agoDODGING: make jumping sound (can be disabled by cvar) when dodging
Florian Paul Schmidt [Sun, 21 Mar 2010 01:35:04 +0000 (02:35 +0100)]
DODGING: make jumping sound (can be disabled by cvar) when dodging

14 years ago- removed commented out lines
Florian Paul Schmidt [Sun, 21 Mar 2010 00:55:07 +0000 (01:55 +0100)]
- removed commented out lines

14 years agoMUTATORSYSTEM: set value of argument get_cvars_s before calling the hook
Florian Paul Schmidt [Sun, 21 Mar 2010 00:53:48 +0000 (01:53 +0100)]
MUTATORSYSTEM: set value of argument get_cvars_s before calling the hook

14 years agoMerge branch 'div0/mutatorsystem' of ssh://xonotic@git.xonotic.org/xonotic-data.pk3di...
Florian Paul Schmidt [Sat, 20 Mar 2010 21:22:25 +0000 (22:22 +0100)]
Merge branch 'div0/mutatorsystem' of ssh://xonotic@git.xonotic.org/xonotic-data.pk3dir into div0/mutatorsystem

14 years agomutator system: cleanup of hooks
Rudolf Polzer [Sat, 20 Mar 2010 19:05:08 +0000 (20:05 +0100)]
mutator system: cleanup of hooks

14 years agoNIX: better disabling
Rudolf Polzer [Sat, 20 Mar 2010 18:47:01 +0000 (19:47 +0100)]
NIX: better disabling

14 years ago- added threshold to dodging code (to make dodging on stairs easier)
Florian Paul Schmidt [Sat, 20 Mar 2010 17:48:59 +0000 (18:48 +0100)]
- added threshold to dodging code (to make dodging on stairs easier)

14 years ago- removed commented out line
Florian Paul Schmidt [Sat, 20 Mar 2010 12:44:54 +0000 (13:44 +0100)]
- removed commented out line

14 years ago- some final fixup.
Florian Paul Schmidt [Sat, 20 Mar 2010 12:42:21 +0000 (13:42 +0100)]
- some final fixup.

14 years ago- made stuff local
Florian Paul Schmidt [Sat, 20 Mar 2010 11:52:21 +0000 (12:52 +0100)]
- made stuff local

14 years ago- working ramp (needs some more love though)
Florian Paul Schmidt [Sat, 20 Mar 2010 03:05:33 +0000 (04:05 +0100)]
- working ramp (needs some more love though)

14 years agoMerge branch 'div0/mutatorsystem' of git://git.xonotic.org/xonotic/xonotic-data.pk3di...
Florian Paul Schmidt [Sat, 20 Mar 2010 00:50:06 +0000 (01:50 +0100)]
Merge branch 'div0/mutatorsystem' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir into div0/mutatorsystem

14 years ago- some whitespace cleanup
Florian Paul Schmidt [Sat, 20 Mar 2010 00:47:39 +0000 (01:47 +0100)]
- some whitespace cleanup

14 years ago- yay, it works
Florian Paul Schmidt [Sat, 20 Mar 2010 00:38:06 +0000 (01:38 +0100)]
- yay, it works

14 years ago- almost working.. but what's up with v_right v_up and v_forward?
Florian Paul Schmidt [Sat, 20 Mar 2010 00:24:22 +0000 (01:24 +0100)]
- almost working.. but what's up with v_right v_up and v_forward?

14 years ago- meeeh
Florian Paul Schmidt [Fri, 19 Mar 2010 23:16:08 +0000 (00:16 +0100)]
- meeeh

14 years ago- oops :D normalize the dodging_direction vector
Florian Paul Schmidt [Fri, 19 Mar 2010 22:59:46 +0000 (23:59 +0100)]
- oops :D normalize the dodging_direction vector

14 years ago- almost working
Florian Paul Schmidt [Fri, 19 Mar 2010 22:56:39 +0000 (23:56 +0100)]
- almost working

14 years ago- refining the dodging code
Florian Paul Schmidt [Fri, 19 Mar 2010 22:36:16 +0000 (23:36 +0100)]
- refining the dodging code

14 years ago- read g_dodging cvar into g_dodging float
Florian Paul Schmidt [Fri, 19 Mar 2010 21:36:56 +0000 (22:36 +0100)]
- read g_dodging cvar into g_dodging float

14 years ago- added infrastructure for dodging mutator
Florian Paul Schmidt [Fri, 19 Mar 2010 21:11:49 +0000 (22:11 +0100)]
- added infrastructure for dodging mutator

14 years agoNIX mutator: remove the on-remove erorr, and handle it gracefully
Rudolf Polzer [Fri, 19 Mar 2010 20:45:12 +0000 (21:45 +0100)]
NIX mutator: remove the on-remove erorr, and handle it gracefully

14 years agoNIX: also rename in menu
Rudolf Polzer [Fri, 19 Mar 2010 20:36:57 +0000 (21:36 +0100)]
NIX: also rename in menu

14 years agoNIX: turn into a mutator
Rudolf Polzer [Fri, 19 Mar 2010 20:35:01 +0000 (21:35 +0100)]
NIX: turn into a mutator

14 years agoturn NIX into a mutator; fix keyhunt
Rudolf Polzer [Fri, 19 Mar 2010 20:28:17 +0000 (21:28 +0100)]
turn NIX into a mutator; fix keyhunt

14 years agofix typo in the keyhunt-as-mutator code
Rudolf Polzer [Fri, 19 Mar 2010 15:12:37 +0000 (16:12 +0100)]
fix typo in the keyhunt-as-mutator code

14 years agominor mutator system fix
Rudolf Polzer [Fri, 19 Mar 2010 15:04:19 +0000 (16:04 +0100)]
minor mutator system fix

14 years agofix lots of keyhunt problems in the mutator system
Rudolf Polzer [Fri, 19 Mar 2010 14:43:59 +0000 (15:43 +0100)]
fix lots of keyhunt problems in the mutator system

14 years agostart of a generic mutator system
Rudolf Polzer [Sat, 6 Mar 2010 16:29:48 +0000 (17:29 +0100)]
start of a generic mutator system

14 years agoAdded files I forgot on previous commit
mand1nga [Thu, 18 Mar 2010 20:43:48 +0000 (17:43 -0300)]
Added files I forgot on previous commit

14 years agoMerge branch 'master' of ssh://xonotic@git.xonotic.org/xonotic-data.pk3dir
mand1nga [Thu, 18 Mar 2010 20:33:12 +0000 (17:33 -0300)]
Merge branch 'master' of ssh://xonotic@git.xonotic.org/xonotic-data.pk3dir

14 years agoTemporary update of the menu
mand1nga [Thu, 18 Mar 2010 20:27:31 +0000 (17:27 -0300)]
Temporary update of the menu

14 years agoFarewell havoc mode! :>
mand1nga [Thu, 18 Mar 2010 19:36:40 +0000 (16:36 -0300)]
Farewell havoc mode! :>

14 years agoget rid of models/mapobjects (needs to be in maps/)
Rudolf Polzer [Thu, 18 Mar 2010 18:51:48 +0000 (19:51 +0100)]
get rid of models/mapobjects (needs to be in maps/)

14 years agomove scripts and env into the maps repo, as they really are only used there
Rudolf Polzer [Thu, 18 Mar 2010 18:40:55 +0000 (19:40 +0100)]
move scripts and env into the maps repo, as they really are only used there

14 years agorebrand nexuiz -> xonotic, will fix possible mess later
Rudolf Polzer [Thu, 18 Mar 2010 18:35:13 +0000 (19:35 +0100)]
rebrand nexuiz -> xonotic, will fix possible mess later

14 years agoinitial checkin from nexuiz svn r8756 initial
xonotic [Thu, 18 Mar 2010 13:26:19 +0000 (14:26 +0100)]
initial checkin from nexuiz svn r8756