openclonk/src/lib
Nicolas Hake e753bf8168 Replace ResTable with a proper dictionary
ResTable (the main system string table) was a home-grown hashmap that
did not cope with collisions at all. Since we already have a proper
dictionary in C4LangStringTable, use that instead.
2013-10-19 19:28:54 +02:00
..
C4InputValidation.cpp Rename CMarkup to C4Markup 2011-08-27 21:13:15 +02:00
C4InputValidation.h Change .c4p extension to .ocp 2011-03-13 16:39:48 +01:00
C4Log.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4Log.h copyright notices update 2010 2010-12-23 01:01:24 +01:00
C4LogBuf.cpp Merge StdFont.cpp and C4Fonts.cpp 2012-11-12 02:30:16 +01:00
C4LogBuf.h Merge StdFont.cpp and C4Fonts.cpp 2012-11-12 02:30:16 +01:00
C4Markup.cpp copyright notices update 2012 2013-01-12 16:31:40 +01:00
C4Markup.h copyright notices update 2012 2013-01-12 16:31:40 +01:00
C4NameList.cpp Fix seperate->separate everywhere 2010-04-01 23:08:06 +02:00
C4NameList.h copyright notices update 2010 2010-12-23 01:01:24 +01:00
C4RTF.cpp Rerun astyle with missing \ added 2010-03-28 20:58:01 +02:00
C4RTF.h copyright notices update 2010 2010-12-23 01:01:24 +01:00
C4Random.cpp Change Random() on negative values to always return zero. 2013-07-02 21:16:59 +02:00
C4Random.h Make DEBUGREC define a commandline option 2013-05-25 22:51:32 +02:00
C4Real.cpp copyright notices update 2010 2010-12-23 01:01:24 +01:00
C4Real.h Round C4Fixed towards positive infinity instead of away from zero 2013-05-25 18:44:05 +02:00
C4Rect.cpp copyright notices update 2010 2010-12-23 01:01:24 +01:00
C4Rect.h Improve C4Object const correctness 2013-08-31 23:23:35 +02:00
C4SimpleLog.cpp C4SimpleLog defaults to on 2012-02-17 00:25:20 +01:00
C4Stat.cpp Rerun astyle with missing \ added 2010-03-28 20:58:01 +02:00
C4Stat.h Replace timeGetTime with a platformneutral GetTime wrapper 2011-03-13 17:25:35 +01:00
PathFinder.cpp fixed some ridiculous formatting of consts 2011-08-04 01:30:37 +02:00
PathFinder.h copyright notices update 2010 2010-12-23 01:01:24 +01:00
SHA1.h Replace OpenSSL SHA1 implementation with one copied from boost/uuid 2011-01-10 21:30:40 +01:00
Standard.cpp copyright notices update 2012 2013-01-12 16:31:40 +01:00
Standard.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
StdAdaptors.h Fix saving of zeroes in vertex data that was nonzero in the definition. 2013-04-01 00:46:14 +02:00
StdBuf.cpp StdStrBuf::AppendFormatV: Pass copied va_list to vsnprintf so the second iteration of the while loop does not crash 2013-01-13 11:31:13 +01:00
StdBuf.h Fix writing of Record.log 2011-10-09 20:11:39 +02:00
StdColors.h Store all channels of a color together in CStdPalette 2012-08-16 00:45:27 +02:00
StdCompiler.cpp copyright notices update 2010 2010-12-23 01:01:24 +01:00
StdCompiler.h Replace std::auto_ptr with std::unique_ptr 2013-03-26 15:43:01 +01:00
StdMesh.cpp Add TransformBone and SetAnimationBoneTransform script functions 2013-05-27 21:33:29 +02:00
StdMesh.h Add TransformBone and SetAnimationBoneTransform script functions 2013-05-27 21:33:29 +02:00
StdMeshLoader.h Remove some forward declarations that are already in C4Prototypes.h 2012-12-31 22:03:12 +01:00
StdMeshLoaderBinary.cpp Replace std::auto_ptr with std::unique_ptr 2013-03-26 15:43:01 +01:00
StdMeshLoaderBinaryChunks.cpp Replace std::auto_ptr with std::unique_ptr 2013-03-26 15:43:01 +01:00
StdMeshLoaderBinaryChunks.h copyright notices update 2012 2013-01-12 16:31:40 +01:00
StdMeshLoaderDataStream.h Move Mesh loaders from src/platform to src/lib 2011-01-19 22:55:18 +01:00
StdMeshLoaderXml.cpp Replace std::auto_ptr with std::unique_ptr 2013-03-26 15:43:01 +01:00
StdMeshMaterial.cpp Implement depth_check for material scripts 2013-03-31 17:14:13 +02:00
StdMeshMaterial.h Implement depth_check for material scripts 2013-03-31 17:14:13 +02:00
StdMeshMath.cpp Add TransformBone and SetAnimationBoneTransform script functions 2013-05-27 21:33:29 +02:00
StdMeshMath.h Add TransformBone and SetAnimationBoneTransform script functions 2013-05-27 21:33:29 +02:00
StdMeshUpdate.cpp Add TransformBone and SetAnimationBoneTransform script functions 2013-05-27 21:33:29 +02:00
StdMeshUpdate.h Add TransformBone and SetAnimationBoneTransform script functions 2013-05-27 21:33:29 +02:00
StdResStr2.cpp Replace ResTable with a proper dictionary 2013-10-19 19:28:54 +02:00