summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2006-09-02Implemented unique public IDs.Guillaume Melquiond1-1/+3
2006-08-27Added a Controller class meant to implement behaviour loosely coupled to theBjørn Lindeijer1-0/+3
2006-08-27Put Player class in its own module instead of defining it together with Being.Bjørn Lindeijer1-16/+17
2006-08-27Introduced Point class to replace the confusing and clumsy usage of std::pair.Bjørn Lindeijer1-0/+1
2006-08-14Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer1-5/+1
2006-08-04Generalized the properties functionality as was done in the client before.Bjørn Lindeijer1-0/+1
2006-08-02Defined the GameClient class in its own module.Bjørn Lindeijer1-0/+2
2006-08-02Put object files in subdirectories.Guillaume Melquiond1-2/+2
2006-08-01Some messing about towards making cleaner code.Bjørn Lindeijer1-0/+2
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-2/+0
2006-05-19Switched to a monothreaded server. Fixed segfaults after disconnect. Guillaume Melquiond1-2/+0
2006-05-13Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/hBjørn Lindeijer1-1/+3
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira1-2/+2
2006-01-15Chat channeling commit part 1. Useful to get feedback before committing what'...Yohann Ferreira1-0/+4
2006-01-04Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira1-0/+2
2005-12-28Integrated the building of tmwclient with the default make command, asBjørn Lindeijer1-74/+80
2005-12-27Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira1-1/+3
2005-12-20Adding the MapManager to files list.Yohann Ferreira1-0/+2
2005-11-14Added intial SWIG bindings.Aaron Marks1-0/+6
2005-07-31Added beginnings of game core logic and state.Aaron Marks1-0/+2
2005-07-26Added shell for GameHandler (core game message handler).Aaron Marks1-0/+1
2005-07-25Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer1-0/+8
2005-07-24Added character selection.Aaron Marks1-0/+2
2005-07-16Added chat message handler placeholder (still not fully functional).Aaron Marks1-0/+2
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran1-0/+1
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran1-3/+5
2005-06-28Updated PostgreSQL defines in source to work with updated configure.Aaron Marks1-1/+3
2005-06-24Fixed compilation warnings, the unit tests are now compiled if --enable-unit-...Huynh Tran1-1/+5
2005-06-23Wrote the M4 function and re-added header files to Makefile.am for make dist.Huynh Tran1-4/+32
2005-06-22Updated configure so that only one database backend can be selected and simpl...Huynh Tran1-69/+36
2005-06-19Added PostgreSQL DAL class.Aaron Marks1-19/+17
2005-06-19Actually using the new Logger now.Huynh Tran1-4/+15
2005-06-18Moved SQL queries for the creation of tables into a separate file and rewrote...Huynh Tran1-6/+9
2005-06-17Updated Makefile.am.Aaron Marks1-2/+3
2005-06-16Created Storage child which uses DAL (used by default now).Aaron Marks1-1/+14
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-1/+3
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-1/+5
2005-05-23Building sqlite conditionalyMateusz Kaduk1-2/+6
2005-05-23Remove main.h, added storage class, moved some code to itMateusz Kaduk1-2/+2
2005-05-22Added main.h with database reference, opening and closing databaseMateusz Kaduk1-0/+1
2005-05-21Disabled scripting by default (enabled using --with-scripting at configure)Aaron Marks1-2/+2
2005-05-21Updated checks to include Squirrel & enabled scripting by defaultAaron Marks1-2/+7
2005-05-21Updated Makefile.amAaron Marks1-1/+3
2005-05-08Including logger files into the server project.Yohann Ferreira1-1/+3
2005-05-08Linking with sqlite3 and added c++ sqlite wrapperMateusz Kaduk1-2/+5
2005-03-23Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer1-0/+3
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-3/+5
2005-03-19Start on files that enable compiling this, but don't expect it to compile forBjørn Lindeijer1-0/+25