]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
12 years agofix bboxes reset by model change, dont load models server side (no point)
Jakob MG [Sun, 8 Apr 2012 16:49:01 +0000 (18:49 +0200)]
fix bboxes reset by model change, dont load models server side (no point)

12 years agoMerge remote branch 'origin/master' into tzork/csqc-items
Jakob MG [Tue, 3 Apr 2012 15:49:48 +0000 (17:49 +0200)]
Merge remote branch 'origin/master' into tzork/csqc-items

12 years agofix new toys visibility
Rudolf Polzer [Tue, 3 Apr 2012 12:31:25 +0000 (14:31 +0200)]
fix new toys visibility

12 years agoMerge branch 'master' of /var/cache/git/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Tue, 3 Apr 2012 09:34:54 +0000 (11:34 +0200)]
Merge branch 'master' of /var/cache/git/xonotic/xonotic-data.pk3dir

12 years agoCSQCmodel LOD: don't screw up mins/maxs ;)
Rudolf Polzer [Tue, 3 Apr 2012 09:34:07 +0000 (11:34 +0200)]
CSQCmodel LOD: don't screw up mins/maxs ;)

12 years agodon't let respawn sound move with player (attach it to world instead)
Rudolf Polzer [Mon, 2 Apr 2012 11:08:17 +0000 (13:08 +0200)]
don't let respawn sound move with player (attach it to world instead)

12 years agoMerge remote-tracking branch 'origin/divVerent/weapons-field-rewrite'
Rudolf Polzer [Mon, 2 Apr 2012 06:49:53 +0000 (08:49 +0200)]
Merge remote-tracking branch 'origin/divVerent/weapons-field-rewrite'

12 years agostuff
Rudolf Polzer [Sat, 31 Mar 2012 17:38:55 +0000 (19:38 +0200)]
stuff

12 years agocomment stuff
Rudolf Polzer [Sat, 31 Mar 2012 17:37:32 +0000 (19:37 +0200)]
comment stuff

12 years agoreenable the other spawn funcs for now
Rudolf Polzer [Sat, 31 Mar 2012 16:40:01 +0000 (18:40 +0200)]
reenable the other spawn funcs for now

12 years agoMerge branch 'master' into divVerent/weapons-field-rewrite
Rudolf Polzer [Sat, 31 Mar 2012 16:36:38 +0000 (18:36 +0200)]
Merge branch 'master' into divVerent/weapons-field-rewrite

Conflicts:
qcsrc/server/t_items.qc

12 years agode-tard things so they can be compiled
Jakob MG [Sat, 31 Mar 2012 15:39:07 +0000 (17:39 +0200)]
de-tard things so they can be compiled

12 years agoHandle drop weapons. server cvar to di/allow simple items, client cvars for fb items...
Jakob MG [Sat, 31 Mar 2012 15:01:57 +0000 (17:01 +0200)]
Handle drop weapons. server cvar to di/allow simple items, client cvars for fb items. client cvars for g_waypon_stay color/alpha, better powerup effects

12 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Sat, 31 Mar 2012 11:08:09 +0000 (13:08 +0200)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

12 years agoclean up content flags checks for killing items/flags
Rudolf Polzer [Sat, 31 Mar 2012 11:06:38 +0000 (13:06 +0200)]
clean up content flags checks for killing items/flags

12 years agosv_vote_nospectators, sv_chat_nospectators: treat warmup and gameover state the same.
Rudolf Polzer [Fri, 30 Mar 2012 13:01:37 +0000 (15:01 +0200)]
sv_vote_nospectators, sv_chat_nospectators: treat warmup and gameover state the same.

