summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-17Add new three colors.Andrei Karas1-3/+20
2010-10-16Fixing wrong SpriteDirection of attacking monstersStefan Dombrowski1-10/+8
2010-10-11Implementing show IP for game mastersStefan Dombrowski1-3/+8
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-1/+2
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram1-4/+4
2010-04-16Add race support for eAthenaJared Adams1-2/+2
2010-04-12Reviewed the LocalPlayer::nextTile() function. The ManaServ movement system i...Bertram1-6/+1
2010-04-12Added the player collision rectangle and tweaked colorsBertram1-3/+13
2010-04-12Forgot to remove Being::checkNodeOffset() function.Bertram1-72/+9
2010-04-12Move path finding related code to the Map class and small fixes.Bertram1-37/+20
2010-04-12One step closer to the full movement system ready.Bertram1-14/+18
2010-04-12Finished Being::checkNodeOffsets function.Bertram1-8/+28
2010-03-31A hack to prevent NPCs from walking off screen on ManaServChuck Miller1-0/+4
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-12/+12
2010-03-08Revert "Added diagonal movement corrections and corrected some comments."Bertram1-29/+10
2010-03-04Merge branch 'master' of gitorious.org:mana/manaBertram1-1/+15
2010-03-04Show gender near player names.Andrei Karas1-1/+15
2010-03-03Merge branch 'master' of gitorious.org:mana/manaBertram1-22/+11
2010-02-24Some code cleanupsThorbjørn Lindeijer1-23/+12
2010-02-23Added diagonal movement corrections and corrected some comments.Bertram1-10/+29
2010-02-23Sanitized ManaServ movement protocol, by mainly moving code from LocalPlayer ...Bertram1-3/+61
2010-02-21Handle packet 0x0195, and shows player's party name in a popupChuck Miller1-0/+11
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-2/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-19Fixed a crash when trying to switch serversThorbjørn Lindeijer1-4/+4
2010-02-10Adds missile-particle attribute to items and monster attacksChuck Miller1-14/+22
2010-02-09Got rid of non-sensical Vector operator overloadsThorbjørn Lindeijer1-2/+4
2010-02-09Got successfully rid of tile width/height fallback values as asked by Jaxad.Bertram1-9/+1
2010-02-09Separated fallback defaults for tile width and height.Bertram1-2/+5
2010-02-09Made the Beings' logic be able to handle any tile height/width.Bertram1-4/+18
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer1-14/+12
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-07Renamed TakedDamage to DamageTakenThorbjørn Lindeijer1-3/+3
2010-02-01Small cleanups.Bertram1-2/+2
2010-02-01Reduced CPU consumption by setting speed per ticks value only once.Bertram1-7/+1
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-38/+30
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-4/+4
2010-01-25Simplify Being position a bitJared Adams1-21/+15
2010-01-24Remove some more _SUPPORT ifdefsJared Adams1-0/+1
2010-01-21No point in differentiating between int and Uint16Thorbjørn Lindeijer1-1/+1
2010-01-15Fixes drawing sprite in the playerbox widget.Chuck Miller1-0/+14
2010-01-10Change code styleAndrei Karas1-13/+23
2010-01-10Fix initialization order in Being and MapJared Adams1-2/+2
2010-01-10Show monster inflicted damage.Andrei Karas1-2/+27
2009-12-16Stored the cached config value which says if non-crucial particle effects are...Philipp Sehmisch1-1/+0
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-1/+1
2009-10-29Second round of fine tuning for keyboard movement.Bertram1-4/+8
2009-10-29Mostly fixed the walk on water bug... But...Bertram1-3/+0
2009-10-24REplace instances of TMW with ManaJared Adams1-4/+4