index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Copyright date for Manaserv.
Bertram
2010-02-07
13
-13
/
+13
*
Fixing the mysql backend and the mysql createTables script
Blue
2010-01-10
2
-1
/
+167
*
Moved DALStorage documentation into source file
Thorbjørn Lindeijer
2009-12-06
2
-21
/
+6
*
Removed obsolete commented out code from DALStorage
Thorbjørn Lindeijer
2009-12-06
1
-17
/
+0
*
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
2009-12-06
13
-171
/
+170
*
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
2009-12-06
7
-21
/
+21
*
A host of code style changes
Thorbjørn Lindeijer
2009-12-06
13
-275
/
+130
*
Rebranding tmwserv to manaserv
Thorbjørn Lindeijer
2009-10-24
2
-4
/
+4
*
Fixed crash when column value is a real NULL value instead of empty string.
Andreas Habel
2009-09-15
1
-1
/
+3
*
Changed BindInteger and BindString to BindValue
David Athay
2009-07-10
3
-29
/
+10
*
Changed database to using prepared statements, to stop SQL injection attacks
David Athay
2009-07-10
4
-7
/
+128
*
Fixed a few code style issues
Bjørn Lindeijer
2009-05-24
1
-2
/
+2
*
Mysql backend, lua and NPC handler
Blue
2009-05-01
1
-8
/
+8
*
Mysql Backend Update mysql database to version 3 Fixed compile error with mys...
Blue112
2009-04-19
1
-0
/
+1
*
Fixed spelling
David Athay
2008-11-18
1
-1
/
+1
*
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
2008-11-16
13
-33
/
+0
*
* Account server now loads item database on startup and synchronizes tmw_item...
Andreas Habel
2008-11-05
3
-1
/
+25
*
Fixed a bug when trying to change password or mailaddress via client, caused ...
Andreas Habel
2008-10-24
1
-0
/
+2
*
Add limits.h where needed.
Dennis Friis
2008-10-21
1
-0
/
+1
*
* Added installation scripts to set up database schemas for mysql, sqlite and...
Andreas Habel
2008-09-17
5
-41
/
+518
*
Added weapon skill system and leveling system.
Philipp Sehmisch
2008-01-28
1
-0
/
+4
*
Made it compile with GCC 4.3
Guillaume Melquiond
2007-10-27
1
-3
/
+4
*
Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.
Guillaume Melquiond
2007-08-13
3
-8
/
+4
*
Implementation of chat channels by Trapdoor.
Philipp Sehmisch
2007-02-27
3
-1
/
+10
*
Strengthened checks for already existing character name or email address.
Guillaume Melquiond
2006-08-04
1
-10
/
+0
*
First step toward a restructured class hierarchy for world actors: add
Guillaume Melquiond
2006-07-27
13
-58
/
+0
*
Cleaned up unnecessary header dependencies and fixed some indentations.
Björn Steinbrink
2006-03-06
9
-25
/
+11
*
Grammar Corrections, and a little bit of work on getting the name of the Db.
Yohann Ferreira
2005-10-23
5
-0
/
+30
*
Fixed memory leak, implemented delAccount() + unit tests and now using refere...
Huynh Tran
2005-06-30
1
-1
/
+4
*
Fixed wrong memory deallocation.
Huynh Tran
2005-06-29
1
-2
/
+2
*
Fixed bugs and added new unit tests.
Huynh Tran
2005-06-28
1
-4
/
+1
*
Recommitted changes for new PostgreSQL defines.
Aaron Marks
2005-06-28
1
-2
/
+2
*
Reorganized unit tests and initial release of the unit tests for the Storage ...
Huynh Tran
2005-06-21
5
-832
/
+4
*
Fixed memory leak.
Huynh Tran
2005-06-21
1
-1
/
+7
*
Made sure that pointers are initalized and reset to null after deallocation a...
Huynh Tran
2005-06-21
6
-104
/
+129
*
Correcting indent and removing obsoleted files.
Bjørn Lindeijer
2005-06-19
3
-52
/
+52
*
Removed USE_SQLITE define from configure.ac (not used anywhere anymore)
Aaron Marks
2005-06-19
1
-3
/
+3
*
Added PostgreSQL DAL class.
Aaron Marks
2005-06-19
4
-1
/
+273
*
Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...
Huynh Tran
2005-06-19
1
-44
/
+0
*
Updated Makefile.am.
Aaron Marks
2005-06-17
1
-0
/
+7
*
Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...
Huynh Tran
2005-06-16
16
-434
/
+1180
*
Created Storage child which uses DAL (used by default now).
Aaron Marks
2005-06-16
3
-5
/
+5
*
Reworked RecordSet and implemented the SQLite Data Provider
Huynh Tran
2005-06-14
9
-180
/
+421
*
Initial release of the Database Abstraction Layer
Huynh Tran
2005-06-13
11
-0
/
+1542