summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-01Added CMake supportBjörn Steinbrink2-1/+300
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer50-332/+921
2006-09-13Forgot to remove TODOS. At last, it is good.Yohann Ferreira2-3/+0
2006-09-13(no commit message)Yohann Ferreira3-524/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira7-15/+817
2006-09-09Fitted being trajectories to synchronization messages.Guillaume Melquiond4-22/+167
2006-09-09Fixed pathfinder.Guillaume Melquiond1-6/+30
2006-09-02Fixed crash when using short versions of server and port command line optionsBjørn Lindeijer2-25/+31
2006-09-02Removed pixel-based synchronisation. Added variable length move messages.Guillaume Melquiond4-6/+59
2006-09-02Switched to short IDs for beings.Guillaume Melquiond16-30/+32
2006-09-01Fixed some header issues and updated project filesEugenio Favalli3-29/+34
2006-08-30Windows fix to previous commit.Yohann Ferreira1-1/+1
2006-08-30Added a first version of the server dialog with an unskinned dropdown. Upgrad...Yohann Ferreira7-26/+486
2006-08-29Fixed merge issues with respect to scrolling.Guillaume Melquiond2-24/+17
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer38-138/+730
2006-08-27Added support for entering monsters.Bjørn Lindeijer3-16/+44
2006-08-27Implemented pixel-grained movements.Guillaume Melquiond5-47/+79
2006-08-27Cleaned the logic members.Guillaume Melquiond6-54/+9
2006-08-27Removed Being::mFrame field.Guillaume Melquiond6-23/+9
2006-08-27Got rid of server input field since connecting to the account server nowBjørn Lindeijer4-36/+15
2006-08-27Added support for leaving beings.Guillaume Melquiond2-0/+18
2006-08-27Got rid of no longer used protocol.cppBjørn Lindeijer5-97/+1
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond10-49/+43
2006-08-27Send movements.Guillaume Melquiond3-8/+18
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer11-86/+39
2006-08-26Handle "beings move" messages.Guillaume Melquiond3-2/+27
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond26-213/+127
2006-08-26Fixed player sprite not showing up.Bjørn Lindeijer4-7/+8
2006-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer7-26/+18
2006-08-26Implemented "say around" chat.Guillaume Melquiond4-17/+38
2006-08-20GPMSG_PLAYER_MAP_CHANGE is now partly handled.Bjørn Lindeijer4-37/+55
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer33-416/+355