]> git.jsancho.org Git - lugaru.git/commitdiff
Added newline to all the source/headers in Source.
authorRyan C. Gordon <icculus@icculus.org>
Fri, 5 Aug 2005 14:34:47 +0000 (14:34 +0000)
committerRyan C. Gordon <icculus@icculus.org>
Fri, 5 Aug 2005 14:34:47 +0000 (14:34 +0000)
64 files changed:
Source/CarbonStdCLib.h
Source/Constants.h
Source/DRIVER.CC
Source/Frustum.cpp
Source/Frustum.h
Source/Game.h
Source/GameDraw.cpp
Source/GameInitDispose.cpp
Source/GameTick.cpp
Source/Globals.cpp
Source/Lights.cpp
Source/Lights.h
Source/LinkedList.h
Source/MD5.CC
Source/MacCompatibility.cpp
Source/MacCompatibility.h
Source/MacInput.cpp
Source/MacInput.h
Source/Models.cpp
Source/Models.h
Source/MoreFilesX.h
Source/Objects.cpp
Source/Objects.h
Source/OpenGL_Full_Screen.cpp
Source/OpenGL_Windows.cpp
Source/Person.cpp
Source/Person.h
Source/PhysicsMath.h
Source/Pointer.h
Source/Quaternions.cpp
Source/Quaternions.h
Source/Random.h
Source/SDLInput.cpp
Source/SDLInput.h
Source/Skeleton.cpp
Source/Skeleton.h
Source/Skybox.cpp
Source/Skybox.h
Source/Sprites.cpp
Source/Sprites.h
Source/TGALoader.cpp
Source/TGALoader.h
Source/Terrain.cpp
Source/Terrain.h
Source/Text.cpp
Source/Text.h
Source/Weapons.cpp
Source/Weapons.h
Source/WinInput.cpp
Source/WinInput.h
Source/binio.h
Source/fmod.h
Source/fmod_errors.h
Source/fmod_header.h
Source/fmoddyn.h
Source/gamegl.h
Source/md5.h
Source/mmgr.cpp
Source/mmgr.h
Source/nommgr.h
Source/pack_private.h
Source/private.h
Source/unpack_private.h
Source/wincompat.h

index aa67ef09a6117e45079fd0346189f076fec07036..fb307444abdcddc8aa521a8920eb4df9d3e6dd3e 100644 (file)
@@ -52,3 +52,4 @@ int bsd_chmod(const char *path , int mode) ;
 #endif
 
 #endif  /* __CARBONSTDCLIB__ */
+
index e063d3685748e34c0c1015b2ac0807089c4a0e8f..a85af930dd6168b1862e2a522f284b7b028f7434 100644 (file)
 #define glowmode 5
 
 #define maxplayers 10
-#endif
\ No newline at end of file
+#endif
index df96e353744336d543ac73163a4a328945232dbd..7a654bb087dbad1e31819ab8ec7e11683906688a 100644 (file)
@@ -200,3 +200,4 @@ Arguments (may be any combination):\n\
 
 
 
+
index f3ab44ed9f1c91a960389e66aaf3456b203fd302..1d1b14dda53af4b5dc8ef8115cfaf1f535717052 100644 (file)
@@ -152,4 +152,4 @@ int FRUSTUM::
                return 2;
        else
                return 1;
-}
\ No newline at end of file
+}
index d748af5cf80c3f4d4d6d1e998bbf7bddf7fda3fc..a21fd65e1bae81895c322e98addc4126f43fd3e5 100644 (file)
@@ -10,4 +10,4 @@ public:
        int SphereInFrustum(float, float, float, float);
 };
 
-#endif
\ No newline at end of file
+#endif
index 96feef0de2d4d474d553cd3d424f72a173530f57..a112d0a47697684f893d76897686707bd8f8b763 100644 (file)
@@ -279,4 +279,4 @@ public:
 
 };
 