12 years agoclient cvars to default, exampleXonotic.cfg _simple mode/shader for crylink (needs...
Jakob MG [Wed, 28 Mar 2012 22:03:47 +0000 (00:03 +0200)]
client cvars to default, exampleXonotic.cfg _simple mode/shader for crylink (needs mod_obj_orientation 1, use md3, dpm or iqm to avoid)

12 years agoMerge branch 'tzork/csqc-items' of git://de.git.xonotic.org/xonotic/xonotic-data...
Jakob MG [Wed, 28 Mar 2012 19:17:13 +0000 (21:17 +0200)]
Merge branch 'tzork/csqc-items' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir into tzork/csqc-items

Conflicts:
qcsrc/server/t_items.qc

12 years agocl_simple_items, neeeds models/foo/bar.ext to have a models/foo/bar_simple.ext to...
Jakob MG [Wed, 28 Mar 2012 19:02:27 +0000 (21:02 +0200)]
cl_simple_items, neeeds models/foo/bar.ext to have a models/foo/bar_simple.ext to work

12 years agoGet rid of g_ghost_items and co, get rid of g_csqc_items, add cl_ghost_items, add...
Jakob MG [Wed, 28 Mar 2012 15:05:59 +0000 (17:05 +0200)]
Get rid of g_ghost_items and co, get rid of g_csqc_items, add cl_ghost_items, add secondary animation path (so hp/ar can have a diffrent anim then weapons and powerups

12 years agoGet rid of g_ghost_items and co, get rid of g_csqc_items, add cl_ghost_items
Jakob MG [Wed, 28 Mar 2012 15:05:59 +0000 (17:05 +0200)]
Get rid of g_ghost_items and co, get rid of g_csqc_items, add cl_ghost_items

12 years agoMake temporary cvar g_csqc_items set to 0 fully behave as old svqc items did
Jakob MG [Wed, 28 Mar 2012 14:02:51 +0000 (16:02 +0200)]
Make temporary cvar g_csqc_items set to 0 fully behave as old svqc items did

12 years agoUse .ItemStatus & ISF_STATUS to control animated, fullbright and so on
Jakob MG [Tue, 27 Mar 2012 16:49:12 +0000 (18:49 +0200)]
Use .ItemStatus & ISF_STATUS to control animated, fullbright and so on

12 years agoMerge remote branch 'origin/master' into tzork/csqc-items
Jakob MG [Tue, 27 Mar 2012 14:47:32 +0000 (16:47 +0200)]
Merge remote branch 'origin/master' into tzork/csqc-items

12 years agoOnly rotate/bob weapons
Jakob MG [Tue, 27 Mar 2012 14:47:20 +0000 (16:47 +0200)]
Only rotate/bob weapons

12 years agomake net_slist_queriespersecond saved
Rudolf Polzer [Mon, 26 Mar 2012 13:11:36 +0000 (15:11 +0200)]
make net_slist_queriespersecond saved

12 years agocsqc items (needed for simple items)
Jakob MG [Sun, 25 Mar 2012 18:42:36 +0000 (20:42 +0200)]
csqc items (needed for simple items)

12 years agofix hook names for gamestart etc.
Rudolf Polzer [Mon, 19 Mar 2012 16:07:36 +0000 (17:07 +0100)]
fix hook names for gamestart etc.

12 years agodon't crash Xonotic 0.6.0 release by using checkpvs on client (it's broken)
Rudolf Polzer [Sun, 18 Mar 2012 21:22:57 +0000 (22:22 +0100)]
don't crash Xonotic 0.6.0 release by using checkpvs on client (it's broken)

12 years agofix a stupid interaction between weapon throwing and weapon load (loaded ammo was...
Rudolf Polzer [Wed, 14 Mar 2012 09:33:13 +0000 (10:33 +0100)]
fix a stupid interaction between weapon throwing and weapon load (loaded ammo was not thrown)

12 years agostart loading update URL earlier
Rudolf Polzer [Mon, 12 Mar 2012 16:34:26 +0000 (17:34 +0100)]
start loading update URL earlier

12 years agotry to restore old menu status
Rudolf Polzer [Mon, 12 Mar 2012 16:32:07 +0000 (17:32 +0100)]
try to restore old menu status

12 years agosupport update pk3s (+menu_updatecheck_getpacks 0 to opt out)
Rudolf Polzer [Mon, 12 Mar 2012 16:25:56 +0000 (17:25 +0100)]
support update pk3s (+menu_updatecheck_getpacks 0 to opt out)

12 years agoMerge remote-tracking branch 'origin/nyov/dedicated-startupscreen'
Rudolf Polzer [Mon, 12 Mar 2012 09:24:38 +0000 (10:24 +0100)]
Merge remote-tracking branch 'origin/nyov/dedicated-startupscreen'

12 years agomatch the weapon bind properly
Rudolf Polzer [Mon, 12 Mar 2012 08:21:26 +0000 (09:21 +0100)]
match the weapon bind properly

12 years agoMerge remote-tracking branch 'origin/cbrutail/hungarian_0601fix'
Rudolf Polzer [Sun, 11 Mar 2012 17:47:03 +0000 (18:47 +0100)]
Merge remote-tracking branch 'origin/cbrutail/hungarian_0601fix'

12 years agofix a QC crash instead of warning in case of missing .bgs (bgmscript) file
Rudolf Polzer [Sun, 11 Mar 2012 13:47:51 +0000 (14:47 +0100)]
fix a QC crash instead of warning in case of missing .bgs (bgmscript) file

12 years agodocument _campaign_testrun better
Rudolf Polzer [Sat, 10 Mar 2012 19:49:32 +0000 (20:49 +0100)]
document _campaign_testrun better

12 years agoonslaught fixes: fix timelimit -1, and make campaign test run have a fast expiring...
Rudolf Polzer [Sat, 10 Mar 2012 19:47:17 +0000 (20:47 +0100)]
onslaught fixes: fix timelimit -1, and make campaign test run have a fast expiring generator

12 years agodon't do sudden death in campaign test run
Rudolf Polzer [Sat, 10 Mar 2012 19:46:59 +0000 (20:46 +0100)]
don't do sudden death in campaign test run

12 years agocampaign test run mode
Rudolf Polzer [Sat, 10 Mar 2012 19:46:44 +0000 (20:46 +0100)]
campaign test run mode

12 years agoimprove last fix ;)
Rudolf Polzer [Sat, 10 Mar 2012 18:58:43 +0000 (19:58 +0100)]
improve last fix ;)

