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
/
dalstorage.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-21
Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee...
Yohann Ferreira
1
-33
/
+32
2006-01-21
Very little corrections.
Yohann Ferreira
1
-6
/
+2
2006-01-20
Chat channeling commit part 3. Is now linked with the connection handler to c...
Yohann Ferreira
1
-16
/
+28
2006-01-18
Chat channeling commit part 2.
Yohann Ferreira
1
-12
/
+22
2006-01-15
Chat channeling commit part 1. Useful to get feedback before committing what'...
Yohann Ferreira
1
-2
/
+85
2006-01-14
Sever returns infos about position of the selected character (map name, coord...
Eugenio Favalli
1
-3
/
+4
2006-01-13
Made minimum client version and default map id configurable, set/getMapId are...
Eugenio Favalli
1
-7
/
+8
2006-01-12
Fixed default map definition for a new created character, enabled loading of ...
Eugenio Favalli
1
-5
/
+5
2006-01-09
Fixed some sql query issues
Eugenio Favalli
1
-7
/
+8
2006-01-08
Added customization of created character. (That makes previously created db i...
Yohann Ferreira
1
-32
/
+70
2006-01-04
Implemented server response handling to the test client. Fixed a bug that mad...
Yohann Ferreira
1
-12
/
+6
2005-12-29
Fixing a bug in the Storage::getAccount() function that made the server crash...
Yohann Ferreira
1
-5
/
+6
2005-12-28
Integrated the building of tmwclient with the default make command, as
Bjørn Lindeijer
1
-38
/
+36
2005-12-20
Adding command line argument parsing and log verbosity level handling.
Yohann Ferreira
1
-10
/
+10
2005-12-12
Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...
Yohann Ferreira
1
-0
/
+43
2005-12-11
Added logout and character deletion support. Changed the response code as try...
Yohann Ferreira
1
-1
/
+60
2005-12-09
Fixed the bug where the mapInfo Recordset erased the values of charInfo becau...
Yohann Ferreira
1
-16
/
+31
2005-12-09
Should correct the character's loading at login. Also made the server be more...
Yohann Ferreira
1
-3
/
+7
2005-12-07
Improved the getEmailList() function again using an optimized SQL Query.
Yohann Ferreira
1
-0
/
+44
2005-12-06
Improved the getEmailList() function. Now the file used as db or the db name ...
Yohann Ferreira
1
-2
/
+13
2005-12-05
Made the getEmailList() work. Now the accounthandler tests if the mail alread...
Yohann Ferreira
1
-9
/
+25
2005-12-05
Strengthened the way email addresses are checked. Added a good response when ...
Yohann Ferreira
1
-1
/
+18
2005-12-03
Handling good conditions to register. Still lacks checking if the Email alrea...
Yohann Ferreira
1
-4
/
+16
2005-11-21
Did some initial work for map loading & adding beings to game world.
Aaron Marks
1
-1
/
+9
2005-08-04
Added basic inventory (not fully functional)
Aaron Marks
1
-1
/
+1
2005-07-31
Added beginnings of game core logic and state.
Aaron Marks
1
-4
/
+12
2005-07-26
Added shell for GameHandler (core game message handler).
Aaron Marks
1
-4
/
+9
2005-07-16
Removed a lot of tabs used for indenting (please don't do that...), redid
Bjørn Lindeijer
1
-2
/
+1
2005-07-12
Fixed problem with PostgreSQL support (variable was undefined).
Aaron Marks
1
-1
/
+4
2005-07-01
Fixed compilation warning and code cleanup.
Huynh Tran
1
-24
/
+7
2005-07-01
Fixed incorrect deletion in a map.
Huynh Tran
1
-3
/
+3
2005-06-30
Fixed memory leak, implemented delAccount() + unit tests and now using refere...
Huynh Tran
1
-48
/
+40
2005-06-29
Fixed memory leak and set conditional stats updates.
Huynh Tran
1
-2
/
+7
2005-06-29
Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...
Huynh Tran
1
-26
/
+87
2005-06-28
Fixed bugs and added new unit tests.
Huynh Tran
1
-11
/
+42
2005-06-28
Updated PostgreSQL defines in source to work with updated configure.
Aaron Marks
1
-1
/
+1
2005-06-27
Implemented addAccount() (+ unit tests).
Huynh Tran
1
-44
/
+260
2005-06-21
Improved Storage APIs and moved debug code to unit tests.
Huynh Tran
1
-100
/
+159
2005-06-19
Passwords are now encrypted when creating a new Account, added unit tests for...
Huynh Tran
1
-42
/
+3
2005-06-19
Fixed SQL query bug.
Huynh Tran
1
-1
/
+1
2005-06-19
Reworked Storage APIs and reordered operations in DALStorage to match those o...
Huynh Tran
1
-43
/
+53
2005-06-19
Fixed compilation warnings.
Huynh Tran
1
-1
/
+5
2005-06-18
Moved SQL queries for the creation of tables into a separate file and rewrote...
Huynh Tran
1
-106
/
+82
2005-06-17
Fixed instantiation of Beings.
Huynh Tran
1
-15
/
+37
2005-06-16
Synchronized APIs with DAL.
Huynh Tran
1
-101
/
+227
2005-06-16
Created Storage child which uses DAL (used by default now).
Aaron Marks
1
-0
/
+216