-#endif
\ No newline at end of file
+#endif
index f2c59ae71e7361e9061b92afb85c10cd9c84558e..5127ea9b577e790c093839e3a4ac03773437b5af 100644 (file)
@@ -3982,3 +3982,4 @@ int Game::DrawGLScene(GLvoid)
        //Jordan fixed your warning!
        return 0;
 }
+
index d966a35d2f80692ba73518fffb51fafee7ca97cb..90ab51e36618fe1b6789a3eb31a03fedff1ca09f 100644 (file)
@@ -2017,3 +2017,4 @@ Game::Game()
        musicselected = 0;
        change = 0;
 }
+
index b8c4eeebf199e294ded5a6441ab229dab76cc3e7..73b815b13347470d79770d83d2ad737d84df4fa0 100644 (file)
@@ -11576,4 +11576,4 @@ void    Game::TickOnceAfter(){
                        viewer.z+=(float)(Random()%100)*.0005*camerashake;
                }
        }
-}
\ No newline at end of file
+}
index f5598e766cf8356718d0a32499b0e7873a4ea733..6d8ed4f67132b0bc368b0eab4021c673cac5f3ae 100644 (file)
@@ -248,3 +248,4 @@ int maxalarmed = 0;
 bool gamestarted = 0;
 
 //TextureList textures;
+
index 63d1a7cd52ef06715996db8756d4cc20d489151d..5761c4f30c1ad60d0d42c014ea268093d7f4d3de 100644 (file)
@@ -122,4 +122,4 @@ void SetUpMainLight(Light* whichsource, int whichlight, float ambientr, float am
                glLightfv(GL_LIGHT0, GL_DIFFUSE, LightDiffuse);         
                glEnable(GL_LIGHT0);    
        }
-}
\ No newline at end of file
+}
index ef98337f40bcf354384a1bdc6a003f23f030c162..4c635f74b33b669453a3a3474fb753649e9f5c07 100644 (file)
@@ -18,4 +18,4 @@ public:
 void SetUpMainLight(Light* whichsource, int whichlight, float ambientr, float ambientg, float ambientb);
 void SetUpLight(Light* whichsource, int whichlight);
 
-#endif
\ No newline at end of file
+#endif
index 6bf533721836ef5b74adb31b0722967428aa62fb..1e91a576cb8f8f72f504078293191f9c1142385c 100644 (file)
@@ -292,3 +292,4 @@ static OTLink* OTReverseList(OTLink *headRef)
 #endif //!macintosh_build
 #endif /* __LINKEDLIST__ */
 
+
index 7a18e9f24e6631626f2d8ca032a9745f8a957974..9a32cbda5042e663650ab06321bad57d2168ccad 100644 (file)
@@ -542,3 +542,4 @@ inline void MD5::FF(uint4& a, uint4 b, uint4 c, uint4 d, uint4 x,
                                                                        a += I(b, c, d) + x + ac;
                                                                        a = rotate_left (a, s) +b;
                                                                }
+
index 86004e08bf093d2b73d423e57c67046c4ee1905b..0559257f315ed1a1872b6645e85b0e1e154a6d72 100644 (file)
@@ -130,3 +130,4 @@ char* ConvertFileName( const char* orgfilename)
 
 #endif
 
+
index cb5da9195098e05d26707786fddb3602478a3a2e..3717ebaea1b57d71f36bef14a2625474fc2828dc 100644 (file)
@@ -109,3 +109,4 @@ __forceinline long long longlongabs( long long f)
 #endif
 #endif
 
+
index 9b9f909d95ba0d72c09374ee233fdbc401a79fe3..d494cdb6efa3264bff935a923db815d853998b1e 100644 (file)
@@ -800,4 +800,4 @@ bool        Compare(char *thestring, char *tocompare, int start, int end)
                if(thestring[i]!=tocompare[i-start]&&thestring[i]!=tocompare[i-start]+'A'-'a')return 0;
        }
        return 1;
