index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
storage.h
Age
Commit message (
Collapse
)
Author
Files
Lines
2005-06-30
Fixed memory leak, implemented delAccount() + unit tests and now using ↵
Huynh Tran
1
-5
/
+5
reference-counted smart pointers to facilitate the memory management.
2005-06-29
Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵
Huynh Tran
1
-1
/
+0
rest of the code to take into account the changes.
2005-06-27
Implemented addAccount() (+ unit tests).
Huynh Tran
1
-3
/
+17
2005-06-21
Improved Storage APIs and moved debug code to unit tests.
Huynh Tran
1
-9
/
+196
2005-06-19
Reworked Storage APIs and reordered operations in DALStorage to match those ↵
Huynh Tran
1
-27
/
+95
of Storage.
2005-06-12
Moved SQLiteStorage to subclass of Storage, made Storage a singleton and
Bjørn Lindeijer
1
-40
/
+23
updated SQL tables a bit.
2005-05-29
Added getAccount & getCharacter to storage class. Cleaned up storage code.
Aaron Marks
1
-6
/
+12
Added test in main.cpp.
2005-05-23
Updated Storage class (added extra table to database).
Aaron Marks
1
-0
/
+25
Misc.
2005-05-23
Building sqlite conditionaly
Mateusz Kaduk
1
-2
/
+0
2005-05-23
Remove main.h, added storage class, moved some code to it
Mateusz Kaduk
1
-0
/
+56