summaryrefslogtreecommitdiff
path: root/include/serialize.h
AgeCommit message (Expand)Author
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-10-29This include is unncessaryAdam
2012-10-13Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr...Adam
2012-10-01Allow modules to store data in their own databases.Adam
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so webcp...Naram Qashat
2012-09-02Fix WindowsAdam
2012-05-23Fixed some problems found by RobbyAdam
2012-05-10Fixed crash on access del + valgrind errorsAdam
2012-05-08Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_liveAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-14Clean up and reorganize our header filesAdam
2011-11-17Fixed storing mode locksAdam
2011-11-15Fixed crash on shutdown & a compiler warningAdam
2011-11-08WindowsAdam
2011-11-03Added an assignment operator for Serializable because some STL containers use...Adam
2011-10-27Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is o...Naram Qashat
2011-10-21Fixed extracting multiple words from our serializable stringstreamAdam
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from th...Adam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam