Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Core/GameEngine/Include/Common/AsciiString.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#pragma once

#include <stdarg.h>
#include <string.h>
#include "Lib/BaseType.h"
#include "Common/Debug.h"
#include "Common/Errors.h"
Expand Down
1 change: 0 additions & 1 deletion Core/GameEngine/Include/Common/UnicodeString.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#pragma once

#include <stdarg.h>
#include <string.h>
#include "Lib/BaseType.h"
#include "Common/Debug.h"
#include "Common/Errors.h"
Expand Down
1 change: 0 additions & 1 deletion Core/GameEngine/Source/Common/System/File.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#include "PreRTS.h"

#include <assert.h>
#include <string.h>
#include <stdarg.h>


Expand Down
1 change: 0 additions & 1 deletion Core/GameEngine/Source/Common/System/LocalFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

#include <fcntl.h>
#include <io.h>
#include <string.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <ctype.h>
Expand Down
1 change: 0 additions & 1 deletion Core/GameEngine/Source/Common/System/RAMFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

#include <fcntl.h>
#include <io.h>
#include <string.h>
#include <sys/stat.h>

#include "Common/AsciiString.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

#include <fcntl.h>
#include <io.h>
#include <string.h>
#include <sys/stat.h>

#include "Common/AsciiString.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/agg_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "w3derr.h"
#include "Vector.H"
#include "bittype.h"
#include <string.h>

#ifdef _UNIX
#include "osdep.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
// MBL Update for CNC3 INCURSION - 10.23.2002 - Expanded param handling, Added STOP command
//

#include <string.h> // stricmp()
#include "animatedsoundmgr.h"
#include "INI.H"
#include "inisup.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/bwrender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

#include "bwrender.h"
#include "vp.h"
#include <string.h>


BWRenderClass::Buffer::Buffer(unsigned char* buffer_, int scale_)
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/composite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#include "composite.h"
#include "wwdebug.h"
#include <stdlib.h>
#include <string.h>


/***********************************************************************************************
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/hanim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "chunkio.h"
#include "w3d_file.h"
#include "wwdebug.h"
#include <string.h>
#include <nstrdup.h>


Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/hcanim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
#include "chunkio.h"
#include "w3d_file.h"
#include "wwdebug.h"
#include <string.h>
#include <nstrdup.h>


Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/hmdldef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

#include "hmdldef.H"
#include <assert.h>
#include <string.h>
#include "w3d_file.h"
#include "chunkio.h"
#include "snapPts.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/htree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
#include "htree.h"
#include "hanim.h"
#include "hcanim.h"
#include <string.h>
#include <assert.h>
#include "wwmath.h"
#include "chunkio.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WW3D2/pivot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

#include "pivot.h"
#include "wwmath.h"
#include <string.h>


/***********************************************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#include "renderobjectrecycler.h"
#include <string.h>
#include "rendobj.h"
#include "assetmgr.h"
#include "part_emt.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWDebug/wwdebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#include <stdarg.h>
#include <Utility/stdio_adapter.h>
#include <assert.h>
#include <string.h>
#include <signal.h>
#include "Except.h"

Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <WWCommon.h>
//#include "wlib/wstring.h"

#include "stringex.h"
#include "DownloadDebug.h"

// umm... what?? BGC 3/27/03
Expand Down Expand Up @@ -666,7 +665,7 @@
char ext[ 10 ];

if (m_findStart==0)
m_findStart=time(NULL);

Check warning on line 668 in Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP

View workflow job for this annotation

GitHub Actions / Build Generals / win32-debug+t+e

'=': conversion from 'time_t' to 'int', possible loss of data

Check warning on line 668 in Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP

View workflow job for this annotation

GitHub Actions / Build GeneralsMD / win32-debug+t+e

'=': conversion from 'time_t' to 'int', possible loss of data

Check warning on line 668 in Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP

View workflow job for this annotation

GitHub Actions / Build Generals / win32-profile+t+e

'=': conversion from 'time_t' to 'int', possible loss of data

Check warning on line 668 in Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP

View workflow job for this annotation

GitHub Actions / Build Generals / win32+t+e

'=': conversion from 'time_t' to 'int', possible loss of data

Check warning on line 668 in Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP

View workflow job for this annotation

GitHub Actions / Build GeneralsMD / win32+t+e

'=': conversion from 'time_t' to 'int', possible loss of data

Check warning on line 668 in Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP

View workflow job for this annotation

GitHub Actions / Build GeneralsMD / win32-profile+t+e

'=': conversion from 'time_t' to 'int', possible loss of data

if((time(NULL)-m_findStart) > 30) // try for 30 seconds
{
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/FastAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "mutex.h"
#include <malloc.h>
#include <stddef.h> //size_t & ptrdiff_t definition
#include <string.h>

///////////////////////////////////////////////////////////////////////////////
// Forward Declarations
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/TARGA.CPP
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#endif
#include <malloc.h>
#include <memory.h>
#include <string.h>
#include "stringex.h"
#ifdef TGA_USES_WWLIB_FILE_CLASSES
#include "WWFILE.H"
#include "ffactory.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/Vector.H
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
#include "always.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <new>

#ifdef _MSC_VER
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/argv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#include <assert.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include "ffactory.h"
#include "RAWFILE.H"
int ArgvClass::Argc = 0;
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/b64pipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "always.h"
#include "b64pipe.h"
#include "base64.h"
#include <string.h>


/***********************************************************************************************
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/b64straw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include "always.h"
#include "b64straw.h"
#include "base64.h"
#include <string.h>


/***********************************************************************************************
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/bufffile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "always.h"
#include "bufffile.h"
#include "wwdebug.h"
#include <string.h>

int BufferedFileClass::_DesiredBufferSize = 1024*16;

Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/chunkio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#include "chunkio.h"
#include <string.h>
#include <assert.h>


Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/cstraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

#include "always.h"
#include "cstraw.h"
#include <string.h>


/***********************************************************************************************
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/ffactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "realcrc.h"
#include <stdlib.h>
#include <assert.h>
#include <string.h>

/*
** Statics
Expand Down
2 changes: 0 additions & 2 deletions Core/Libraries/Source/WWVegas/WWLib/hash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
#include "wwdebug.h"
#include "realcrc.h"

#include <string.h>

/*
** HashTableClass
*/
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/nstrdup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@