-}
\ No newline at end of file
+}
index 64db7349bf5d7ee471dfb1d01c2da1f728f77706..034bf5b2b35cbd5f28289bb381f9ff8331a8c906 100644 (file)
@@ -120,4 +120,4 @@ char        KeyToSingleChar(unsigned short which);
 char   Shift(char which);
 bool   Compare(char *thestring, char *tocompare, int start, int end);
 
-#endif
\ No newline at end of file
+#endif
index b1be7f596ee76cc8d491d8f11559be1f5f086cb7..577ae0214af792f4fccdf2d994bdf6f5220e018f 100644 (file)
@@ -1527,3 +1527,4 @@ Model::Model()
 
        type=nothing;
 }
+
index 6154d6f3b0a7b0cd0fd3fd0777ce251bc092e813..45ae7a33fbaaf20282fada9cc3aecbcd2e8390a7 100644 (file)
@@ -127,4 +127,4 @@ public:
        Model();
 };
 
-#endif
\ No newline at end of file
+#endif
index 856e22c8c957e09c5728ec6ee97c75c7d90c094d..2bb8a8e4f0e516bc6450389d8b1b786351331aa5 100644 (file)
@@ -1825,3 +1825,4 @@ FSRestoreDefault(
 
 #endif /* __MOREFILESX__ */
 
+
index 67feaacc61a277f8c4b5defdd44fba60adcb1849..e5d26898ad07f01bad09545d65f1d0d5aaeb2ba6 100644 (file)
@@ -775,3 +775,4 @@ Objects::~Objects()
        if (bushtextureptr) glDeleteTextures( 1, (const unsigned long *)&bushtextureptr );
        if (rocktextureptr) glDeleteTextures( 1, (const unsigned long *)&rocktextureptr );
 };
+
index a73d670f74244ce2c5337534479a5893f0feb2cb..41c81df7caaec03baec4b42e590e6bdb4f531f0a 100644 (file)
@@ -75,3 +75,4 @@ public:
 };
 
 #endif
+
index 223b0c57074e4d96807acca6ba48127326cc4916..7a932388493b1d578e216e3394b14c147bb0b4a4 100644 (file)
@@ -1767,4 +1767,4 @@ int main (void)
         opstream << "Caught exception: " << error.what() << std::endl;
            opstream.close();
        }       
-}
\ No newline at end of file
+}
index 5c70e5fd2c9b9dd69cec14263996e0f8f3628b66..dcc6c464889c49bc07e556a631d8c0871f49df28 100644 (file)
@@ -1874,3 +1874,4 @@ int main (void)
 
                free(f);
        }
+
index fd63f7bc9a126a1d3106cb557f2d702c3706b700..edebfb243612885b8b4dd962f908a3c121d49ea5 100644 (file)
@@ -7981,3 +7981,4 @@ Person::Person()
 Person::~Person()
 {
 }
+
index 5be74b22b3bcc24b89c92335891bc0890e6f3229..b6b65b492a399c0ceead85330a804420220bf6cc 100644 (file)
@@ -363,4 +363,4 @@ class Person
                HitStruct BulletCollideWithPlayer(XYZ start, XYZ end);
 };
 
-#endif
\ No newline at end of file
+#endif
index 5ae94481c5b4e00f4d0c258a1f24542d1f71decb..6612982d92b65dd22772e9f34203dbc37cfd6681 100644 (file)
@@ -733,4 +733,4 @@ inline      Vector  MakeEulerAnglesFromQ(Quaternion q)
 
 
 
-#endif
\ No newline at end of file
+#endif
index 37595e12675bff0f8337601bb33e55a950b59e7c..b9c728778887e1c0926ba78e3877fe1c3378c0e1 100644 (file)
@@ -68,3 +68,4 @@ public:
 
 
 #endif 
