summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated bindings, game state class and more (see ChangeLog).Aaron Marks2005-11-158-37/+224
* Added intial SWIG bindings.Aaron Marks2005-11-146-62/+67
* CVS is being stupid.Aaron Marks2005-11-141-0/+48
* Nothing of much significance, mainly checking whether I can commit.Bjørn Lindeijer2005-11-1315-103/+101
* Updates to Being, test client, game handler and small update to state update.Aaron Marks2005-11-106-38/+99
* Added more infos at startup.Yohann Ferreira2005-10-241-2/+22
* Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira2005-10-237-7/+37
* Just some changes I forgot to commit -- I probably wont be able to work on tm...Aaron Marks2005-08-085-8/+71
* Added basic inventory (not fully functional)Aaron Marks2005-08-048-9/+104
* Added beginnings of game core logic and state.Aaron Marks2005-07-3111-19/+190
* Fixed two compilation errors.Björn Steinbrink2005-07-301-4/+4
* Added shell for GameHandler (core game message handler).Aaron Marks2005-07-269-23/+191
* Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer2005-07-2515-3/+1553
* Added character selection.Aaron Marks2005-07-2411-9/+65
* Added character creation.Aaron Marks2005-07-199-17/+75
* a simple menu to choose optionsEugenio Favalli2005-07-191-49/+83
* Changing the way the message ID is read.Bjørn Lindeijer2005-07-198-46/+52
* Updated server->client communications.Aaron Marks2005-07-188-58/+31
* Added server->client communications.Aaron Marks2005-07-178-36/+158
* Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer2005-07-1613-227/+268
* Workaround to let tmwserv work in windowsEugenio Favalli2005-07-161-2/+5
* Added chat message handler placeholder (still not fully functional).Aaron Marks2005-07-1612-61/+245
* Fixed problem with memory expanding in Packet.Aaron Marks2005-07-169-27/+98
* Now compiles in windows, doesn't run though, it exits with code 3Eugenio Favalli2005-07-131-3/+1
* Implemented MessageOut.Aaron Marks2005-07-138-60/+122
* Fixed problem with PostgreSQL support (variable was undefined).Aaron Marks2005-07-124-3/+125
* Fixed compilation warning and code cleanup.Huynh Tran2005-07-015-134/+110
* 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-3016-350/+696
* Fixed memory leak and set conditional stats updates.Huynh Tran2005-06-295-17/+34
* Fixed wrong memory deallocation.Huynh Tran2005-06-291-2/+2
* Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran2005-06-2913-186/+936
* Fixed bugs and added new unit tests.Huynh Tran2005-06-286-71/+375
* Recommitted changes for new PostgreSQL defines.Aaron Marks2005-06-281-2/+2
* Updated PostgreSQL defines in source to work with updated configure.Aaron Marks2005-06-286-4/+352
* Implemented addAccount() (+ unit tests).Huynh Tran2005-06-2711-114/+634
* Removed debug code and actually use the generated config.h.Huynh Tran2005-06-271-27/+7
* Fixed compilation warnings, the unit tests are now compiled if --enable-unit-...Huynh Tran2005-06-244-8/+57
* Wrote the M4 function and re-added header files to Makefile.am for make dist.Huynh Tran2005-06-231-4/+32
* Updated configure so that only one database backend can be selected and simpl...Huynh Tran2005-06-221-69/+36
* Removed some old unused stuff.Bjørn Lindeijer2005-06-225-53/+34
* Reorganized unit tests and initial release of the unit tests for the Storage ...Huynh Tran2005-06-2112-40/+666
* Fixed memory leak.Huynh Tran2005-06-211-1/+7
* Fixed missing includes.Huynh Tran2005-06-211-0/+5
* Improved Storage APIs and moved debug code to unit tests.Huynh Tran2005-06-215-132/+452
* Account names and character names must be unique.Huynh Tran2005-06-211-5/+5
* Made sure that pointers are initalized and reset to null after deallocation a...Huynh Tran2005-06-216-104/+129
* Correcting indent and removing obsoleted files.Bjørn Lindeijer2005-06-198-623/+54
* Forgot to initalize member variables :PHuynh Tran2005-06-192-2/+4
* Removed USE_SQLITE define from configure.ac (not used anywhere anymore)Aaron Marks2005-06-191-3/+3