summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-01Remove complex path finding for players. Add a simple path finding algorithm ...Roderic Morris7-10/+92
2009-06-30Use two bytes for skill IDJared Adams2-2/+2
2009-06-30Fixed compiler warning about unsigned/signed integer comparisionThorbjørn Lindeijer2-3/+3
2009-06-29Remove local remove of items from equipment window when unequipping.Dennis Friis1-3/+0
2009-06-27Prevent selection of out of range menu optionsJared Adams1-1/+5
2009-06-26Fixes the walk after death on TMWServ buildsChuck Miller1-33/+36
2009-06-24Fix the attack particles to use sprite directions not being directionsChuck Miller1-5/+5
2009-06-23Made so monster particle effects show up on eAChuck Miller4-32/+2
2009-06-09Merge branch '0.0.29'Bjørn Lindeijer3-52/+20
2009-06-09Convert the change password dialog to use the layout systemBjørn Lindeijer1-49/+17
2009-06-09Updated version and changes for 0.0.29.1 releaseBjørn Lindeijer2-3/+3
2009-06-08Merge branch '0.0.29'Bjørn Lindeijer6-16/+55
2009-06-08Reintroduced the 'occupied' check for eAthena movement codeBjørn Lindeijer2-2/+28
2009-06-08Fixed the problem where the player would skip cornersBjørn Lindeijer1-5/+5
2009-06-08Attempt to clear some of the block/walkmask confusionBjørn Lindeijer5-8/+21
2009-06-08Fixed the name of the login songBjørn Lindeijer1-1/+1
2009-06-08Remove some unused variablesJared Adams2-4/+0
2009-06-08Remove duplicate code from BeingJared Adams2-45/+0
2009-06-08Reenabled rendering of hair on TMWServPhilipp Sehmisch1-0/+1
2009-06-08Merge being direction handling codeJared Adams2-30/+2
2009-06-08Remove some unused variablesJared Adams2-4/+0
2009-06-08Remove duplicate code from BeingJared Adams2-45/+0
2009-06-08Merge branch 'master' of git@gitorious.org:tmw/mainlinePhilipp Sehmisch2-5/+3
2009-06-08Reenabled rendering of hair on TMWServPhilipp Sehmisch1-0/+1
2009-06-08Merge branch 'master' of git://gitorious.org/tmw/mainlineChuck Miller1-3/+1
2009-06-08Try decreasing the look ahead distance for keyboard walking, seemed to helped...Chuck Miller1-2/+2
2009-06-07Let athena dictate the walking speed of beings.Dennis Friis1-3/+1
2009-06-01Merge branch '0.0.29'Bjørn Lindeijer1-1/+1
2009-06-01Make the login window a little wider to fit French translationKess Vargavind1-1/+1
2009-05-30Merge branch '0.0.29'Bjørn Lindeijer1-13/+13
2009-05-30Move the name label a few pixels.Dennis Friis1-1/+1
2009-05-30Fix offsets on party window status indicator buttons.Dennis Friis1-2/+2
2009-05-30Fixed the --home-dir command line option on MacOS XBjørn Lindeijer1-12/+11
2009-05-30Application name should not be translatedBjørn Lindeijer1-2/+3
2009-05-30Move the name label a few pixels.Dennis Friis1-1/+1
2009-05-30Fix offsets on party window status indicator buttons.Dennis Friis1-2/+2
2009-05-29Some movement fixes for TMWServ build.Chuck Miller6-172/+60
2009-05-28Add /ignore and /unignore commandsJared Adams3-1/+105
2009-05-28Revert "Start playing map music if on a map when turning sound on."Dennis Friis1-5/+0
2009-05-28Merge branch '0.0.29'Bjørn Lindeijer3-11/+8
2009-05-28Fade out logon music just before initial map change.Dennis Friis1-0/+4
2009-05-28Dont fade out logon music on athena client this kills first map song.Dennis Friis1-2/+0
2009-05-28Made two error strings untranslatableBjørn Lindeijer2-5/+2
2009-05-27Fade out logon music just before initial map change.Dennis Friis1-0/+4
2009-05-27Dont fade out logon music on athena client this kills first map song.Dennis Friis1-2/+0
2009-05-27Start playing map music if on a map when turning sound on.Dennis Friis1-0/+5
2009-05-26Fixed attacking for tmwserv. Added back attacking with keyboard for tmwserv.David Athay2-8/+24
2009-05-26Fixed the line under links to not extend below the textBjørn Lindeijer1-1/+1
2009-05-26Guard against an issue where forced wrapping would never succeedBjørn Lindeijer1-5/+5
2009-05-25Fixed compiler warning about order of initializationBjørn Lindeijer1-3/+3