+
index ab9034d7448130a1b9282f4c87a7ab4f9f0a54da..11704141d2d5f01390835f1cbfa84fdb0a1ddf21 100644 (file)
@@ -506,3 +506,4 @@ float LineFacetd(XYZ *p1,XYZ *p2,XYZ *pa,XYZ *pb,XYZ *pc, XYZ *n, XYZ *p)
        return 1;
 }
 
+
index 65bd8ae1d16fc16553224094620c7289ff3648be..ba1eedb3426ead392ccb2661c88a05f2e91df08e 100644 (file)
@@ -463,4 +463,4 @@ inline bool DistancePointLine( XYZ *Point, XYZ *LineStart, XYZ *LineEnd, float *
        return 1;
 }
 
-#endif
\ No newline at end of file
+#endif
index 7ab4f71f4c02931c394463d612e6d552c7bf9898..72afbca80b827059b6138c9e12a780ebadaec350 100644 (file)
@@ -15,4 +15,4 @@ short Random ();
 }
 #endif
 
-#endif
\ No newline at end of file
+#endif
index a8ef5c7e6cb8a73ea3bf8328b973a35cc69c69e6..26bf03f96e3ae6e0aff0cff5629ba40d18bc9cdb 100644 (file)
@@ -992,3 +992,4 @@ bool        Compare(char *thestring, char *tocompare, int start, int end)
 
 #endif
 
+
index 7d89b0d4011b6e3a073e4291b09bafc91bbac268..b4c340106b88523fe5458cd8955f8bd47acdc2a2 100644 (file)
@@ -135,3 +135,4 @@ Boolean Button();
 
 #endif
 
+
index 3d94b9166fbe56747db125c8ab1fd018dbc8629a..8b7c18a33f5182ff04beca5c9be9b77d95e198c0 100644 (file)
@@ -1710,3 +1710,4 @@ Animation & Animation::operator = (const Animation & ani)
 
        return (*this);
 }
+
index c715fd14d0699917c868fc0cdc4ac7121a23464d..b7e2eed3edbe6a8d78412a79400b622dd8f5fc17 100644 (file)
@@ -203,4 +203,4 @@ public:
        ~Skeleton();
 };
 
-#endif
\ No newline at end of file
+#endif
index 6d074ced1557b0319f4363f9106c90337390d5f7..4c466282c42f9b3fa76dec037a5ba69846288196 100644 (file)
@@ -356,3 +356,4 @@ SkyBox::~SkyBox()
        if (cloud) glDeleteTextures( 1, (const unsigned long *)&cloud );
        if (reflect) glDeleteTextures( 1, (const unsigned long *)&reflect );
 };
+
index 327dc4869c8930d1257a3e4e66b5b60b7bc79436..19e93f6af542557dfdbfe6614345af15360c56e9 100644 (file)
@@ -18,4 +18,4 @@ public:
        ~SkyBox();
 };
 
-#endif
\ No newline at end of file
+#endif
index aba6f8d73139c41c83a2042ecef7440fa8e5edf8..adf7c70a2addf6d1085855aae9b03e29e5c1a001 100644 (file)
@@ -441,3 +441,4 @@ Sprites::~Sprites()
        if (splintertexture) glDeleteTextures( 1, (const unsigned long *)&splintertexture );
        if (leaftexture) glDeleteTextures( 1, (const unsigned long *)&leaftexture );
 }
+
index 36752ba5c99c552d5cd302351baada221303dfdf..0fc79ed0bdd4e390e328c6ce138e4c30798f9c2c 100644 (file)
@@ -65,4 +65,4 @@ public:
        ~Sprites();
 };
 
-#endif
\ No newline at end of file
+#endif
index 8908282cc45af4ce9b51c6dbb1e1d3abea40013b..7c722d75dfd47c17fecd09deb108f6fbb2c88156 100644 (file)
@@ -264,4 +264,4 @@ TGAImageRec*        LoadTGA( char *filename )
        // Close The File
        fclose( file );
        return &texture;
