Changeset 2907 for code/branches/questsystem5/src/util
- Timestamp:
- Apr 8, 2009, 12:36:08 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/util
- Property svn:mergeinfo changed (with no actual effect on merging)
-
code/branches/questsystem5/src/util/CMakeLists.txt
r2773 r2907 29 29 MultiType.h 30 30 MultiTypeValue.h 31 OrxEnum.h 31 32 OutputBuffer.h 32 33 OutputHandler.h -
code/branches/questsystem5/src/util/Exception.cc
- Property svn:mergeinfo changed (with no actual effect on merging)
-
code/branches/questsystem5/src/util/Exception.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
code/branches/questsystem5/src/util/Math.h
r2756 r2907 270 270 } 271 271 272 /** 273 @brief Returns randomly 1 or -1 with equal probability. 274 */ 275 inline float rndsgn() 276 { 277 return ((rand() & 0x2) - 1); // rand() & 0x2 is either 2 or 0 278 } 279 272 280 _UtilExport unsigned long getUniqueNumber(); 273 281 -
code/branches/questsystem5/src/util/SignalHandler.cc
- Property svn:mergeinfo changed (with no actual effect on merging)
-
code/branches/questsystem5/src/util/SignalHandler.h
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.