12 years agofix warning spam possibly on player disconnect
Rudolf Polzer [Sat, 10 Mar 2012 18:57:11 +0000 (19:57 +0100)]
fix warning spam possibly on player disconnect

12 years agofix a VERY stupid sound menu bug: use correct scale of decibels. -20dB is 0.1, not...
Rudolf Polzer [Sat, 10 Mar 2012 17:22:21 +0000 (18:22 +0100)]
fix a VERY stupid sound menu bug: use correct scale of decibels. -20dB is 0.1, not -10dB! This is because the sound level cvars in DP indicate voltage level, not sound pressure (which behaves like power, i.e. voltage * current)

12 years ago0.6 hungarian translation is missing a file. Haha... HAHAHAA... *sob
cbrutail [Sat, 10 Mar 2012 14:47:49 +0000 (15:47 +0100)]
0.6 hungarian translation is missing a file. Haha... HAHAHAA... *sob

12 years agodo PVS checking for warpzones as we don't support recursive ones. HUGE fps boost...
Rudolf Polzer [Sat, 10 Mar 2012 10:56:41 +0000 (11:56 +0100)]
do PVS checking for warpzones as we don't support recursive ones. HUGE fps boost on augenkrebs.

12 years agoMerge tag 'xonotic-v0.6.0' into nyov/dedicated-startupscreen
nyov [Fri, 9 Mar 2012 06:38:44 +0000 (07:38 +0100)]
Merge tag 'xonotic-v0.6.0' into nyov/dedicated-startupscreen

Xonotic Release 0.6.0

12 years agoproperly apply damage force via ODE xonotic-v0.6.0
Rudolf Polzer [Thu, 8 Mar 2012 13:19:55 +0000 (14:19 +0100)]
properly apply damage force via ODE

12 years agoallow model entities to be ODE objects if ODE is active and geomtype is set; this...
Rudolf Polzer [Thu, 8 Mar 2012 12:54:43 +0000 (13:54 +0100)]
allow model entities to be ODE objects if ODE is active and geomtype is set; this then overrides movetype. This allows fallback to regular movetypes if ODE is missing.

12 years agoMerge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Thu, 8 Mar 2012 12:09:14 +0000 (13:09 +0100)]
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir

12 years agoARGH, Russian is NOT incomplete any more
Rudolf Polzer [Thu, 8 Mar 2012 12:03:19 +0000 (13:03 +0100)]
ARGH, Russian is NOT incomplete any more

12 years agoLower charge up time (unimportant, but still can make it into the release build)
Samual [Wed, 7 Mar 2012 22:38:53 +0000 (17:38 -0500)]
Lower charge up time (unimportant, but still can make it into the release build)

12 years agoadd the last Russian translator here
Rudolf Polzer [Wed, 7 Mar 2012 19:53:02 +0000 (20:53 +0100)]
add the last Russian translator here

12 years agofix the previous fix
Rudolf Polzer [Wed, 7 Mar 2012 16:02:44 +0000 (17:02 +0100)]
fix the previous fix

