diff --git a/Core/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt b/Core/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt index 628746e29f..29a8f9a3ba 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt +++ b/Core/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt @@ -81,7 +81,7 @@ set(WW3D2_SRC #hlod.cpp #hlod.h hmdldef.cpp - hmdldef.H + hmdldef.h #hmorphanim.cpp #hmorphanim.h #hrawanim.cpp diff --git a/Core/Libraries/Source/WWVegas/WW3D2/agg_def.h b/Core/Libraries/Source/WWVegas/WW3D2/agg_def.h index b3e7e662e4..be2d636e0c 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/agg_def.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/agg_def.h @@ -38,7 +38,7 @@ #include "rendobj.h" #include "w3d_file.h" #include "w3derr.h" -#include "Vector.H" +#include "Vector.h" #include "bittype.h" #ifdef _UNIX diff --git a/Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.cpp b/Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.cpp index 303c140d79..8202d5ce2f 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.cpp @@ -38,10 +38,10 @@ // #include "animatedsoundmgr.h" -#include "INI.H" +#include "INI.h" #include "inisup.h" #include "ffactory.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "definition.h" #include "definitionmgr.h" #include "definitionclassids.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.h b/Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.h index 1f8a3267a3..980e259591 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.h @@ -40,7 +40,7 @@ #pragma once #include "simplevec.h" -#include "Vector.H" +#include "Vector.h" #include "hashtemplate.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/assetstatus.cpp b/Core/Libraries/Source/WWVegas/WW3D2/assetstatus.cpp index 78fa70cf9a..22d67d5c71 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/assetstatus.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/assetstatus.cpp @@ -19,7 +19,7 @@ #include "assetstatus.h" #include "hashtemplate.h" #include "wwstring.h" -#include "RAWFILE.H" +#include "RAWFILE.h" AssetStatusClass AssetStatusClass::Instance; diff --git a/Core/Libraries/Source/WWVegas/WW3D2/collect.h b/Core/Libraries/Source/WWVegas/WW3D2/collect.h index c51e245b31..7341f9cbdb 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/collect.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/collect.h @@ -38,7 +38,7 @@ #include "rendobj.h" #include "composite.h" -#include "Vector.H" +#include "Vector.h" #include "proto.h" #include "w3d_file.h" #include "wwstring.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/hanim.h b/Core/Libraries/Source/WWVegas/WW3D2/hanim.h index e243e3630e..958960a87e 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/hanim.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/hanim.h @@ -44,8 +44,8 @@ #include "hash.h" #include "mempool.h" #include -#include -#include +#include +#include struct NodeMotionStruct; class MotionChannelClass; diff --git a/Core/Libraries/Source/WWVegas/WW3D2/hcanim.h b/Core/Libraries/Source/WWVegas/WW3D2/hcanim.h index 144cdace01..0702c3cb50 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/hcanim.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/hcanim.h @@ -41,8 +41,8 @@ #include "quat.h" #include "refcount.h" #include "w3d_file.h" -#include "SLIST.H" -#include "Vector.H" +#include "SLIST.h" +#include "Vector.h" #include "hanim.h" struct NodeCompressedMotionStruct; diff --git a/Core/Libraries/Source/WWVegas/WW3D2/hmdldef.cpp b/Core/Libraries/Source/WWVegas/WW3D2/hmdldef.cpp index 988b91c493..dadf97e65b 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/hmdldef.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/hmdldef.cpp @@ -36,7 +36,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ -#include "hmdldef.H" +#include "hmdldef.h" #include #include "w3d_file.h" #include "chunkio.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/hmdldef.H b/Core/Libraries/Source/WWVegas/WW3D2/hmdldef.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WW3D2/hmdldef.H rename to Core/Libraries/Source/WWVegas/WW3D2/hmdldef.h diff --git a/Core/Libraries/Source/WWVegas/WW3D2/layer.h b/Core/Libraries/Source/WWVegas/WW3D2/layer.h index 527aca4ad2..4039719823 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/layer.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/layer.h @@ -37,7 +37,7 @@ #pragma once #include "always.h" -#include "LISTNODE.H" +#include "LISTNODE.h" #include "vector3.h" class SceneClass; diff --git a/Core/Libraries/Source/WWVegas/WW3D2/matinfo.h b/Core/Libraries/Source/WWVegas/WW3D2/matinfo.h index 11c0c145c9..2c2dca540b 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/matinfo.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/matinfo.h @@ -38,7 +38,7 @@ #include "always.h" #include "wwdebug.h" -#include "Vector.H" +#include "Vector.h" #include "vertmaterial.h" #include "texture.h" #include "shader.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/metalmap.cpp b/Core/Libraries/Source/WWVegas/WW3D2/metalmap.cpp index 2995df1d7c..ead093ca60 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/metalmap.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/metalmap.cpp @@ -51,7 +51,7 @@ #include "ww3dformat.h" #include "ww3d.h" #include -#include +#include #include #include #include diff --git a/Core/Libraries/Source/WWVegas/WW3D2/pointgr.cpp b/Core/Libraries/Source/WWVegas/WW3D2/pointgr.cpp index 04a2f1ccb9..34efa1c77d 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/pointgr.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/pointgr.cpp @@ -77,7 +77,7 @@ #include "statistics.h" #include "simplevec.h" #include "texture.h" -#include "Vector.H" +#include "Vector.h" #include "vp.h" #include "matrix4.h" #include "dx8wrapper.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/pointgr.h b/Core/Libraries/Source/WWVegas/WW3D2/pointgr.h index fafa9da723..021c56e549 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/pointgr.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/pointgr.h @@ -41,7 +41,7 @@ #include "vector4.h" #include "vector3.h" #include "vector2.h" -#include "Vector.H" +#include "Vector.h" class VertexMaterialClass; class RenderInfoClass; diff --git a/Core/Libraries/Source/WWVegas/WW3D2/predlod.h b/Core/Libraries/Source/WWVegas/WW3D2/predlod.h index f8bceca60a..55d69b1361 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/predlod.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/predlod.h @@ -45,7 +45,7 @@ #include "rendobj.h" #include "float.h" -#include "Vector.H" +#include "Vector.h" class LODHeapNode; diff --git a/Core/Libraries/Source/WWVegas/WW3D2/proto.cpp b/Core/Libraries/Source/WWVegas/WW3D2/proto.cpp index 93167d6001..c19af3b205 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/proto.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/proto.cpp @@ -42,7 +42,7 @@ #include "proto.h" #include "mesh.h" -#include "hmdldef.H" +#include "hmdldef.h" #include "hlod.h" #include "w3derr.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/rddesc.h b/Core/Libraries/Source/WWVegas/WW3D2/rddesc.h index 2c40e1f54f..06fcbd4b51 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/rddesc.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/rddesc.h @@ -36,7 +36,7 @@ #pragma once -#include "Vector.H" +#include "Vector.h" #include "wwstring.h" #include #include diff --git a/Core/Libraries/Source/WWVegas/WW3D2/render2dsentence.h b/Core/Libraries/Source/WWVegas/WW3D2/render2dsentence.h index d9f705e125..12711931f7 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/render2dsentence.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/render2dsentence.h @@ -38,7 +38,7 @@ #include "render2d.h" #include "refcount.h" -#include "Vector.H" +#include "Vector.h" #include "vector2i.h" #include "wwstring.h" #include "win.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/seglinerenderer.cpp b/Core/Libraries/Source/WWVegas/WW3D2/seglinerenderer.cpp index 3918dd716f..07245f2035 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/seglinerenderer.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/seglinerenderer.cpp @@ -44,7 +44,7 @@ #include "sortingrenderer.h" #include "vp.h" #include "Vector3i.h" -#include "RANDOM.H" +#include "RANDOM.h" #include "v3_rnd.h" #include "meshgeometry.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/snapPts.h b/Core/Libraries/Source/WWVegas/WW3D2/snapPts.h index 2cca8aba34..47fd79414c 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/snapPts.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/snapPts.h @@ -37,7 +37,7 @@ #pragma once #include "refcount.h" -#include "Vector.H" +#include "Vector.h" #include "vector3.h" #include "w3derr.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/soundrobj.cpp b/Core/Libraries/Source/WWVegas/WW3D2/soundrobj.cpp index ecbdbcfaf6..4bd67a6eda 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/soundrobj.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/soundrobj.cpp @@ -42,7 +42,7 @@ #include "Sound3D.h" #include "WWAudio.h" #include "ffactory.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "chunkio.h" #include "scene.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/streakRender.cpp b/Core/Libraries/Source/WWVegas/WW3D2/streakRender.cpp index c93a2800a0..2fe4daf94b 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/streakRender.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/streakRender.cpp @@ -32,7 +32,7 @@ #include "sortingrenderer.h" #include "vp.h" #include "Vector3i.h" -#include "RANDOM.H" +#include "RANDOM.h" #include "v3_rnd.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/w3dexclusionlist.h b/Core/Libraries/Source/WWVegas/WW3D2/w3dexclusionlist.h index 762ca32879..de01b0a939 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/w3dexclusionlist.h +++ b/Core/Libraries/Source/WWVegas/WW3D2/w3dexclusionlist.h @@ -38,7 +38,7 @@ #pragma once #include "always.h" -#include "Vector.H" +#include "Vector.h" #include "wwstring.h" #include "hashtemplate.h" diff --git a/Core/Libraries/Source/WWVegas/WW3D2/ww3dformat.cpp b/Core/Libraries/Source/WWVegas/WW3D2/ww3dformat.cpp index 3e718ba0b5..b5d6de1a73 100644 --- a/Core/Libraries/Source/WWVegas/WW3D2/ww3dformat.cpp +++ b/Core/Libraries/Source/WWVegas/WW3D2/ww3dformat.cpp @@ -40,7 +40,7 @@ #include "ww3dformat.h" #include "vector4.h" #include "wwdebug.h" -#include "TARGA.H" +#include "TARGA.h" #include "dx8wrapper.h" #include "dx8caps.h" #include diff --git a/Core/Libraries/Source/WWVegas/WWAudio/AudibleSound.h b/Core/Libraries/Source/WWVegas/WWAudio/AudibleSound.h index d65dd7f432..706e8a3135 100644 --- a/Core/Libraries/Source/WWVegas/WWAudio/AudibleSound.h +++ b/Core/Libraries/Source/WWVegas/WWAudio/AudibleSound.h @@ -44,9 +44,9 @@ #include "vector3.h" #include "matrix3d.h" #include "refcount.h" -#include "RAWFILE.H" +#include "RAWFILE.h" #include "SoundSceneObj.h" -#include "Vector.H" +#include "Vector.h" #include "wwstring.h" #include "definition.h" diff --git a/Core/Libraries/Source/WWVegas/WWAudio/AudioSaveLoad.h b/Core/Libraries/Source/WWVegas/WWAudio/AudioSaveLoad.h index 780db12a58..bccf64bc29 100644 --- a/Core/Libraries/Source/WWVegas/WWAudio/AudioSaveLoad.h +++ b/Core/Libraries/Source/WWVegas/WWAudio/AudioSaveLoad.h @@ -37,7 +37,7 @@ #pragma once #include "saveloadsubsystem.h" -#include "Vector.H" +#include "Vector.h" #include "bittype.h" diff --git a/Core/Libraries/Source/WWVegas/WWAudio/PriorityVector.h b/Core/Libraries/Source/WWVegas/WWAudio/PriorityVector.h index af30e19fc0..a7e4fa54e3 100644 --- a/Core/Libraries/Source/WWVegas/WWAudio/PriorityVector.h +++ b/Core/Libraries/Source/WWVegas/WWAudio/PriorityVector.h @@ -32,7 +32,7 @@ #pragma once -#include "Vector.H" +#include "Vector.h" //////////////////////////////////////////////////////////////////// // diff --git a/Core/Libraries/Source/WWVegas/WWAudio/SoundBuffer.cpp b/Core/Libraries/Source/WWVegas/WWAudio/SoundBuffer.cpp index c368f6dc93..3896d68c5a 100644 --- a/Core/Libraries/Source/WWVegas/WWAudio/SoundBuffer.cpp +++ b/Core/Libraries/Source/WWVegas/WWAudio/SoundBuffer.cpp @@ -36,7 +36,7 @@ #include "SoundBuffer.h" -#include "RAWFILE.H" +#include "RAWFILE.h" #include "wwdebug.h" #include "Utils.h" #include "ffactory.h" diff --git a/Core/Libraries/Source/WWVegas/WWAudio/SoundScene.h b/Core/Libraries/Source/WWVegas/WWAudio/SoundScene.h index a5f525aaa6..ef2620e4da 100644 --- a/Core/Libraries/Source/WWVegas/WWAudio/SoundScene.h +++ b/Core/Libraries/Source/WWVegas/WWAudio/SoundScene.h @@ -39,7 +39,7 @@ #include "aabtreecull.h" #include "gridcull.h" #include "Listener.h" -#include "Vector.H" +#include "Vector.h" #include "PriorityVector.h" #include "SoundCullObj.h" #include "LogicalListener.h" diff --git a/Core/Libraries/Source/WWVegas/WWAudio/Threads.h b/Core/Libraries/Source/WWVegas/WWAudio/Threads.h index 8070525135..17af4841b5 100644 --- a/Core/Libraries/Source/WWVegas/WWAudio/Threads.h +++ b/Core/Libraries/Source/WWVegas/WWAudio/Threads.h @@ -33,7 +33,7 @@ #pragma once #include "windows.h" -#include "Vector.H" +#include "Vector.h" #include "mutex.h" // Forward declarations diff --git a/Core/Libraries/Source/WWVegas/WWAudio/WWAudio.cpp b/Core/Libraries/Source/WWVegas/WWAudio/WWAudio.cpp index b82bff1281..6590cbe88c 100644 --- a/Core/Libraries/Source/WWVegas/WWAudio/WWAudio.cpp +++ b/Core/Libraries/Source/WWVegas/WWAudio/WWAudio.cpp @@ -44,7 +44,7 @@ #include "SoundBuffer.h" #include "AudibleSound.h" #include "Sound3D.h" -#include "RAWFILE.H" +#include "RAWFILE.h" #include "SoundScene.h" #include "SoundPseudo3D.h" #include "ffactory.h" diff --git a/Core/Libraries/Source/WWVegas/WWAudio/WWAudio.h b/Core/Libraries/Source/WWVegas/WWAudio/WWAudio.h index 1ee408d6df..cc2f6a0c9e 100644 --- a/Core/Libraries/Source/WWVegas/WWAudio/WWAudio.h +++ b/Core/Libraries/Source/WWVegas/WWAudio/WWAudio.h @@ -41,7 +41,7 @@ #include "mss.h" #pragma warning (pop) -#include "Vector.H" +#include "Vector.h" #include "SoundBuffer.h" #include "AudioEvents.h" #include "wwstring.h" @@ -253,7 +253,7 @@ class WWAudioClass // float Get_Effects_Level (void) { return m_EffectsLevel; } - // See ENVIRONMENT_ defines in MSS.H for a list of possible values. + // See ENVIRONMENT_ defines in MSS.h for a list of possible values. int Get_Reverb_Room_Type (void) { return m_ReverbRoomType; } void Set_Reverb_Room_Type (int type); diff --git a/Core/Libraries/Source/WWVegas/WWDebug/wwmemlog.cpp b/Core/Libraries/Source/WWVegas/WWDebug/wwmemlog.cpp index 40be136f77..31bd9b3cf5 100644 --- a/Core/Libraries/Source/WWVegas/WWDebug/wwmemlog.cpp +++ b/Core/Libraries/Source/WWVegas/WWDebug/wwmemlog.cpp @@ -41,7 +41,7 @@ #include "always.h" #include "wwmemlog.h" #include "wwdebug.h" -#include "Vector.H" +#include "Vector.h" #include "FastAllocator.h" #define USE_FAST_ALLOCATOR diff --git a/Core/Libraries/Source/WWVegas/WWDebug/wwprofile.cpp b/Core/Libraries/Source/WWVegas/WWDebug/wwprofile.cpp index 9d25511a0e..c02c4e5dd5 100644 --- a/Core/Libraries/Source/WWVegas/WWDebug/wwprofile.cpp +++ b/Core/Libraries/Source/WWVegas/WWDebug/wwprofile.cpp @@ -55,7 +55,7 @@ #include "wwdebug.h" //#include "systimer.h" #include "systimer.h" -#include "RAWFILE.H" +#include "RAWFILE.h" #include "ffactory.h" #include "simplevec.h" #include "cpudetect.h" diff --git a/Core/Libraries/Source/WWVegas/WWDownload/CMakeLists.txt b/Core/Libraries/Source/WWVegas/WWDownload/CMakeLists.txt index 467d1febf5..ee2966bc91 100644 --- a/Core/Libraries/Source/WWVegas/WWDownload/CMakeLists.txt +++ b/Core/Libraries/Source/WWVegas/WWDownload/CMakeLists.txt @@ -3,7 +3,7 @@ set(WWDOWNLOAD_SRC Download.h DownloadDebug.h downloaddefs.h - FTP.CPP + FTP.cpp ftp.h ftpdefs.h registry.cpp diff --git a/Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP b/Core/Libraries/Source/WWVegas/WWDownload/FTP.cpp similarity index 100% rename from Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP rename to Core/Libraries/Source/WWVegas/WWDownload/FTP.cpp diff --git a/Core/Libraries/Source/WWVegas/WWLib/BSEARCH.H b/Core/Libraries/Source/WWVegas/WWLib/BSEARCH.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/BSEARCH.H rename to Core/Libraries/Source/WWVegas/WWLib/BSEARCH.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/BUFF.H b/Core/Libraries/Source/WWVegas/WWLib/BUFF.h similarity index 98% rename from Core/Libraries/Source/WWVegas/WWLib/BUFF.H rename to Core/Libraries/Source/WWVegas/WWLib/BUFF.h index 164b927e7b..ad8bb6c5ec 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/BUFF.H +++ b/Core/Libraries/Source/WWVegas/WWLib/BUFF.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/BUFF.H $* + * $Archive:: /G/wwlib/BUFF.h $* * * * $Author:: Eric_c $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/CMakeLists.txt b/Core/Libraries/Source/WWVegas/WWLib/CMakeLists.txt index 23acf4b10d..e539a2dfea 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/CMakeLists.txt +++ b/Core/Libraries/Source/WWVegas/WWLib/CMakeLists.txt @@ -13,9 +13,9 @@ set(WWLIB_SRC binheap.h bittype.h bound.h - BSEARCH.H + BSEARCH.h buff.cpp - BUFF.H + BUFF.h bufffile.cpp bufffile.h CallbackHook.h @@ -25,7 +25,7 @@ set(WWLIB_SRC cpudetect.h #crandom.h crc.cpp - CRC.H + CRC.h #crcpipe.cpp #crcpipe.h #crcstraw.cpp @@ -44,17 +44,17 @@ set(WWLIB_SRC hash.cpp hash.h hashcalc.h - HASHLIST.H + HASHLIST.h #hashtab.h hashtemplate.h #incdec.h - INDEX.H + INDEX.h ini.cpp - INI.H + INI.h inisup.h iostruct.h jshell.cpp - LISTNODE.H + LISTNODE.h #lzo.cpp #lzo.h #lzo1x.h @@ -80,14 +80,14 @@ set(WWLIB_SRC nstrdup.h ntree.h pipe.cpp - PIPE.H + PIPE.h Point.h ramfile.cpp - RAMFILE.H + RAMFILE.h random.cpp - RANDOM.H + RANDOM.h rawfile.cpp - RAWFILE.H + RAWFILE.h readline.cpp readline.h realcrc.cpp @@ -101,22 +101,22 @@ set(WWLIB_SRC sharebuf.h Signaler.h simplevec.h - SLIST.H + SLIST.h slnode.cpp - SLNODE.H + SLNODE.h stimer.cpp stimer.h STLUtils.h straw.cpp - STRAW.H + STRAW.h stringex.h strtok_r.cpp strtok_r.h #swap.h systimer.cpp systimer.h - TARGA.CPP - TARGA.H + TARGA.cpp + TARGA.h textfile.cpp textfile.h tgatodxt.cpp @@ -128,7 +128,7 @@ set(WWLIB_SRC trim.h uarray.h vector.cpp - Vector.H + Vector.h visualc.h widestring.cpp widestring.h @@ -136,19 +136,19 @@ set(WWLIB_SRC WWCommon.h WWDefines.h wwfile.cpp - WWFILE.H + WWFILE.h wwstring.cpp wwstring.h xpipe.cpp - XPIPE.H + XPIPE.h xstraw.cpp - XSTRAW.H + XSTRAW.h ) if(WIN32) list(APPEND WWLIB_SRC mpu.cpp - MPU.H + MPU.h rcfile.cpp rcfile.h registry.cpp diff --git a/Core/Libraries/Source/WWVegas/WWLib/CRC.H b/Core/Libraries/Source/WWVegas/WWLib/CRC.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/CRC.H rename to Core/Libraries/Source/WWVegas/WWLib/CRC.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/Except.cpp b/Core/Libraries/Source/WWVegas/WWLib/Except.cpp index dc732ad877..fe9e303638 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/Except.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/Except.cpp @@ -55,7 +55,7 @@ #include "cpudetect.h" #include "Except.h" //#include "debug.h" -#include "MPU.H" +#include "MPU.h" //#include "commando\nat.h" #include "thread.h" #include "wwdebug.h" diff --git a/Core/Libraries/Source/WWVegas/WWLib/HASHLIST.H b/Core/Libraries/Source/WWVegas/WWLib/HASHLIST.h similarity index 99% rename from Core/Libraries/Source/WWVegas/WWLib/HASHLIST.H rename to Core/Libraries/Source/WWVegas/WWLib/HASHLIST.h index 1911b838f5..f0758d7227 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/HASHLIST.H +++ b/Core/Libraries/Source/WWVegas/WWLib/HASHLIST.h @@ -47,7 +47,7 @@ #pragma warning (push) #pragma warning (disable: 4786) -#include "LISTNODE.H" +#include "LISTNODE.h" #include #ifndef NULL diff --git a/Core/Libraries/Source/WWVegas/WWLib/INDEX.H b/Core/Libraries/Source/WWVegas/WWLib/INDEX.h similarity index 99% rename from Core/Libraries/Source/WWVegas/WWLib/INDEX.H rename to Core/Libraries/Source/WWVegas/WWLib/INDEX.h index c38f4d81fc..8356c1762b 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/INDEX.H +++ b/Core/Libraries/Source/WWVegas/WWLib/INDEX.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/INDEX.H $* + * $Archive:: /G/wwlib/INDEX.h $* * * * $Author:: Eric_c $* * * @@ -51,7 +51,7 @@ #pragma once -#include "BSEARCH.H" +#include "BSEARCH.h" #if !defined(__BORLANDC__) || !defined(_USERENTRY) #define _USERENTRY diff --git a/Core/Libraries/Source/WWVegas/WWLib/INI.H b/Core/Libraries/Source/WWVegas/WWLib/INI.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/INI.H rename to Core/Libraries/Source/WWVegas/WWLib/INI.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/LISTNODE.H b/Core/Libraries/Source/WWVegas/WWLib/LISTNODE.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/LISTNODE.H rename to Core/Libraries/Source/WWVegas/WWLib/LISTNODE.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/MPU.H b/Core/Libraries/Source/WWVegas/WWLib/MPU.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/MPU.H rename to Core/Libraries/Source/WWVegas/WWLib/MPU.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/PIPE.H b/Core/Libraries/Source/WWVegas/WWLib/PIPE.h similarity index 98% rename from Core/Libraries/Source/WWVegas/WWLib/PIPE.H rename to Core/Libraries/Source/WWVegas/WWLib/PIPE.h index 2c88d93a14..afa979b48a 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/PIPE.H +++ b/Core/Libraries/Source/WWVegas/WWLib/PIPE.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/PIPE.H $* + * $Archive:: /G/wwlib/PIPE.h $* * * * $Author:: Eric_c $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/RAMFILE.H b/Core/Libraries/Source/WWVegas/WWLib/RAMFILE.h similarity index 99% rename from Core/Libraries/Source/WWVegas/WWLib/RAMFILE.H rename to Core/Libraries/Source/WWVegas/WWLib/RAMFILE.h index 583fa3716e..969c5c7bfe 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/RAMFILE.H +++ b/Core/Libraries/Source/WWVegas/WWLib/RAMFILE.h @@ -36,7 +36,7 @@ #pragma once -#include "WWFILE.H" +#include "WWFILE.h" class RAMFileClass : public FileClass diff --git a/Core/Libraries/Source/WWVegas/WWLib/RANDOM.H b/Core/Libraries/Source/WWVegas/WWLib/RANDOM.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/RANDOM.H rename to Core/Libraries/Source/WWVegas/WWLib/RANDOM.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/RAWFILE.H b/Core/Libraries/Source/WWVegas/WWLib/RAWFILE.h similarity index 99% rename from Core/Libraries/Source/WWVegas/WWLib/RAWFILE.H rename to Core/Libraries/Source/WWVegas/WWLib/RAWFILE.h index 99f186088e..a770ca7cee 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/RAWFILE.H +++ b/Core/Libraries/Source/WWVegas/WWLib/RAWFILE.h @@ -46,7 +46,7 @@ #define NULL_HANDLE NULL #define HANDLE_TYPE FILE* -#include "WWFILE.H" +#include "WWFILE.h" #include "wwstring.h" diff --git a/Core/Libraries/Source/WWVegas/WWLib/SLIST.H b/Core/Libraries/Source/WWVegas/WWLib/SLIST.h similarity index 99% rename from Core/Libraries/Source/WWVegas/WWLib/SLIST.H rename to Core/Libraries/Source/WWVegas/WWLib/SLIST.h index 343d7105e7..f93695811a 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/SLIST.H +++ b/Core/Libraries/Source/WWVegas/WWLib/SLIST.h @@ -20,7 +20,7 @@ * * * Project Name : G * * * - * File Name : SLIST.H * + * File Name : SLIST.h * * * * Programmer : Philip W. Gorrow * * * @@ -53,7 +53,7 @@ #pragma once -#include "SLNODE.H" +#include "SLNODE.h" #ifndef NULL #define NULL 0L diff --git a/Core/Libraries/Source/WWVegas/WWLib/SLNODE.H b/Core/Libraries/Source/WWVegas/WWLib/SLNODE.h similarity index 98% rename from Core/Libraries/Source/WWVegas/WWLib/SLNODE.H rename to Core/Libraries/Source/WWVegas/WWLib/SLNODE.h index 56b7cf4ded..c49ce72101 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/SLNODE.H +++ b/Core/Libraries/Source/WWVegas/WWLib/SLNODE.h @@ -20,7 +20,7 @@ * * * Project Name : G * * * - * File Name : SLNODE.H * + * File Name : SLNODE.h * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/STRAW.H b/Core/Libraries/Source/WWVegas/WWLib/STRAW.h similarity index 98% rename from Core/Libraries/Source/WWVegas/WWLib/STRAW.H rename to Core/Libraries/Source/WWVegas/WWLib/STRAW.h index f8c78699df..c099486577 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/STRAW.H +++ b/Core/Libraries/Source/WWVegas/WWLib/STRAW.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/STRAW.H $* + * $Archive:: /G/wwlib/STRAW.h $* * * * $Author:: Eric_c $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/TARGA.CPP b/Core/Libraries/Source/WWVegas/WWLib/TARGA.cpp similarity index 99% rename from Core/Libraries/Source/WWVegas/WWLib/TARGA.CPP rename to Core/Libraries/Source/WWVegas/WWLib/TARGA.cpp index a335b8da55..18fbd16680 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/TARGA.CPP +++ b/Core/Libraries/Source/WWVegas/WWLib/TARGA.cpp @@ -60,7 +60,7 @@ * ****************************************************************************/ -#include "TARGA.H" +#include "TARGA.h" #ifndef TGA_USES_WWLIB_FILE_CLASSES #include "WWDebug/wwdebug.h" #endif @@ -68,7 +68,7 @@ #include #include "stringex.h" #ifdef TGA_USES_WWLIB_FILE_CLASSES -#include "WWFILE.H" +#include "WWFILE.h" #include "ffactory.h" #else #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/TARGA.H b/Core/Libraries/Source/WWVegas/WWLib/TARGA.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/TARGA.H rename to Core/Libraries/Source/WWVegas/WWLib/TARGA.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/Vector.H b/Core/Libraries/Source/WWVegas/WWLib/Vector.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/Vector.H rename to Core/Libraries/Source/WWVegas/WWLib/Vector.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/WWFILE.H b/Core/Libraries/Source/WWVegas/WWLib/WWFILE.h similarity index 100% rename from Core/Libraries/Source/WWVegas/WWLib/WWFILE.H rename to Core/Libraries/Source/WWVegas/WWLib/WWFILE.h diff --git a/Core/Libraries/Source/WWVegas/WWLib/XPIPE.H b/Core/Libraries/Source/WWVegas/WWLib/XPIPE.h similarity index 96% rename from Core/Libraries/Source/WWVegas/WWLib/XPIPE.H rename to Core/Libraries/Source/WWVegas/WWLib/XPIPE.h index 4de1947bbc..2e68e3c044 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/XPIPE.H +++ b/Core/Libraries/Source/WWVegas/WWLib/XPIPE.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/XPIPE.H $* + * $Archive:: /G/wwlib/XPIPE.h $* * * * $Author:: Eric_c $* * * @@ -36,9 +36,9 @@ #pragma once -#include "BUFF.H" -#include "PIPE.H" -#include "WWFILE.H" +#include "BUFF.h" +#include "PIPE.h" +#include "WWFILE.h" /* ** This is a simple store-into-buffer pipe terminator. Use it as the final link in a pipe process diff --git a/Core/Libraries/Source/WWVegas/WWLib/XSTRAW.H b/Core/Libraries/Source/WWVegas/WWLib/XSTRAW.h similarity index 96% rename from Core/Libraries/Source/WWVegas/WWLib/XSTRAW.H rename to Core/Libraries/Source/WWVegas/WWLib/XSTRAW.h index c5e64cfbb9..f21e78f275 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/XSTRAW.H +++ b/Core/Libraries/Source/WWVegas/WWLib/XSTRAW.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/XSTRAW.H $* + * $Archive:: /G/wwlib/XSTRAW.h $* * * * $Author:: Eric_c $* * * @@ -36,9 +36,9 @@ #pragma once -#include "BUFF.H" -#include "STRAW.H" -#include "WWFILE.H" +#include "BUFF.h" +#include "STRAW.h" +#include "WWFILE.h" #include /* diff --git a/Core/Libraries/Source/WWVegas/WWLib/always.h b/Core/Libraries/Source/WWVegas/WWLib/always.h index 2f0382f0b6..f70557e60f 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/always.h +++ b/Core/Libraries/Source/WWVegas/WWLib/always.h @@ -241,7 +241,7 @@ template T max(T a,T b) #endif #if defined(__WATCOMC__) -#include "WATCOM.H" +#include "watcom.h" #endif diff --git a/Core/Libraries/Source/WWVegas/WWLib/argv.cpp b/Core/Libraries/Source/WWVegas/WWLib/argv.cpp index 7e1a0ac661..db7829e5d5 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/argv.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/argv.cpp @@ -45,7 +45,7 @@ #include #include #include "ffactory.h" -#include "RAWFILE.H" +#include "RAWFILE.h" int ArgvClass::Argc = 0; char *ArgvClass::Argv[MAX_ARGC]; diff --git a/Core/Libraries/Source/WWVegas/WWLib/b64pipe.cpp b/Core/Libraries/Source/WWVegas/WWLib/b64pipe.cpp index c0f7c9019e..fe6c313ec5 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/b64pipe.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/b64pipe.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/B64PIPE.CPP $* + * $Archive:: /Commando/Library/B64PIPE.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/b64pipe.h b/Core/Libraries/Source/WWVegas/WWLib/b64pipe.h index 7bec6900cc..19a1995136 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/b64pipe.h +++ b/Core/Libraries/Source/WWVegas/WWLib/b64pipe.h @@ -36,7 +36,7 @@ #pragma once -#include "PIPE.H" +#include "PIPE.h" /* ** This class performs Base64 encoding/decoding to the data that is piped through. Note that diff --git a/Core/Libraries/Source/WWVegas/WWLib/b64straw.cpp b/Core/Libraries/Source/WWVegas/WWLib/b64straw.cpp index 6097917021..fde1aaadff 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/b64straw.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/b64straw.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/B64STRAW.CPP $* + * $Archive:: /Commando/Library/B64STRAW.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/b64straw.h b/Core/Libraries/Source/WWVegas/WWLib/b64straw.h index 8ec279e430..fe24b32323 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/b64straw.h +++ b/Core/Libraries/Source/WWVegas/WWLib/b64straw.h @@ -36,7 +36,7 @@ #pragma once -#include "STRAW.H" +#include "STRAW.h" /* ** Performs Base 64 encoding/decoding on the data that is drawn through the straw. Note that diff --git a/Core/Libraries/Source/WWVegas/WWLib/bfiofile.cpp b/Core/Libraries/Source/WWVegas/WWLib/bfiofile.cpp index 123434d3ca..b6fef3951d 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/bfiofile.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/bfiofile.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/BFIOFILE.CPP $* + * $Archive:: /Commando/Library/BFIOFILE.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/bfiofile.h b/Core/Libraries/Source/WWVegas/WWLib/bfiofile.h index be591c8b47..8b144568ea 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/bfiofile.h +++ b/Core/Libraries/Source/WWVegas/WWLib/bfiofile.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/BFIOFILE.H $* + * $Archive:: /Commando/Library/BFIOFILE.h $* * * * $Author:: Greg_h $* * * @@ -36,7 +36,7 @@ #pragma once -#include "RAWFILE.H" +#include "RAWFILE.h" /* ** This derivation of the raw file class handles buffering the input/output in order to diff --git a/Core/Libraries/Source/WWVegas/WWLib/bittype.h b/Core/Libraries/Source/WWVegas/WWLib/bittype.h index fb16c80172..7b40a59c2e 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/bittype.h +++ b/Core/Libraries/Source/WWVegas/WWLib/bittype.h @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : BITTYPE.H * + * File Name : BITTYPE.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/buff.cpp b/Core/Libraries/Source/WWVegas/WWLib/buff.cpp index f460495452..ae14b73bc0 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/buff.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/buff.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/BUFF.CPP $* + * $Archive:: /G/wwlib/BUFF.cpp $* * * * $Author:: Eric_c $* * * @@ -41,7 +41,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "always.h" -#include "BUFF.H" +#include "BUFF.h" //#include diff --git a/Core/Libraries/Source/WWVegas/WWLib/bufffile.h b/Core/Libraries/Source/WWVegas/WWLib/bufffile.h index ddb6561278..8153794c76 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/bufffile.h +++ b/Core/Libraries/Source/WWVegas/WWLib/bufffile.h @@ -40,7 +40,7 @@ #pragma once -#include "RAWFILE.H" +#include "RAWFILE.h" /* diff --git a/Core/Libraries/Source/WWVegas/WWLib/chunkio.h b/Core/Libraries/Source/WWVegas/WWLib/chunkio.h index 8d8f0c1ef3..59b0d4c10e 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/chunkio.h +++ b/Core/Libraries/Source/WWVegas/WWLib/chunkio.h @@ -39,7 +39,7 @@ #include "always.h" #include "bittype.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "iostruct.h" /************************************************************************************ diff --git a/Core/Libraries/Source/WWVegas/WWLib/crandom.h b/Core/Libraries/Source/WWVegas/WWLib/crandom.h index a383ae725a..29a8616a06 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/crandom.h +++ b/Core/Libraries/Source/WWVegas/WWLib/crandom.h @@ -41,7 +41,7 @@ #endif #ifndef RANDOM_H - #include "RANDOM.H" + #include "RANDOM.h" #endif #ifndef WWDEBUG_H diff --git a/Core/Libraries/Source/WWVegas/WWLib/crc.cpp b/Core/Libraries/Source/WWVegas/WWLib/crc.cpp index 0faf61b858..455af0d083 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/crc.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/crc.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Code/wwlib/CRC.CPP $* + * $Archive:: /Commando/Code/wwlib/CRC.cpp $* * * * $Author:: Eric_c $* * * @@ -37,7 +37,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "always.h" -#include "CRC.H" +#include "CRC.h" /*********************************************************************************************** diff --git a/Core/Libraries/Source/WWVegas/WWLib/crcpipe.cpp b/Core/Libraries/Source/WWVegas/WWLib/crcpipe.cpp index 37086c01a7..c7397dd04f 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/crcpipe.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/crcpipe.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/CRCPIPE.CPP $* + * $Archive:: /Commando/Library/CRCPIPE.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/crcpipe.h b/Core/Libraries/Source/WWVegas/WWLib/crcpipe.h index b281ef33d2..5a6f3af7c0 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/crcpipe.h +++ b/Core/Libraries/Source/WWVegas/WWLib/crcpipe.h @@ -36,8 +36,8 @@ #pragma once -#include "CRC.H" -#include "PIPE.H" +#include "CRC.h" +#include "PIPE.h" /* ** This class doesn't modify the data being piped through, but it does examine it and build diff --git a/Core/Libraries/Source/WWVegas/WWLib/crcstraw.cpp b/Core/Libraries/Source/WWVegas/WWLib/crcstraw.cpp index cb6898624d..ba173de5f5 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/crcstraw.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/crcstraw.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/CRCSTRAW.CPP $* + * $Archive:: /Commando/Library/CRCSTRAW.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/crcstraw.h b/Core/Libraries/Source/WWVegas/WWLib/crcstraw.h index 9fac57cd0a..3d72841bbc 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/crcstraw.h +++ b/Core/Libraries/Source/WWVegas/WWLib/crcstraw.h @@ -36,8 +36,8 @@ #pragma once -#include "CRC.H" -#include "STRAW.H" +#include "CRC.h" +#include "STRAW.h" /* ** This class will build a CRC value from the data stream that is drawn through this class. diff --git a/Core/Libraries/Source/WWVegas/WWLib/cstraw.cpp b/Core/Libraries/Source/WWVegas/WWLib/cstraw.cpp index 407e4ba9da..c65cd46c26 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/cstraw.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/cstraw.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/CSTRAW.CPP $* + * $Archive:: /Commando/Library/CSTRAW.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/cstraw.h b/Core/Libraries/Source/WWVegas/WWLib/cstraw.h index 1b775f38e6..ffdfab40df 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/cstraw.h +++ b/Core/Libraries/Source/WWVegas/WWLib/cstraw.h @@ -36,8 +36,8 @@ #pragma once -#include "BUFF.H" -#include "STRAW.H" +#include "BUFF.h" +#include "STRAW.h" /* ** This class handles transfer of data by perform regulated requests for data from the next diff --git a/Core/Libraries/Source/WWVegas/WWLib/ffactory.cpp b/Core/Libraries/Source/WWVegas/WWLib/ffactory.cpp index d4204c3619..308d5e5e6a 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/ffactory.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/ffactory.cpp @@ -34,7 +34,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "ffactory.h" -#include "RAWFILE.H" +#include "RAWFILE.h" #include "bufffile.h" #include "realcrc.h" #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/ffactory.h b/Core/Libraries/Source/WWVegas/WWLib/ffactory.h index ed29605ec1..cb7acc11c1 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/ffactory.h +++ b/Core/Libraries/Source/WWVegas/WWLib/ffactory.h @@ -38,13 +38,13 @@ #include "always.h" #include "mutex.h" -#include "Vector.H" +#include "Vector.h" #include "wwstring.h" /* ** */ -#include "RAWFILE.H" +#include "RAWFILE.h" class FileClass; /* diff --git a/Core/Libraries/Source/WWVegas/WWLib/global.h b/Core/Libraries/Source/WWVegas/WWLib/global.h index 81f9c1b3e2..47109607d8 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/global.h +++ b/Core/Libraries/Source/WWVegas/WWLib/global.h @@ -16,7 +16,7 @@ ** along with this program. If not, see . */ -/* GLOBAL.H - RSAREF types and constants +/* GLOBAL.h - RSAREF types and constants */ /* PROTOTYPES should be set to one if and only if the compiler supports diff --git a/Core/Libraries/Source/WWVegas/WWLib/ini.cpp b/Core/Libraries/Source/WWVegas/WWLib/ini.cpp index 98f35f74d0..62ad143e0c 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/ini.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/ini.cpp @@ -88,24 +88,24 @@ #include "b64pipe.h" #include "b64straw.h" #include "cstraw.h" -#include "INI.H" +#include "INI.h" #include "readline.h" #include "trim.h" #include "win.h" -#include "XPIPE.H" -#include "XSTRAW.H" +#include "XPIPE.h" +#include "XSTRAW.h" #include #ifdef _UNIX #include #endif -#include "RAWFILE.H" +#include "RAWFILE.h" #include "ffactory.h" // recently transferred from ini.h #include "inisup.h" #include "trect.h" -#include "WWFILE.H" -#include "PIPE.H" +#include "WWFILE.h" +#include "PIPE.h" #include "wwstring.h" #include "widestring.h" #include "nstrdup.h" diff --git a/Core/Libraries/Source/WWVegas/WWLib/inisup.h b/Core/Libraries/Source/WWVegas/WWLib/inisup.h index a93725e2a8..1ed5b8477d 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/inisup.h +++ b/Core/Libraries/Source/WWVegas/WWLib/inisup.h @@ -42,9 +42,9 @@ ** to help reduce header dependancies. -ehc */ -#include "LISTNODE.H" -#include "INDEX.H" -#include "CRC.H" +#include "LISTNODE.h" +#include "INDEX.h" +#include "CRC.h" /* diff --git a/Core/Libraries/Source/WWVegas/WWLib/lzo1x_d.cpp b/Core/Libraries/Source/WWVegas/WWLib/lzo1x_d.cpp index 4e02b39b33..40a3d374a9 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/lzo1x_d.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/lzo1x_d.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/LZO1X_D.CPP $* + * $Archive:: /Commando/Library/LZO1X_D.cpp $* * * * $Author:: Greg_h $* * * @@ -34,7 +34,7 @@ * Functions: * * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ -/* $Header: /Commando/Library/LZO1X_D.CPP 1 7/22/97 12:00p Greg_h $ */ +/* $Header: /Commando/Library/LZO1X_D.cpp 1 7/22/97 12:00p Greg_h $ */ /* lzo1x_d.c -- standalone LZO1X decompressor This file is part of the LZO real-time data compression library. diff --git a/Core/Libraries/Source/WWVegas/WWLib/lzopipe.cpp b/Core/Libraries/Source/WWVegas/WWLib/lzopipe.cpp index 73595f8f62..543aa56e25 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/lzopipe.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/lzopipe.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/LZOPIPE.CPP $* + * $Archive:: /Commando/Library/LZOPIPE.cpp $* * * * $Author:: Greg_h $* * * @@ -40,7 +40,7 @@ #include "always.h" -#include "BUFF.H" +#include "BUFF.h" #include "lzo.h" #include "lzopipe.h" #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/lzopipe.h b/Core/Libraries/Source/WWVegas/WWLib/lzopipe.h index 5ec7ce525f..6faabfe1a9 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/lzopipe.h +++ b/Core/Libraries/Source/WWVegas/WWLib/lzopipe.h @@ -36,7 +36,7 @@ #pragma once -#include "PIPE.H" +#include "PIPE.h" /* diff --git a/Core/Libraries/Source/WWVegas/WWLib/lzostraw.cpp b/Core/Libraries/Source/WWVegas/WWLib/lzostraw.cpp index bfeca0a533..f618454749 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/lzostraw.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/lzostraw.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/LZOSTRAW.CPP $* + * $Archive:: /Commando/Library/LZOSTRAW.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/lzostraw.h b/Core/Libraries/Source/WWVegas/WWLib/lzostraw.h index aa44453786..862cf4d73e 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/lzostraw.h +++ b/Core/Libraries/Source/WWVegas/WWLib/lzostraw.h @@ -36,7 +36,7 @@ #pragma once -#include "STRAW.H" +#include "STRAW.h" /* ** This class handles LZO compression/decompression to the data stream that is drawn through diff --git a/Core/Libraries/Source/WWVegas/WWLib/md5.h b/Core/Libraries/Source/WWVegas/WWLib/md5.h index 2174d60661..7f41840f42 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/md5.h +++ b/Core/Libraries/Source/WWVegas/WWLib/md5.h @@ -16,7 +16,7 @@ ** along with this program. If not, see . */ -/* MD5.H - header file for MD5C.C +/* MD5.h - header file for MD5C.C */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All diff --git a/Core/Libraries/Source/WWVegas/WWLib/mpu.cpp b/Core/Libraries/Source/WWVegas/WWLib/mpu.cpp index 5bbc1ac50d..f6da2de667 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/mpu.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/mpu.cpp @@ -37,7 +37,7 @@ #include "always.h" #include "win.h" -#include "MPU.H" +#include "MPU.h" #include "math.h" #include #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/pipe.cpp b/Core/Libraries/Source/WWVegas/WWLib/pipe.cpp index 66fffc2019..cbd752ee09 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/pipe.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/pipe.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/PIPE.CPP $* + * $Archive:: /G/wwlib/PIPE.cpp $* * * * $Author:: Eric_c $* * * @@ -40,7 +40,7 @@ #include "always.h" -#include "PIPE.H" +#include "PIPE.h" #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/ramfile.cpp b/Core/Libraries/Source/WWVegas/WWLib/ramfile.cpp index 26ef93ecc2..98de513cf4 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/ramfile.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/ramfile.cpp @@ -48,7 +48,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "always.h" -#include "RAMFILE.H" +#include "RAMFILE.h" /*********************************************************************************************** diff --git a/Core/Libraries/Source/WWVegas/WWLib/random.cpp b/Core/Libraries/Source/WWVegas/WWLib/random.cpp index 7166a4bdbb..3ebbd227e8 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/random.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/random.cpp @@ -44,7 +44,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "always.h" -#include "RANDOM.H" +#include "RANDOM.h" // Timing tests for random these random number generators in seconds for // 10000000 iterations. Testing done by Hector Yee, 6/20/01 diff --git a/Core/Libraries/Source/WWVegas/WWLib/rawfile.cpp b/Core/Libraries/Source/WWVegas/WWLib/rawfile.cpp index b4f03ad2b3..f282d3ee30 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/rawfile.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/rawfile.cpp @@ -53,7 +53,7 @@ // TheSuperHackers @build feliwir 11/04/2025 We removed Win32 API here and use plain C #include "always.h" -#include "RAWFILE.H" +#include "RAWFILE.h" #include #include #include @@ -67,7 +67,7 @@ ** This is a duplicate of the error numbers. The error handler for the RawFileClass handles ** these errors. If the error routine is overridden and additional errors are defined, then ** use numbers starting with 100. Note that these errors here are listed in numerical order. - ** These errors are defined in the standard header file "ERRNO.H". + ** These errors are defined in the standard header file "ERRNO.h". */ EZERO, // Non-error. EINVFNC, // Invalid function number. @@ -177,7 +177,7 @@ bool RawFileClass::Is_Open(void) const * Display an error message as indicated. If it is allowed to retry, then pressing a key * * will return from this function. Otherwise, it will exit the program with "exit()". * * * - * INPUT: error -- The error number (same as the DOSERR.H error numbers). * + * INPUT: error -- The error number (same as the DOSERR.h error numbers). * * * * canretry -- Can this routine exit normally so that retrying can occur? If this is * * false, then the program WILL exit in this routine. * diff --git a/Core/Libraries/Source/WWVegas/WWLib/rcfile.h b/Core/Libraries/Source/WWVegas/WWLib/rcfile.h index 6a91465f53..6217f09062 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/rcfile.h +++ b/Core/Libraries/Source/WWVegas/WWLib/rcfile.h @@ -37,7 +37,7 @@ #pragma once #include "always.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "win.h" /* diff --git a/Core/Libraries/Source/WWVegas/WWLib/readline.cpp b/Core/Libraries/Source/WWVegas/WWLib/readline.cpp index 6fc0775beb..25112a4745 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/readline.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/readline.cpp @@ -40,8 +40,8 @@ #include "always.h" #include "readline.h" #include "trim.h" -#include "WWFILE.H" -#include "XSTRAW.H" +#include "WWFILE.h" +#include "XSTRAW.h" #if !defined(__BORLANDC__) && !defined(_MSC_VER) diff --git a/Core/Libraries/Source/WWVegas/WWLib/readline.h b/Core/Libraries/Source/WWVegas/WWLib/readline.h index 3fbda10412..1a9f019cc5 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/readline.h +++ b/Core/Libraries/Source/WWVegas/WWLib/readline.h @@ -36,8 +36,8 @@ #pragma once -#include "STRAW.H" -#include "WWFILE.H" +#include "STRAW.h" +#include "WWFILE.h" #include int Read_Line(FileClass & file, char * buffer, int len, bool & eof); diff --git a/Core/Libraries/Source/WWVegas/WWLib/refcount.h b/Core/Libraries/Source/WWVegas/WWLib/refcount.h index e27145ab16..700338950b 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/refcount.h +++ b/Core/Libraries/Source/WWVegas/WWLib/refcount.h @@ -37,7 +37,7 @@ #pragma once #include "always.h" -#include "LISTNODE.H" +#include "LISTNODE.h" #include "wwdebug.h" class RefCountClass; diff --git a/Core/Libraries/Source/WWVegas/WWLib/registry.cpp b/Core/Libraries/Source/WWVegas/WWLib/registry.cpp index d5680ee7ed..de172c5f49 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/registry.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/registry.cpp @@ -34,8 +34,8 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "registry.h" -#include "RAWFILE.H" -#include "INI.H" +#include "RAWFILE.h" +#include "INI.h" #include "inisup.h" #include #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/registry.h b/Core/Libraries/Source/WWVegas/WWLib/registry.h index 6561ddc7af..0e83f40f89 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/registry.h +++ b/Core/Libraries/Source/WWVegas/WWLib/registry.h @@ -36,7 +36,7 @@ #pragma once #include "always.h" -#include "Vector.H" +#include "Vector.h" #include "wwstring.h" #include "widestring.h" diff --git a/Core/Libraries/Source/WWVegas/WWLib/search.h b/Core/Libraries/Source/WWVegas/WWLib/search.h index 0e8bc9c18a..35a7d9032e 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/search.h +++ b/Core/Libraries/Source/WWVegas/WWLib/search.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/SEARCH.H $* + * $Archive:: /Commando/Library/SEARCH.h $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/slnode.cpp b/Core/Libraries/Source/WWVegas/WWLib/slnode.cpp index 32ea009d52..51240412d1 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/slnode.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/slnode.cpp @@ -34,7 +34,7 @@ * Functions: * * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ -#include "SLNODE.H" +#include "SLNODE.h" diff --git a/Core/Libraries/Source/WWVegas/WWLib/stimer.h b/Core/Libraries/Source/WWVegas/WWLib/stimer.h index 54d080ba41..5fb4e28c51 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/stimer.h +++ b/Core/Libraries/Source/WWVegas/WWLib/stimer.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/STIMER.H $* + * $Archive:: /Commando/Library/STIMER.h $* * * * $Author:: Greg_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWLib/straw.cpp b/Core/Libraries/Source/WWVegas/WWLib/straw.cpp index 0fa542adab..a18068ad8e 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/straw.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/straw.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/STRAW.CPP $* + * $Archive:: /G/wwlib/STRAW.cpp $* * * * $Author:: Eric_c $* * * @@ -38,7 +38,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "always.h" -#include "STRAW.H" +#include "STRAW.h" #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/textfile.h b/Core/Libraries/Source/WWVegas/WWLib/textfile.h index 11027774c3..3bb7076640 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/textfile.h +++ b/Core/Libraries/Source/WWVegas/WWLib/textfile.h @@ -34,7 +34,7 @@ #pragma once -#include "RAWFILE.H" +#include "RAWFILE.h" /////////////////////////////////////////////////////////////////////////////// // Forward declarations diff --git a/Core/Libraries/Source/WWVegas/WWLib/tgatodxt.cpp b/Core/Libraries/Source/WWVegas/WWLib/tgatodxt.cpp index de1431fa99..d1db1743cf 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/tgatodxt.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/tgatodxt.cpp @@ -39,7 +39,7 @@ #include "always.h" #include "nvdxtlib.h" -#include "TARGA.H" +#include "TARGA.h" #include "tgatodxt.h" #include "wwdebug.h" #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/thread.h b/Core/Libraries/Source/WWVegas/WWLib/thread.h index c55665a3cb..0f526274c6 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/thread.h +++ b/Core/Libraries/Source/WWVegas/WWLib/thread.h @@ -19,7 +19,7 @@ #pragma once #include "always.h" -#include "Vector.H" +#include "Vector.h" struct _EXCEPTION_POINTERS; diff --git a/Core/Libraries/Source/WWVegas/WWLib/uarray.h b/Core/Libraries/Source/WWVegas/WWLib/uarray.h index fc92199905..ba63093824 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/uarray.h +++ b/Core/Libraries/Source/WWVegas/WWLib/uarray.h @@ -40,7 +40,7 @@ #pragma once #include "hashcalc.h" -#include "Vector.H" +#include "Vector.h" /* ** UniqueArrayClass diff --git a/Core/Libraries/Source/WWVegas/WWLib/vector.cpp b/Core/Libraries/Source/WWVegas/WWLib/vector.cpp index 446ad7d22b..f9333e0677 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/vector.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/vector.cpp @@ -53,7 +53,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "always.h" -#include "Vector.H" +#include "Vector.h" /* ** The following template function can be located here ONLY if all the instantiations are diff --git a/Core/Libraries/Source/WWVegas/WWLib/verchk.cpp b/Core/Libraries/Source/WWVegas/WWLib/verchk.cpp index e6969e7664..6aa6cc4af8 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/verchk.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/verchk.cpp @@ -38,7 +38,7 @@ #include "verchk.h" #include #include -#include "RAWFILE.H" +#include "RAWFILE.h" #include "ffactory.h" diff --git a/Core/Libraries/Source/WWVegas/WWLib/wwfile.cpp b/Core/Libraries/Source/WWVegas/WWLib/wwfile.cpp index 3e1cbb7afc..c59d2af124 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/wwfile.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/wwfile.cpp @@ -37,7 +37,7 @@ #include #include #include -#include "WWFILE.H" +#include "WWFILE.h" #pragma warning(disable : 4514) diff --git a/Core/Libraries/Source/WWVegas/WWLib/xpipe.cpp b/Core/Libraries/Source/WWVegas/WWLib/xpipe.cpp index 5f38c0e706..15e310c9e6 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/xpipe.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/xpipe.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Code/Library/XPIPE.CPP $* + * $Archive:: /Commando/Code/Library/XPIPE.cpp $* * * * $Author:: Greg_h $* * * @@ -39,7 +39,7 @@ #include "always.h" -#include "XPIPE.H" +#include "XPIPE.h" #include diff --git a/Core/Libraries/Source/WWVegas/WWLib/xstraw.cpp b/Core/Libraries/Source/WWVegas/WWLib/xstraw.cpp index 5cc373f337..d567c0421c 100644 --- a/Core/Libraries/Source/WWVegas/WWLib/xstraw.cpp +++ b/Core/Libraries/Source/WWVegas/WWLib/xstraw.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Code/Library/XSTRAW.CPP $* + * $Archive:: /Commando/Code/Library/XSTRAW.cpp $* * * * $Author:: Greg_h $* * * @@ -38,7 +38,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "always.h" -#include "XSTRAW.H" +#include "XSTRAW.h" #include //--------------------------------------------------------------------------------------------------------- diff --git a/Core/Libraries/Source/WWVegas/WWMath/colmathplane.h b/Core/Libraries/Source/WWVegas/WWMath/colmathplane.h index dcf0027ec5..930af32178 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/colmathplane.h +++ b/Core/Libraries/Source/WWVegas/WWMath/colmathplane.h @@ -47,7 +47,7 @@ /* ** Inline collision functions dealing with planes -** This module is meant to be included only in .CPP files after you include colmath.h +** This module is meant to be included only in .cpp files after you include colmath.h ** It is not automatically included in order to reduce file dependencies... */ diff --git a/Core/Libraries/Source/WWVegas/WWMath/curve.h b/Core/Libraries/Source/WWVegas/WWMath/curve.h index 29fbeeb433..6fdad67be3 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/curve.h +++ b/Core/Libraries/Source/WWVegas/WWMath/curve.h @@ -37,7 +37,7 @@ #pragma once #include "always.h" -#include "Vector.H" +#include "Vector.h" #include "vector3.h" #include "persist.h" diff --git a/Core/Libraries/Source/WWVegas/WWMath/lookuptable.cpp b/Core/Libraries/Source/WWVegas/WWMath/lookuptable.cpp index 98edfd143c..139c782cfd 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/lookuptable.cpp +++ b/Core/Libraries/Source/WWVegas/WWMath/lookuptable.cpp @@ -38,7 +38,7 @@ #include "lookuptable.h" #include "curve.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "ffactory.h" #include "chunkio.h" #include "persistfactory.h" diff --git a/Core/Libraries/Source/WWVegas/WWMath/matrix3.h b/Core/Libraries/Source/WWVegas/WWMath/matrix3.h index 98fec5b56b..60c7413902 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/matrix3.h +++ b/Core/Libraries/Source/WWVegas/WWMath/matrix3.h @@ -23,7 +23,7 @@ * * * Project Name : WW3D * * * - * File Name : MATRIX3.H * + * File Name : MATRIX3.h * * * * Org Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/matrix3d.cpp b/Core/Libraries/Source/WWVegas/WWMath/matrix3d.cpp index c97e2516a5..e3c3c46c10 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/matrix3d.cpp +++ b/Core/Libraries/Source/WWVegas/WWMath/matrix3d.cpp @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : MATRIX3D.CPP * + * File Name : MATRIX3D.cpp * * * * Org Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/matrix3d.h b/Core/Libraries/Source/WWVegas/WWMath/matrix3d.h index 66384b9c7b..c849c8dab5 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/matrix3d.h +++ b/Core/Libraries/Source/WWVegas/WWMath/matrix3d.h @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : MATRIX3D.H * + * File Name : MATRIX3D.h * * * * Org Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/matrix4.h b/Core/Libraries/Source/WWVegas/WWMath/matrix4.h index 3da1991021..81211850c7 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/matrix4.h +++ b/Core/Libraries/Source/WWVegas/WWMath/matrix4.h @@ -23,7 +23,7 @@ * * * Project Name : WW3D * * * - * File Name : MATRIX4.H * + * File Name : MATRIX4.h * * * * Org Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/ode.cpp b/Core/Libraries/Source/WWVegas/WWMath/ode.cpp index 817c484f41..4889b11c55 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/ode.cpp +++ b/Core/Libraries/Source/WWVegas/WWMath/ode.cpp @@ -16,14 +16,14 @@ ** along with this program. If not, see . */ -/* $Header: /Commando/Code/wwmath/ODE.CPP 8 7/02/99 10:32a Greg_h $ */ +/* $Header: /Commando/Code/wwmath/ODE.cpp 8 7/02/99 10:32a Greg_h $ */ /*********************************************************************************************** *** Confidential - Westwood Studios *** *********************************************************************************************** * * * Project Name : Commando * * * - * $Archive:: /Commando/Code/wwmath/ODE.CPP $* + * $Archive:: /Commando/Code/wwmath/ODE.cpp $* * * * Author:: Greg_h * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/ode.h b/Core/Libraries/Source/WWVegas/WWMath/ode.h index 24d159ba44..0d59713619 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/ode.h +++ b/Core/Libraries/Source/WWVegas/WWMath/ode.h @@ -38,7 +38,7 @@ #pragma once #include "always.h" -#include "Vector.H" +#include "Vector.h" #include "wwdebug.h" diff --git a/Core/Libraries/Source/WWVegas/WWMath/plane.h b/Core/Libraries/Source/WWVegas/WWMath/plane.h index 43f18f5eb1..c0cfbfe281 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/plane.h +++ b/Core/Libraries/Source/WWVegas/WWMath/plane.h @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : PLANE.H * + * File Name : PLANE.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/pot.cpp b/Core/Libraries/Source/WWVegas/WWMath/pot.cpp index d25081db02..8ea327efdf 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/pot.cpp +++ b/Core/Libraries/Source/WWVegas/WWMath/pot.cpp @@ -22,7 +22,7 @@ * * * Project Name : G * * * - * $Archive:: /G/ww3d/POT.CPP $* + * $Archive:: /G/ww3d/POT.cpp $* * * * $Author:: Naty_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/pot.h b/Core/Libraries/Source/WWVegas/WWMath/pot.h index 8d5af74010..3981fa3700 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/pot.h +++ b/Core/Libraries/Source/WWVegas/WWMath/pot.h @@ -22,7 +22,7 @@ * * * Project Name : G * * * - * $Archive:: /G/ww3d/POT.H $* + * $Archive:: /G/ww3d/POT.h $* * * * $Author:: Naty_h $* * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/quat.cpp b/Core/Libraries/Source/WWVegas/WWMath/quat.cpp index 261e73b79b..b0bf14d9a9 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/quat.cpp +++ b/Core/Libraries/Source/WWVegas/WWMath/quat.cpp @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : QUAT.CPP * + * File Name : QUAT.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/quat.h b/Core/Libraries/Source/WWVegas/WWMath/quat.h index 1b43b0793f..7a7f28e9d1 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/quat.h +++ b/Core/Libraries/Source/WWVegas/WWMath/quat.h @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : QUAT.H * + * File Name : QUAT.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/v3_rnd.h b/Core/Libraries/Source/WWVegas/WWMath/v3_rnd.h index c7d5581c6e..defa05e721 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/v3_rnd.h +++ b/Core/Libraries/Source/WWVegas/WWMath/v3_rnd.h @@ -38,7 +38,7 @@ #include "always.h" #include "vector3.h" -#include "RANDOM.H" +#include "RANDOM.h" #include /* diff --git a/Core/Libraries/Source/WWVegas/WWMath/vector2.h b/Core/Libraries/Source/WWVegas/WWMath/vector2.h index 5396e4ee5a..9ba45fe4d4 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/vector2.h +++ b/Core/Libraries/Source/WWVegas/WWMath/vector2.h @@ -23,7 +23,7 @@ * * * Project Name : Westwood 3D * * * - * File Name : VECTOR2.H * + * File Name : VECTOR2.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/vector3.h b/Core/Libraries/Source/WWVegas/WWMath/vector3.h index 092ac90aee..efd75af2fd 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/vector3.h +++ b/Core/Libraries/Source/WWVegas/WWMath/vector3.h @@ -23,7 +23,7 @@ * * * Project Name : Westwood 3D * * * - * File Name : VECTOR3.H * + * File Name : VECTOR3.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/vector4.h b/Core/Libraries/Source/WWVegas/WWMath/vector4.h index 7e89509239..a512aaad30 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/vector4.h +++ b/Core/Libraries/Source/WWVegas/WWMath/vector4.h @@ -23,7 +23,7 @@ * * * Project Name : Westwood 3D * * * - * File Name : VECTOR4.H * + * File Name : VECTOR4.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Libraries/Source/WWVegas/WWMath/vehiclecurve.h b/Core/Libraries/Source/WWVegas/WWMath/vehiclecurve.h index 6fbf1a7e75..46a9764705 100644 --- a/Core/Libraries/Source/WWVegas/WWMath/vehiclecurve.h +++ b/Core/Libraries/Source/WWVegas/WWMath/vehiclecurve.h @@ -37,7 +37,7 @@ #pragma once #include "curve.h" -#include "Vector.H" +#include "Vector.h" //////////////////////////////////////////////////////////////////////////////////////////// diff --git a/Core/Libraries/Source/WWVegas/WWSaveLoad/definitionmgr.h b/Core/Libraries/Source/WWVegas/WWSaveLoad/definitionmgr.h index 31a10261bf..ade932edbd 100644 --- a/Core/Libraries/Source/WWVegas/WWSaveLoad/definitionmgr.h +++ b/Core/Libraries/Source/WWVegas/WWSaveLoad/definitionmgr.h @@ -43,7 +43,7 @@ #include "wwdebug.h" #include "wwstring.h" #include "hashtemplate.h" -#include "Vector.H" +#include "Vector.h" // Forward declarations diff --git a/Core/Libraries/Source/WWVegas/WWSaveLoad/parameter.h b/Core/Libraries/Source/WWVegas/WWSaveLoad/parameter.h index 669d4bb577..686bf88c29 100644 --- a/Core/Libraries/Source/WWVegas/WWSaveLoad/parameter.h +++ b/Core/Libraries/Source/WWVegas/WWSaveLoad/parameter.h @@ -41,7 +41,7 @@ #include "always.h" #include #include "parametertypes.h" -#include "Vector.H" +#include "Vector.h" #include "wwstring.h" #include "bittype.h" #include "obbox.h" diff --git a/Core/Libraries/Source/WWVegas/WWSaveLoad/parameterlist.h b/Core/Libraries/Source/WWVegas/WWSaveLoad/parameterlist.h index 22adf86cb2..80ba4a737f 100644 --- a/Core/Libraries/Source/WWVegas/WWSaveLoad/parameterlist.h +++ b/Core/Libraries/Source/WWVegas/WWSaveLoad/parameterlist.h @@ -37,7 +37,7 @@ #pragma once #include "always.h" -#include "Vector.H" +#include "Vector.h" #include "parameter.h" #include "wwdebug.h" diff --git a/Core/Libraries/Source/WWVegas/WWSaveLoad/pointerremap.h b/Core/Libraries/Source/WWVegas/WWSaveLoad/pointerremap.h index 8ce0566a07..5c54558355 100644 --- a/Core/Libraries/Source/WWVegas/WWSaveLoad/pointerremap.h +++ b/Core/Libraries/Source/WWVegas/WWSaveLoad/pointerremap.h @@ -41,7 +41,7 @@ #endif #include "always.h" -#include "Vector.H" +#include "Vector.h" class RefCountClass; diff --git a/Core/Libraries/Source/WWVegas/WWSaveLoad/saveload.h b/Core/Libraries/Source/WWVegas/WWSaveLoad/saveload.h index 1b314da806..05ac8b6e08 100644 --- a/Core/Libraries/Source/WWVegas/WWSaveLoad/saveload.h +++ b/Core/Libraries/Source/WWVegas/WWSaveLoad/saveload.h @@ -39,7 +39,7 @@ #include "always.h" #include "pointerremap.h" #include "bittype.h" -#include "SLIST.H" +#include "SLIST.h" class RefCountClass; class SaveLoadSubSystemClass; diff --git a/Core/Libraries/Source/WWVegas/WWSaveLoad/twiddler.cpp b/Core/Libraries/Source/WWVegas/WWSaveLoad/twiddler.cpp index 85dae162d9..8e782eb186 100644 --- a/Core/Libraries/Source/WWVegas/WWSaveLoad/twiddler.cpp +++ b/Core/Libraries/Source/WWVegas/WWSaveLoad/twiddler.cpp @@ -36,7 +36,7 @@ #include "twiddler.h" -#include "RANDOM.H" +#include "RANDOM.h" #include "saveloadids.h" #include "simpledefinitionfactory.h" #include "persistfactory.h" diff --git a/Core/Libraries/Source/debug/test2/StdAfx.cpp b/Core/Libraries/Source/debug/test2/StdAfx.cpp index 728477e7ca..3b7245248e 100644 --- a/Core/Libraries/Source/debug/test2/StdAfx.cpp +++ b/Core/Libraries/Source/debug/test2/StdAfx.cpp @@ -22,5 +22,5 @@ #include "StdAfx.h" -// TODO: reference any additional headers you need in STDAFX.H +// TODO: reference any additional headers you need in STDAFX.h // and not in this file diff --git a/Core/Tools/Autorun/ARGS.CPP b/Core/Tools/Autorun/ARGS.cpp similarity index 99% rename from Core/Tools/Autorun/ARGS.CPP rename to Core/Tools/Autorun/ARGS.cpp index dab619779e..ce3ec5c4ee 100644 --- a/Core/Tools/Autorun/ARGS.CPP +++ b/Core/Tools/Autorun/ARGS.cpp @@ -40,7 +40,7 @@ #include #include -#include "ARGS.H" +#include "ARGS.h" //----------------------------------------------------------------------------- // GLOBALS diff --git a/Core/Tools/Autorun/ARGS.H b/Core/Tools/Autorun/ARGS.h similarity index 100% rename from Core/Tools/Autorun/ARGS.H rename to Core/Tools/Autorun/ARGS.h diff --git a/Core/Tools/Autorun/CDCNTRL.CPP b/Core/Tools/Autorun/CDCNTRL.cpp similarity index 99% rename from Core/Tools/Autorun/CDCNTRL.CPP rename to Core/Tools/Autorun/CDCNTRL.cpp index cd01b894f7..7d9f981a97 100644 --- a/Core/Tools/Autorun/CDCNTRL.CPP +++ b/Core/Tools/Autorun/CDCNTRL.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Renegade Setup/Autorun/CDCNTRL.CPP $* + * $Archive:: /Renegade Setup/Autorun/CDCNTRL.cpp $* * * * $Author:: Maria_l $* * * @@ -61,8 +61,8 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "assert.h" -#include "CDCNTRL.H" -#include "WinFix.H" +#include "CDCNTRL.h" +#include "WinFix.h" #include "Wnd_File.h" #pragma warning(disable : 4201) #include diff --git a/Core/Tools/Autorun/CDCNTRL.H b/Core/Tools/Autorun/CDCNTRL.h similarity index 99% rename from Core/Tools/Autorun/CDCNTRL.H rename to Core/Tools/Autorun/CDCNTRL.h index 869fa2dd22..7759d49a2d 100644 --- a/Core/Tools/Autorun/CDCNTRL.H +++ b/Core/Tools/Autorun/CDCNTRL.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Renegade Setup/Autorun/CDCNTRL.H $* + * $Archive:: /Renegade Setup/Autorun/CDCNTRL.h $* * * * $Author:: Maria_l $* * * diff --git a/Core/Tools/Autorun/CMakeLists.txt b/Core/Tools/Autorun/CMakeLists.txt index bf3dddcfb0..ad06ebd5f9 100644 --- a/Core/Tools/Autorun/CMakeLists.txt +++ b/Core/Tools/Autorun/CMakeLists.txt @@ -1,23 +1,23 @@ set(AUTORUN_SRC - "ARGS.CPP" - "ARGS.H" + "ARGS.cpp" + "ARGS.h" "autorun.cpp" "autorun.h" "CallbackHook.h" - "CDCNTRL.CPP" - "CDCNTRL.H" + "CDCNTRL.cpp" + "CDCNTRL.h" "DrawButton.cpp" "DrawButton.h" "EZGIMEX.cpp" "GameText.cpp" "GameText.h" - "GETCD.CPP" + "GETCD.cpp" "GetCD.h" "gimex.h" "IGR.cpp" "IGR.h" "Jsupport.cpp" - "JSUPPORT.H" + "JSUPPORT.h" "leanAndMeanAutorun.h" "Locale_API.cpp" "Locale_API.h" @@ -32,8 +32,8 @@ set(AUTORUN_SRC "Utils.h" "ViewHTML.cpp" "ViewHTML.h" - "WinFix.CPP" - "WinFix.H" + "WinFix.cpp" + "WinFix.h" "Wnd_file.cpp" "Wnd_File.h" "WSYS_File.cpp" diff --git a/Core/Tools/Autorun/DrawButton.cpp b/Core/Tools/Autorun/DrawButton.cpp index 8d9bed99e0..edd7009682 100644 --- a/Core/Tools/Autorun/DrawButton.cpp +++ b/Core/Tools/Autorun/DrawButton.cpp @@ -22,7 +22,7 @@ * * * Project Name : Autorun * * * - * File Name : AUTORUN.CPP * + * File Name : AUTORUN.cpp * * * * Programmers: Maria del Mar McCready Legg * * * diff --git a/Core/Tools/Autorun/DrawButton.h b/Core/Tools/Autorun/DrawButton.h index 5cd3ba8341..582b4917a4 100644 --- a/Core/Tools/Autorun/DrawButton.h +++ b/Core/Tools/Autorun/DrawButton.h @@ -22,7 +22,7 @@ * * * Project Name : DrawButton * * * - * File Name : DRAWBUTTON.H * + * File Name : DRAWBUTTON.h * * * * Programmer : Maria del Mar McCready Legg * * * diff --git a/Core/Tools/Autorun/GETCD.CPP b/Core/Tools/Autorun/GETCD.cpp similarity index 99% rename from Core/Tools/Autorun/GETCD.CPP rename to Core/Tools/Autorun/GETCD.cpp index d23924dc94..f0d56b1775 100644 --- a/Core/Tools/Autorun/GETCD.CPP +++ b/Core/Tools/Autorun/GETCD.cpp @@ -20,7 +20,7 @@ ***** C O N F I D E N T I A L --- W E S T W O O D S T U D I O S ***** **************************************************************************** * Project Name:: Command & Conquer * - * $Archive:: /Renegade Setup/Autorun/GETCD.CPP $Author:: Steve_t * + * $Archive:: /Renegade Setup/Autorun/GETCD.cpp $Author:: Steve_t * * $Modtime:: 1/28/02 10:54a $Revision:: 20 * *--------------------------------------------------------------------------* * Functions: * @@ -37,7 +37,7 @@ //#include "timer.h" #include "Wnd_File.h" //#include "missiondisk.h" -#include "WinFix.H" +#include "WinFix.h" #ifndef ROR_NOT_READY #define ROR_NOT_READY 21 diff --git a/Core/Tools/Autorun/JSUPPORT.H b/Core/Tools/Autorun/JSUPPORT.h similarity index 98% rename from Core/Tools/Autorun/JSUPPORT.H rename to Core/Tools/Autorun/JSUPPORT.h index 3138a1fd1f..a83751fb89 100644 --- a/Core/Tools/Autorun/JSUPPORT.H +++ b/Core/Tools/Autorun/JSUPPORT.h @@ -16,6 +16,6 @@ ** along with this program. If not, see . */ -// JSUPPORT.H +// JSUPPORT.h // DBCS Support Header extern int nGetWord( char *,int ); diff --git a/Core/Tools/Autorun/Jsupport.cpp b/Core/Tools/Autorun/Jsupport.cpp index b160e8fbf2..acfbeceef2 100644 --- a/Core/Tools/Autorun/Jsupport.cpp +++ b/Core/Tools/Autorun/Jsupport.cpp @@ -16,11 +16,11 @@ ** along with this program. If not, see . */ -// JSUPPORT.CPP +// JSUPPORT.cpp // DBCS Support Codes #include -#include "JSUPPORT.H" +#include "JSUPPORT.h" // ‘O’u‹Ö‘¥•¶Žš // Can't set these characters on top of line diff --git a/Core/Tools/Autorun/RECT.h b/Core/Tools/Autorun/RECT.h index 4b554fa3a5..0bd028d7cb 100644 --- a/Core/Tools/Autorun/RECT.h +++ b/Core/Tools/Autorun/RECT.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * Archive : /Sun/RECT.H * + * Archive : /Sun/RECT.h * * * * Author : Joe_b * * * diff --git a/Core/Tools/Autorun/TTFont.cpp b/Core/Tools/Autorun/TTFont.cpp index 5a818f2453..7b0a845b9a 100644 --- a/Core/Tools/Autorun/TTFont.cpp +++ b/Core/Tools/Autorun/TTFont.cpp @@ -52,12 +52,12 @@ #include #include #include -#include "ARGS.H" +#include "ARGS.h" #include "autorun.h" #include "RECT.h" #include "Wnd_File.h" #include "TTFont.h" -#include "JSUPPORT.H" // [OYO] +#include "JSUPPORT.h" // [OYO] #include "Locale_API.h" diff --git a/Core/Tools/Autorun/Utils.cpp b/Core/Tools/Autorun/Utils.cpp index e9b371bd1c..e40fb229d7 100644 --- a/Core/Tools/Autorun/Utils.cpp +++ b/Core/Tools/Autorun/Utils.cpp @@ -69,12 +69,12 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ #include -#include "ARGS.H" +#include "ARGS.h" #include "assert.h" #include "Locale_API.h" #include "resource.h" #include "Utils.h" -#include "WinFix.H" +#include "WinFix.h" #include "Wnd_File.h" #include #include diff --git a/Core/Tools/Autorun/Utils.h b/Core/Tools/Autorun/Utils.h index 4a5ecb729c..894a7e4360 100644 --- a/Core/Tools/Autorun/Utils.h +++ b/Core/Tools/Autorun/Utils.h @@ -22,7 +22,7 @@ * * * Project Name : Setup * * * - * File Name : UTILS.H * + * File Name : UTILS.h * * * * Programmers: Maria del Mar McCready Legg * * * diff --git a/Core/Tools/Autorun/WinFix.CPP b/Core/Tools/Autorun/WinFix.cpp similarity index 99% rename from Core/Tools/Autorun/WinFix.CPP rename to Core/Tools/Autorun/WinFix.cpp index a1ca92155e..85e093aaa0 100644 --- a/Core/Tools/Autorun/WinFix.CPP +++ b/Core/Tools/Autorun/WinFix.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Renegade Setup/Autorun/WinFix.CPP $* + * $Archive:: /Renegade Setup/Autorun/WinFix.cpp $* * * * $Author:: Maria_l $* * * @@ -45,7 +45,7 @@ //#include #include #include -#include "WinFix.H" +#include "WinFix.h" #include "Wnd_File.h" /*************************************************************************** diff --git a/Core/Tools/Autorun/WinFix.H b/Core/Tools/Autorun/WinFix.h similarity index 99% rename from Core/Tools/Autorun/WinFix.H rename to Core/Tools/Autorun/WinFix.h index 60367d5337..7d38f1ee42 100644 --- a/Core/Tools/Autorun/WinFix.H +++ b/Core/Tools/Autorun/WinFix.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Renegade Setup/Autorun/WinFix.H $* + * $Archive:: /Renegade Setup/Autorun/WinFix.h $* * * * $Author:: Maria_l $* * * diff --git a/Core/Tools/Autorun/Wnd_File.h b/Core/Tools/Autorun/Wnd_File.h index eabc7e861b..27e343372a 100644 --- a/Core/Tools/Autorun/Wnd_File.h +++ b/Core/Tools/Autorun/Wnd_File.h @@ -22,9 +22,9 @@ // // Project name: Blade Runner CD-ROM Windows 95 // -// File name: WND_FILE.H +// File name: WND_FILE.h // -// Source code: WND_FILE.CPP +// Source code: WND_FILE.cpp // // Compatibility: Microsoft Visual C++ 4.0 // Borland C++ 5.0 @@ -146,7 +146,7 @@ class StandardFileClass #if( SUPPORT_STREAMS ) //-------------------------------------------------------------------- - // The _stat structure, defined in SYS\STAT.H, includes these fields. + // The _stat structure, defined in SYS\STAT.h, includes these fields. // st_atime Time of last access of file ( time_t ). // st_ctime Time of creation of file ( time_t ). // st_dev Drive number of the disk containing the file (same as st_rdev). diff --git a/Core/Tools/Autorun/Wnd_file.cpp b/Core/Tools/Autorun/Wnd_file.cpp index d47003c65a..0db0ade184 100644 --- a/Core/Tools/Autorun/Wnd_file.cpp +++ b/Core/Tools/Autorun/Wnd_file.cpp @@ -22,9 +22,9 @@ // // Project name: Blade Runner CD-ROM Windows 95 // -// File name: WND_FILE.CPP +// File name: WND_FILE.cpp // -// Functions: WND_FILE.H +// Functions: WND_FILE.h // // Compatibility: Microsoft Visual C++ 4.0 // Borland C++ 5.0 @@ -45,7 +45,7 @@ #include #include #include "Wnd_File.h" -#include "WinFix.H" +#include "WinFix.h" //#include "autorun.h" diff --git a/Core/Tools/Autorun/autorun.cpp b/Core/Tools/Autorun/autorun.cpp index e7d626d794..c4b27b39f0 100644 --- a/Core/Tools/Autorun/autorun.cpp +++ b/Core/Tools/Autorun/autorun.cpp @@ -22,7 +22,7 @@ * * * Project Name : Autorun * * * - * File Name : AUTORUN.CPP * + * File Name : AUTORUN.cpp * * * * Programmers: Maria del Mar McCready Legg * * * @@ -90,14 +90,14 @@ #include #include #include -#include "ARGS.H" +#include "ARGS.h" #include "autorun.h" #include "DrawButton.h" #include "resource.h" #include "Wnd_File.h" //#include "visualc.h" -#include "WinFix.H" -#include "CDCNTRL.H" +#include "WinFix.h" +#include "CDCNTRL.h" #include "IGR.h" #include "ViewHTML.h" diff --git a/Core/Tools/ImagePacker/Include/ImagePacker.h b/Core/Tools/ImagePacker/Include/ImagePacker.h index b03abd8c86..c989a2fd9f 100644 --- a/Core/Tools/ImagePacker/Include/ImagePacker.h +++ b/Core/Tools/ImagePacker/Include/ImagePacker.h @@ -44,7 +44,7 @@ // USER INCLUDES ////////////////////////////////////////////////////////////// #include "Lib/BaseType.h" -#include "WWLib/TARGA.H" +#include "WWLib/TARGA.h" #include "ImageDirectory.h" #include "ImageInfo.h" #include "TexturePage.h" diff --git a/Core/Tools/ImagePacker/Include/TexturePage.h b/Core/Tools/ImagePacker/Include/TexturePage.h index c0bc646790..ab0cd5142b 100644 --- a/Core/Tools/ImagePacker/Include/TexturePage.h +++ b/Core/Tools/ImagePacker/Include/TexturePage.h @@ -46,7 +46,7 @@ /////////////////////////////////////////////////////////////////////////////// // USER INCLUDES ////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// -#include "WWLib/TARGA.H" +#include "WWLib/TARGA.h" #include "Lib/BaseType.h" #include "ImageInfo.h" diff --git a/Core/Tools/ImagePacker/Source/ImagePacker.cpp b/Core/Tools/ImagePacker/Source/ImagePacker.cpp index af0d43e1aa..4ed5229945 100644 --- a/Core/Tools/ImagePacker/Source/ImagePacker.cpp +++ b/Core/Tools/ImagePacker/Source/ImagePacker.cpp @@ -47,7 +47,7 @@ // USER INCLUDES ////////////////////////////////////////////////////////////// #include "Common/Debug.h" -#include "WWLib/TARGA.H" +#include "WWLib/TARGA.h" #include "Resource.h" #include "ImagePacker.h" #include "WinMain.h" diff --git a/Core/Tools/Launcher/BFISH.CPP b/Core/Tools/Launcher/BFISH.cpp similarity index 99% rename from Core/Tools/Launcher/BFISH.CPP rename to Core/Tools/Launcher/BFISH.cpp index 57d6fac377..a1cea42277 100644 --- a/Core/Tools/Launcher/BFISH.CPP +++ b/Core/Tools/Launcher/BFISH.cpp @@ -41,7 +41,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #pragma warning(disable : 4514) -#include "BFISH.H" +#include "BFISH.h" #include #include diff --git a/Core/Tools/Launcher/BFISH.H b/Core/Tools/Launcher/BFISH.h similarity index 100% rename from Core/Tools/Launcher/BFISH.H rename to Core/Tools/Launcher/BFISH.h diff --git a/Core/Tools/Launcher/CMakeLists.txt b/Core/Tools/Launcher/CMakeLists.txt index 62670cbc22..09b938a60e 100644 --- a/Core/Tools/Launcher/CMakeLists.txt +++ b/Core/Tools/Launcher/CMakeLists.txt @@ -1,8 +1,8 @@ add_subdirectory(DatGen) set(LAUNCHER_SRC - "BFISH.CPP" - "BFISH.H" + "BFISH.cpp" + "BFISH.h" "configfile.cpp" "configfile.h" "dialog.cpp" diff --git a/Core/Tools/Launcher/DatGen/CMakeLists.txt b/Core/Tools/Launcher/DatGen/CMakeLists.txt index 5ebfe95aaa..4d38fbcfaf 100644 --- a/Core/Tools/Launcher/DatGen/CMakeLists.txt +++ b/Core/Tools/Launcher/DatGen/CMakeLists.txt @@ -1,7 +1,7 @@ set(DATGEN_SRC "DatGen.cpp" - "../BFISH.CPP" - "../BFISH.H" + "../BFISH.cpp" + "../BFISH.h" "../Toolkit/Debug/DebugPrint.cpp" "../Toolkit/Debug/DebugPrint.h" ) diff --git a/Core/Tools/Launcher/DatGen/DatGen.cpp b/Core/Tools/Launcher/DatGen/DatGen.cpp index e70bef7770..f584e9468c 100644 --- a/Core/Tools/Launcher/DatGen/DatGen.cpp +++ b/Core/Tools/Launcher/DatGen/DatGen.cpp @@ -23,7 +23,7 @@ #include #include #include -#include "BFISH.H" +#include "BFISH.h" #include void __cdecl doIt(void); diff --git a/Core/Tools/PATCHGET/CHATAPI.CPP b/Core/Tools/PATCHGET/CHATAPI.cpp similarity index 99% rename from Core/Tools/PATCHGET/CHATAPI.CPP rename to Core/Tools/PATCHGET/CHATAPI.cpp index 1a532e673c..7e475e6ffc 100644 --- a/Core/Tools/PATCHGET/CHATAPI.CPP +++ b/Core/Tools/PATCHGET/CHATAPI.cpp @@ -24,7 +24,7 @@ #include "gamespy/ghttp/ghttp.h" #include "DownloadManager.h" -#include "CHATAPI.H" +#include "CHATAPI.h" //#include "api/wolapi_i.c" // This should only be in one .cpp file #include @@ -34,8 +34,8 @@ #if defined(_MSC_VER) && _MSC_VER < 1300 #include #endif -#include "RESOURCE.H" -#include "WINBLOWS.H" +#include "RESOURCE.h" +#include "WINBLOWS.h" #include #include "process.h" #include "WWDownload/Registry.h" diff --git a/Core/Tools/PATCHGET/CHATAPI.H b/Core/Tools/PATCHGET/CHATAPI.h similarity index 98% rename from Core/Tools/PATCHGET/CHATAPI.H rename to Core/Tools/PATCHGET/CHATAPI.h index e0e9d90eb4..7bc95bcc80 100644 --- a/Core/Tools/PATCHGET/CHATAPI.H +++ b/Core/Tools/PATCHGET/CHATAPI.h @@ -18,7 +18,7 @@ #pragma once -#include "COMINIT.H" +#include "COMINIT.h" #include #include #include diff --git a/Core/Tools/PATCHGET/CMakeLists.txt b/Core/Tools/PATCHGET/CMakeLists.txt index 265a74c785..5c50f23dc2 100644 --- a/Core/Tools/PATCHGET/CMakeLists.txt +++ b/Core/Tools/PATCHGET/CMakeLists.txt @@ -1,20 +1,20 @@ set(PATCHGET_SRC - "CHATAPI.CPP" - "CHATAPI.H" - "COMINIT.CPP" - "COMINIT.H" + "CHATAPI.cpp" + "CHATAPI.h" + "COMINIT.cpp" + "COMINIT.h" "debug.cpp" "debug.h" "DownloadManager.cpp" "DownloadManager.h" - "PROCESS.CPP" - "PROCESS.H" + "PROCESS.cpp" + "PROCESS.h" "registry.cpp" "Registry.h" - "RESOURCE.H" - "WINBLOWS.CPP" - "WINBLOWS.H" - "WSTYPES.H" + "RESOURCE.h" + "WINBLOWS.cpp" + "WINBLOWS.h" + "WSTYPES.h" ) add_library(corei_patchgrabber INTERFACE) diff --git a/Core/Tools/PATCHGET/COMINIT.CPP b/Core/Tools/PATCHGET/COMINIT.cpp similarity index 98% rename from Core/Tools/PATCHGET/COMINIT.CPP rename to Core/Tools/PATCHGET/COMINIT.cpp index 37e5c26be8..73efff26d9 100644 --- a/Core/Tools/PATCHGET/COMINIT.CPP +++ b/Core/Tools/PATCHGET/COMINIT.cpp @@ -19,7 +19,7 @@ // // If you link with this it will automatically call the COM initialization stuff // -#include "COMINIT.H" +#include "COMINIT.h" #include #include #include diff --git a/Core/Tools/PATCHGET/COMINIT.H b/Core/Tools/PATCHGET/COMINIT.h similarity index 100% rename from Core/Tools/PATCHGET/COMINIT.H rename to Core/Tools/PATCHGET/COMINIT.h diff --git a/Core/Tools/PATCHGET/DownloadManager.cpp b/Core/Tools/PATCHGET/DownloadManager.cpp index fd5112385f..c22268b622 100644 --- a/Core/Tools/PATCHGET/DownloadManager.cpp +++ b/Core/Tools/PATCHGET/DownloadManager.cpp @@ -21,9 +21,9 @@ // Author: Matthew D. Campbell, July 2002 #include "debug.h" -#include "CHATAPI.H" +#include "CHATAPI.h" #include "DownloadManager.h" -#include "RESOURCE.H" +#include "RESOURCE.h" namespace patchget { diff --git a/Core/Tools/PATCHGET/PROCESS.CPP b/Core/Tools/PATCHGET/PROCESS.cpp similarity index 100% rename from Core/Tools/PATCHGET/PROCESS.CPP rename to Core/Tools/PATCHGET/PROCESS.cpp diff --git a/Core/Tools/PATCHGET/PROCESS.H b/Core/Tools/PATCHGET/PROCESS.h similarity index 98% rename from Core/Tools/PATCHGET/PROCESS.H rename to Core/Tools/PATCHGET/PROCESS.h index 4611eb3d13..26ccf044c8 100644 --- a/Core/Tools/PATCHGET/PROCESS.H +++ b/Core/Tools/PATCHGET/PROCESS.h @@ -19,7 +19,7 @@ #pragma once #include -#include "WSTYPES.H" +#include "WSTYPES.h" namespace patchget { diff --git a/Core/Tools/PATCHGET/RESOURCE.H b/Core/Tools/PATCHGET/RESOURCE.h similarity index 100% rename from Core/Tools/PATCHGET/RESOURCE.H rename to Core/Tools/PATCHGET/RESOURCE.h diff --git a/Core/Tools/PATCHGET/WINBLOWS.CPP b/Core/Tools/PATCHGET/WINBLOWS.cpp similarity index 99% rename from Core/Tools/PATCHGET/WINBLOWS.CPP rename to Core/Tools/PATCHGET/WINBLOWS.cpp index 7ff9cfd6f4..0e79559180 100644 --- a/Core/Tools/PATCHGET/WINBLOWS.CPP +++ b/Core/Tools/PATCHGET/WINBLOWS.cpp @@ -23,8 +23,8 @@ #include #include -#include "WINBLOWS.H" -#include "CHATAPI.H" +#include "WINBLOWS.h" +#include "CHATAPI.h" // TheSuperHackers @fix xezon 13/03/2025 Fix debug linker errors by diff --git a/Core/Tools/PATCHGET/WINBLOWS.H b/Core/Tools/PATCHGET/WINBLOWS.h similarity index 98% rename from Core/Tools/PATCHGET/WINBLOWS.H rename to Core/Tools/PATCHGET/WINBLOWS.h index 534208b551..9a70a828ce 100644 --- a/Core/Tools/PATCHGET/WINBLOWS.H +++ b/Core/Tools/PATCHGET/WINBLOWS.h @@ -23,7 +23,7 @@ #include #include -#include"WSTYPES.H" +#include"WSTYPES.h" extern HINSTANCE Global_instance; extern LPSTR Global_commandline; diff --git a/Core/Tools/PATCHGET/WSTYPES.H b/Core/Tools/PATCHGET/WSTYPES.h similarity index 100% rename from Core/Tools/PATCHGET/WSTYPES.H rename to Core/Tools/PATCHGET/WSTYPES.h diff --git a/Core/Tools/W3DView/AnimatedSoundOptionsDialog.cpp b/Core/Tools/W3DView/AnimatedSoundOptionsDialog.cpp index 151960f8a3..85584f0037 100644 --- a/Core/Tools/W3DView/AnimatedSoundOptionsDialog.cpp +++ b/Core/Tools/W3DView/AnimatedSoundOptionsDialog.cpp @@ -27,7 +27,7 @@ #include "animatedsoundmgr.h" #include "wwsaveload.h" #include "definitionmgr.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "chunkio.h" #include "wwdebug.h" #include "RestrictedFileDialog.h" diff --git a/Core/Tools/W3DView/AssetInfo.cpp b/Core/Tools/W3DView/AssetInfo.cpp index 8cc309bc14..60c7f210c2 100644 --- a/Core/Tools/W3DView/AssetInfo.cpp +++ b/Core/Tools/W3DView/AssetInfo.cpp @@ -37,7 +37,7 @@ #include "StdAfx.h" #include "AssetInfo.h" -//#include "HModel.H" +//#include "HModel.h" #include "assetmgr.h" #include "htree.h" diff --git a/Core/Tools/W3DView/BoneMgrDialog.cpp b/Core/Tools/W3DView/BoneMgrDialog.cpp index 8559792b87..ab8cd54864 100644 --- a/Core/Tools/W3DView/BoneMgrDialog.cpp +++ b/Core/Tools/W3DView/BoneMgrDialog.cpp @@ -28,7 +28,7 @@ #include "MainFrm.h" #include "W3DViewDoc.h" #include "DataTreeView.h" -//#include "HModel.H" +//#include "HModel.h" #ifdef RTS_DEBUG #define new DEBUG_NEW diff --git a/Core/Tools/W3DView/BoneMgrDialog.h b/Core/Tools/W3DView/BoneMgrDialog.h index b3eb773c93..33da214143 100644 --- a/Core/Tools/W3DView/BoneMgrDialog.h +++ b/Core/Tools/W3DView/BoneMgrDialog.h @@ -22,7 +22,7 @@ // #include "resource.h" -#include "Vector.H" +#include "Vector.h" // Forward declarations class HModelClass; diff --git a/Core/Tools/W3DView/CMakeLists.txt b/Core/Tools/W3DView/CMakeLists.txt index ddedc97c06..f8a8b9604c 100644 --- a/Core/Tools/W3DView/CMakeLists.txt +++ b/Core/Tools/W3DView/CMakeLists.txt @@ -151,7 +151,7 @@ set(W3DVIEW_SRC "Utils.cpp" "Utils.h" "Vector3RndCombo.cpp" - "Vector3RndCombo.H" + "Vector3RndCombo.h" "ViewerAssetMgr.cpp" "ViewerAssetMgr.h" "ViewerScene.cpp" diff --git a/Core/Tools/W3DView/ColorUtils.h b/Core/Tools/W3DView/ColorUtils.h index 3eeb6a55bb..2a440aafe3 100644 --- a/Core/Tools/W3DView/ColorUtils.h +++ b/Core/Tools/W3DView/ColorUtils.h @@ -18,7 +18,7 @@ ////////////////////////////////////////////////////////////////////////////////////////// // -// ColorUtils.H +// ColorUtils.h // // diff --git a/Core/Tools/W3DView/DataTreeView.cpp b/Core/Tools/W3DView/DataTreeView.cpp index 368a5fc1d7..88fea23b65 100644 --- a/Core/Tools/W3DView/DataTreeView.cpp +++ b/Core/Tools/W3DView/DataTreeView.cpp @@ -48,7 +48,7 @@ #include "hcanim.h" #include "AssetInfo.h" #include "Utils.h" -#include "Vector.H" +#include "Vector.h" #include "part_emt.h" #include "agg_def.h" #include "bmp2d.h" diff --git a/Core/Tools/W3DView/DataTreeView.h b/Core/Tools/W3DView/DataTreeView.h index 26bd64d870..2882cf719b 100644 --- a/Core/Tools/W3DView/DataTreeView.h +++ b/Core/Tools/W3DView/DataTreeView.h @@ -21,9 +21,9 @@ // DataTreeView.h : header file // -#include "AfxCView.H" +#include "AfxCView.h" #include "AssetTypes.h" -#include "Vector.H" +#include "Vector.h" // Forward declarations class RenderObjClass; diff --git a/Core/Tools/W3DView/DialogToolbar.cpp b/Core/Tools/W3DView/DialogToolbar.cpp index e80fc6c9be..f3e94f2831 100644 --- a/Core/Tools/W3DView/DialogToolbar.cpp +++ b/Core/Tools/W3DView/DialogToolbar.cpp @@ -36,7 +36,7 @@ #include "StdAfx.h" #include "DialogToolbar.h" -#include "AfxPriv.H" +#include "AfxPriv.h" BEGIN_MESSAGE_MAP(DialogToolbarClass, CToolBar) diff --git a/Core/Tools/W3DView/EmitterInstanceList.h b/Core/Tools/W3DView/EmitterInstanceList.h index bb66fc2316..88688ba59e 100644 --- a/Core/Tools/W3DView/EmitterInstanceList.h +++ b/Core/Tools/W3DView/EmitterInstanceList.h @@ -32,7 +32,7 @@ #pragma once -#include "Vector.H" +#include "Vector.h" #include "part_ldr.h" #include "part_emt.h" diff --git a/Core/Tools/W3DView/EmitterParticlePropPage.cpp b/Core/Tools/W3DView/EmitterParticlePropPage.cpp index aa5b92065f..cff67fb241 100644 --- a/Core/Tools/W3DView/EmitterParticlePropPage.cpp +++ b/Core/Tools/W3DView/EmitterParticlePropPage.cpp @@ -24,7 +24,7 @@ #include "EmitterParticlePropPage.h" #include "part_emt.h" #include "Utils.h" -#include "Vector3RndCombo.H" +#include "Vector3RndCombo.h" #include "VolumeRandomDialog.h" #include "EmitterInstanceList.h" diff --git a/Core/Tools/W3DView/Globals.cpp b/Core/Tools/W3DView/Globals.cpp index 2d9341463c..45dfd6d7a3 100644 --- a/Core/Tools/W3DView/Globals.cpp +++ b/Core/Tools/W3DView/Globals.cpp @@ -18,7 +18,7 @@ ///////////////////////////////////////////////////////////////////// // -// Globals.CPP +// Globals.cpp // // Module containing global variable initialization. // diff --git a/Core/Tools/W3DView/Globals.h b/Core/Tools/W3DView/Globals.h index 4486775017..b0da69bfdf 100644 --- a/Core/Tools/W3DView/Globals.h +++ b/Core/Tools/W3DView/Globals.h @@ -18,7 +18,7 @@ ///////////////////////////////////////////////////////////////////// // -// Globals.H +// Globals.h // // Module containing global variable definitions. // diff --git a/Core/Tools/W3DView/GraphicView.cpp b/Core/Tools/W3DView/GraphicView.cpp index 9ddeb97c89..f072b2fba7 100644 --- a/Core/Tools/W3DView/GraphicView.cpp +++ b/Core/Tools/W3DView/GraphicView.cpp @@ -40,7 +40,7 @@ #include "ScreenCursor.h" #include "mesh.h" #include "coltest.h" -#include "MPU.H" +#include "MPU.h" #include "dazzle.h" #include "SoundScene.h" #include "WWAudio.h" diff --git a/Core/Tools/W3DView/TextureMgrDialog.cpp b/Core/Tools/W3DView/TextureMgrDialog.cpp index 8537be6741..e05712f75a 100644 --- a/Core/Tools/W3DView/TextureMgrDialog.cpp +++ b/Core/Tools/W3DView/TextureMgrDialog.cpp @@ -35,13 +35,13 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ -#include "StdAfx.H" -#include "W3DView.H" -#include "TextureMgrDialog.H" -#include "Mesh.H" -#include "MatInfo.H" -#include "TextureSettingsDialog.H" -#include "AssetMgr.H" +#include "StdAfx.h" +#include "W3DView.h" +#include "TextureMgrDialog.h" +#include "Mesh.h" +#include "MatInfo.h" +#include "TextureSettingsDialog.h" +#include "AssetMgr.h" #include "texture.h" diff --git a/Core/Tools/W3DView/TextureMgrDialog.h b/Core/Tools/W3DView/TextureMgrDialog.h index 0d6302b323..ede44585ef 100644 --- a/Core/Tools/W3DView/TextureMgrDialog.h +++ b/Core/Tools/W3DView/TextureMgrDialog.h @@ -36,11 +36,11 @@ #pragma once -#include "Vector.H" -#include "RendObj.H" -#include "Utils.H" -#include "Resource.H" -#include "DialogToolbar.H" +#include "Vector.h" +#include "RendObj.h" +#include "Utils.h" +#include "Resource.h" +#include "DialogToolbar.h" #include "texture.h" // Forward declarations diff --git a/Core/Tools/W3DView/TextureSettingsDialog.cpp b/Core/Tools/W3DView/TextureSettingsDialog.cpp index fd89eb9322..f84e79e94a 100644 --- a/Core/Tools/W3DView/TextureSettingsDialog.cpp +++ b/Core/Tools/W3DView/TextureSettingsDialog.cpp @@ -31,12 +31,12 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ -#include "StdAfx.H" -#include "Texture.H" -#include "W3DView.H" -#include "TextureSettingsDialog.H" -#include "Utils.H" -#include "AssetMgr.H" +#include "StdAfx.h" +#include "Texture.h" +#include "W3DView.h" +#include "TextureSettingsDialog.h" +#include "Utils.h" +#include "AssetMgr.h" /*#ifdef RTS_DEBUG #define new DEBUG_NEW diff --git a/Core/Tools/W3DView/TextureSettingsDialog.h b/Core/Tools/W3DView/TextureSettingsDialog.h index 8d19946823..ba443b4b0c 100644 --- a/Core/Tools/W3DView/TextureSettingsDialog.h +++ b/Core/Tools/W3DView/TextureSettingsDialog.h @@ -37,7 +37,7 @@ // Forward delcarations class TextureClass; -#include "Resource.H" +#include "Resource.h" ///////////////////////////////////////////////////////////////////////////// // diff --git a/Core/Tools/W3DView/Toolbar.cpp b/Core/Tools/W3DView/Toolbar.cpp index e9682de79f..b252d74647 100644 --- a/Core/Tools/W3DView/Toolbar.cpp +++ b/Core/Tools/W3DView/Toolbar.cpp @@ -18,7 +18,7 @@ ////////////////////////////////////////////////////////////////////// // -// Toolbar.CPP +// Toolbar.cpp // // Implementation of a 'fancy' toolbar using hi-color buttons // diff --git a/Core/Tools/W3DView/Toolbar.h b/Core/Tools/W3DView/Toolbar.h index 9bb0a5a71f..527c2a1537 100644 --- a/Core/Tools/W3DView/Toolbar.h +++ b/Core/Tools/W3DView/Toolbar.h @@ -18,7 +18,7 @@ ////////////////////////////////////////////////////////////////////// // -// Toolbar.H +// Toolbar.h // // Declaration of a 'fancy' toolbar using hi-color buttons // diff --git a/Core/Tools/W3DView/Utils.cpp b/Core/Tools/W3DView/Utils.cpp index b5ec8953cd..ea565a19c4 100644 --- a/Core/Tools/W3DView/Utils.cpp +++ b/Core/Tools/W3DView/Utils.cpp @@ -18,7 +18,7 @@ ///////////////////////////////////////////////////////////////////////////// // -// Utils.CPP +// Utils.cpp // // Module containing usefull misc. utility functions // @@ -33,7 +33,7 @@ #include "assetmgr.h" #include "agg_def.h" #include "hlod.h" -#include +#include #include "rcfile.h" diff --git a/Core/Tools/W3DView/Utils.h b/Core/Tools/W3DView/Utils.h index 1e1168c599..8316f899e9 100644 --- a/Core/Tools/W3DView/Utils.h +++ b/Core/Tools/W3DView/Utils.h @@ -18,14 +18,14 @@ ///////////////////////////////////////////////////////////////////////////// // -// Utils.H +// Utils.h // // Module containing usefull misc. utility functions // #pragma once -#include "Vector.H" +#include "Vector.h" // Forward declarations class RenderObjClass; diff --git a/Core/Tools/W3DView/Vector3RndCombo.cpp b/Core/Tools/W3DView/Vector3RndCombo.cpp index 658e61d1f9..5cc5ca992d 100644 --- a/Core/Tools/W3DView/Vector3RndCombo.cpp +++ b/Core/Tools/W3DView/Vector3RndCombo.cpp @@ -32,7 +32,7 @@ #include "StdAfx.h" -#include "Vector3RndCombo.H" +#include "Vector3RndCombo.h" #include "v3_rnd.h" const char * const RANDOMIZER_NAMES[Vector3Randomizer::CLASSID_MAXKNOWN] = diff --git a/Core/Tools/W3DView/Vector3RndCombo.H b/Core/Tools/W3DView/Vector3RndCombo.h similarity index 97% rename from Core/Tools/W3DView/Vector3RndCombo.H rename to Core/Tools/W3DView/Vector3RndCombo.h index ac47806695..e2adc4bb63 100644 --- a/Core/Tools/W3DView/Vector3RndCombo.H +++ b/Core/Tools/W3DView/Vector3RndCombo.h @@ -22,7 +22,7 @@ * * * Project Name : WW3DView * * * - * $Archive:: /Commando/Code/Tools/W3DView/Vector3RndCombo.H $Modtime:: $* + * $Archive:: /Commando/Code/Tools/W3DView/Vector3RndCombo.h $Modtime:: $* * * * $Revision:: 2 $* * * diff --git a/Core/Tools/W3DView/W3DViewDoc.cpp b/Core/Tools/W3DView/W3DViewDoc.cpp index 9c6fc5707d..f67232afcd 100644 --- a/Core/Tools/W3DView/W3DViewDoc.cpp +++ b/Core/Tools/W3DView/W3DViewDoc.cpp @@ -35,7 +35,7 @@ #include "light.h" #include "camera.h" #include "w3d_file.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "bmp2d.h" #include "part_emt.h" #include "part_ldr.h" @@ -48,7 +48,7 @@ #include "hlod.h" #include "RestrictedFileDialog.h" #include "ViewerScene.h" -#include "INI.H" +#include "INI.h" #include "ww3d.h" #include "EmitterInstanceList.h" #include "mesh.h" diff --git a/Core/Tools/WW3D/max2w3d/CMakeLists.txt b/Core/Tools/WW3D/max2w3d/CMakeLists.txt index 433365eb59..07eb6dbf32 100644 --- a/Core/Tools/WW3D/max2w3d/CMakeLists.txt +++ b/Core/Tools/WW3D/max2w3d/CMakeLists.txt @@ -117,8 +117,8 @@ set(MAX2W3D_SRC "skindata.h" "SnapPoints.cpp" "SnapPoints.h" - "TARGA.CPP" - "TARGA.H" + "TARGA.cpp" + "TARGA.h" "util.cpp" "util.h" "Utility.cpp" diff --git a/Core/Tools/WW3D/max2w3d/GameMtl.cpp b/Core/Tools/WW3D/max2w3d/GameMtl.cpp index 6752c6328d..1010d91197 100644 --- a/Core/Tools/WW3D/max2w3d/GameMtl.cpp +++ b/Core/Tools/WW3D/max2w3d/GameMtl.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : GAMEMTL.CPP * + * File Name : GAMEMTL.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/LightGlareSave.h b/Core/Tools/WW3D/max2w3d/LightGlareSave.h index 74aad4b041..23c9f4e036 100644 --- a/Core/Tools/WW3D/max2w3d/LightGlareSave.h +++ b/Core/Tools/WW3D/max2w3d/LightGlareSave.h @@ -41,7 +41,7 @@ #include #include "w3d_file.h" #include "chunkio.h" -#include "PROGRESS.H" +#include "PROGRESS.h" /******************************************************************************************* diff --git a/Core/Tools/WW3D/max2w3d/MeshDeform.h b/Core/Tools/WW3D/max2w3d/MeshDeform.h index 5f50d7629e..45ea857f2c 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeform.h +++ b/Core/Tools/WW3D/max2w3d/MeshDeform.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MeshDeform.H * + * File Name : MeshDeform.h * * * * Programmer : Patrick Smith * * * @@ -38,7 +38,7 @@ #pragma once #include -#include "Vector.H" +#include "Vector.h" // Forward declarations class MeshDeformPanelClass; diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformData.h b/Core/Tools/WW3D/max2w3d/MeshDeformData.h index 9690b0cab8..7e7170fe53 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformData.h +++ b/Core/Tools/WW3D/max2w3d/MeshDeformData.h @@ -37,7 +37,7 @@ #pragma once #include -#include "Vector.H" +#include "Vector.h" #include "MeshDeformSet.h" diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformDefs.h b/Core/Tools/WW3D/max2w3d/MeshDeformDefs.h index 9b297fdbaa..51e130766f 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformDefs.h +++ b/Core/Tools/WW3D/max2w3d/MeshDeformDefs.h @@ -37,7 +37,7 @@ #pragma once #include -#include "Vector.H" +#include "Vector.h" /////////////////////////////////////////////////////////////////////////// // diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformPanel.h b/Core/Tools/WW3D/max2w3d/MeshDeformPanel.h index ffd5bfd567..36322e413d 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformPanel.h +++ b/Core/Tools/WW3D/max2w3d/MeshDeformPanel.h @@ -22,7 +22,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MeshDeformPanel.H * + * File Name : MeshDeformPanel.h * * * * Programmer : Patrick Smith * * * diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformSave.cpp b/Core/Tools/WW3D/max2w3d/MeshDeformSave.cpp index aadc4fe914..20746a95e9 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformSave.cpp +++ b/Core/Tools/WW3D/max2w3d/MeshDeformSave.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MeshDeformSafe.CPP + * File Name : MeshDeformSafe.cpp * * * Programmer : Patrick Smith * * * diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformSave.h b/Core/Tools/WW3D/max2w3d/MeshDeformSave.h index 92fdd47c0a..e27ff6e08e 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformSave.h +++ b/Core/Tools/WW3D/max2w3d/MeshDeformSave.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MeshDeformSafe.H + * File Name : MeshDeformSafe.h * * * Programmer : Patrick Smith * * * @@ -38,7 +38,7 @@ #pragma once #include -#include "Vector.H" +#include "Vector.h" // Forward declarations class ChunkSaveClass; diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformSaveSet.cpp b/Core/Tools/WW3D/max2w3d/MeshDeformSaveSet.cpp index 2eff00eb2a..54f747c988 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformSaveSet.cpp +++ b/Core/Tools/WW3D/max2w3d/MeshDeformSaveSet.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MeshDeformSaveSet.CPP + * File Name : MeshDeformSaveSet.cpp * * * Programmer : Patrick Smith * * * diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformSaveSet.h b/Core/Tools/WW3D/max2w3d/MeshDeformSaveSet.h index 633d72cc41..13642bc8a0 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformSaveSet.h +++ b/Core/Tools/WW3D/max2w3d/MeshDeformSaveSet.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MeshDeformSaveSet.H + * File Name : MeshDeformSaveSet.h * * * Programmer : Patrick Smith * * * @@ -38,7 +38,7 @@ #pragma once #include -#include "Vector.H" +#include "Vector.h" // Forward declarations class ChunkSaveClass; diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformSet.h b/Core/Tools/WW3D/max2w3d/MeshDeformSet.h index da5110f014..4451fb290a 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformSet.h +++ b/Core/Tools/WW3D/max2w3d/MeshDeformSet.h @@ -37,7 +37,7 @@ #pragma once #include -#include "Vector.H" +#include "Vector.h" #include "MeshDeformDefs.h" diff --git a/Core/Tools/WW3D/max2w3d/MeshDeformUndo.h b/Core/Tools/WW3D/max2w3d/MeshDeformUndo.h index 3483e0674e..330c34389a 100644 --- a/Core/Tools/WW3D/max2w3d/MeshDeformUndo.h +++ b/Core/Tools/WW3D/max2w3d/MeshDeformUndo.h @@ -37,7 +37,7 @@ #pragma once #include -#include "Vector.H" +#include "Vector.h" #include "MeshDeformDefs.h" // Forward declarations diff --git a/Core/Tools/WW3D/max2w3d/TARGA.CPP b/Core/Tools/WW3D/max2w3d/TARGA.cpp similarity index 99% rename from Core/Tools/WW3D/max2w3d/TARGA.CPP rename to Core/Tools/WW3D/max2w3d/TARGA.cpp index 644b352076..8b0ffd2e41 100644 --- a/Core/Tools/WW3D/max2w3d/TARGA.CPP +++ b/Core/Tools/WW3D/max2w3d/TARGA.cpp @@ -60,7 +60,7 @@ * ****************************************************************************/ -#include "TARGA.H" +#include "TARGA.h" #ifndef TGA_USES_WWLIB_FILE_CLASSES #include #endif diff --git a/Core/Tools/WW3D/max2w3d/TARGA.H b/Core/Tools/WW3D/max2w3d/TARGA.h similarity index 100% rename from Core/Tools/WW3D/max2w3d/TARGA.H rename to Core/Tools/WW3D/max2w3d/TARGA.h diff --git a/Core/Tools/WW3D/max2w3d/aabtreebuilder.h b/Core/Tools/WW3D/max2w3d/aabtreebuilder.h index 7d7cfe9894..604d8130c1 100644 --- a/Core/Tools/WW3D/max2w3d/aabtreebuilder.h +++ b/Core/Tools/WW3D/max2w3d/aabtreebuilder.h @@ -42,7 +42,7 @@ #include "vector3.h" #include "vector3i.h" #include "aaplane.h" -#include "BITTYPE.H" +#include "BITTYPE.h" #include class AABTreeClass; diff --git a/Core/Tools/WW3D/max2w3d/bchannel.h b/Core/Tools/WW3D/max2w3d/bchannel.h index 594681ec01..67c3b71668 100644 --- a/Core/Tools/WW3D/max2w3d/bchannel.h +++ b/Core/Tools/WW3D/max2w3d/bchannel.h @@ -41,7 +41,7 @@ #endif #ifndef BITTYPE_H -#include "BITTYPE.H" +#include "BITTYPE.h" #endif #ifndef CHUNKIO_H @@ -49,7 +49,7 @@ #endif #ifndef VECTOR_H -#include "Vector.H" +#include "Vector.h" #endif #ifndef W3D_FILE_H diff --git a/Core/Tools/WW3D/max2w3d/colboxsave.h b/Core/Tools/WW3D/max2w3d/colboxsave.h index b044069be1..76fa6a449e 100644 --- a/Core/Tools/WW3D/max2w3d/colboxsave.h +++ b/Core/Tools/WW3D/max2w3d/colboxsave.h @@ -39,7 +39,7 @@ #include #include "w3d_file.h" #include "chunkio.h" -#include "PROGRESS.H" +#include "PROGRESS.h" /******************************************************************************************* diff --git a/Core/Tools/WW3D/max2w3d/dazzlesave.h b/Core/Tools/WW3D/max2w3d/dazzlesave.h index 0571edbbef..bb2a4f1b58 100644 --- a/Core/Tools/WW3D/max2w3d/dazzlesave.h +++ b/Core/Tools/WW3D/max2w3d/dazzlesave.h @@ -41,7 +41,7 @@ #include #include "w3d_file.h" #include "chunkio.h" -#include "PROGRESS.H" +#include "PROGRESS.h" /******************************************************************************************* diff --git a/Core/Tools/WW3D/max2w3d/dllmain.cpp b/Core/Tools/WW3D/max2w3d/dllmain.cpp index e03af53066..ce3727e08e 100644 --- a/Core/Tools/WW3D/max2w3d/dllmain.cpp +++ b/Core/Tools/WW3D/max2w3d/dllmain.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : DLLMAIN.CPP * + * File Name : DLLMAIN.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/dllmain.h b/Core/Tools/WW3D/max2w3d/dllmain.h index f3eec14c3f..fb921d7b5c 100644 --- a/Core/Tools/WW3D/max2w3d/dllmain.h +++ b/Core/Tools/WW3D/max2w3d/dllmain.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : DLLMAIN.H * + * File Name : DLLMAIN.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/gamemaps.cpp b/Core/Tools/WW3D/max2w3d/gamemaps.cpp index b22def8e3a..0be2207c5c 100644 --- a/Core/Tools/WW3D/max2w3d/gamemaps.cpp +++ b/Core/Tools/WW3D/max2w3d/gamemaps.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : GAMEMAPS.CPP * + * File Name : GAMEMAPS.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/gamemaps.h b/Core/Tools/WW3D/max2w3d/gamemaps.h index d5240ee18d..f94e728406 100644 --- a/Core/Tools/WW3D/max2w3d/gamemaps.h +++ b/Core/Tools/WW3D/max2w3d/gamemaps.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : GAMEMAPS.H * + * File Name : GAMEMAPS.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/gamemtl.h b/Core/Tools/WW3D/max2w3d/gamemtl.h index 42df7ce8a5..1065b4464d 100644 --- a/Core/Tools/WW3D/max2w3d/gamemtl.h +++ b/Core/Tools/WW3D/max2w3d/gamemtl.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : GAMEMTL.H * + * File Name : GAMEMTL.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/geometryexporttask.h b/Core/Tools/WW3D/max2w3d/geometryexporttask.h index c7b16bf17a..a3802a1cf5 100644 --- a/Core/Tools/WW3D/max2w3d/geometryexporttask.h +++ b/Core/Tools/WW3D/max2w3d/geometryexporttask.h @@ -41,7 +41,7 @@ #include #include #include "w3d_file.h" -#include "Vector.H" +#include "Vector.h" class GeometryExportContextClass; diff --git a/Core/Tools/WW3D/max2w3d/gmtldlg.cpp b/Core/Tools/WW3D/max2w3d/gmtldlg.cpp index 22c0fb3802..f2ebcba44a 100644 --- a/Core/Tools/WW3D/max2w3d/gmtldlg.cpp +++ b/Core/Tools/WW3D/max2w3d/gmtldlg.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : GMTLDLG.CPP * + * File Name : GMTLDLG.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/hiersave.cpp b/Core/Tools/WW3D/max2w3d/hiersave.cpp index d7a3a8609f..70066e54d3 100644 --- a/Core/Tools/WW3D/max2w3d/hiersave.cpp +++ b/Core/Tools/WW3D/max2w3d/hiersave.cpp @@ -62,7 +62,7 @@ #include "hiersave.h" #include "w3d_file.h" #include "nodefilt.h" -#include "EULER.H" +#include "EULER.h" #include "util.h" #include "w3dappdata.h" #include "errclass.h" diff --git a/Core/Tools/WW3D/max2w3d/hiersave.h b/Core/Tools/WW3D/max2w3d/hiersave.h index fb88aae355..6771537f7c 100644 --- a/Core/Tools/WW3D/max2w3d/hiersave.h +++ b/Core/Tools/WW3D/max2w3d/hiersave.h @@ -47,7 +47,7 @@ #endif #ifndef PROGRESS_H -#include "PROGRESS.H" +#include "PROGRESS.h" #endif #ifndef CHUNKIO_H @@ -59,7 +59,7 @@ #endif #ifndef VECTOR_H -#include "Vector.H" +#include "Vector.h" #endif diff --git a/Core/Tools/WW3D/max2w3d/hlodsave.h b/Core/Tools/WW3D/max2w3d/hlodsave.h index 0adf30f7ac..a0b91af6b9 100644 --- a/Core/Tools/WW3D/max2w3d/hlodsave.h +++ b/Core/Tools/WW3D/max2w3d/hlodsave.h @@ -42,7 +42,7 @@ #include #include "w3d_file.h" -#include "PROGRESS.H" +#include "PROGRESS.h" #include "chunkio.h" #include "meshcon.h" diff --git a/Core/Tools/WW3D/max2w3d/maxworldinfo.h b/Core/Tools/WW3D/max2w3d/maxworldinfo.h index d04603eb3a..d690edb50a 100644 --- a/Core/Tools/WW3D/max2w3d/maxworldinfo.h +++ b/Core/Tools/WW3D/max2w3d/maxworldinfo.h @@ -41,7 +41,7 @@ #include #include "meshbuild.h" #include "nodelist.h" -#include "Vector.H" +#include "Vector.h" class GeometryExportTaskClass; diff --git a/Core/Tools/WW3D/max2w3d/meshbuild.h b/Core/Tools/WW3D/max2w3d/meshbuild.h index b8a5c794ce..bb48832aa6 100644 --- a/Core/Tools/WW3D/max2w3d/meshbuild.h +++ b/Core/Tools/WW3D/max2w3d/meshbuild.h @@ -39,7 +39,7 @@ #include "always.h" #include "vector2.h" #include "vector3.h" -#include "BITTYPE.H" +#include "BITTYPE.h" #include diff --git a/Core/Tools/WW3D/max2w3d/meshcon.h b/Core/Tools/WW3D/max2w3d/meshcon.h index 9e099841ac..cae17047f1 100644 --- a/Core/Tools/WW3D/max2w3d/meshcon.h +++ b/Core/Tools/WW3D/max2w3d/meshcon.h @@ -58,7 +58,7 @@ #endif #ifndef VECTOR_H -#include "Vector.H" +#include "Vector.h" #endif diff --git a/Core/Tools/WW3D/max2w3d/meshsave.cpp b/Core/Tools/WW3D/max2w3d/meshsave.cpp index ed8de0e934..d1ff3513b1 100644 --- a/Core/Tools/WW3D/max2w3d/meshsave.cpp +++ b/Core/Tools/WW3D/max2w3d/meshsave.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : MESHSAVE.CPP * + * File Name : MESHSAVE.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/meshsave.h b/Core/Tools/WW3D/max2w3d/meshsave.h index 0574d55b15..db46e5549d 100644 --- a/Core/Tools/WW3D/max2w3d/meshsave.h +++ b/Core/Tools/WW3D/max2w3d/meshsave.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : MESHSAVE.H * + * File Name : MESHSAVE.h * * * * Programmer : Greg Hjelstrom * * * @@ -39,10 +39,10 @@ #include "rawfile.h" // have to include this before Max.h #include -#include "BITTYPE.H" +#include "BITTYPE.h" #include "w3d_file.h" #include "chunkio.h" -#include "PROGRESS.H" +#include "PROGRESS.h" #include "nodelist.h" #include "util.h" #include "w3dmtl.h" diff --git a/Core/Tools/WW3D/max2w3d/motion.cpp b/Core/Tools/WW3D/max2w3d/motion.cpp index 99f3cd28fc..c687772147 100644 --- a/Core/Tools/WW3D/max2w3d/motion.cpp +++ b/Core/Tools/WW3D/max2w3d/motion.cpp @@ -53,7 +53,7 @@ #include "w3d_file.h" #include "vchannel.h" #include "bchannel.h" -#include "EULER.H" +#include "EULER.h" #include "util.h" #include "errclass.h" #include "w3dutil.h" diff --git a/Core/Tools/WW3D/max2w3d/motion.h b/Core/Tools/WW3D/max2w3d/motion.h index 5bde02b62f..071298737e 100644 --- a/Core/Tools/WW3D/max2w3d/motion.h +++ b/Core/Tools/WW3D/max2w3d/motion.h @@ -48,7 +48,7 @@ #endif #ifndef PROGRESS_H -#include "PROGRESS.H" +#include "PROGRESS.h" #endif #ifndef CHUNKIO_H @@ -56,7 +56,7 @@ #endif #ifndef VECTOR_H -#include "Vector.H" +#include "Vector.h" #endif #ifndef LOGDLG_H diff --git a/Core/Tools/WW3D/max2w3d/nullsave.h b/Core/Tools/WW3D/max2w3d/nullsave.h index 116c6ed95c..8a433d9819 100644 --- a/Core/Tools/WW3D/max2w3d/nullsave.h +++ b/Core/Tools/WW3D/max2w3d/nullsave.h @@ -39,7 +39,7 @@ #include #include "w3d_file.h" #include "chunkio.h" -#include "PROGRESS.H" +#include "PROGRESS.h" /******************************************************************************************* diff --git a/Core/Tools/WW3D/max2w3d/vchannel.h b/Core/Tools/WW3D/max2w3d/vchannel.h index fbe8beb7f4..e26d75c3ad 100644 --- a/Core/Tools/WW3D/max2w3d/vchannel.h +++ b/Core/Tools/WW3D/max2w3d/vchannel.h @@ -42,7 +42,7 @@ #endif #ifndef BITTYPE_H -#include "BITTYPE.H" +#include "BITTYPE.h" #endif #ifndef CHUNKIO_H diff --git a/Core/Tools/WW3D/max2w3d/vxl.h b/Core/Tools/WW3D/max2w3d/vxl.h index 7941bdc9eb..0d3b688d2d 100644 --- a/Core/Tools/WW3D/max2w3d/vxl.h +++ b/Core/Tools/WW3D/max2w3d/vxl.h @@ -52,7 +52,7 @@ #endif #ifndef PROGRESS_H -#include "PROGRESS.H" +#include "PROGRESS.h" #endif diff --git a/Core/Tools/WW3D/max2w3d/vxllayer.cpp b/Core/Tools/WW3D/max2w3d/vxllayer.cpp index 7ba84c77b4..3a23cfa19c 100644 --- a/Core/Tools/WW3D/max2w3d/vxllayer.cpp +++ b/Core/Tools/WW3D/max2w3d/vxllayer.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : VXLLAYER.CPP * + * File Name : VXLLAYER.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/max2w3d/vxllayer.h b/Core/Tools/WW3D/max2w3d/vxllayer.h index 31705cf76c..d70dc849ba 100644 --- a/Core/Tools/WW3D/max2w3d/vxllayer.h +++ b/Core/Tools/WW3D/max2w3d/vxllayer.h @@ -41,7 +41,7 @@ #ifndef BITTYPE_H -#include "BITTYPE.H" +#include "BITTYPE.h" #endif #ifndef NODELIST_H diff --git a/Core/Tools/WW3D/max2w3d/w3d_file.h b/Core/Tools/WW3D/max2w3d/w3d_file.h index 57fd907a71..06e474e83a 100644 --- a/Core/Tools/WW3D/max2w3d/w3d_file.h +++ b/Core/Tools/WW3D/max2w3d/w3d_file.h @@ -38,7 +38,7 @@ #pragma once #include "always.h" -#include "BITTYPE.H" +#include "BITTYPE.h" #include "iostruct.h" #include diff --git a/Core/Tools/WW3D/max2w3d/w3dexp.cpp b/Core/Tools/WW3D/max2w3d/w3dexp.cpp index bd75384880..b1ade39381 100644 --- a/Core/Tools/WW3D/max2w3d/w3dexp.cpp +++ b/Core/Tools/WW3D/max2w3d/w3dexp.cpp @@ -60,7 +60,7 @@ #include "meshcon.h" #include "SnapPoints.h" #include "w3ddlg.h" -#include "PROGRESS.H" +#include "PROGRESS.h" #include "errclass.h" #include "motion.h" #include "util.h" @@ -75,7 +75,7 @@ #include "geometryexportcontext.h" #include -#include "TARGA.H" +#include "TARGA.h" // Used to communicate from the exporter to the dialog. char W3dExportClass::CurrentExportPath[_MAX_DRIVE + _MAX_DIR + 1] = { '\000' }; diff --git a/Core/Tools/WW3D/max2w3d/w3dmtl.h b/Core/Tools/WW3D/max2w3d/w3dmtl.h index 7238563086..54fb2bd9a1 100644 --- a/Core/Tools/WW3D/max2w3d/w3dmtl.h +++ b/Core/Tools/WW3D/max2w3d/w3dmtl.h @@ -38,7 +38,7 @@ #include "always.h" #include "w3d_file.h" -#include "Vector.H" +#include "Vector.h" class GameMtl; class Mtl; diff --git a/Core/Tools/WW3D/pluglib/BITTYPE.H b/Core/Tools/WW3D/pluglib/BITTYPE.h similarity index 100% rename from Core/Tools/WW3D/pluglib/BITTYPE.H rename to Core/Tools/WW3D/pluglib/BITTYPE.h diff --git a/Core/Tools/WW3D/pluglib/CMakeLists.txt b/Core/Tools/WW3D/pluglib/CMakeLists.txt index de04ff9e63..e329dd35b9 100644 --- a/Core/Tools/WW3D/pluglib/CMakeLists.txt +++ b/Core/Tools/WW3D/pluglib/CMakeLists.txt @@ -1,14 +1,14 @@ set(PLUGLIB_SRC "aaplane.h" "always.h" - "BITTYPE.H" + "BITTYPE.h" "bool.h" "borlandc.h" "chunkio.cpp" "chunkio.h" "errclass.h" - "EULER.CPP" - "EULER.H" + "EULER.cpp" + "EULER.h" "hashcalc.h" "hsv.cpp" "hsv.h" @@ -26,7 +26,7 @@ set(PLUGLIB_SRC "palette.cpp" "palette.h" "plane.h" - "PROGRESS.H" + "PROGRESS.h" "rawfile.cpp" "rawfile.h" "realcrc.cpp" @@ -34,8 +34,8 @@ set(PLUGLIB_SRC "rgb.cpp" "rgb.h" "uarray.h" - "Vector.CPP" - "Vector.H" + "Vector.cpp" + "Vector.h" "vector2.h" "vector3.h" "vector3i.h" diff --git a/Core/Tools/WW3D/pluglib/EULER.CPP b/Core/Tools/WW3D/pluglib/EULER.cpp similarity index 98% rename from Core/Tools/WW3D/pluglib/EULER.CPP rename to Core/Tools/WW3D/pluglib/EULER.cpp index b997b1d1e9..517e51ab07 100644 --- a/Core/Tools/WW3D/pluglib/EULER.CPP +++ b/Core/Tools/WW3D/pluglib/EULER.cpp @@ -16,14 +16,14 @@ ** along with this program. If not, see . */ -/* $Header: /Commando/Code/Tools/max2w3d/EULER.CPP 5 12/02/97 10:14p Greg_h $ */ +/* $Header: /Commando/Code/Tools/max2w3d/EULER.cpp 5 12/02/97 10:14p Greg_h $ */ /*********************************************************************************************** *** Confidential - Westwood Studios *** *********************************************************************************************** * * * Project Name : Commando / G 3D Engine * * * - * $Archive:: /Commando/Code/Tools/max2w3d/EULER.CPP $* + * $Archive:: /Commando/Code/Tools/max2w3d/EULER.cpp $* * * * $Author:: Greg_h $* * * @@ -36,7 +36,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ -#include "EULER.H" +#include "EULER.h" #include diff --git a/Core/Tools/WW3D/pluglib/EULER.H b/Core/Tools/WW3D/pluglib/EULER.h similarity index 97% rename from Core/Tools/WW3D/pluglib/EULER.H rename to Core/Tools/WW3D/pluglib/EULER.h index 9901ed406e..189c82dd55 100644 --- a/Core/Tools/WW3D/pluglib/EULER.H +++ b/Core/Tools/WW3D/pluglib/EULER.h @@ -16,14 +16,14 @@ ** along with this program. If not, see . */ -/* $Header: /Commando/Code/Tools/max2w3d/EULER.H 3 10/28/97 6:08p Greg_h $ */ +/* $Header: /Commando/Code/Tools/max2w3d/EULER.h 3 10/28/97 6:08p Greg_h $ */ /*********************************************************************************************** *** Confidential - Westwood Studios *** *********************************************************************************************** * * * Project Name : Commando / G 3D Engine * * * - * $Archive:: /Commando/Code/Tools/max2w3d/EULER.H $* + * $Archive:: /Commando/Code/Tools/max2w3d/EULER.h $* * * * $Author:: Greg_h $* * * diff --git a/Core/Tools/WW3D/pluglib/PROGRESS.H b/Core/Tools/WW3D/pluglib/PROGRESS.h similarity index 96% rename from Core/Tools/WW3D/pluglib/PROGRESS.H rename to Core/Tools/WW3D/pluglib/PROGRESS.h index bb57b2d952..4b7dfc888d 100644 --- a/Core/Tools/WW3D/pluglib/PROGRESS.H +++ b/Core/Tools/WW3D/pluglib/PROGRESS.h @@ -16,14 +16,14 @@ ** along with this program. If not, see . */ -/* $Header: /Commando/Code/Tools/max2w3d/PROGRESS.H 5 10/28/97 6:08p Greg_h $ */ +/* $Header: /Commando/Code/Tools/max2w3d/PROGRESS.h 5 10/28/97 6:08p Greg_h $ */ /*********************************************************************************************** *** Confidential - Westwood Studios *** *********************************************************************************************** * * * Project Name : Commando / G 3D engine * * * - * File Name : PROGRESS.H * + * File Name : PROGRESS.h * * * * Programmer : James McNeil * * * diff --git a/Core/Tools/WW3D/pluglib/Vector.CPP b/Core/Tools/WW3D/pluglib/Vector.cpp similarity index 99% rename from Core/Tools/WW3D/pluglib/Vector.CPP rename to Core/Tools/WW3D/pluglib/Vector.cpp index e5006a44e0..328add8e5d 100644 --- a/Core/Tools/WW3D/pluglib/Vector.CPP +++ b/Core/Tools/WW3D/pluglib/Vector.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Code/Tools/pluglib/Vector.CPP $* + * $Archive:: /Commando/Code/Tools/pluglib/Vector.cpp $* * * * $Author:: Greg_h $* * * @@ -53,7 +53,7 @@ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #include "always.h" -#include "Vector.H" +#include "Vector.h" #include /* diff --git a/Core/Tools/WW3D/pluglib/Vector.H b/Core/Tools/WW3D/pluglib/Vector.h similarity index 99% rename from Core/Tools/WW3D/pluglib/Vector.H rename to Core/Tools/WW3D/pluglib/Vector.h index 893ee38c06..aa2ce7b26f 100644 --- a/Core/Tools/WW3D/pluglib/Vector.H +++ b/Core/Tools/WW3D/pluglib/Vector.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Code/Library/Vector.H $* + * $Archive:: /Commando/Code/Library/Vector.h $* * * * $Author:: Byon_g $* * * diff --git a/Core/Tools/WW3D/pluglib/WWmatrix3.h b/Core/Tools/WW3D/pluglib/WWmatrix3.h index 3611036e39..acb168f1e6 100644 --- a/Core/Tools/WW3D/pluglib/WWmatrix3.h +++ b/Core/Tools/WW3D/pluglib/WWmatrix3.h @@ -23,7 +23,7 @@ * * * Project Name : WW3D * * * - * File Name : MATRIX3.H * + * File Name : MATRIX3.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/chunkio.h b/Core/Tools/WW3D/pluglib/chunkio.h index 3481762211..2c38fc42b7 100644 --- a/Core/Tools/WW3D/pluglib/chunkio.h +++ b/Core/Tools/WW3D/pluglib/chunkio.h @@ -42,7 +42,7 @@ #endif #ifndef BITTYPE_H -#include "BITTYPE.H" +#include "BITTYPE.h" #endif #ifndef WWFILE_H diff --git a/Core/Tools/WW3D/pluglib/hsv.cpp b/Core/Tools/WW3D/pluglib/hsv.cpp index 2fd723c583..f9932e2d9a 100644 --- a/Core/Tools/WW3D/pluglib/hsv.cpp +++ b/Core/Tools/WW3D/pluglib/hsv.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/HSV.CPP $* + * $Archive:: /Commando/Library/HSV.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Tools/WW3D/pluglib/hsv.h b/Core/Tools/WW3D/pluglib/hsv.h index 67842cf556..e3f2cc2221 100644 --- a/Core/Tools/WW3D/pluglib/hsv.h +++ b/Core/Tools/WW3D/pluglib/hsv.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/HSV.H $* + * $Archive:: /Commando/Library/HSV.h $* * * * $Author:: Greg_h $* * * diff --git a/Core/Tools/WW3D/pluglib/iostruct.h b/Core/Tools/WW3D/pluglib/iostruct.h index 7cd4bed0cb..7b0bc9116e 100644 --- a/Core/Tools/WW3D/pluglib/iostruct.h +++ b/Core/Tools/WW3D/pluglib/iostruct.h @@ -40,7 +40,7 @@ #ifndef BITTYPE_H -#include "BITTYPE.H" +#include "BITTYPE.h" #endif /* diff --git a/Core/Tools/WW3D/pluglib/matrix3d.cpp b/Core/Tools/WW3D/pluglib/matrix3d.cpp index fffed34adf..0b9afa7fcc 100644 --- a/Core/Tools/WW3D/pluglib/matrix3d.cpp +++ b/Core/Tools/WW3D/pluglib/matrix3d.cpp @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : MATRIX3D.CPP * + * File Name : MATRIX3D.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/matrix3d.h b/Core/Tools/WW3D/pluglib/matrix3d.h index 9d3ba1296e..d8d5111d28 100644 --- a/Core/Tools/WW3D/pluglib/matrix3d.h +++ b/Core/Tools/WW3D/pluglib/matrix3d.h @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : MATRIX3D.H * + * File Name : MATRIX3D.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/matrix4.h b/Core/Tools/WW3D/pluglib/matrix4.h index 08b43d2179..8e9298d93f 100644 --- a/Core/Tools/WW3D/pluglib/matrix4.h +++ b/Core/Tools/WW3D/pluglib/matrix4.h @@ -23,7 +23,7 @@ * * * Project Name : WW3D * * * - * File Name : MATRIX4.H * + * File Name : MATRIX4.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/nodefilt.cpp b/Core/Tools/WW3D/pluglib/nodefilt.cpp index f393e1d763..be1d3886fa 100644 --- a/Core/Tools/WW3D/pluglib/nodefilt.cpp +++ b/Core/Tools/WW3D/pluglib/nodefilt.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : NODEFILT.CPP * + * File Name : NODEFILT.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/nodefilt.h b/Core/Tools/WW3D/pluglib/nodefilt.h index a8c0a43ed5..999fd897a4 100644 --- a/Core/Tools/WW3D/pluglib/nodefilt.h +++ b/Core/Tools/WW3D/pluglib/nodefilt.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : NODEFILT.H * + * File Name : NODEFILT.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/nodelist.cpp b/Core/Tools/WW3D/pluglib/nodelist.cpp index ff5b804dd4..ef13af11c7 100644 --- a/Core/Tools/WW3D/pluglib/nodelist.cpp +++ b/Core/Tools/WW3D/pluglib/nodelist.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : NODELIST.CPP * + * File Name : NODELIST.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/nodelist.h b/Core/Tools/WW3D/pluglib/nodelist.h index 2b0f377e41..e7adc255e3 100644 --- a/Core/Tools/WW3D/pluglib/nodelist.h +++ b/Core/Tools/WW3D/pluglib/nodelist.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G * * * - * File Name : NODELIST.H * + * File Name : NODELIST.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/palette.cpp b/Core/Tools/WW3D/pluglib/palette.cpp index 55e0c7330d..f270eb8faf 100644 --- a/Core/Tools/WW3D/pluglib/palette.cpp +++ b/Core/Tools/WW3D/pluglib/palette.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/PALETTE.CPP $* + * $Archive:: /Commando/Library/PALETTE.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Tools/WW3D/pluglib/palette.h b/Core/Tools/WW3D/pluglib/palette.h index 37fd35125c..211e950715 100644 --- a/Core/Tools/WW3D/pluglib/palette.h +++ b/Core/Tools/WW3D/pluglib/palette.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/PALETTE.H $* + * $Archive:: /G/wwlib/PALETTE.h $* * * * $Author:: Eric_c $* * * diff --git a/Core/Tools/WW3D/pluglib/plane.h b/Core/Tools/WW3D/pluglib/plane.h index 0d6d809679..ed7b8bb253 100644 --- a/Core/Tools/WW3D/pluglib/plane.h +++ b/Core/Tools/WW3D/pluglib/plane.h @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : PLANE.H * + * File Name : PLANE.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/rawfile.cpp b/Core/Tools/WW3D/pluglib/rawfile.cpp index ef0c63735a..996312b9f9 100644 --- a/Core/Tools/WW3D/pluglib/rawfile.cpp +++ b/Core/Tools/WW3D/pluglib/rawfile.cpp @@ -74,7 +74,7 @@ ** This is a duplicate of the error numbers. The error handler for the RawFileClass handles ** these errors. If the error routine is overridden and additional errors are defined, then ** use numbers starting with 100. Note that these errors here are listed in numerical order. - ** These errors are defined in the standard header file "ERRNO.H". + ** These errors are defined in the standard header file "ERRNO.h". */ EZERO, // Non-error. EINVFNC, // Invalid function number. @@ -185,7 +185,7 @@ bool RawFileClass::Is_Open(void) const * Display an error message as indicated. If it is allowed to retry, then pressing a key * * will return from this function. Otherwise, it will exit the program with "exit()". * * * - * INPUT: error -- The error number (same as the DOSERR.H error numbers). * + * INPUT: error -- The error number (same as the DOSERR.h error numbers). * * * * canretry -- Can this routine exit normally so that retrying can occur? If this is * * false, then the program WILL exit in this routine. * diff --git a/Core/Tools/WW3D/pluglib/rgb.cpp b/Core/Tools/WW3D/pluglib/rgb.cpp index 9b2bb10188..1bfcc0dbb2 100644 --- a/Core/Tools/WW3D/pluglib/rgb.cpp +++ b/Core/Tools/WW3D/pluglib/rgb.cpp @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /Commando/Library/RGB.CPP $* + * $Archive:: /Commando/Library/RGB.cpp $* * * * $Author:: Greg_h $* * * diff --git a/Core/Tools/WW3D/pluglib/rgb.h b/Core/Tools/WW3D/pluglib/rgb.h index 8803b13d20..20b76bd4a6 100644 --- a/Core/Tools/WW3D/pluglib/rgb.h +++ b/Core/Tools/WW3D/pluglib/rgb.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/RGB.H $* + * $Archive:: /G/wwlib/RGB.h $* * * * $Author:: Eric_c $* * * diff --git a/Core/Tools/WW3D/pluglib/uarray.h b/Core/Tools/WW3D/pluglib/uarray.h index 7c61de4728..1b89db61b3 100644 --- a/Core/Tools/WW3D/pluglib/uarray.h +++ b/Core/Tools/WW3D/pluglib/uarray.h @@ -44,7 +44,7 @@ #endif #ifndef VECTOR_H -#include "Vector.H" +#include "Vector.h" #endif diff --git a/Core/Tools/WW3D/pluglib/vector2.h b/Core/Tools/WW3D/pluglib/vector2.h index df1431b514..91ff7d7e93 100644 --- a/Core/Tools/WW3D/pluglib/vector2.h +++ b/Core/Tools/WW3D/pluglib/vector2.h @@ -23,7 +23,7 @@ * * * Project Name : Westwood 3D * * * - * File Name : VECTOR2.H * + * File Name : VECTOR2.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/vector3.h b/Core/Tools/WW3D/pluglib/vector3.h index 1148df55a5..9249b8a5c1 100644 --- a/Core/Tools/WW3D/pluglib/vector3.h +++ b/Core/Tools/WW3D/pluglib/vector3.h @@ -23,7 +23,7 @@ * * * Project Name : Westwood 3D * * * - * File Name : VECTOR3.H * + * File Name : VECTOR3.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/vector4.h b/Core/Tools/WW3D/pluglib/vector4.h index cc2223bc75..620664a313 100644 --- a/Core/Tools/WW3D/pluglib/vector4.h +++ b/Core/Tools/WW3D/pluglib/vector4.h @@ -23,7 +23,7 @@ * * * Project Name : Westwood 3D * * * - * File Name : VECTOR4.H * + * File Name : VECTOR4.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/w3d_file.h b/Core/Tools/WW3D/pluglib/w3d_file.h index 44c0747975..98f09b88e0 100644 --- a/Core/Tools/WW3D/pluglib/w3d_file.h +++ b/Core/Tools/WW3D/pluglib/w3d_file.h @@ -40,7 +40,7 @@ #include "always.h" #ifndef BITTYPE_H -#include "BITTYPE.H" +#include "BITTYPE.h" #endif diff --git a/Core/Tools/WW3D/pluglib/w3dquat.cpp b/Core/Tools/WW3D/pluglib/w3dquat.cpp index 3212406c78..f50922fbe5 100644 --- a/Core/Tools/WW3D/pluglib/w3dquat.cpp +++ b/Core/Tools/WW3D/pluglib/w3dquat.cpp @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : QUAT.CPP * + * File Name : QUAT.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/w3dquat.h b/Core/Tools/WW3D/pluglib/w3dquat.h index a6219a3bf8..b0ddb01e27 100644 --- a/Core/Tools/WW3D/pluglib/w3dquat.h +++ b/Core/Tools/WW3D/pluglib/w3dquat.h @@ -23,7 +23,7 @@ * * * Project Name : Voxel Technology * * * - * File Name : QUAT.H * + * File Name : QUAT.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Core/Tools/WW3D/pluglib/watcom.h b/Core/Tools/WW3D/pluglib/watcom.h index c8b7db5c24..9acc099e26 100644 --- a/Core/Tools/WW3D/pluglib/watcom.h +++ b/Core/Tools/WW3D/pluglib/watcom.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wwlib/WATCOM.H $* + * $Archive:: /G/wwlib/WATCOM.h $* * * * $Author:: Eric_c $* * * diff --git a/Core/Tools/mangler/wnet/field.cpp b/Core/Tools/mangler/wnet/field.cpp index 4cd9043477..c80f4f029d 100644 --- a/Core/Tools/mangler/wnet/field.cpp +++ b/Core/Tools/mangler/wnet/field.cpp @@ -20,7 +20,7 @@ * * * Project Name : Westwood Auto Registration App * * * - * File Name : FIELD.CPP * + * File Name : FIELD.cpp * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Tools/mangler/wnet/field.h b/Core/Tools/mangler/wnet/field.h index b321989913..de573ddbee 100644 --- a/Core/Tools/mangler/wnet/field.h +++ b/Core/Tools/mangler/wnet/field.h @@ -20,7 +20,7 @@ * * * Project Name : Westwood Auto Registration App * * * - * File Name : FIELD.H * + * File Name : FIELD.h * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Tools/mangler/wnet/packet.cpp b/Core/Tools/mangler/wnet/packet.cpp index cbc52c7845..bc3ef2d8e8 100644 --- a/Core/Tools/mangler/wnet/packet.cpp +++ b/Core/Tools/mangler/wnet/packet.cpp @@ -20,7 +20,7 @@ * * * Project Name : Westwood Auto Registration App * * * - * File Name : PACKET.CPP * + * File Name : PACKET.cpp * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Tools/mangler/wnet/packet.h b/Core/Tools/mangler/wnet/packet.h index ecf68ad2f4..d61870cb9d 100644 --- a/Core/Tools/mangler/wnet/packet.h +++ b/Core/Tools/mangler/wnet/packet.h @@ -20,7 +20,7 @@ * * * Project Name : Westwood Auto Registration App * * * - * File Name : PACKET.H * + * File Name : PACKET.h * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Tools/matchbot/wnet/field.cpp b/Core/Tools/matchbot/wnet/field.cpp index 4cd9043477..c80f4f029d 100644 --- a/Core/Tools/matchbot/wnet/field.cpp +++ b/Core/Tools/matchbot/wnet/field.cpp @@ -20,7 +20,7 @@ * * * Project Name : Westwood Auto Registration App * * * - * File Name : FIELD.CPP * + * File Name : FIELD.cpp * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Tools/matchbot/wnet/field.h b/Core/Tools/matchbot/wnet/field.h index b321989913..de573ddbee 100644 --- a/Core/Tools/matchbot/wnet/field.h +++ b/Core/Tools/matchbot/wnet/field.h @@ -20,7 +20,7 @@ * * * Project Name : Westwood Auto Registration App * * * - * File Name : FIELD.H * + * File Name : FIELD.h * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Tools/matchbot/wnet/packet.cpp b/Core/Tools/matchbot/wnet/packet.cpp index cbc52c7845..bc3ef2d8e8 100644 --- a/Core/Tools/matchbot/wnet/packet.cpp +++ b/Core/Tools/matchbot/wnet/packet.cpp @@ -20,7 +20,7 @@ * * * Project Name : Westwood Auto Registration App * * * - * File Name : PACKET.CPP * + * File Name : PACKET.cpp * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Tools/matchbot/wnet/packet.h b/Core/Tools/matchbot/wnet/packet.h index ecf68ad2f4..d61870cb9d 100644 --- a/Core/Tools/matchbot/wnet/packet.h +++ b/Core/Tools/matchbot/wnet/packet.h @@ -20,7 +20,7 @@ * * * Project Name : Westwood Auto Registration App * * * - * File Name : PACKET.H * + * File Name : PACKET.h * * * * Programmer : Philip W. Gorrow * * * diff --git a/Core/Tools/timingTest/StdAfx.cpp b/Core/Tools/timingTest/StdAfx.cpp index be97e1b641..a881c7bb19 100644 --- a/Core/Tools/timingTest/StdAfx.cpp +++ b/Core/Tools/timingTest/StdAfx.cpp @@ -22,5 +22,5 @@ #include "StdAfx.h" -// TODO: reference any additional headers you need in STDAFX.H +// TODO: reference any additional headers you need in STDAFX.h // and not in this file diff --git a/Core/Tools/wolSetup/StdAfx.cpp b/Core/Tools/wolSetup/StdAfx.cpp index cc06faa54c..a666396e62 100644 --- a/Core/Tools/wolSetup/StdAfx.cpp +++ b/Core/Tools/wolSetup/StdAfx.cpp @@ -22,5 +22,5 @@ #include "StdAfx.h" -// TODO: reference any additional headers you need in STDAFX.H +// TODO: reference any additional headers you need in STDAFX.h // and not in this file diff --git a/Generals/Code/GameEngine/Include/GameNetwork/FirewallHelper.h b/Generals/Code/GameEngine/Include/GameNetwork/FirewallHelper.h index 9a61f82ba8..70a9cfcab2 100644 --- a/Generals/Code/GameEngine/Include/GameNetwork/FirewallHelper.h +++ b/Generals/Code/GameEngine/Include/GameNetwork/FirewallHelper.h @@ -29,7 +29,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /RedAlert2/NAT.CPP $* + * $Archive:: /RedAlert2/NAT.cpp $* * * * $Author:: Steve_t $* * * diff --git a/Generals/Code/GameEngine/Source/GameNetwork/FirewallHelper.cpp b/Generals/Code/GameEngine/Source/GameNetwork/FirewallHelper.cpp index db36c9acd9..db8f89194b 100644 --- a/Generals/Code/GameEngine/Source/GameNetwork/FirewallHelper.cpp +++ b/Generals/Code/GameEngine/Source/GameNetwork/FirewallHelper.cpp @@ -29,7 +29,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /RedAlert2/NAT.CPP $* + * $Archive:: /RedAlert2/NAT.cpp $* * * * $Author:: Steve_t $* * * diff --git a/Generals/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp b/Generals/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp index 7a23fc3d1e..e0ef98d9ae 100644 --- a/Generals/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp +++ b/Generals/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp @@ -98,7 +98,7 @@ static void drawFramerateBar(void); #include "WW3D2/meshmatdesc.h" #include "WW3D2/meshmdl.h" #include "WW3D2/rddesc.h" -#include "TARGA.H" +#include "TARGA.h" #include "Lib/BaseType.h" #include "GameLogic/ScriptEngine.h" // For TheScriptEngine - jkmcd diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt b/Generals/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt index d397f71f2b..01148543c8 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt @@ -79,7 +79,7 @@ set(WW3D2_SRC hlod.cpp hlod.h #hmdldef.cpp - #hmdldef.H + #hmdldef.h hmorphanim.cpp hmorphanim.h hrawanim.cpp diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp index 7153c7cf11..c5f3447138 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp @@ -105,7 +105,7 @@ #include "dx8renderer.h" #include "metalmap.h" #include "w3dexclusionlist.h" -#include +#include #include #include #include "texture.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h b/Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h index fd7964f20b..eeff5cc9cd 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h @@ -38,10 +38,10 @@ #pragma once #include "always.h" -#include "Vector.H" +#include "Vector.h" #include "htreemgr.h" #include "hanimmgr.h" -#include "SLIST.H" +#include "SLIST.h" #include "texture.h" #include "hashtemplate.h" #include "simplevec.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/dazzle.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/dazzle.cpp index 9978ca15d9..de63c6bdd6 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/dazzle.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/dazzle.cpp @@ -48,12 +48,12 @@ #include "assetmgr.h" #include "Vector3i.h" #include "quat.h" -#include "INI.H" +#include "INI.h" #include "Point.h" #include "rinfo.h" #include "vertmaterial.h" #include "chunkio.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "inisup.h" #include "persistfactory.h" #include "ww3dids.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/decalmsh.h b/Generals/Code/Libraries/Source/WWVegas/WW3D2/decalmsh.h index c18d46bfad..dc66cdb5a3 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/decalmsh.h +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/decalmsh.h @@ -41,7 +41,7 @@ #include "always.h" #include "bittype.h" #include "simplevec.h" -#include "Vector.H" +#include "Vector.h" #include "vector2.h" #include "vector3.h" #include "Vector3i.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/dx8renderer.h b/Generals/Code/Libraries/Source/WWVegas/WW3D2/dx8renderer.h index 5e8b1b932c..bb45c739d1 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/dx8renderer.h +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/dx8renderer.h @@ -42,7 +42,7 @@ #include "wwstring.h" #include "simplevec.h" #include "refcount.h" -#include "Vector.H" +#include "Vector.h" #include "dx8list.h" #include "shader.h" #include "dx8wrapper.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h b/Generals/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h index 203caef9ef..fbe3a47b2e 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h @@ -40,7 +40,7 @@ #include "always.h" #include "hash.h" #include "wwstring.h" -#include "Vector.H" +#include "Vector.h" class HAnimClass; class ChunkLoadClass; diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp index ba518507bd..2287e2a6dc 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp @@ -128,7 +128,7 @@ #include "hlod.h" #include "assetmgr.h" -#include "hmdldef.H" +#include "hmdldef.h" #include "w3derr.h" #include "chunkio.h" #include "predlod.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.h b/Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.h index c96207cf1c..c4de320216 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.h +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.h @@ -37,7 +37,7 @@ #pragma once #include "animobj.h" -#include "Vector.H" +#include "Vector.h" #include "snapPts.h" #include "proto.h" #include "w3derr.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/mapper.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/mapper.cpp index c7445a6783..5133de59b8 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/mapper.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/mapper.cpp @@ -37,7 +37,7 @@ #include "mapper.h" #include "ww3d.h" -#include "INI.H" +#include "INI.h" #include "chunkio.h" #include "w3derr.h" #include "meshmatdesc.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/mesh.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/mesh.cpp index 58b3aaa275..178db80b33 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/mesh.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/mesh.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MESH.CPP * + * File Name : MESH.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/mesh.h b/Generals/Code/Libraries/Source/WWVegas/WW3D2/mesh.h index 00e019f094..7dcdf46a1a 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/mesh.h +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/mesh.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MESH.H * + * File Name : MESH.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/motchan.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/motchan.cpp index 6cc2df5b85..ec512b3520 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/motchan.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/motchan.cpp @@ -47,7 +47,7 @@ #include "motchan.h" #include "w3d_file.h" #include "chunkio.h" -#include "Vector.H" +#include "Vector.h" #include "wwmath.h" #include "quat.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/part_emt.h b/Generals/Code/Libraries/Source/WWVegas/WW3D2/part_emt.h index 96f6cf4ce8..410de23a81 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/part_emt.h +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/part_emt.h @@ -37,7 +37,7 @@ #pragma once #include "rendobj.h" -#include "RANDOM.H" +#include "RANDOM.h" #include "part_buf.h" #include "quat.h" #include "w3d_file.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/part_ldr.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/part_ldr.cpp index 22ceab5419..e25e57244a 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/part_ldr.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/part_ldr.cpp @@ -56,7 +56,7 @@ // ParticleEmitterLoaderClass _ParticleEmitterLoader; -// This array is declared in "W3D_File.H" +// This array is declared in "W3D_File.h" const char *EMITTER_TYPE_NAMES[EMITTER_TYPEID_COUNT] = { "Default" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/rinfo.h b/Generals/Code/Libraries/Source/WWVegas/WW3D2/rinfo.h index 1387caaad5..ac582df4c2 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/rinfo.h +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/rinfo.h @@ -44,7 +44,7 @@ #include "ww3d.h" #include "wwdebug.h" #include "shader.h" -#include "Vector.H" +#include "Vector.h" #include "matrix3d.h" #include "matrix4.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/texproject.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/texproject.cpp index 8c482a9ee0..2e819962eb 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/texproject.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/texproject.cpp @@ -85,7 +85,7 @@ // DEBUG DEBUG -#include "MPU.H" +#include "MPU.h" #define DEBUG_SHADOW_RENDERING 0 #define DEFAULT_TEXTURE_SIZE 64 diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/texture.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/texture.cpp index 93e15efe24..8aa82bd6e5 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/texture.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/texture.cpp @@ -40,7 +40,7 @@ #include #include #include "dx8wrapper.h" -#include "TARGA.H" +#include "TARGA.h" #include #include "w3d_file.h" #include "assetmgr.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/textureloader.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/textureloader.cpp index 76f5d902a5..9add7c3c88 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/textureloader.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/textureloader.cpp @@ -29,7 +29,7 @@ #include "dx8wrapper.h" #include "dx8caps.h" #include "missingtexture.h" -#include "TARGA.H" +#include "TARGA.h" #include #include "wwmemlog.h" #include "texture.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/texturethumbnail.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/texturethumbnail.cpp index 6102a3777f..65744fb913 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/texturethumbnail.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/texturethumbnail.cpp @@ -19,7 +19,7 @@ #include "texturethumbnail.h" #include "hashtemplate.h" #include "missingtexture.h" -#include "TARGA.H" +#include "TARGA.h" #include "ww3dformat.h" #include "ddsfile.h" #include "textureloader.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/vertmaterial.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/vertmaterial.cpp index fc07414afe..267d9f3384 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/vertmaterial.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/vertmaterial.cpp @@ -43,8 +43,8 @@ #include "w3d_util.h" #include "chunkio.h" #include "w3derr.h" -#include "INI.H" -#include "XSTRAW.H" +#include "INI.h" +#include "XSTRAW.h" #include "dx8wrapper.h" diff --git a/Generals/Code/Libraries/Source/WWVegas/WW3D2/ww3d.cpp b/Generals/Code/Libraries/Source/WWVegas/WW3D2/ww3d.cpp index 4d0a96d67e..983395a390 100644 --- a/Generals/Code/Libraries/Source/WWVegas/WW3D2/ww3d.cpp +++ b/Generals/Code/Libraries/Source/WWVegas/WW3D2/ww3d.cpp @@ -100,7 +100,7 @@ #include "statistics.h" #include "pointgr.h" #include "ffactory.h" -#include "INI.H" +#include "INI.h" #include "dazzle.h" #include "meshmdl.h" #include "dx8renderer.h" @@ -109,7 +109,7 @@ #include "rddesc.h" #include "Vector3i.h" #include "dx8wrapper.h" -#include "TARGA.H" +#include "TARGA.h" #include "sortingrenderer.h" #include "thread.h" #include "cpudetect.h" diff --git a/Generals/Code/Tools/WorldBuilder/src/MapPreview.cpp b/Generals/Code/Tools/WorldBuilder/src/MapPreview.cpp index 367926cc89..114bbda21a 100644 --- a/Generals/Code/Tools/WorldBuilder/src/MapPreview.cpp +++ b/Generals/Code/Tools/WorldBuilder/src/MapPreview.cpp @@ -55,7 +55,7 @@ #include "W3DDevice/GameClient/HeightMap.h" #include "Common/MapReaderWriterInfo.h" #include "Common/FileSystem.h" -#include "WWLib/TARGA.H" +#include "WWLib/TARGA.h" #include "Common/DataChunk.h" //----------------------------------------------------------------------------- // DEFINES //////////////////////////////////////////////////////////////////// diff --git a/Generals/Code/Tools/WorldBuilder/src/ObjectPreview.cpp b/Generals/Code/Tools/WorldBuilder/src/ObjectPreview.cpp index 683459f14c..7be46780dd 100644 --- a/Generals/Code/Tools/WorldBuilder/src/ObjectPreview.cpp +++ b/Generals/Code/Tools/WorldBuilder/src/ObjectPreview.cpp @@ -47,7 +47,7 @@ #include "W3DDevice/GameClient/W3DAssetManager.h" #include "WW3D2/dx8wrapper.h" -#include "WWLib/TARGA.H" +#include "WWLib/TARGA.h" ///////////////////////////////////////////////////////////////////////////// // ObjectPreview diff --git a/GeneralsMD/Code/GameEngine/Include/GameNetwork/FirewallHelper.h b/GeneralsMD/Code/GameEngine/Include/GameNetwork/FirewallHelper.h index 06e005789f..ef08d2de18 100644 --- a/GeneralsMD/Code/GameEngine/Include/GameNetwork/FirewallHelper.h +++ b/GeneralsMD/Code/GameEngine/Include/GameNetwork/FirewallHelper.h @@ -29,7 +29,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /RedAlert2/NAT.CPP $* + * $Archive:: /RedAlert2/NAT.cpp $* * * * $Author:: Steve_t $* * * diff --git a/GeneralsMD/Code/GameEngine/Source/GameNetwork/FirewallHelper.cpp b/GeneralsMD/Code/GameEngine/Source/GameNetwork/FirewallHelper.cpp index 25a978e6c4..7cef7ea437 100644 --- a/GeneralsMD/Code/GameEngine/Source/GameNetwork/FirewallHelper.cpp +++ b/GeneralsMD/Code/GameEngine/Source/GameNetwork/FirewallHelper.cpp @@ -29,7 +29,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /RedAlert2/NAT.CPP $* + * $Archive:: /RedAlert2/NAT.cpp $* * * * $Author:: Steve_t $* * * diff --git a/GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp b/GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp index 9de06ab757..61a20797cf 100644 --- a/GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp +++ b/GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp @@ -99,7 +99,7 @@ static void drawFramerateBar(void); #include "WW3D2/meshmatdesc.h" #include "WW3D2/meshmdl.h" #include "WW3D2/rddesc.h" -#include "TARGA.H" +#include "TARGA.h" #include "Lib/BaseType.h" #include "GameLogic/ScriptEngine.h" // For TheScriptEngine - jkmcd diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt index 75a9867719..eb4e80cee0 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt @@ -81,7 +81,7 @@ set(WW3D2_SRC hlod.cpp hlod.h #hmdldef.cpp - #hmdldef.H + #hmdldef.h hmorphanim.cpp hmorphanim.h hrawanim.cpp diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp index 3e62fafdc3..bfa7f18581 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.cpp @@ -110,7 +110,7 @@ #include "dx8renderer.h" #include "metalmap.h" #include "w3dexclusionlist.h" -#include +#include #include #include #include "texture.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h index 0f5d19a85a..0274a89721 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h @@ -38,10 +38,10 @@ #pragma once #include "always.h" -#include "Vector.H" +#include "Vector.h" #include "htreemgr.h" #include "hanimmgr.h" -#include "SLIST.H" +#include "SLIST.h" #include "texture.h" #include "hashtemplate.h" #include "simplevec.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dazzle.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dazzle.cpp index 93fefbe801..6b0b4d736e 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dazzle.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dazzle.cpp @@ -48,12 +48,12 @@ #include "assetmgr.h" #include "Vector3i.h" #include "quat.h" -#include "INI.H" +#include "INI.h" #include "Point.h" #include "rinfo.h" #include "vertmaterial.h" #include "chunkio.h" -#include "WWFILE.H" +#include "WWFILE.h" #include "inisup.h" #include "persistfactory.h" #include "ww3dids.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/decalmsh.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/decalmsh.h index 734cccc323..c09fa37cb5 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/decalmsh.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/decalmsh.h @@ -41,7 +41,7 @@ #include "always.h" #include "bittype.h" #include "simplevec.h" -#include "Vector.H" +#include "Vector.h" #include "vector2.h" #include "vector3.h" #include "Vector3i.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8renderer.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8renderer.h index 9b791652cc..164e23a224 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8renderer.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8renderer.h @@ -43,7 +43,7 @@ #include "wwstring.h" #include "simplevec.h" #include "refcount.h" -#include "Vector.H" +#include "Vector.h" #include "dx8list.h" #include "shader.h" #include "dx8wrapper.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h index 64d06c9045..74dc55d3fa 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h @@ -40,7 +40,7 @@ #include "always.h" #include "hash.h" #include "wwstring.h" -#include "Vector.H" +#include "Vector.h" class HAnimClass; class ChunkLoadClass; diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp index 6fef7b138b..383a03d282 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp @@ -128,7 +128,7 @@ #include "hlod.h" #include "assetmgr.h" -#include "hmdldef.H" +#include "hmdldef.h" #include "w3derr.h" #include "chunkio.h" #include "predlod.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.h index da3c1aba02..53c9dc9545 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.h @@ -37,7 +37,7 @@ #pragma once #include "animobj.h" -#include "Vector.H" +#include "Vector.h" #include "snapPts.h" #include "proto.h" #include "w3derr.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mapper.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mapper.cpp index 8753d992fc..3d3ec64247 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mapper.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mapper.cpp @@ -37,7 +37,7 @@ #include "mapper.h" #include "ww3d.h" -#include "INI.H" +#include "INI.h" #include "chunkio.h" #include "w3derr.h" #include "meshmatdesc.h" @@ -46,7 +46,7 @@ #include "matinfo.h" #include "rendobj.h" #include "mesh.h" -#include +#include #include Random4Class rand4; diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mesh.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mesh.cpp index ae1e9f61b3..f96e6a8c04 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mesh.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mesh.cpp @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MESH.CPP * + * File Name : MESH.cpp * * * * Programmer : Greg Hjelstrom * * * diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mesh.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mesh.h index a2a9a16aba..1a220c964f 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mesh.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/mesh.h @@ -23,7 +23,7 @@ * * * Project Name : Commando / G 3D engine * * * - * File Name : MESH.H * + * File Name : MESH.h * * * * Programmer : Greg Hjelstrom * * * diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/motchan.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/motchan.cpp index 441a44dc42..e28e077bd5 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/motchan.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/motchan.cpp @@ -47,7 +47,7 @@ #include "motchan.h" #include "w3d_file.h" #include "chunkio.h" -#include "Vector.H" +#include "Vector.h" #include "wwmath.h" #include "quat.h" #include "wwmath.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/part_emt.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/part_emt.h index 42936478db..bbd31a4975 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/part_emt.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/part_emt.h @@ -37,7 +37,7 @@ #pragma once #include "rendobj.h" -#include "RANDOM.H" +#include "RANDOM.h" #include "part_buf.h" #include "quat.h" #include "w3d_file.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/part_ldr.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/part_ldr.cpp index 188950ef08..9b19d924f2 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/part_ldr.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/part_ldr.cpp @@ -56,7 +56,7 @@ // ParticleEmitterLoaderClass _ParticleEmitterLoader; -// This array is declared in "W3D_File.H" +// This array is declared in "W3D_File.h" const char *EMITTER_TYPE_NAMES[EMITTER_TYPEID_COUNT] = { "Default" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/render2d.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/render2d.h index c9e02b89a3..8b485725e7 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/render2d.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/render2d.h @@ -38,7 +38,7 @@ #include "always.h" //#include "simplevec.h" -#include "Vector.H" +#include "Vector.h" #include "vector2.h" #include "shader.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/rinfo.h b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/rinfo.h index 37e2be0337..ccaaf35d5e 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/rinfo.h +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/rinfo.h @@ -44,7 +44,7 @@ #include "ww3d.h" #include "wwdebug.h" #include "shader.h" -#include "Vector.H" +#include "Vector.h" #include "matrix3d.h" #include "matrix4.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texproject.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texproject.cpp index d59195f567..38b5ceee3e 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texproject.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texproject.cpp @@ -88,7 +88,7 @@ // DEBUG DEBUG -#include "MPU.H" +#include "MPU.h" #define DEBUG_SHADOW_RENDERING 0 //#define DEFAULT_TEXTURE_SIZE 64 diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texture.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texture.cpp index d2b0d27df6..a87382f647 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texture.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texture.cpp @@ -44,7 +44,7 @@ #include #include #include "dx8wrapper.h" -#include "TARGA.H" +#include "TARGA.h" #include #include "w3d_file.h" #include "assetmgr.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/textureloader.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/textureloader.cpp index a9b9cd644f..31270a6d42 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/textureloader.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/textureloader.cpp @@ -51,7 +51,7 @@ #include "dx8wrapper.h" #include "dx8caps.h" #include "missingtexture.h" -#include "TARGA.H" +#include "TARGA.h" #include #include "wwmemlog.h" #include "texture.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texturethumbnail.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texturethumbnail.cpp index 9f86584c8c..9c7a124863 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texturethumbnail.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/texturethumbnail.cpp @@ -19,13 +19,13 @@ #include "texturethumbnail.h" #include "hashtemplate.h" #include "missingtexture.h" -#include "TARGA.H" +#include "TARGA.h" #include "ww3dformat.h" #include "ddsfile.h" #include "textureloader.h" #include "bitmaphandler.h" #include "ffactory.h" -#include "RAWFILE.H" +#include "RAWFILE.h" #include "wwprofile.h" #include diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/vertmaterial.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/vertmaterial.cpp index 3e72b3d3ea..288d4cec6f 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/vertmaterial.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/vertmaterial.cpp @@ -43,8 +43,8 @@ #include "w3d_util.h" #include "chunkio.h" #include "w3derr.h" -#include "INI.H" -#include "XSTRAW.H" +#include "INI.h" +#include "XSTRAW.h" #include "dx8wrapper.h" diff --git a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/ww3d.cpp b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/ww3d.cpp index 35d4887192..feda5af18f 100644 --- a/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/ww3d.cpp +++ b/GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/ww3d.cpp @@ -100,7 +100,7 @@ #include "statistics.h" #include "pointgr.h" #include "ffactory.h" -#include "INI.H" +#include "INI.h" #include "dazzle.h" #include "meshmdl.h" #include "dx8renderer.h" @@ -109,7 +109,7 @@ #include "rddesc.h" #include "Vector3i.h" #include "dx8wrapper.h" -#include "TARGA.H" +#include "TARGA.h" #include "sortingrenderer.h" #include "thread.h" #include "cpudetect.h" diff --git a/GeneralsMD/Code/Tools/WorldBuilder/src/MapPreview.cpp b/GeneralsMD/Code/Tools/WorldBuilder/src/MapPreview.cpp index 8fff753ebf..c6ea342ee1 100644 --- a/GeneralsMD/Code/Tools/WorldBuilder/src/MapPreview.cpp +++ b/GeneralsMD/Code/Tools/WorldBuilder/src/MapPreview.cpp @@ -55,7 +55,7 @@ #include "W3DDevice/GameClient/HeightMap.h" #include "Common/MapReaderWriterInfo.h" #include "Common/FileSystem.h" -#include "WWLib/TARGA.H" +#include "WWLib/TARGA.h" #include "Common/DataChunk.h" //----------------------------------------------------------------------------- // DEFINES //////////////////////////////////////////////////////////////////// diff --git a/GeneralsMD/Code/Tools/WorldBuilder/src/ObjectPreview.cpp b/GeneralsMD/Code/Tools/WorldBuilder/src/ObjectPreview.cpp index f67d27da23..477a307a3a 100644 --- a/GeneralsMD/Code/Tools/WorldBuilder/src/ObjectPreview.cpp +++ b/GeneralsMD/Code/Tools/WorldBuilder/src/ObjectPreview.cpp @@ -47,7 +47,7 @@ #include "W3DDevice/GameClient/W3DAssetManager.h" #include "WW3D2/dx8wrapper.h" -#include "WWLib/TARGA.H" +#include "WWLib/TARGA.h" ///////////////////////////////////////////////////////////////////////////// // ObjectPreview diff --git a/GeneralsMD/Code/Tools/wdump/rawfilem.cpp b/GeneralsMD/Code/Tools/wdump/rawfilem.cpp index 6b2fce17f5..6e551ac90b 100644 --- a/GeneralsMD/Code/Tools/wdump/rawfilem.cpp +++ b/GeneralsMD/Code/Tools/wdump/rawfilem.cpp @@ -22,7 +22,7 @@ * * * Project Name : G * * * - * $Archive:: /G/wdump/RAWFILEM.CPP $* + * $Archive:: /G/wdump/RAWFILEM.cpp $* * * * $Author:: Eric_c $* * * @@ -65,7 +65,7 @@ * Display an error message as indicated. If it is allowed to retry, then pressing a key * * will return from this function. Otherwise, it will exit the program with "exit()". * * * - * INPUT: error -- The error number (same as the DOSERR.H error numbers). * + * INPUT: error -- The error number (same as the DOSERR.h error numbers). * * * * canretry -- Can this routine exit normally so that retrying can occur? If this is * * false, then the program WILL exit in this routine. * diff --git a/GeneralsMD/Code/Tools/wdump/rawfilem.h b/GeneralsMD/Code/Tools/wdump/rawfilem.h index 2dbb6ffd2f..9edd63a6a8 100644 --- a/GeneralsMD/Code/Tools/wdump/rawfilem.h +++ b/GeneralsMD/Code/Tools/wdump/rawfilem.h @@ -22,7 +22,7 @@ * * * Project Name : Command & Conquer * * * - * $Archive:: /G/wdump/RAWFILEM.H $* + * $Archive:: /G/wdump/RAWFILEM.h $* * * * $Author:: Eric_c $* * * @@ -50,14 +50,14 @@ #define NULL_HANDLE INVALID_HANDLE_VALUE #define HANDLE_TYPE HANDLE -#include "WWFILE.H" +#include "WWFILE.h" #ifdef NEVER /* ** This is a duplicate of the error numbers. The error handler for the RawFileMClass handles ** these errors. If the error routine is overridden and additional errors are defined, then ** use numbers starting with 100. Note that these errors here are listed in numerical order. - ** These errors are defined in the standard header file "ERRNO.H". + ** These errors are defined in the standard header file "ERRNO.h". */ EZERO, // Non-error. EINVFNC, // Invalid function number.