From 42878ae74cfa409efe3bce651785fe3fe6566652 Mon Sep 17 00:00:00 2001 From: codeimp Date: Wed, 11 Feb 2009 09:36:41 +0000 Subject: [PATCH] Added support to load sprite resources between SS_ markers (instead of S_ markers) --- Build/Configurations/Boom.cfg | 6 ++++++ Build/Configurations/Doom.cfg | 6 ++++++ Build/Configurations/Doom2.cfg | 6 ++++++ Build/Configurations/Edge.cfg | 6 ++++++ Build/Configurations/Eternity_Doom.cfg | 6 ++++++ Build/Configurations/Eternity_DoomUDMF.cfg | 6 ++++++ Build/Configurations/Heretic.cfg | 6 ++++++ Build/Configurations/Hexen.cfg | 6 ++++++ Build/Configurations/Legacy.cfg | 6 ++++++ Build/Configurations/Risen3D.cfg | 6 ++++++ Build/Configurations/Skulltag_Doom.cfg | 6 ++++++ Build/Configurations/Skulltag_DoomHexen.cfg | 6 ++++++ Build/Configurations/Strife.cfg | 6 ++++++ Build/Configurations/UltDoom.cfg | 6 ++++++ Build/Configurations/ZDoom_Doom.cfg | 6 ++++++ Build/Configurations/ZDoom_DoomHexen.cfg | 6 ++++++ Build/Configurations/ZDoom_DoomUDMF.cfg | 6 ++++++ Build/Configurations/ZDoom_HereticHexen.cfg | 6 ++++++ Build/Configurations/ZDoom_Hexen.cfg | 6 ++++++ Build/Configurations/ZDoom_StrifeHexen.cfg | 6 ++++++ Build/Configurations/jDoom.cfg | 6 ++++++ 21 files changed, 126 insertions(+) diff --git a/Build/Configurations/Boom.cfg b/Build/Configurations/Boom.cfg index 92731936..ac84cd9c 100644 --- a/Build/Configurations/Boom.cfg +++ b/Build/Configurations/Boom.cfg @@ -116,6 +116,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Doom.cfg b/Build/Configurations/Doom.cfg index 798d9059..49288016 100644 --- a/Build/Configurations/Doom.cfg +++ b/Build/Configurations/Doom.cfg @@ -112,6 +112,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Doom2.cfg b/Build/Configurations/Doom2.cfg index e2da81b1..846f3236 100644 --- a/Build/Configurations/Doom2.cfg +++ b/Build/Configurations/Doom2.cfg @@ -112,6 +112,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Edge.cfg b/Build/Configurations/Edge.cfg index a114b988..cb4c24a6 100644 --- a/Build/Configurations/Edge.cfg +++ b/Build/Configurations/Edge.cfg @@ -111,6 +111,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Eternity_Doom.cfg b/Build/Configurations/Eternity_Doom.cfg index 436fa3b0..5f808d6b 100644 --- a/Build/Configurations/Eternity_Doom.cfg +++ b/Build/Configurations/Eternity_Doom.cfg @@ -111,6 +111,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Eternity_DoomUDMF.cfg b/Build/Configurations/Eternity_DoomUDMF.cfg index e7e224ab..53874671 100644 --- a/Build/Configurations/Eternity_DoomUDMF.cfg +++ b/Build/Configurations/Eternity_DoomUDMF.cfg @@ -116,6 +116,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Heretic.cfg b/Build/Configurations/Heretic.cfg index f877e6fe..01e31a24 100644 --- a/Build/Configurations/Heretic.cfg +++ b/Build/Configurations/Heretic.cfg @@ -112,6 +112,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Hexen.cfg b/Build/Configurations/Hexen.cfg index 81a819d8..7b9e09b8 100644 --- a/Build/Configurations/Hexen.cfg +++ b/Build/Configurations/Hexen.cfg @@ -122,6 +122,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Legacy.cfg b/Build/Configurations/Legacy.cfg index e8e9e36a..f9c1b993 100644 --- a/Build/Configurations/Legacy.cfg +++ b/Build/Configurations/Legacy.cfg @@ -111,6 +111,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Risen3D.cfg b/Build/Configurations/Risen3D.cfg index 0fa191b7..d5563b43 100644 --- a/Build/Configurations/Risen3D.cfg +++ b/Build/Configurations/Risen3D.cfg @@ -111,6 +111,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Skulltag_Doom.cfg b/Build/Configurations/Skulltag_Doom.cfg index 450266b7..5020f9fa 100644 --- a/Build/Configurations/Skulltag_Doom.cfg +++ b/Build/Configurations/Skulltag_Doom.cfg @@ -119,6 +119,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Skulltag_DoomHexen.cfg b/Build/Configurations/Skulltag_DoomHexen.cfg index ba37554b..b008eab7 100644 --- a/Build/Configurations/Skulltag_DoomHexen.cfg +++ b/Build/Configurations/Skulltag_DoomHexen.cfg @@ -129,6 +129,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/Strife.cfg b/Build/Configurations/Strife.cfg index 857b69f5..4bc1657c 100644 --- a/Build/Configurations/Strife.cfg +++ b/Build/Configurations/Strife.cfg @@ -112,6 +112,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/UltDoom.cfg b/Build/Configurations/UltDoom.cfg index 44f7bb00..5c97ebff 100644 --- a/Build/Configurations/UltDoom.cfg +++ b/Build/Configurations/UltDoom.cfg @@ -112,6 +112,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/ZDoom_Doom.cfg b/Build/Configurations/ZDoom_Doom.cfg index 0ba2c5f8..aff8f701 100644 --- a/Build/Configurations/ZDoom_Doom.cfg +++ b/Build/Configurations/ZDoom_Doom.cfg @@ -119,6 +119,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/ZDoom_DoomHexen.cfg b/Build/Configurations/ZDoom_DoomHexen.cfg index 9668c213..a777435b 100644 --- a/Build/Configurations/ZDoom_DoomHexen.cfg +++ b/Build/Configurations/ZDoom_DoomHexen.cfg @@ -130,6 +130,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/ZDoom_DoomUDMF.cfg b/Build/Configurations/ZDoom_DoomUDMF.cfg index c658cb37..eda6a6e0 100644 --- a/Build/Configurations/ZDoom_DoomUDMF.cfg +++ b/Build/Configurations/ZDoom_DoomUDMF.cfg @@ -140,6 +140,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/ZDoom_HereticHexen.cfg b/Build/Configurations/ZDoom_HereticHexen.cfg index d671f37d..0cc02dd1 100644 --- a/Build/Configurations/ZDoom_HereticHexen.cfg +++ b/Build/Configurations/ZDoom_HereticHexen.cfg @@ -129,6 +129,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/ZDoom_Hexen.cfg b/Build/Configurations/ZDoom_Hexen.cfg index d0457fef..6f377823 100644 --- a/Build/Configurations/ZDoom_Hexen.cfg +++ b/Build/Configurations/ZDoom_Hexen.cfg @@ -129,6 +129,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/ZDoom_StrifeHexen.cfg b/Build/Configurations/ZDoom_StrifeHexen.cfg index 88922e06..ddac3f98 100644 --- a/Build/Configurations/ZDoom_StrifeHexen.cfg +++ b/Build/Configurations/ZDoom_StrifeHexen.cfg @@ -129,6 +129,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources diff --git a/Build/Configurations/jDoom.cfg b/Build/Configurations/jDoom.cfg index 0aab56a9..2a2e3357 100644 --- a/Build/Configurations/jDoom.cfg +++ b/Build/Configurations/jDoom.cfg @@ -111,6 +111,12 @@ sprites start = "S_START"; end = "S_END"; } + + standard2 + { + start = "SS_START"; + end = "SS_END"; + } } // Flat sources