aboutsummaryrefslogtreecommitdiff
path: root/src/game/AddonMgr.cpp
AgeCommit message (Collapse)Author
2010-05-08Cleanup on some database-related files: merge some DB-related files, add ↵click
some consistency to callhandles in sourcetree (M + combine MySQL-specific files into main database-files (click) + fix vcproj-files, adjust handler-function names for consistency (Machiavelli) --HG-- branch : trunk
2010-04-30Replace some PQuery/PExecute by more simple Query/ExecuteSpp
Original patch by hunuza, extended to whole code Closses issue 1446 --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"if(" --> "if (" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"while(" --> "while (" --HG-- branch : trunk
2010-01-29* Added actual loading of the `addons` table... This was missing in the ↵XTZGZoReX
original commit. --HG-- branch : trunk
2010-01-23Implement QueryResult_AutoPtr type which is ACE's reference counted ↵Anubisss
auto_ptr(ACE_Refcounted_Auto_Ptr) for QueryResult pointers. Use this auto_ptr for every DB queries(except QueryNamedResult yet). This patch guarantees NO memory leaks from QueryResult pointers. Thanks to raczman for the idea and for the helping to make this patch. --HG-- branch : trunk
2010-01-21So much for my fix-without-compile skills. :(XTZGZoReX
(inb4 scores) --HG-- branch : trunk
2010-01-21* Removed unnecessary query.XTZGZoReX
--HG-- branch : trunk
2010-01-20Fix a memory leak in AddonMgr::LoadFromDB(). This not leaks _yet_ because ↵Anubisss
that function not used anywhere(if my eyez are right) but in the future can leaks. --HG-- branch : trunk
2010-01-20* Add basic AddonMgr.XTZGZoReX
* All this really does at the moment is save addon names + CRCs to DB for use for.. whatever, later. --HG-- branch : trunk