]> icculus.org git repositories - divverent/nexuiz.git/commit
switch to memory saving sprites. Several megabytes per sprite just isn't
authorsavagex <savagex@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 29 Dec 2005 14:26:53 +0000 (14:26 +0000)
committersavagex <savagex@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 29 Dec 2005 14:26:53 +0000 (14:26 +0000)
commitccd8c0e570b421647da52374316284ac413d4f42
treee74872631d180f84b5816dc6be2091268951eb42
parent4e192fe0444f967aeba31502726fc9af95e35f6f
switch to memory saving sprites. Several megabytes per sprite just isn't
a sane number (this fixes the framerate stuttering when firing the
hagar)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@734 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
49 files changed:
attic/models/sprites/grenadeexplosion.spr32 [moved from data/models/sprites/grenadeexplosion.spr32 with 100% similarity]
attic/models/sprites/hagarexplosion.spr32 [moved from data/models/sprites/hagarexplosion.spr32 with 100% similarity]
attic/models/sprites/rocketexplosion.spr32 [moved from data/models/sprites/rocketexplosion.spr32 with 100% similarity]
data/models/sprites/grenexpl.spr [new file with mode: 0644]
data/models/sprites/grenexpl.spr_0.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_1.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_10.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_11.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_12.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_2.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_3.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_4.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_5.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_6.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_7.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_8.tga [new file with mode: 0644]
data/models/sprites/grenexpl.spr_9.tga [new file with mode: 0644]
data/models/sprites/hagar.spr [new file with mode: 0644]
data/models/sprites/hagar.spr_0.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_1.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_10.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_11.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_12.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_2.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_3.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_4.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_5.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_6.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_7.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_8.tga [new file with mode: 0644]
data/models/sprites/hagar.spr_9.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr [new file with mode: 0644]
data/models/sprites/rockexpl.spr_0.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_1.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_10.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_11.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_12.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_2.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_3.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_4.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_5.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_6.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_7.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_8.tga [new file with mode: 0644]
data/models/sprites/rockexpl.spr_9.tga [new file with mode: 0644]
data/qcsrc/gamec/g_world.c
data/qcsrc/gamec/w_grenadelauncher.c
data/qcsrc/gamec/w_hagar.c
data/qcsrc/gamec/w_rocketlauncher.c