aboutsummaryrefslogtreecommitdiff
path: root/src/game/AddonMgr.cpp
AgeCommit message (Expand)Author
2010-06-05Move core/realm files to new subdirectoryclick
2010-05-08Cleanup on some database-related files: merge some DB-related files, add some...click
2010-04-30Replace some PQuery/PExecute by more simple Query/ExecuteSpp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-01-29* Added actual loading of the `addons` table... This was missing in the origi...XTZGZoReX
2010-01-23Implement QueryResult_AutoPtr type which is ACE's reference counted auto_ptr(...Anubisss
2010-01-21So much for my fix-without-compile skills. :(XTZGZoReX
2010-01-21* Removed unnecessary query.XTZGZoReX
2010-01-20Fix a memory leak in AddonMgr::LoadFromDB(). This not leaks _yet_ because tha...Anubisss
2010-01-20* Add basic AddonMgr.XTZGZoReX