]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
FruitieX [Sun, 16 May 2010 18:43:53 +0000 (21:43 +0300)]
add hud_configure_grid ;). Gridsize can be set manually. Maybe make this default once we have some problems with resizing fixed (this easily reveals those problems, as exactly those test cases happen with this, ie. panel touches another panel in one direction while being resized in the opposite direction)
FruitieX [Sun, 16 May 2010 18:17:30 +0000 (21:17 +0300)]
make pressedkeys description better, make modicons default to on
FruitieX [Sun, 16 May 2010 18:15:51 +0000 (21:15 +0300)]
always draw enabled panels in config mode
FruitieX [Sun, 16 May 2010 17:56:34 +0000 (20:56 +0300)]
mod icons, still a bit unfinished but in the interest of getting other importart changes pushed... (such as ammo icons!)
FruitieX [Sat, 15 May 2010 20:04:08 +0000 (23:04 +0300)]
more preparations for modicon panel
FruitieX [Sat, 15 May 2010 18:10:23 +0000 (21:10 +0300)]
small code restructure to prepare for mod icons...
FruitieX [Sat, 15 May 2010 12:38:57 +0000 (15:38 +0300)]
little restructure, + fix border = 0
FruitieX [Sat, 15 May 2010 12:24:23 +0000 (15:24 +0300)]
Add hud_panelname_bg_padding for increasing/decreasing distance from contents to the border. Negative values work too
FruitieX [Sat, 15 May 2010 12:11:29 +0000 (15:11 +0300)]
make the id constants a variable instead for more consistency
FruitieX [Sat, 15 May 2010 11:54:15 +0000 (14:54 +0300)]
remove the timer icon, it's often only in the way. designer can place it on their dock instead if they want it
FruitieX [Sat, 15 May 2010 11:36:27 +0000 (14:36 +0300)]
same thing for powerups panel
FruitieX [Sat, 15 May 2010 11:01:49 +0000 (14:01 +0300)]
add a horizontal mode for h/a panel, also allow mirroring contents
FruitieX [Sat, 15 May 2010 09:05:29 +0000 (12:05 +0300)]
fix incorrect image paths in the code
FruitieX [Fri, 14 May 2010 18:26:56 +0000 (21:26 +0300)]
order the panel functions in the source file
FruitieX [Fri, 14 May 2010 17:30:23 +0000 (20:30 +0300)]
more cleaning up and restructuring in gfx/
FruitieX [Fri, 14 May 2010 17:15:08 +0000 (20:15 +0300)]
impose some order on the files in gfx/
FruitieX [Fri, 14 May 2010 16:58:11 +0000 (19:58 +0300)]
add hud_old_nexuiz.cfg ;)
FruitieX [Fri, 14 May 2010 16:56:10 +0000 (19:56 +0300)]
remove useless cvar
FruitieX [Fri, 14 May 2010 16:52:59 +0000 (19:52 +0300)]
argh, some cvars weren't converted to strings before exporting, thanks for not letting me know that fteqcc
FruitieX [Fri, 14 May 2010 16:48:14 +0000 (19:48 +0300)]
forgot to comment out "else {" after commenting out above "if {"
FruitieX [Fri, 14 May 2010 16:45:45 +0000 (19:45 +0300)]
export more hud cvars and remove some unused cvars
FruitieX [Fri, 14 May 2010 16:02:29 +0000 (19:02 +0300)]
oops, actually insert newlines into the saved config :P
FruitieX [Fri, 14 May 2010 15:52:15 +0000 (18:52 +0300)]
oops, make timer bg show up correctly in the default config
FruitieX [Fri, 14 May 2010 15:47:51 +0000 (18:47 +0300)]
use cvar_string() instead of storing hud_skin in a global so that changes take effect immediately
FruitieX [Fri, 14 May 2010 15:39:25 +0000 (18:39 +0300)]
Merge branch 'fruitiex/newpanelhud' of ssh://git.xonotic.org/xonotic-data.pk3dir into fruitiex/newpanelhud
FruitieX [Fri, 14 May 2010 15:38:22 +0000 (18:38 +0300)]
move files into gfx/hud/old/
FruitieX [Fri, 14 May 2010 14:44:24 +0000 (17:44 +0300)]
skin support
FruitieX [Fri, 14 May 2010 12:17:50 +0000 (15:17 +0300)]
s/cvar("_hud_configure")/hud_configure
FruitieX [Fri, 14 May 2010 12:16:07 +0000 (15:16 +0300)]
HUD config exporting
Rudolf Polzer [Thu, 13 May 2010 17:28:06 +0000 (19:28 +0200)]
teamradar: fix clip fail
Rudolf Polzer [Thu, 13 May 2010 17:04:15 +0000 (19:04 +0200)]
Merge branch 'fruitiex/newpanelhud' of ssh://git.xonotic.org/xonotic-data.pk3dir into fruitiex/newpanelhud
FruitieX [Thu, 13 May 2010 15:23:16 +0000 (18:23 +0300)]
just for fun, make the HUD look like the old HUD for now :P
FruitieX [Thu, 13 May 2010 14:25:21 +0000 (17:25 +0300)]
use relative coordinates, limit powerups to 99 instead of 999
Rudolf Polzer [Thu, 13 May 2010 11:56:01 +0000 (13:56 +0200)]
Merge branch 'master' into fruitiex/newpanelhud
Rudolf Polzer [Thu, 13 May 2010 11:35:20 +0000 (13:35 +0200)]
Merge branch 'divVerent/model-textures-prefix-removal-v2'
FruitieX [Thu, 13 May 2010 07:53:46 +0000 (10:53 +0300)]
allow disabling collision checking against other panels
FruitieX [Thu, 13 May 2010 07:44:15 +0000 (10:44 +0300)]
force min alpha value in hud configure mode so you can see the panels
FruitieX [Thu, 13 May 2010 07:39:18 +0000 (10:39 +0300)]
add oldhud border and dock >:)
FruitieX [Thu, 13 May 2010 07:36:50 +0000 (10:36 +0300)]
allow for a fullscreen dock image to be drawn behind the panels
FruitieX [Thu, 13 May 2010 07:01:08 +0000 (10:01 +0300)]
Merge branch 'diabolik/pyriaplayermodel' of ssh://git.xonotic.org/xonotic-data.pk3dir into fruitiex/newpanelhud
Sahil Singhal [Thu, 13 May 2010 01:09:46 +0000 (21:09 -0400)]
Add a shader to fix hair.
Sahil Singhal [Wed, 12 May 2010 20:19:56 +0000 (16:19 -0400)]
Match umbra model animations. Add gloss texture. Can someone make a shader for the hair?
Sahil Singhal [Wed, 12 May 2010 20:10:33 +0000 (16:10 -0400)]
Merge commit 'origin/master' into diabolik/pyriaplayermodel
Sahil Singhal [Wed, 12 May 2010 20:09:27 +0000 (16:09 -0400)]
Fixes to copy over anims from umbra
Rudolf Polzer [Wed, 12 May 2010 19:49:07 +0000 (21:49 +0200)]
another file too much (umbra.tga)
Rudolf Polzer [Wed, 12 May 2010 19:48:22 +0000 (21:48 +0200)]
get rid of umbra.txt, not used
Rudolf Polzer [Wed, 12 May 2010 19:42:18 +0000 (21:42 +0200)]
Merge remote branch 'origin/master' into diabolik/umbraplayermodel
Sahil Singhal [Wed, 12 May 2010 19:30:28 +0000 (15:30 -0400)]
Fix to fit in bbox better and fix pain anims
FruitieX [Wed, 12 May 2010 18:58:42 +0000 (21:58 +0300)]
uhh, better default border size thank you :)
FruitieX [Wed, 12 May 2010 18:54:27 +0000 (21:54 +0300)]
add (good looking!) border from wickedx menu skin, allowing some testing :)
FruitieX [Wed, 12 May 2010 18:53:34 +0000 (21:53 +0300)]
allow per-panel backgrounds, fix showonlycurrent ammo type
FruitieX [Wed, 12 May 2010 17:43:17 +0000 (20:43 +0300)]
just hardcode a 30 sec maxtime into the powerups panel instead
FruitieX [Wed, 12 May 2010 17:34:24 +0000 (20:34 +0300)]
finally, fuel added to the health/armor panel ;)
FruitieX [Wed, 12 May 2010 16:51:23 +0000 (19:51 +0300)]
score panel
Rudolf Polzer [Wed, 12 May 2010 16:35:35 +0000 (18:35 +0200)]
Merge remote branch 'origin/parasti/weaponprio'
Rudolf Polzer [Wed, 12 May 2010 15:41:50 +0000 (17:41 +0200)]
effectinfo: improve MG/rifle trail a bit
FruitieX [Wed, 12 May 2010 08:18:44 +0000 (11:18 +0300)]
score panel (non-teamgames only atm)
Rudolf Polzer [Wed, 12 May 2010 07:58:21 +0000 (09:58 +0200)]
DP_CSQC_BOXPARTICLES use :P for fading out particle trails
Sahil Singhal [Wed, 12 May 2010 02:23:27 +0000 (22:23 -0400)]
Pyria playermodel. Textures need fixing.
Jānis Rūcis [Wed, 12 May 2010 02:12:38 +0000 (05:12 +0300)]
Attempt to get cl_weaponpriority working again
Sahil Singhal [Wed, 12 May 2010 01:02:07 +0000 (21:02 -0400)]
Fix animations so they are in the bbox. bbox lags behind so its hard to fix completely.
FruitieX [Tue, 11 May 2010 20:33:27 +0000 (23:33 +0300)]
better (still bound to completely change) defaults
FruitieX [Tue, 11 May 2010 20:14:30 +0000 (23:14 +0300)]
show all weapons again in hud conf mode in divVerent's implementation
Rudolf Polzer [Tue, 11 May 2010 19:06:16 +0000 (21:06 +0200)]
HUD: sort weapons by impulse
FruitieX [Tue, 11 May 2010 18:48:54 +0000 (21:48 +0300)]
center number display on mode2 of h/a, str/shield panels
FruitieX [Tue, 11 May 2010 18:33:51 +0000 (21:33 +0300)]
allow flipping order of health/armor, implement powerup panel
Rudolf Polzer [Tue, 11 May 2010 17:59:18 +0000 (19:59 +0200)]
fix give 30 ALL ;)
Rudolf Polzer [Tue, 11 May 2010 17:39:59 +0000 (19:39 +0200)]
use cl_decals_newsystem
Rudolf Polzer [Tue, 11 May 2010 17:38:29 +0000 (19:38 +0200)]
remove some REALLY STUPID files ;)
Rudolf Polzer [Tue, 11 May 2010 17:34:58 +0000 (19:34 +0200)]
xolar is actually newer, so it might be better quality. Keep for now too.
Rudolf Polzer [Tue, 11 May 2010 16:19:09 +0000 (18:19 +0200)]
get rid of some more .tga extensions in skin files (they fail)
Rudolf Polzer [Tue, 11 May 2010 16:11:50 +0000 (18:11 +0200)]
add textures that we still use
Rudolf Polzer [Tue, 11 May 2010 16:11:11 +0000 (18:11 +0200)]
more tga extension removed
Rudolf Polzer [Tue, 11 May 2010 16:01:03 +0000 (18:01 +0200)]
fix more model fail (.tga suffix)
Rudolf Polzer [Tue, 11 May 2010 15:59:37 +0000 (17:59 +0200)]
get rid of a dupe shader
Rudolf Polzer [Tue, 11 May 2010 15:04:54 +0000 (17:04 +0200)]
get rid of redundant textures/ prefix in more shader and texture names
Morphed [Tue, 27 Apr 2010 10:38:03 +0000 (12:38 +0200)]
reflection shader for all weapons
Rudolf Polzer [Tue, 27 Apr 2010 15:42:06 +0000 (17:42 +0200)]
try removing the textures/ prefix from ALL model and skin names. Let's see what breaks, then fix it :P
Rudolf Polzer [Tue, 11 May 2010 06:54:56 +0000 (08:54 +0200)]
fix species loading
Rudolf Polzer [Mon, 10 May 2010 14:09:35 +0000 (16:09 +0200)]
replace odd formula by a funny one ;)
Rudolf Polzer [Mon, 10 May 2010 11:15:27 +0000 (13:15 +0200)]
Merge branch 'master' into fruitiex/newpanelhud
Rudolf Polzer [Mon, 10 May 2010 11:15:13 +0000 (13:15 +0200)]
remove a debug message
Rudolf Polzer [Mon, 10 May 2010 11:10:37 +0000 (13:10 +0200)]
fix another seeker bug, and fix a division by zero in havocbots
Rudolf Polzer [Mon, 10 May 2010 11:01:19 +0000 (13:01 +0200)]
seeker volley controller: work properly with IT_UNLIMITED_WEAPON_AMMO
Rudolf Polzer [Mon, 10 May 2010 07:31:38 +0000 (09:31 +0200)]
Merge branch 'master' into diabolik/umbraplayermodel
Rudolf Polzer [Mon, 10 May 2010 07:31:11 +0000 (09:31 +0200)]
new options for r_showbboxes: also show the player headshot box
Rudolf Polzer [Mon, 10 May 2010 06:47:35 +0000 (08:47 +0200)]
umbra: convert to the new model description format
Rudolf Polzer [Mon, 10 May 2010 06:46:15 +0000 (08:46 +0200)]
Merge branch 'master' into diabolik/umbraplayermodel
Rudolf Polzer [Mon, 10 May 2010 06:46:02 +0000 (08:46 +0200)]
Merge remote branch 'origin/mirceakitsune/per_character_sounds'
Rudolf Polzer [Mon, 10 May 2010 06:44:56 +0000 (08:44 +0200)]
Merge branch 'master' into diabolik/umbraplayermodel
Rudolf Polzer [Sun, 9 May 2010 19:26:51 +0000 (21:26 +0200)]
force fire effect even for nonmoving firemine
FruitieX [Sun, 9 May 2010 18:32:26 +0000 (21:32 +0300)]
s/marigin/border (because that's what it is!)
FruitieX [Sun, 9 May 2010 18:29:46 +0000 (21:29 +0300)]
fix some warnings
FruitieX [Sun, 9 May 2010 18:19:47 +0000 (21:19 +0300)]
i++ => ++i, fteqcc likes this better
Rudolf Polzer [Sun, 9 May 2010 18:14:16 +0000 (20:14 +0200)]
Merge branch 'master' into mirceakitsune/per_character_sounds
Rudolf Polzer [Sun, 9 May 2010 18:13:53 +0000 (20:13 +0200)]
add seeker to the weapon prio cvars
Rudolf Polzer [Sun, 9 May 2010 18:08:49 +0000 (20:08 +0200)]
fix a typo in a seeker cvar name
Rudolf Polzer [Sun, 9 May 2010 18:01:03 +0000 (20:01 +0200)]
Merge remote branch 'refs/remotes/origin/divVerent/tag_seeker'
Rudolf Polzer [Sun, 9 May 2010 15:35:35 +0000 (17:35 +0200)]
Merge branch 'master' into mirceakitsune/per_character_sounds
Rudolf Polzer [Sun, 9 May 2010 15:35:02 +0000 (17:35 +0200)]
fix ClientInit entity sending