Skip to content

Commit

Permalink
Implement lazy loading of PIE files. There is no longer any need to a…
Browse files Browse the repository at this point in the history
…dd them in WRF files

before referencing them from stats or other files.
  • Loading branch information
perim committed Sep 7, 2013
1 parent 7007cc8 commit 6a9ca8c
Show file tree
Hide file tree
Showing 19 changed files with 130 additions and 1,228 deletions.
5 changes: 0 additions & 5 deletions data/base/gamedesc.lev
Expand Up @@ -13,7 +13,6 @@ data "wrf/vidmem.wrf"
data "wrf/basic.wrf"
data "wrf/cam1.wrf"
data "wrf/audio.wrf"
data "wrf/piestats.wrf"
data "wrf/stats.wrf"
game "multiplay/maps/4c-rush.gam"
data "wrf/prog.wrf"
Expand All @@ -27,7 +26,6 @@ data "wrf/basic.wrf"
data "wrf/tut.wrf"
data "wrf/audio.wrf"
data "wrf/tutorial/tutaudio.wrf"
data "wrf/piestats.wrf"
data "wrf/stats.wrf"
data "wrf/cam1res.wrf"

Expand All @@ -46,7 +44,6 @@ data "wrf/vidmem.wrf"
data "wrf/basic.wrf"
data "wrf/cam1.wrf"
data "wrf/audio.wrf"
data "wrf/piestats.wrf"
data "wrf/stats.wrf"
data "wrf/cam1res.wrf"

Expand Down Expand Up @@ -164,7 +161,6 @@ data "wrf/vidmem2.wrf"
data "wrf/basic.wrf"
data "wrf/cam2.wrf"
data "wrf/audio.wrf"
data "wrf/piestats.wrf"
data "wrf/stats.wrf"
data "wrf/cam2res.wrf"

Expand Down Expand Up @@ -272,7 +268,6 @@ data "wrf/vidmem3.wrf"
data "wrf/basic.wrf"
data "wrf/cam3.wrf"
data "wrf/audio.wrf"
data "wrf/piestats.wrf"
data "wrf/stats.wrf"
data "wrf/cam3res.wrf"

Expand Down
3 changes: 0 additions & 3 deletions data/base/wrf/limiter_data.wrf
Expand Up @@ -3,9 +3,6 @@
/* Load structures and weapons/ecm/sensors */
/********** WRF\limiter_data.wrf ***************/

directory "structs"
file IMD "blderik.pie"

directory "stats"
file SWEAPON "weapons.ini"
file SSENSOR "sensor.ini"
Expand Down

0 comments on commit 6a9ca8c

Please sign in to comment.