-}
\ No newline at end of file
+}
index 5851c29f3979148e1881ce865a1bfc18af44602a..4ab98aa2f44018e9bd4b62e6e369e43ef594bdce 100644 (file)
@@ -38,3 +38,4 @@ TGAImageRec*  LoadTGA( char *filename );
 
 
 #endif
+
index 4ed120babd59b86974522cc16044da47d3304f0d..0ba1ddda95d67b811f6805e553d6076bdea70403 100644 (file)
@@ -1538,3 +1538,4 @@ Terrain::~Terrain()
        if(bloodtexture2) glDeleteTextures( 1, (const unsigned long *)&bloodtexture2 );
        if(breaktexture) glDeleteTextures( 1, (const unsigned long *)&breaktexture );
 }
+
index a69efbe43e14c7dd55e1abd9e3483c4f199d3540..6b677d373847b7d7104f0592ccf4f064b32d3081 100644 (file)
@@ -110,4 +110,4 @@ public:
        ~Terrain();
 };
 
-#endif
\ No newline at end of file
+#endif
index f41fb6b8e369aec0432dabc5417957685e041dbb..221fc22970a2994967bf6c157a4b9fc3ef642c74 100644 (file)
@@ -259,3 +259,4 @@ Text::~Text()
        }
        if (FontTexture) glDeleteTextures( 1, (const unsigned long *)&FontTexture );
 }
+
index 741d1a9b4306bd430384ea756b9a80390a43b039..bc63cf24d6de2acc2fdb16142fcec39560013689 100644 (file)
@@ -27,4 +27,4 @@ public:
        ~Text();
 };
 
-#endif
\ No newline at end of file
+#endif
index ac7a96f650fa92ab2edff2372809ee461dce098b..390dbd3bc36d71fb9db1f23ac3b529e965fec336 100644 (file)
@@ -1341,3 +1341,4 @@ Weapons::~Weapons()
        if (lightbloodswordtextureptr) glDeleteTextures( 1, (const unsigned long *)&lightbloodswordtextureptr );
        if (bloodswordtextureptr) glDeleteTextures( 1, (const unsigned long *)&bloodswordtextureptr );
 }
+
index 961364a44c3d72177bf8e9a57368e2ca9683e58d..bebf6eecfc770e85f39eee260ab6c6500d819f31 100644 (file)
@@ -90,4 +90,4 @@ public:
        ~Weapons();
 };
 
-#endif
\ No newline at end of file
+#endif
index 856bf12a6b601b2ea90dcc41036fdff4ff498c72..913ddd209a975a5a122502366b68137c627bcdda 100644 (file)
@@ -986,4 +986,4 @@ bool        Compare(char *thestring, char *tocompare, int start, int end)
                if(thestring[i]!=tocompare[i-start]&&thestring[i]!=tocompare[i-start]+'A'-'a')return 0;
        }
        return 1;
-}
\ No newline at end of file
+}
index c8880c72bfc585695cea1029cc3e0e876c8d4bb0..f8a04e7eb4dafe82ff4509a20eccd1098186e8b3 100644 (file)
@@ -133,4 +133,4 @@ void GetKeys( unsigned char theKeys[16]);
 Boolean Button();
 
 
-#endif
\ No newline at end of file
+#endif
index 4572b3e905e708054b9add51f280567ca27b0f5d..4896813d7384af9987c4601cce9e0094053bd7b9 100644 (file)
@@ -90,3 +90,4 @@ extern "C" {
 #endif
 
 #endif
+
index 4d43dfe14306047196e8ca939dcdb7e615c63db9..3c4ef660189bd84a5ebbcb86d3fd9a2eefa4b302 100644 (file)
@@ -15,3 +15,4 @@
 
 
 #endif
+
index 9004ec16f27f5293aeec9856586ac2a05cbd1360..f51e68ad8c047be065269fb2f88499808e0d325e 100644 (file)
@@ -30,3 +30,4 @@ static char *FMOD_ErrorString(int errcode)
 }
 
 #endif
