From acab0d5e3225fa11a51171b1031f9a291e70043f Mon Sep 17 00:00:00 2001 From: CVS2SVN Date: Tue, 25 Feb 2003 16:48:27 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'eressea-freeze'. --- src/common/attributes/attributes.vcproj | 251 +++++++++++++++ src/common/gamecode/gamecode.vcproj | 220 +++++++++++++ src/common/items/items.vcproj | 161 ++++++++++ src/common/kernel/kernel.vcproj | 393 ++++++++++++++++++++++++ src/common/modules/modules.vcproj | 191 ++++++++++++ src/common/races/races.vcproj | 131 ++++++++ src/common/spells/spells.vcproj | 149 +++++++++ src/common/triggers/triggers.vcproj | 203 ++++++++++++ src/common/util/util.vcproj | 300 ++++++++++++++++++ src/eressea.sln | 120 ++++++++ src/eressea@amber.mk | 49 +++ src/mapper/mapper.vcproj | 177 +++++++++++ 12 files changed, 2345 insertions(+) create mode 100644 src/common/attributes/attributes.vcproj create mode 100644 src/common/gamecode/gamecode.vcproj create mode 100644 src/common/items/items.vcproj create mode 100644 src/common/kernel/kernel.vcproj create mode 100644 src/common/modules/modules.vcproj create mode 100644 src/common/races/races.vcproj create mode 100644 src/common/spells/spells.vcproj create mode 100644 src/common/triggers/triggers.vcproj create mode 100644 src/common/util/util.vcproj create mode 100644 src/eressea.sln create mode 100644 src/eressea@amber.mk create mode 100644 src/mapper/mapper.vcproj diff --git a/src/common/attributes/attributes.vcproj b/src/common/attributes/attributes.vcproj new file mode 100644 index 000000000..ad65b2157 --- /dev/null +++ b/src/common/attributes/attributes.vcproj @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/common/gamecode/gamecode.vcproj b/src/common/gamecode/gamecode.vcproj new file mode 100644 index 000000000..7fb617490 --- /dev/null +++ b/src/common/gamecode/gamecode.vcproj @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/common/items/items.vcproj b/src/common/items/items.vcproj new file mode 100644 index 000000000..985c346e2 --- /dev/null +++ b/src/common/items/items.vcproj @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/common/kernel/kernel.vcproj b/src/common/kernel/kernel.vcproj new file mode 100644 index 000000000..3265e8e4c --- /dev/null +++ b/src/common/kernel/kernel.vcproj @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/common/modules/modules.vcproj b/src/common/modules/modules.vcproj new file mode 100644 index 000000000..7d1be44b1 --- /dev/null +++ b/src/common/modules/modules.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/common/races/races.vcproj b/src/common/races/races.vcproj new file mode 100644 index 000000000..033bb09bd --- /dev/null +++ b/src/common/races/races.vcproj @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/common/spells/spells.vcproj b/src/common/spells/spells.vcproj new file mode 100644 index 000000000..eb1a5dbaa --- /dev/null +++ b/src/common/spells/spells.vcproj @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/common/triggers/triggers.vcproj b/src/common/triggers/triggers.vcproj new file mode 100644 index 000000000..5b658099a --- /dev/null +++ b/src/common/triggers/triggers.vcproj @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/common/util/util.vcproj b/src/common/util/util.vcproj new file mode 100644 index 000000000..02ff72e57 --- /dev/null +++ b/src/common/util/util.vcproj @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/eressea.sln b/src/eressea.sln new file mode 100644 index 000000000..dc6336064 --- /dev/null +++ b/src/eressea.sln @@ -0,0 +1,120 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "attributes", "common\attributes\attributes.vcproj", "{D5C518FE-0CDE-456F-94B8-E5898334C282}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eressea", "eressea\eressea.vcproj", "{5CC7ED12-F35B-462E-ADD8-199A069B26BF}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gamecode", "common\gamecode\gamecode.vcproj", "{3653BF42-41B1-47F9-B39E-57FF0ED436D0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "items", "common\items\items.vcproj", "{F7FD2D27-F01A-4321-89CA-0833AEB496A2}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kernel", "common\kernel\kernel.vcproj", "{34F6F559-D823-4FB5-8A27-6B501D08266E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapper", "mapper\mapper.vcproj", "{5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "modules", "common\modules\modules.vcproj", "{36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "races", "common\races\races.vcproj", "{DB06B030-3D63-47B7-8A76-D2B87B73D97C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "spells", "common\spells\spells.vcproj", "{EB295D94-78C0-48DB-AD68-4D0D7275399A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "triggers", "common\triggers\triggers.vcproj", "{6CDDC02C-599F-42F2-A377-CFDAB17BD638}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "common\util\util.vcproj", "{9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Profile + ConfigName.2 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.0 = {34F6F559-D823-4FB5-8A27-6B501D08266E} + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.1 = {9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7} + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.2 = {3653BF42-41B1-47F9-B39E-57FF0ED436D0} + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.3 = {D5C518FE-0CDE-456F-94B8-E5898334C282} + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.4 = {F7FD2D27-F01A-4321-89CA-0833AEB496A2} + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.5 = {36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C} + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.6 = {DB06B030-3D63-47B7-8A76-D2B87B73D97C} + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.7 = {EB295D94-78C0-48DB-AD68-4D0D7275399A} + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.8 = {6CDDC02C-599F-42F2-A377-CFDAB17BD638} + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.0 = {6CDDC02C-599F-42F2-A377-CFDAB17BD638} + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.1 = {9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7} + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.2 = {34F6F559-D823-4FB5-8A27-6B501D08266E} + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.3 = {D5C518FE-0CDE-456F-94B8-E5898334C282} + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.4 = {F7FD2D27-F01A-4321-89CA-0833AEB496A2} + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.5 = {36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C} + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.6 = {DB06B030-3D63-47B7-8A76-D2B87B73D97C} + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.7 = {EB295D94-78C0-48DB-AD68-4D0D7275399A} + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {D5C518FE-0CDE-456F-94B8-E5898334C282}.Debug.ActiveCfg = Debug|Win32 + {D5C518FE-0CDE-456F-94B8-E5898334C282}.Debug.Build.0 = Debug|Win32 + {D5C518FE-0CDE-456F-94B8-E5898334C282}.Profile.ActiveCfg = Release|Win32 + {D5C518FE-0CDE-456F-94B8-E5898334C282}.Profile.Build.0 = Release|Win32 + {D5C518FE-0CDE-456F-94B8-E5898334C282}.Release.ActiveCfg = Release|Win32 + {D5C518FE-0CDE-456F-94B8-E5898334C282}.Release.Build.0 = Release|Win32 + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.Debug.ActiveCfg = Debug|Win32 + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.Debug.Build.0 = Debug|Win32 + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.Profile.ActiveCfg = Profile|Win32 + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.Profile.Build.0 = Profile|Win32 + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.Release.ActiveCfg = Release|Win32 + {5CC7ED12-F35B-462E-ADD8-199A069B26BF}.Release.Build.0 = Release|Win32 + {3653BF42-41B1-47F9-B39E-57FF0ED436D0}.Debug.ActiveCfg = Debug|Win32 + {3653BF42-41B1-47F9-B39E-57FF0ED436D0}.Debug.Build.0 = Debug|Win32 + {3653BF42-41B1-47F9-B39E-57FF0ED436D0}.Profile.ActiveCfg = Profile|Win32 + {3653BF42-41B1-47F9-B39E-57FF0ED436D0}.Profile.Build.0 = Profile|Win32 + {3653BF42-41B1-47F9-B39E-57FF0ED436D0}.Release.ActiveCfg = Release|Win32 + {3653BF42-41B1-47F9-B39E-57FF0ED436D0}.Release.Build.0 = Release|Win32 + {F7FD2D27-F01A-4321-89CA-0833AEB496A2}.Debug.ActiveCfg = Debug|Win32 + {F7FD2D27-F01A-4321-89CA-0833AEB496A2}.Debug.Build.0 = Debug|Win32 + {F7FD2D27-F01A-4321-89CA-0833AEB496A2}.Profile.ActiveCfg = Debug|Win32 + {F7FD2D27-F01A-4321-89CA-0833AEB496A2}.Profile.Build.0 = Debug|Win32 + {F7FD2D27-F01A-4321-89CA-0833AEB496A2}.Release.ActiveCfg = Release|Win32 + {F7FD2D27-F01A-4321-89CA-0833AEB496A2}.Release.Build.0 = Release|Win32 + {34F6F559-D823-4FB5-8A27-6B501D08266E}.Debug.ActiveCfg = Debug|Win32 + {34F6F559-D823-4FB5-8A27-6B501D08266E}.Debug.Build.0 = Debug|Win32 + {34F6F559-D823-4FB5-8A27-6B501D08266E}.Profile.ActiveCfg = Profile|Win32 + {34F6F559-D823-4FB5-8A27-6B501D08266E}.Profile.Build.0 = Profile|Win32 + {34F6F559-D823-4FB5-8A27-6B501D08266E}.Release.ActiveCfg = Release|Win32 + {34F6F559-D823-4FB5-8A27-6B501D08266E}.Release.Build.0 = Release|Win32 + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.Debug.ActiveCfg = Debug|Win32 + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.Profile.ActiveCfg = Debug|Win32 + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.Profile.Build.0 = Debug|Win32 + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.Release.ActiveCfg = Release|Win32 + {5ACC858D-1C75-47C6-9D32-5FFA86EFDE1C}.Release.Build.0 = Release|Win32 + {36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C}.Debug.ActiveCfg = Debug|Win32 + {36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C}.Debug.Build.0 = Debug|Win32 + {36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C}.Profile.ActiveCfg = Release|Win32 + {36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C}.Profile.Build.0 = Release|Win32 + {36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C}.Release.ActiveCfg = Release|Win32 + {36ED8F09-B031-4518-8EE9-AD0DEE7CDA8C}.Release.Build.0 = Release|Win32 + {DB06B030-3D63-47B7-8A76-D2B87B73D97C}.Debug.ActiveCfg = Debug|Win32 + {DB06B030-3D63-47B7-8A76-D2B87B73D97C}.Debug.Build.0 = Debug|Win32 + {DB06B030-3D63-47B7-8A76-D2B87B73D97C}.Profile.ActiveCfg = Release|Win32 + {DB06B030-3D63-47B7-8A76-D2B87B73D97C}.Profile.Build.0 = Release|Win32 + {DB06B030-3D63-47B7-8A76-D2B87B73D97C}.Release.ActiveCfg = Release|Win32 + {DB06B030-3D63-47B7-8A76-D2B87B73D97C}.Release.Build.0 = Release|Win32 + {EB295D94-78C0-48DB-AD68-4D0D7275399A}.Debug.ActiveCfg = Debug|Win32 + {EB295D94-78C0-48DB-AD68-4D0D7275399A}.Debug.Build.0 = Debug|Win32 + {EB295D94-78C0-48DB-AD68-4D0D7275399A}.Profile.ActiveCfg = Debug|Win32 + {EB295D94-78C0-48DB-AD68-4D0D7275399A}.Profile.Build.0 = Debug|Win32 + {EB295D94-78C0-48DB-AD68-4D0D7275399A}.Release.ActiveCfg = Release|Win32 + {EB295D94-78C0-48DB-AD68-4D0D7275399A}.Release.Build.0 = Release|Win32 + {6CDDC02C-599F-42F2-A377-CFDAB17BD638}.Debug.ActiveCfg = Debug|Win32 + {6CDDC02C-599F-42F2-A377-CFDAB17BD638}.Debug.Build.0 = Debug|Win32 + {6CDDC02C-599F-42F2-A377-CFDAB17BD638}.Profile.ActiveCfg = Release|Win32 + {6CDDC02C-599F-42F2-A377-CFDAB17BD638}.Profile.Build.0 = Release|Win32 + {6CDDC02C-599F-42F2-A377-CFDAB17BD638}.Release.ActiveCfg = Release|Win32 + {6CDDC02C-599F-42F2-A377-CFDAB17BD638}.Release.Build.0 = Release|Win32 + {9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7}.Debug.ActiveCfg = Debug|Win32 + {9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7}.Debug.Build.0 = Debug|Win32 + {9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7}.Profile.ActiveCfg = Profile|Win32 + {9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7}.Profile.Build.0 = Profile|Win32 + {9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7}.Release.ActiveCfg = Release|Win32 + {9B8FDC41-3B77-4452-A4C3-9D35EFDF25B7}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/src/eressea@amber.mk b/src/eressea@amber.mk new file mode 100644 index 000000000..91d9a78e4 --- /dev/null +++ b/src/eressea@amber.mk @@ -0,0 +1,49 @@ + +ifndef ERESSEA + export ERESSEA=$(PWD) +endif + +# Hier definieren, damit nicht '@gcc' +CC = gcc-3.2 -D_GNU_SOURCE -ansi -pedantic +DEPEND = @gcc-3.2 -MM -MG -r +# CC = gcc -D_GNU_SOURCE +AR = ar +CTAGS = ctags-exuberant +LD = gcc-3.2 +INSTALL = cp +CFLAGS += -march=athlon -minline-all-stringops + +# Ps = 0 -> Normal (default) +# Ps = 1 -> Bold +# Ps = 4 -> Underlined +# Ps = 5 -> Blink (appears as Bold) +# Ps = 7 -> Inverse +# Ps = 8 -> Invisible (hidden) +# Ps = 2 2 -> Normal (neither bold nor faint) +# Ps = 2 4 -> Not underlined +# Ps = 2 5 -> Steady (not blinking) +# Ps = 2 7 -> Positive (not inverse) +# Ps = 2 8 -> Visible (not hidden) +# Ps = 3 0 -> Set foreground color to Black +# Ps = 3 1 -> Set foreground color to Red +# Ps = 3 2 -> Set foreground color to Green +# Ps = 3 3 -> Set foreground color to Yellow +# Ps = 3 4 -> Set foreground color to Blue +# Ps = 3 5 -> Set foreground color to Magenta +# Ps = 3 6 -> Set foreground color to Cyan +# Ps = 3 7 -> Set foreground color to White +# Ps = 3 9 -> Set foreground color to default (original) +# Ps = 4 0 -> Set background color to Black +# Ps = 4 1 -> Set background color to Red +# Ps = 4 2 -> Set background color to Green +# Ps = 4 3 -> Set background color to Yellow +# Ps = 4 4 -> Set background color to Blue +# Ps = 4 5 -> Set background color to Magenta +# Ps = 4 6 -> Set background color to Cyan +# Ps = 4 7 -> Set background color to White +# Ps = 4 9 -> Set background color to default (original). + +MSG_COMPILE = "\#\#\#\#\# Compiling $@ \#\#\#\#\#" +MSG_SUBDIR = "\#\#\#\#\# Making $@ in $$subdir \#\#\#\#\#" + + diff --git a/src/mapper/mapper.vcproj b/src/mapper/mapper.vcproj new file mode 100644 index 000000000..6f1efa567 --- /dev/null +++ b/src/mapper/mapper.vcproj @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +