summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-01-04Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira1-4/+7
2005-12-31Adding the possibility to change Email, and password. Turned Slangs Filter in...Yohann Ferreira1-25/+53
2005-12-29Adding changes thought by Elven and an option for setting the port to listen ...Yohann Ferreira1-11/+32
2005-12-29Incorporate running without X server in the server executable.Bjørn Lindeijer1-0/+3
2005-12-29* Added errors when SDL_net or libcrypto are not found.Bjørn Lindeijer1-0/+3
2005-12-29Applied patch by r0nny that makes main.cpp a bit nicer.Bjørn Lindeijer1-13/+20
2005-12-27Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira1-25/+27
2005-12-26Removed an obsolete check, suggested by r0nny.Bjørn Lindeijer1-3/+9
2005-12-20Better if help cleanups when exitting ...Yohann Ferreira1-0/+1
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira1-20/+74
2005-12-18Added a map manager to load/unload/relod maps.Eugenio Favalli1-10/+19
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira1-0/+1
2005-12-11Added logout and character deletion support. Changed the response code as try...Yohann Ferreira1-0/+2
2005-12-11Added unregistering, checking on character's name and email length support. A...Yohann Ferreira1-0/+1
2005-12-02Enabled registering under SQLite by reopening th db in the accounthandler. Sh...Yohann Ferreira1-1/+1
2005-11-14Added intial SWIG bindings.Aaron Marks1-43/+54
2005-11-10Updates to Being, test client, game handler and small update to state update.Aaron Marks1-1/+1
2005-10-24Added more infos at startup.Yohann Ferreira1-2/+22
2005-10-23Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira1-3/+3
2005-07-31Added beginnings of game core logic and state.Aaron Marks1-12/+6
2005-07-26Added shell for GameHandler (core game message handler).Aaron Marks1-1/+15
2005-07-24Added character selection.Aaron Marks1-0/+1
2005-07-19Added character creation.Aaron Marks1-0/+1
2005-07-18Updated server->client communications.Aaron Marks1-3/+0
2005-07-17Added server->client communications.Aaron Marks1-0/+2
2005-07-16Workaround to let tmwserv work in windowsEugenio Favalli1-2/+5
2005-07-16Added chat message handler placeholder (still not fully functional).Aaron Marks1-2/+8
2005-07-16Fixed problem with memory expanding in Packet.Aaron Marks1-1/+1
2005-07-13Now compiles in windows, doesn't run though, it exits with code 3Eugenio Favalli1-3/+1
2005-07-12Fixed problem with PostgreSQL support (variable was undefined).Aaron Marks1-2/+7
2005-06-28Updated PostgreSQL defines in source to work with updated configure.Aaron Marks1-1/+26
2005-06-27Removed debug code and actually use the generated config.h.Huynh Tran1-27/+7
2005-06-21Improved Storage APIs and moved debug code to unit tests.Huynh Tran1-3/+1
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran1-1/+3
2005-06-19Actually using the new Logger now.Huynh Tran1-73/+73
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those o...Huynh Tran1-4/+4
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-41/+21
2005-05-29Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks1-1/+23
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-4/+3
2005-05-23Remove main.h, added storage class, moved some code to itMateusz Kaduk1-42/+33
2005-05-22Adding default tables if sqlite_master table is emptyMateusz Kaduk1-5/+31
2005-05-22Added main.h with database reference, opening and closing databaseMateusz Kaduk1-0/+18
2005-05-10 Updated scripting interface & added some class documentation.Aaron Marks1-4/+0
2005-05-09Renamed script-sq.* script-squirrel.*.Aaron Marks1-4/+24
2005-05-08Added logger use in some files that could tell things already.Yohann Ferreira1-7/+12
2005-05-08Made use of the logger in the main loop.Yohann Ferreira1-3/+11
2005-04-27Made scripting defines slightly cleaner.Aaron Marks1-8/+16
2005-04-19Added basic object definition for reviewal.Aaron Marks1-0/+24
2005-04-16Added a bit of listening code.Bjørn Lindeijer1-3/+3
2005-04-14Added check for SDL_net to configure.ac, made world clock work and made theBjørn Lindeijer1-3/+19