summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-03-03Fixed auto-character-select and switch_character combination. Added svn-prope...Rogier Polak17-12/+20
2007-03-03Updated Makefile.Bjørn Lindeijer1-0/+4
2007-03-03Updated CMake file.Bjørn Lindeijer1-0/+4
2007-03-02Implemented communication of being action changes.Philipp Sehmisch10-41/+78
2007-02-27forgot some files in last commitPhilipp Sehmisch4-0/+231
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch12-49/+365
2007-02-25Updated CMake file.Bjørn Lindeijer1-0/+6
2007-02-25Fixed small issue concerning SDL timers, removed a useless variable.Rogier Polak6-14/+21
2007-02-23Added unregistering, logout_then_exit, switch_character and switch_accountser...Rogier Polak27-64/+1109
2007-02-15Come on guys, that was just a test.Bjørn Lindeijer1-1/+1
2007-02-15Tagged the 0.0.22.2 release.Bjørn Lindeijer1-1/+1
2007-01-29Some trivial documentation work. Fixes all Doxygen warnings.Bjørn Lindeijer12-48/+80
2007-01-28Some work on documentation.Bjørn Lindeijer11-100/+156
2007-01-23Merged 0.0 changes from revision 3035 to 3065 to trunk.Bjørn Lindeijer6-12/+17
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer81-432/+415
2007-01-10Accepted bugfixes for character creation from Rogier Polak.Bjørn Lindeijer4-16/+16
2007-01-07Synchronized player attributes with wiki Attributes page and removed Job XP.Bjørn Lindeijer4-74/+52
2007-01-05Fixed installation when using CMakeBjörn Steinbrink1-0/+11
2007-01-05Added support for full inventory update.Guillaume Melquiond2-4/+13
2007-01-05Implemented item dropping.Guillaume Melquiond6-16/+17
2007-01-05Declared some methods const.Bjørn Lindeijer2-8/+8
2007-01-04Client-side hack for picking up items.Guillaume Melquiond7-43/+40
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer48-390/+409
2007-01-03Added message for new items.Guillaume Melquiond2-0/+3
2007-01-03Modified handler for items on floor.Guillaume Melquiond3-25/+21
2007-01-01Third time is the charm; changed sprite direction code again.Guillaume Melquiond3-33/+24
2006-12-31Enumerations do not need out-of-class definitions.Guillaume Melquiond4-16/+3
2006-12-31Added some variable definitions since they were reported missing by the linker.Bjørn Lindeijer1-0/+5
2006-12-30Updated protocol.Guillaume Melquiond4-41/+17
2006-12-30Improved precise positionning of character with mouse cursor.Guillaume Melquiond2-14/+11
2006-12-30Changed attack message to send the direction the player is visually facing.Guillaume Melquiond1-1/+1
2006-12-30Back to four cases when computing sprite direction.Guillaume Melquiond2-25/+11
2006-12-29Improved movement smoothness by avoiding useless changes of sprite direction.Guillaume Melquiond3-5/+27
2006-12-29Fixed displaying of progress dialog.Guillaume Melquiond1-0/+1
2006-12-29Implemented catching and displaying of damage notifications.Philipp Sehmisch6-5/+24
2006-12-27Client-sided implementation of attacksPhilipp Sehmisch13-119/+49
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer93-1690/+3095
2006-11-11Fixed autotools configuration.Björn Steinbrink1-0/+2
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer12-80/+33
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer18-62/+521
2006-11-05Small version update here.Bjørn Lindeijer1-4/+4
2006-11-05Use \n instead of std::endl when writing to stdout.Björn Steinbrink1-13/+12
2006-11-04Removed useless addRow method.Björn Steinbrink2-16/+6
2006-11-04src/main.cpp: Restore the homeDir config entry (temporarily).Björn Steinbrink1-3/+5
2006-11-04Add a libxml2 init wrapper.Björn Steinbrink1-18/+20
2006-11-02Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch.Bjørn Lindeijer6-14/+22
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer14-200/+315
2006-11-02Fixed a memory leak and a double deletion.Björn Steinbrink2-6/+3
2006-11-02Removed some cruft that was needed for eAthena.Björn Steinbrink8-139/+13
2006-11-02Network layer refactoring.Björn Steinbrink38-377/+1421