Alphabetical Index | Tags by Size | Find tag:

libdeng

Related tags: libdeng1, liblegacy, Str

Authorship: 91% skyjake, 9% danij

View commits by groups

March 2014
2014-03-09 Refactor : Renamed IGameStateReader as IMapStateReader
May 2013
2013-05-31 Added | Widget : Added generic event routing mechanism
November 2012
2012-11-24 libdeng2 : Continued code style update
2012-11-24 : Updated code style convention
2012-11-15 GCC | qmake : Disable warnings about not being ISO C compliant
2012-11-14 : Moved BlockSet to libdeng (as memoryblockset.c/h)
2012-11-13 Fixed | Rect : Incorrect return value types
2012-11-13 : Moved Animator, Point, Size and Rect to libdeng1
2012-11-13 : Relocated StringArray from engine to libdeng1
October 2012
2012-10-29 Library | Refactor : Renamed a variable for clarity
2012-10-14 Refactor : Use de::FS to locate shared libraries
2012-10-14 Refactor : Converted the library module to C++
September 2012
2012-09-26 Added | Documentation : Added apidoc for the CPP_BOOL macro
2012-09-10 Added : Added C++ constructors for the AABox family of structs
2012-09-05 Added : Added a C++ constructor for RectRaw
2012-09-04 Added : Added a C++ constructor for Point2Raw
August 2012
2012-08-31 libdeng2 : App notifies about mode changes using a signal
2012-08-26 Str : No checking for AutoStr deletion in release builds
2012-08-26 Debug | Str : Verify that AutoStr instances are not manually deleted
2012-08-24 Added : Added Str_Size() that returns size_t
July 2012
2012-07-30 Fixed | Ubuntu : String comparison functions
2012-07-30 Unix : Attempting to fix uint/ushort declarations
2012-07-30 Fixed : Use "uint32_t" instead of "uint"
2012-07-27 Memory Zone : Print status in release builds, too
2012-07-27 Fixed : Typo in "fake memory zone" build define
2012-07-25 Concurrency : Thread exit status
2012-07-22 Documentation | Fixed : Fixed Doxygen issues
2012-07-22 Documentation | Fixed : Fixed Doxygen issues
2012-07-10 Added | Documentation : Added comment about memoryzone_private.h
June 2012
2012-06-24 : Relocated the Smoother class
2012-06-19 Added : Added extern "C" to some headers
March 2012
2012-03-22 Added : Macro for marking unused variables