+
index 79fa9265ef2bbf2a385818dbc695ec41207b1333..61414ce6738376909a17e99aff37f07dd60fffc8 100644 (file)
@@ -1217,3 +1217,4 @@ DLL_API void *          F_API FMUSIC_GetUserData(FMUSIC_MODULE *mod);
 #endif
 
 #endif
+
index 44f1c8f1eb66fd68221a9f8ec375ba8037ed7cf2..8416fedd0069de10513bda93bfde92e2287a83cc 100644 (file)
@@ -541,3 +541,4 @@ static void FMOD_FreeInstance(FMOD_INSTANCE *instance)
 
 #endif
 
+
index 6f130c112feae2e7e536c780b6e1c0cf3d70d363..77746eb85e0dfa8686cae0dbde2382043f4f2f14 100644 (file)
@@ -52,3 +52,4 @@ using namespace std;
 
 #endif
 
+
index 9a0509be511dc07f71cdbbe1f9197efb06410c6c..55da7e15488a7556db50bc11fcd0aa238795d9fa 100644 (file)
@@ -107,4 +107,4 @@ private:
   static inline void   II  (uint4& a, uint4 b, uint4 c, uint4 d, uint4 x, 
                            uint4 s, uint4 ac);
 
-};
\ No newline at end of file
+};
index c45b42be40c0680003f4938f06ff41f5659f2a9b..25ac363541382a4b8b40f08bfe3b5977fc1eb0e3 100644 (file)
@@ -1749,3 +1749,4 @@ sMStats   m_getMemoryStatistics()
 // ---------------------------------------------------------------------------------------------------------------------------------
 // mmgr.cpp - End of file
 // ---------------------------------------------------------------------------------------------------------------------------------
+
index 4e683a5bd39e7a6091b68b7d3f054c5b723d875c..41e0c634bfcf62b611290da28e441ce6f0d222ea 100644 (file)
@@ -163,3 +163,4 @@ void        operator delete[](void *reportedAddress);
 // ---------------------------------------------------------------------------------------------------------------------------------
 // mmgr.h - End of file
 // ---------------------------------------------------------------------------------------------------------------------------------
+
index 8356b89ab6c2c28b7f9be67f44dc4a9e5f3f7238..1cdeb731eb31108030c7b9f7b41ef055de113c53 100644 (file)
@@ -58,3 +58,4 @@
 // ---------------------------------------------------------------------------------------------------------------------------------
 // nommgr.h - End of file
 // ---------------------------------------------------------------------------------------------------------------------------------
+
index 58d375355c736a51d1c46f0b30d94cfc910e4258..aa3b2c2c2ba3c27827f3ce5469a270d75d95b2dc 100644 (file)
@@ -12,3 +12,4 @@ struct BinIOPackContext
 extern void BinIOPack(void *context, int type, int byte_order, int count);
 
 #endif
+
index a79c33d32aa1630a752b091975db473c0d8cac93..97bdd169b81de9450453a7800971fff48df946fe 100644 (file)
@@ -132,3 +132,4 @@ extern void BinIOCountBytes(void *context, int type, int byte_order, int count);
 extern size_t BinIOFormatByteCount(const char *format);
 
 #endif
+
index 92478b2dd3dbf275290359c2bc14dcc24b92daf5..68dc3cce90e5d3857456dc3c1b73d6452442bc85 100644 (file)
@@ -12,3 +12,4 @@ struct BinIOUnpackContext
 extern void BinIOUnpack(void *context, int type, int byte_order, int count);
 
 #endif
+
index 3bdbc4f212182223f29ff3241ddf5f2b2c6f129f..c2713f2b78bc1f430eb6dd0ab0b83fdeb52429c1 100644 (file)
@@ -79,3 +79,4 @@ static inline int getch(){
 }
 
 #endif
+