12 years agotiny bugfix for conveyor code
Rudolf Polzer [Wed, 7 Mar 2012 15:38:58 +0000 (16:38 +0100)]
tiny bugfix for conveyor code

12 years agofix two bugs regarding ok_model dir
Rudolf Polzer [Tue, 6 Mar 2012 18:24:40 +0000 (19:24 +0100)]
fix two bugs regarding ok_model dir

12 years agoMerge branch 'divVerent/ru'
Rudolf Polzer [Tue, 6 Mar 2012 16:16:37 +0000 (17:16 +0100)]
Merge branch 'divVerent/ru'

12 years agouse the OLD seeker
Rudolf Polzer [Tue, 6 Mar 2012 12:13:23 +0000 (13:13 +0100)]
use the OLD seeker

12 years agomore refactor
Rudolf Polzer [Tue, 6 Mar 2012 11:31:26 +0000 (12:31 +0100)]
more refactor

12 years agonetwork mutator name properly
Rudolf Polzer [Tue, 6 Mar 2012 09:41:20 +0000 (10:41 +0100)]
network mutator name properly

12 years agoMerge branch 'master' into divVerent/weapons-field-rewrite
Rudolf Polzer [Tue, 6 Mar 2012 09:37:07 +0000 (10:37 +0100)]
Merge branch 'master' into divVerent/weapons-field-rewrite

12 years agoNew Toys: mod icon
Rudolf Polzer [Tue, 6 Mar 2012 09:36:22 +0000 (10:36 +0100)]
New Toys: mod icon

12 years agoMerge branch 'master' into divVerent/weapons-field-rewrite
Rudolf Polzer [Tue, 6 Mar 2012 09:23:45 +0000 (10:23 +0100)]
Merge branch 'master' into divVerent/weapons-field-rewrite

12 years agofix bone selection for weapon attachments for player models in the new overkill playe...
Rudolf Polzer [Tue, 6 Mar 2012 09:14:57 +0000 (10:14 +0100)]
fix bone selection for weapon attachments for player models in the new overkill players dir

12 years agomove overkill player models to another subdir so they don't appear in the menu
Rudolf Polzer [Tue, 6 Mar 2012 09:12:21 +0000 (10:12 +0100)]
move overkill player models to another subdir so they don't appear in the menu

12 years agoimport Overkill media files to master
Rudolf Polzer [Tue, 6 Mar 2012 09:09:50 +0000 (10:09 +0100)]
import Overkill media files to master

12 years agosync the other keybinds and credits files
Rudolf Polzer [Tue, 6 Mar 2012 09:07:25 +0000 (10:07 +0100)]
sync the other keybinds and credits files

12 years agorather tag them as INCOMPLETE
Rudolf Polzer [Tue, 6 Mar 2012 08:58:50 +0000 (09:58 +0100)]
rather tag them as INCOMPLETE

12 years agofix .de keybinds; Greek and Spanish are borked and now removed from the menu list
Rudolf Polzer [Tue, 6 Mar 2012 08:56:26 +0000 (09:56 +0100)]
fix .de keybinds; Greek and Spanish are borked and now removed from the menu list

12 years agofix keybinds.txt again
Rudolf Polzer [Tue, 6 Mar 2012 08:50:08 +0000 (09:50 +0100)]
fix keybinds.txt again

12 years agoMerge remote-tracking branch 'origin/terencehill/italian_update'
Rudolf Polzer [Tue, 6 Mar 2012 08:48:53 +0000 (09:48 +0100)]
Merge remote-tracking branch 'origin/terencehill/italian_update'

12 years agoimprove accessor macros
Rudolf Polzer [Tue, 6 Mar 2012 08:46:55 +0000 (09:46 +0100)]
improve accessor macros

12 years agoimplement the menuqc part too
Rudolf Polzer [Mon, 5 Mar 2012 13:08:13 +0000 (14:08 +0100)]
implement the menuqc part too

12 years agoreject to spawn mutator blocked guns
Rudolf Polzer [Mon, 5 Mar 2012 13:05:41 +0000 (14:05 +0100)]
reject to spawn mutator blocked guns

12 years agoMerge branch 'master' into divVerent/weapons-field-rewrite
Rudolf Polzer [Mon, 5 Mar 2012 13:03:30 +0000 (14:03 +0100)]
Merge branch 'master' into divVerent/weapons-field-rewrite

12 years agofix a warning
Rudolf Polzer [Mon, 5 Mar 2012 13:03:18 +0000 (14:03 +0100)]
fix a warning

