summaryrefslogtreecommitdiffstats
path: root/src/dalstorage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added basic inventory (not fully functional)Aaron Marks2005-08-041-1/+1
* Added beginnings of game core logic and state.Aaron Marks2005-07-311-4/+12
* Added shell for GameHandler (core game message handler).Aaron Marks2005-07-261-4/+9
* Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer2005-07-161-2/+1
* Fixed problem with PostgreSQL support (variable was undefined).Aaron Marks2005-07-121-1/+4
* Fixed compilation warning and code cleanup.Huynh Tran2005-07-011-24/+7
* Fixed incorrect deletion in a map.Huynh Tran2005-07-011-3/+3
* Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran2005-06-301-48/+40
* Fixed memory leak and set conditional stats updates.Huynh Tran2005-06-291-2/+7
* Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran2005-06-291-26/+87
* Fixed bugs and added new unit tests.Huynh Tran2005-06-281-11/+42
* Updated PostgreSQL defines in source to work with updated configure.Aaron Marks2005-06-281-1/+1
* Implemented addAccount() (+ unit tests).Huynh Tran2005-06-271-44/+260
* Improved Storage APIs and moved debug code to unit tests.Huynh Tran2005-06-211-100/+159
* Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran2005-06-191-42/+3
* Fixed SQL query bug.Huynh Tran2005-06-191-1/+1
* Reworked Storage APIs and reordered operations in DALStorage to match those o...Huynh Tran2005-06-191-43/+53
* Fixed compilation warnings.Huynh Tran2005-06-191-1/+5
* Moved SQL queries for the creation of tables into a separate file and rewrote...Huynh Tran2005-06-181-106/+82
* Fixed instantiation of Beings.Huynh Tran2005-06-171-15/+37
* Synchronized APIs with DAL.Huynh Tran2005-06-161-101/+227
* Created Storage child which uses DAL (used by default now).Aaron Marks2005-06-161-0/+216