diff --git a/sourcemm/LICENSE.txt b/sourcemm/LICENSE.txt index a65e83e..4cdb32f 100644 --- a/sourcemm/LICENSE.txt +++ b/sourcemm/LICENSE.txt @@ -1,4 +1,4 @@ -The software is Copyright (C) 2004-2005, Metamod:Source Development Team. +The software is Copyright (C) 2004-2006, Metamod:Source Development Team. Metamod:Source is distributed under the "zLib/libpng" license, which is reproduced below: diff --git a/sourcemm/Makefile b/sourcemm/Makefile index edd46f5..fc2a952 100644 --- a/sourcemm/Makefile +++ b/sourcemm/Makefile @@ -60,4 +60,4 @@ clean: rm -rf Release/$(BINARY) rm -rf Debug/*.o rm -rf Debug/$(BINARY) - + \ No newline at end of file diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index 435229d..762be55 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -3,6 +3,7 @@ - Added some extra information to the "meta game" command: Description and Interface. For example, CS:S would display "Counter-Strike: Source" and "ServerGameDLL004." - Added some extra functionality to ISmmPluginManager. + - Added compiling support for MSVC 8.0 (Visual Studio 2005) and GCC 4.x - Fixed bug where Metamod:Source could load the wrong GameDLL and/or load more than one GameDLL. This issue occured in HL2 CTF, SourceForts, or any other mod that relied on files from another mod directory. diff --git a/sourcemm/sample_mm/LICENSE.txt b/sourcemm/sample_mm/LICENSE.txt index 17aaa7f..3f648b5 100644 --- a/sourcemm/sample_mm/LICENSE.txt +++ b/sourcemm/sample_mm/LICENSE.txt @@ -1,4 +1,4 @@ -The software is Copyright (C) 2004-2005, Metamod:Source Development Team. +The software is Copyright (C) 2004-2006, Metamod:Source Development Team. Metamod:Source is distributed under the "zLib/libpng" license, which is reproduced below: diff --git a/sourcemm/sample_mm/Makefile b/sourcemm/sample_mm/Makefile index e509bd2..fec8da2 100644 --- a/sourcemm/sample_mm/Makefile +++ b/sourcemm/sample_mm/Makefile @@ -1,4 +1,4 @@ -#(C)2004-2005 SourceMM Development Team +#(C)2004-2006 SourceMM Development Team # Makefile written by David "BAILOPAN" Anderson HL2SDK = ../../hl2sdk diff --git a/sourcemm/sample_mm/SamplePlugin.cpp b/sourcemm/sample_mm/SamplePlugin.cpp index 4c6d22a..7b6fdd4 100644 --- a/sourcemm/sample_mm/SamplePlugin.cpp +++ b/sourcemm/sample_mm/SamplePlugin.cpp @@ -1,5 +1,5 @@ /* ======== sample_mm ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/sample_mm/SamplePlugin.h b/sourcemm/sample_mm/SamplePlugin.h index 9060bc1..dba6578 100644 --- a/sourcemm/sample_mm/SamplePlugin.h +++ b/sourcemm/sample_mm/SamplePlugin.h @@ -1,5 +1,5 @@ /* ======== sample_mm ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/sample_mm/cvars.cpp b/sourcemm/sample_mm/cvars.cpp index cbc744b..e57f54a 100644 --- a/sourcemm/sample_mm/cvars.cpp +++ b/sourcemm/sample_mm/cvars.cpp @@ -1,5 +1,5 @@ /* ======== sample_mm ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/sample_mm/cvars.h b/sourcemm/sample_mm/cvars.h index 1c14137..5a54e7a 100644 --- a/sourcemm/sample_mm/cvars.h +++ b/sourcemm/sample_mm/cvars.h @@ -1,5 +1,5 @@ /* ======== sample_mm ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/sample_mm/meta_hooks.h b/sourcemm/sample_mm/meta_hooks.h index cc5e6a5..d9ed44f 100644 --- a/sourcemm/sample_mm/meta_hooks.h +++ b/sourcemm/sample_mm/meta_hooks.h @@ -1,5 +1,5 @@ /* ======== sample_mm ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/stub_mm/LICENSE.txt b/sourcemm/stub_mm/LICENSE.txt index 17aaa7f..3f648b5 100644 --- a/sourcemm/stub_mm/LICENSE.txt +++ b/sourcemm/stub_mm/LICENSE.txt @@ -1,4 +1,4 @@ -The software is Copyright (C) 2004-2005, Metamod:Source Development Team. +The software is Copyright (C) 2004-2006, Metamod:Source Development Team. Metamod:Source is distributed under the "zLib/libpng" license, which is reproduced below: diff --git a/sourcemm/stub_mm/Makefile b/sourcemm/stub_mm/Makefile index e43ee4b..4913d77 100644 --- a/sourcemm/stub_mm/Makefile +++ b/sourcemm/stub_mm/Makefile @@ -1,4 +1,4 @@ -#(C)2004-2005 SourceMM Development Team +#(C)2004-2006 SourceMM Development Team # Makefile written by David "BAILOPAN" Anderson HL2SDK = ../../hl2sdk diff --git a/sourcemm/stub_mm/meta_hooks.h b/sourcemm/stub_mm/meta_hooks.h index eb39094..d8ade90 100644 --- a/sourcemm/stub_mm/meta_hooks.h +++ b/sourcemm/stub_mm/meta_hooks.h @@ -1,5 +1,5 @@ /* ======== stub_mm ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/stub_mm/stub_mm.cpp b/sourcemm/stub_mm/stub_mm.cpp index 7c7d623..f4ff012 100644 --- a/sourcemm/stub_mm/stub_mm.cpp +++ b/sourcemm/stub_mm/stub_mm.cpp @@ -1,5 +1,5 @@ /* ======== stub_mm ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/stub_mm/stub_mm.h b/sourcemm/stub_mm/stub_mm.h index 7066979..f152c73 100644 --- a/sourcemm/stub_mm/stub_mm.h +++ b/sourcemm/stub_mm/stub_mm.h @@ -1,5 +1,5 @@ /* ======== stub_mm ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng