Browse Source

filesystem: restore DarkPlaces contributors copyrights lost in filesystem_stdio

* Add Xash3D FWGS contributors copyrights
pull/2/head
Alibek Omarov 2 years ago
parent
commit
de88aec958
  1. 6
      engine/common/filesystem_engine.c
  2. 2
      filesystem/VFileSystem009.cpp
  3. 2
      filesystem/VFileSystem009.h
  4. 1
      filesystem/dir.c
  5. 3
      filesystem/filesystem.c
  6. 3
      filesystem/filesystem.h
  7. 3
      filesystem/filesystem_internal.h
  8. 5
      filesystem/fscallback.h
  9. 4
      filesystem/pak.c
  10. 4
      filesystem/wad.c
  11. 2
      filesystem/zip.c

6
engine/common/filesystem_engine.c

@ -1,6 +1,9 @@
/* /*
filesystem.c - game filesystem based on DP fs filesystem.c - game filesystem based on DP fs
Copyright (C) 2003-2006 Mathieu Olivier
Copyright (C) 2000-2007 DarkPlaces contributors
Copyright (C) 2007 Uncle Mike Copyright (C) 2007 Uncle Mike
Copyright (C) 2015-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -101,10 +104,7 @@ FS_Init
*/ */
void FS_Init( void ) void FS_Init( void )
{ {
qboolean hasBaseDir = false;
qboolean hasGameDir = false;
qboolean caseinsensitive = true; qboolean caseinsensitive = true;
int i;
string gamedir; string gamedir;
Cmd_AddRestrictedCommand( "fs_rescan", FS_Rescan_f, "rescan filesystem search pathes" ); Cmd_AddRestrictedCommand( "fs_rescan", FS_Rescan_f, "rescan filesystem search pathes" );

2
filesystem/VFileSystem009.cpp

@ -1,6 +1,6 @@
/* /*
VFileSystem009.h - C++ interface for filesystem_stdio VFileSystem009.h - C++ interface for filesystem_stdio
Copyright (C) 2022 Alibek Omarov Copyright (C) 2022-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

2
filesystem/VFileSystem009.h

@ -1,6 +1,6 @@
/* /*
VFileSystem009.h - C++ interface for filesystem_stdio VFileSystem009.h - C++ interface for filesystem_stdio
Copyright (C) 2022 Alibek Omarov Copyright (C) 2022-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
filesystem/dir.c

@ -1,6 +1,7 @@
/* /*
dir.c - caseinsensitive directory operations dir.c - caseinsensitive directory operations
Copyright (C) 2022 Alibek Omarov, Velaron Copyright (C) 2022 Alibek Omarov, Velaron
Copyright (C) 2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

3
filesystem/filesystem.c

@ -1,6 +1,9 @@
/* /*
filesystem.c - game filesystem based on DP fs filesystem.c - game filesystem based on DP fs
Copyright (C) 2003-2006 Mathieu Olivier
Copyright (C) 2000-2007 DarkPlaces contributors
Copyright (C) 2007 Uncle Mike Copyright (C) 2007 Uncle Mike
Copyright (C) 2015-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

3
filesystem/filesystem.h

@ -1,6 +1,9 @@
/* /*
filesystem.h - engine FS filesystem.h - engine FS
Copyright (C) 2003-2006 Mathieu Olivier
Copyright (C) 2000-2007 DarkPlaces contributors
Copyright (C) 2007 Uncle Mike Copyright (C) 2007 Uncle Mike
Copyright (C) 2015-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

3
filesystem/filesystem_internal.h

@ -1,6 +1,9 @@
/* /*
filesystem.h - engine FS filesystem.h - engine FS
Copyright (C) 2003-2006 Mathieu Olivier
Copyright (C) 2000-2007 DarkPlaces contributors
Copyright (C) 2007 Uncle Mike Copyright (C) 2007 Uncle Mike
Copyright (C) 2015-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

5
filesystem/fscallback.h

@ -1,6 +1,9 @@
/* /*
fscallback.h - common filesystem callbacks fscallback.h - common filesystem callbacks
Copyright (C) 2022 Alibek Omarov Copyright (C) 2003-2006 Mathieu Olivier
Copyright (C) 2000-2007 DarkPlaces contributors
Copyright (C) 2007 Uncle Mike
Copyright (C) 2015-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

4
filesystem/pak.c

@ -1,7 +1,9 @@
/* /*
pak.c - PAK support for filesystem pak.c - PAK support for filesystem
Copyright (C) 2003-2006 Mathieu Olivier
Copyright (C) 2000-2007 DarkPlaces contributors
Copyright (C) 2007 Uncle Mike Copyright (C) 2007 Uncle Mike
Copyright (C) 2022 Alibek Omarov Copyright (C) 2015-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

4
filesystem/wad.c

@ -1,7 +1,9 @@
/* /*
wad.c - WAD support for filesystem wad.c - WAD support for filesystem
Copyright (C) 2003-2006 Mathieu Olivier
Copyright (C) 2000-2007 DarkPlaces contributors
Copyright (C) 2007 Uncle Mike Copyright (C) 2007 Uncle Mike
Copyright (C) 2022 Alibek Omarov Copyright (C) 2015-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

2
filesystem/zip.c

@ -1,7 +1,7 @@
/* /*
zip.c - ZIP support for filesystem zip.c - ZIP support for filesystem
Copyright (C) 2019 Mr0maks Copyright (C) 2019 Mr0maks
Copyright (C) 2022 Alibek Omarov Copyright (C) 2019-2023 Xash3D FWGS contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save