diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..162fad1a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ssl linguist-language=Pascal diff --git a/.gitignore b/.gitignore index 06c1c71a..76671817 100644 --- a/.gitignore +++ b/.gitignore @@ -55,7 +55,7 @@ nb-configuration.xml # Build results [Dd]ebug/ [Dd]ebugPublic/ -[Dd]evXP +[Dd]evXP/ [Rr]elease/ [Rr]eleases/ [Rr]eleaseXP/ diff --git a/sfall/Utils.cpp b/sfall/Utils.cpp index b19b8a73..4b9c8ca2 100644 --- a/sfall/Utils.cpp +++ b/sfall/Utils.cpp @@ -59,7 +59,7 @@ bool isSpace(char c) { const char* strfind(const char* source, const char* word) { if (source == 0 || word == 0 || *word == 0) return 0; const char *w_pos, *s_pos; - while(*source != 0) { + while (*source != 0) { w_pos = word, s_pos = source++; while (tolower(*s_pos) == *w_pos) { s_pos++; diff --git a/sfall/ddraw.sln b/sfall/ddraw.sln index 093040a8..f4b8cadb 100644 --- a/sfall/ddraw.sln +++ b/sfall/ddraw.sln @@ -10,6 +10,19 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Rebracer.xml = Rebracer.xml EndProjectSection EndProject +Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "FALLOUT2", "C:\Games\Fallout2\FALLOUT2.EXE", "{0554CA27-B50E-4D65-B264-2A48A7007441}" + ProjectSection(DebuggerProjectSystem) = preProject + PortSupplier = 00000000-0000-0000-0000-000000000000 + Executable = C:\Games\Fallout2\FALLOUT2.EXE + RemoteMachine = DebugPC + StartingDirectory = C:\Games\Fallout2 + Environment = Default + LaunchingEngine = 3b476d35-a401-11d2-aad4-00c04f990171 + UseLegacyDebugEngines = No + LaunchSQLEngine = No + AttachLaunchAction = No + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -26,8 +39,15 @@ Global {FB9023DA-CA5E-4704-B601-407810963EF0}.Release|Win32.Build.0 = Release|Win32 {FB9023DA-CA5E-4704-B601-407810963EF0}.ReleaseXP|Win32.ActiveCfg = ReleaseXP|Win32 {FB9023DA-CA5E-4704-B601-407810963EF0}.ReleaseXP|Win32.Build.0 = ReleaseXP|Win32 + {0554CA27-B50E-4D65-B264-2A48A7007441}.Debug|Win32.ActiveCfg = Release + {0554CA27-B50E-4D65-B264-2A48A7007441}.DevXP|Win32.ActiveCfg = Release + {0554CA27-B50E-4D65-B264-2A48A7007441}.Release|Win32.ActiveCfg = Release + {0554CA27-B50E-4D65-B264-2A48A7007441}.ReleaseXP|Win32.ActiveCfg = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C37C759B-E273-4B2B-A041-9F51E4A7DD9A} + EndGlobalSection EndGlobal