12 years agoclean up some more messy code
Rudolf Polzer [Mon, 5 Mar 2012 12:53:28 +0000 (13:53 +0100)]
clean up some more messy code

12 years agomore fixing :P
Rudolf Polzer [Mon, 5 Mar 2012 12:49:56 +0000 (13:49 +0100)]
more fixing :P

12 years agofixes
Rudolf Polzer [Mon, 5 Mar 2012 12:35:12 +0000 (13:35 +0100)]
fixes

12 years agoplay "new toys" sound ;) thanks to CuBeOwL for this one
Rudolf Polzer [Mon, 5 Mar 2012 12:32:50 +0000 (13:32 +0100)]
play "new toys" sound ;) thanks to CuBeOwL for this one

12 years agonew toys selection in the menu
Rudolf Polzer [Mon, 5 Mar 2012 12:20:57 +0000 (13:20 +0100)]
new toys selection in the menu

12 years agomore cleanup of comments/whitespace
Rudolf Polzer [Mon, 5 Mar 2012 11:33:55 +0000 (12:33 +0100)]
more cleanup of comments/whitespace

12 years agomor config cleanup
Rudolf Polzer [Mon, 5 Mar 2012 11:32:15 +0000 (12:32 +0100)]
mor config cleanup

12 years agonew toys: make the mutator compile mostly
Rudolf Polzer [Mon, 5 Mar 2012 11:29:15 +0000 (12:29 +0100)]
new toys: make the mutator compile mostly

12 years agomake seeker, rifle, hlac, minelayer exclusive to the new_toys mutator
Rudolf Polzer [Mon, 5 Mar 2012 11:16:59 +0000 (12:16 +0100)]
make seeker, rifle, hlac, minelayer exclusive to the new_toys mutator

12 years agoeven more new toys stuff
Rudolf Polzer [Mon, 5 Mar 2012 11:13:40 +0000 (12:13 +0100)]
even more new toys stuff

12 years agomore new toys related stuff
Rudolf Polzer [Mon, 5 Mar 2012 11:07:19 +0000 (12:07 +0100)]
more new toys related stuff

12 years agonew toys: start coding it, far from done
Rudolf Polzer [Mon, 5 Mar 2012 10:02:17 +0000 (11:02 +0100)]
new toys: start coding it, far from done

12 years agomore
Rudolf Polzer [Sun, 4 Mar 2012 19:25:43 +0000 (20:25 +0100)]
more

12 years agomore
Rudolf Polzer [Sun, 4 Mar 2012 19:22:30 +0000 (20:22 +0100)]
more

12 years agowrite down design of this mutator
Rudolf Polzer [Sun, 4 Mar 2012 19:19:48 +0000 (20:19 +0100)]
write down design of this mutator

12 years agoregister weapon: remove useless arg
Rudolf Polzer [Sun, 4 Mar 2012 19:11:19 +0000 (20:11 +0100)]
register weapon: remove useless arg

12 years agotypo fixes
Rudolf Polzer [Sun, 4 Mar 2012 18:05:03 +0000 (19:05 +0100)]
typo fixes

12 years agonow CSQC _should_ be fine too
Rudolf Polzer [Sun, 4 Mar 2012 17:47:46 +0000 (18:47 +0100)]
now CSQC _should_ be fine too

12 years agoSVQC finished
Rudolf Polzer [Sun, 4 Mar 2012 17:36:57 +0000 (18:36 +0100)]
SVQC finished

12 years agoremove the last evil. Now there's no good either.
Rudolf Polzer [Sun, 4 Mar 2012 17:29:05 +0000 (18:29 +0100)]
remove the last evil. Now there's no good either.

12 years agoremove even more evil
Rudolf Polzer [Sun, 4 Mar 2012 17:12:49 +0000 (18:12 +0100)]
remove even more evil

12 years agoeven less evil
Rudolf Polzer [Sun, 4 Mar 2012 16:23:58 +0000 (17:23 +0100)]
even less evil

12 years agoless evil in t_items.qc now
Rudolf Polzer [Sun, 4 Mar 2012 16:19:17 +0000 (17:19 +0100)]
less evil in t_items.qc now

12 years agow only t_items.qc is still evil
Rudolf Polzer [Sun, 4 Mar 2012 16:01:43 +0000 (17:01 +0100)]
w only t_items.qc is still evil