summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2007-02-02Made Engine class even more useless by moving emoticon loading into Being.Bjørn Lindeijer4-24/+32
2007-02-01Fixed buttons loosing focus.Eugenio Favalli1-0/+2
2007-02-01File handle should be closed before attempting to remove/rename files.Eugenio Favalli1-10/+10
2007-02-01A bit of cleanup and defined a helper function for calculating the alder32Bjørn Lindeijer2-44/+55
checksum of a file. Probably not fixing any bug though.
2007-01-30Removed unused Packet class.Bjørn Lindeijer5-92/+0
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-23Upgraded to Guichan 0.6.1.Bjørn Lindeijer1-1/+1
2007-01-22I thought I had saved it after fixing that little typo...Bjørn Lindeijer1-1/+1
2007-01-22Identify ourselves when requesting files from the update server.Bjørn Lindeijer1-0/+5
2007-01-17Changed default server.Eugenio Favalli2-3/+4
2007-01-15Fixed issue where the player stops walking.v0.0.22.1Bjørn Lindeijer4-6/+7
2007-01-14Updated version to 0.0.22.1.Bjørn Lindeijer1-2/+2
2007-01-14Fixed windows headers issuesEugenio Favalli2-4/+3
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer81-432/+415
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer80-421/+387
2007-01-13Ok, so we use native newline style.Bjørn Lindeijer1-157/+157
2007-01-13Fixed mouse coordinates display in debug windowEugenio Favalli2-150/+164
2007-01-12Fixed initialization of mPlayerFollowMouse, the lack of which sometimes causedBjørn Lindeijer1-0/+1
the player to start walking when clicking on the GUI.
2007-01-10Accepted bugfixes for character creation from Rogier Polak.Bjørn Lindeijer4-16/+16
2007-01-07Added brown snake by Pauan.Bjørn Lindeijer1-1/+0
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-05Synchronized build files.Björn Steinbrink1-0/+13
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-25Fixed index check to prevent crashing.Bjørn Lindeijer1-1/+1
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer3-6/+10
compression on loaded images while most of the time, we're only drawing a small subimage of them. Also, don't try to draw an icon when it is not defined or failed to load properly.
2006-12-23Load the databases at the start of the LOGIN state, after the updates areBjørn Lindeijer5-8/+28
loaded.
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer9-145/+92
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis.
2006-12-16Fixed connection dialog visibility and fixed issues with walking one tile tooBjørn Lindeijer7-9/+40
many and changing direction towards an obstacle.
2006-12-14Removed the rather useless remaining draw function from the engine class andBjørn Lindeijer6-37/+21
fixed an issue with fading out damage texts (they were sometimes fully opaque at the end of fading out).
2006-12-12Hide all NPC dialogs after deathEugenio Favalli1-0/+11