#include "always.h"
#include "string.h"
#include "nstrdup.h"
//#include "../app/main/gnew.h"

Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/pipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#include "always.h"
#include "PIPE.H"
#include <stddef.h>
//#include <string.h>


/***********************************************************************************************
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/ramfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

#include "always.h"
#include "RAMFILE.H"
#include <string.h>


/***********************************************************************************************
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/rawfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
#include "RAWFILE.H"
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <errno.h>
#include <sys/types.h>
Expand Down
2 changes: 0 additions & 2 deletions Core/Libraries/Source/WWVegas/WWLib/readline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
#include "trim.h"
#include "WWFILE.H"
#include "XSTRAW.H"
//#include <ctype.h>
#include <string.h>


#if !defined(__BORLANDC__) && !defined(_MSC_VER)
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/simplevec.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@

#include "always.h"
#include <assert.h>
#include <string.h> // for memmove


#if (_MSC_VER >= 1200)
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/straw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "always.h"
#include "STRAW.H"
#include <stddef.h>
//#include <string.h>


/***********************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/strtok_r.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#include "strtok_r.h"
#include <string.h>
#include "stringex.h"

//
// Replacement for strtok() that doesn't use a static to
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/trim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

#include "always.h"
#include "trim.h"
#include <string.h>

#ifdef _UNIX
#include <wctype.h>
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

#include "always.h"
#include "Vector.H"
#include <string.h>

/*
** The following template function can be located here ONLY if all the instantiations are
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/widestring.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

#pragma once

#include <string.h>
#include <stdarg.h>
#include "always.h"
#include "wwdebug.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/wwstring.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "always.h"
#include "mutex.h"
#include "win.h"
#include <string.h>
#include <stdarg.h>
#include "trim.h"
#include "wwdebug.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/xpipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "always.h"
#include "XPIPE.H"
#include <stddef.h>
#include <string.h>


//---------------------------------------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/xstraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "always.h"
#include "XSTRAW.H"
#include <stddef.h>
#include <string.h>

//---------------------------------------------------------------------------------------------------------
// BufferStraw
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWMath/aabtreecull.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include "aabtreecull.h"
#include "chunkio.h"
#include "iostruct.h"
#include <string.h>
#include "sphere.h"
#include "colmath.h"
#include "colmathinlines.h"
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWMath/gridcull.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
#include "aabox.h"
#include "lineseg.h"
#include "obbox.h"
#include <string.h>

class ChunkLoadClass;
class ChunkSaveClass;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "definitionfactorymgr.h"
#include "definitionfactory.h"
#include "wwdebug.h"
#include <string.h>

#ifdef _UNIX
#include "osdep.h"
#endif
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWSaveLoad/definitionmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#include "wwdebug.h"
#include "wwmemlog.h"
#include "twiddler.h"
#include <string.h>
#include "wwprofile.h"


Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWSaveLoad/parameter.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#pragma once

#include "always.h"
#include <string.h>
#include <stdlib.h>
#include "parametertypes.h"
#include "Vector.H"
Expand Down
2 changes: 0 additions & 2 deletions Core/Libraries/Source/debug/debug_debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
// Debug class implementation
//////////////////////////////////////////////////////////////////////////////
#include "_pch.h"
#include <stringex.h>
#include <stdlib.h>
#include <string.h>
#include <WWCommon.h>
#include <new> // needed for placement new prototype

Expand Down
Loading
Loading