Lasse Öörni 3eb3c1dc66 Refactored string<>bytebuffer conversions to functions in StringUtils and marked todo's for optimizing them. %!s(int64=12) %!d(string=hai) anos
..
Allocator.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Allocator.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ArrayPtr.h 85415e5cb3 Fixed 64bit compile on GCC / OS X. %!s(int64=12) %!d(string=hai) anos
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. %!s(int64=13) %!d(string=hai) anos
DebugNew.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ForEach.h 4cafb5c0d7 Added tiled BorderImage patch from primitivewaste. %!s(int64=13) %!d(string=hai) anos
Hash.h 6dcbde01e4 Fixed GCC build (32-bit). %!s(int64=12) %!d(string=hai) anos
HashBase.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
HashBase.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
HashMap.h 184360dc82 Added new feature in the Editor's edit menu to reset-to-default selected serializable objects (nodes, components, UI-elements) to their default values with undo/redo support. Added new method ResetToDefault() in Serializable class and exposed it to Script. Fixed the constness in Serializable class and all the recently added filtering methods in UIElement descandant classes. Exposed AM_NODEID and AM_COMPONENTID to Script. Added new Keys() method in HashMap class. Fixed SetModel() method in StaticModel and AnimatedModel to accept null model pointer in order to make reset-to-default to work. %!s(int64=12) %!d(string=hai) anos
HashSet.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
LinkedList.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
List.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ListBase.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Pair.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Ptr.h 6dcbde01e4 Fixed GCC build (32-bit). %!s(int64=12) %!d(string=hai) anos
RefCounted.cpp 115a81c75a Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak. %!s(int64=13) %!d(string=hai) anos
RefCounted.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Sort.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Str.cpp ef42c4faec Added explicit -m64 flag for 64bit compile on GCC. Added String constructors that take long or unsigned long as parameter. %!s(int64=12) %!d(string=hai) anos
Str.h ef42c4faec Added explicit -m64 flag for 64bit compile on GCC. Added String constructors that take long or unsigned long as parameter. %!s(int64=12) %!d(string=hai) anos
Swap.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Swap.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Vector.h 3eb3c1dc66 Refactored string<>bytebuffer conversions to functions in StringUtils and marked todo's for optimizing them. %!s(int64=12) %!d(string=hai) anos
VectorBase.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
VectorBase.h fed83fb1ca Some slightly nasty casts to reduce warnings in header files on 64bit MSVC compile. The length of strings/containers is intentionally stored as 32bit even in a 64bit compile to ensure the script API stays unchanged. %!s(int64=12) %!d(string=hai) anos