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
/
account.h
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-27
Put Player class in its own module instead of defining it together with Being.
Bjørn Lindeijer
1
-4
/
+1
2006-08-19
Renamed Genders to Gender and AccountLevels to AccountLevel.
Bjørn Lindeijer
1
-3
/
+3
2006-08-03
Simplified and sped up account flushing: only modified accounts are flushed.
Guillaume Melquiond
1
-1
/
+16
2006-07-27
First step toward a restructured class hierarchy for world actors: add
Guillaume Melquiond
1
-37
/
+14
2006-03-06
Cleaned up unnecessary header dependencies and fixed some indentations.
Björn Steinbrink
1
-1
/
+0
2005-12-11
Added logout and character deletion support. Changed the response code as try...
Yohann Ferreira
1
-0
/
+8
2005-12-06
Improved the getEmailList() function. Now the file used as db or the db name ...
Yohann Ferreira
1
-1
/
+0
2005-06-30
Fixed memory leak, implemented delAccount() + unit tests and now using refere...
Huynh Tran
1
-1
/
+7
2005-06-29
Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...
Huynh Tran
1
-1
/
+1
2005-06-28
Fixed bugs and added new unit tests.
Huynh Tran
1
-1
/
+13
2005-06-27
Implemented addAccount() (+ unit tests).
Huynh Tran
1
-5
/
+36
2005-06-22
Removed some old unused stuff.
Bjørn Lindeijer
1
-4
/
+0
2005-06-19
Passwords are now encrypted when creating a new Account, added unit tests for...
Huynh Tran
1
-30
/
+161
2005-06-12
Moved SQLiteStorage to subclass of Storage, made Storage a singleton and
Bjørn Lindeijer
1
-0
/
+2
2005-06-12
Some cleanups mostly in account class formatting.
Bjørn Lindeijer
1
-27
/
+24
2005-05-29
Added getAccount & getCharacter to storage class. Cleaned up storage code.
Aaron Marks
1
-1
/
+1
2005-05-23
Updated Storage class (added extra table to database).
Aaron Marks
1
-5
/
+7
2005-05-22
Adding default tables if sqlite_master table is empty
Mateusz Kaduk
1
-1
/
+1
2005-05-22
Added main.h with database reference, opening and closing database
Mateusz Kaduk
1
-0
/
+1
2005-04-20
Updated account specification.
Aaron Marks
1
-9
/
+19
2005-04-19
Added account protoype for review.
Aaron Marks
1
-0
/
+49