summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer2007-01-054-31/+34
* Implemented item dropping.Guillaume Melquiond2007-01-055-44/+53
* Simplified, completed, and documented a bit the Inventory class.Guillaume Melquiond2007-01-042-11/+74
* Forgot the packet header. No wonder it did not work...Guillaume Melquiond2007-01-041-0/+1
* Server-side implementation of item pick-up.Guillaume Melquiond2007-01-048-100/+143
* Started serializing character possessions. Reduced their memory footprint.Guillaume Melquiond2007-01-0413-493/+374
* Moved NOGDI definition to Code::Blocks project fileEugenio Favalli2007-01-041-2/+0
* Cleaned and updated project files, fixed Win32 PACKAGE_VERSION definition.Eugenio Favalli2007-01-042-6/+0
* Forgot about removing items from the map.Guillaume Melquiond2007-01-031-0/+17
* Added message for new items.Guillaume Melquiond2007-01-032-3/+15
* Added a Xmas cake: the server now supports items on floor.Guillaume Melquiond2007-01-038-12/+103
* Starting to work on adding items to the map. Nothing concrete for now, just a...Guillaume Melquiond2007-01-0314-339/+262
* Fix to Windows Rectangle redefinitionEugenio Favalli2007-01-031-0/+2
* Fix building with --pedantic.Björn Steinbrink2007-01-031-6/+6
* Fixed header inclusion.Guillaume Melquiond2007-01-031-1/+2
* Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond2007-01-0336-380/+347
* Simplified MapReader interface and code. Fixed some memory leaks.Guillaume Melquiond2007-01-0210-577/+462
* Removed obsolete SQLite support.Guillaume Melquiond2007-01-022-355/+0
* Removed obsolete files. Added a generic trigger system.Guillaume Melquiond2007-01-0226-3663/+400
* Finished implementation for warping players around servers. Thoroughly untested.Guillaume Melquiond2006-12-314-68/+144
* Almost a complete implementation for warping players between servers.Guillaume Melquiond2006-12-308-102/+319
* Controlled map activation from the account server, so that clients are not ke...Guillaume Melquiond2006-12-305-11/+50
* Added on-the-fly map loading.Guillaume Melquiond2006-12-302-21/+18
* Just for fun: a trigger to change map.Guillaume Melquiond2006-12-302-0/+35
* Removed reference-counted pointers from the game server.Guillaume Melquiond2006-12-3011-188/+67
* Made attack code pixel-based and faster. Split State::update. Improved Guillaume Melquiond2006-12-309-315/+263
* Unregister maps on game server disconnection.Guillaume Melquiond2006-12-291-0/+15
* Removed useless dependency on Cipher + OpenSSL.Guillaume Melquiond2006-12-292-5/+0
* Useless and unused, so removed.Guillaume Melquiond2006-12-292-85/+0
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-2967-989/+1715
* Implemented basic attack hit detection and damage notification.Philipp Sehmisch2006-12-2910-33/+264
* Clients are now notified when other clients near them perform attacks.Philipp Sehmisch2006-12-276-5/+65
* Adding inventory basics part 2.Yohann Ferreira2006-11-144-47/+330
* Adding inventory handling (basics) Part 1.Yohann Ferreira2006-10-207-117/+230
* Added the missing Weapon Type and Max Per Slot item properties.Yohann Ferreira2006-10-202-6/+47
* Simplified item status effect implementation. Made it all work, and filled it...Yohann Ferreira2006-10-203-161/+135
* Added a backend to get item reference information. The xml file isn't ready yet.Yohann Ferreira2006-10-199-85/+502
* Updated project files and fixed a compilation issueEugenio Favalli2006-10-031-2/+2
* Committed inventory and itemhandler structure part 1. Also made the server te...Yohann Ferreira2006-10-0314-35/+518
* Merged client pathfinder changes.Guillaume Melquiond2006-09-091-6/+28
* Fixed wrong ID allocation. Simplified code.Guillaume Melquiond2006-09-043-80/+70
* Added TODO comment on pathfinding.Guillaume Melquiond2006-09-031-0/+1
* Fixed desynchronization due to wrong cost of diagonal moves.Guillaume Melquiond2006-09-031-6/+14
* Added map partitioning to reduce quadratic behavior when checking object ranges.Guillaume Melquiond2006-09-033-69/+517
* Improved flags of Object. Moved sayAround into State.Guillaume Melquiond2006-09-036-70/+69
* Correctly account time for moving objects.Guillaume Melquiond2006-09-021-2/+5
* Implemented unique public IDs.Guillaume Melquiond2006-09-028-112/+323
* Added GameClient pointer to Player class for O(1) message sending.Guillaume Melquiond2006-09-023-18/+23
* Fixed last step detection.Guillaume Melquiond2006-09-021-1/+6
* Simplified server algorithm for moving objects; it now matches the one in the...Guillaume Melquiond2006-09-028-179/+89