summaryrefslogtreecommitdiff
path: root/src/beingmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-10-31Merged revisions 4071,4093,4100,4363 via svnmerge from Bjørn Lindeijer1-0/+22
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4071 | the_enemy | 2008-04-11 16:12:30 +0200 (Fri, 11 Apr 2008) | 3 lines Players now need to click on the monster sprites rather than the tile. Players will now move to the target before attacking it. ........ r4093 | the_enemy | 2008-04-15 18:10:32 +0200 (Tue, 15 Apr 2008) | 1 line Fixed clicking near player. ........ r4100 | peaveydk | 2008-04-16 13:59:36 +0200 (Wed, 16 Apr 2008) | 1 line Cancel walking to a clicked monster if the target is lost while getting to it (killed or otherwise removed). ........ r4363 | crush_tmw | 2008-06-24 14:42:04 +0200 (Tue, 24 Jun 2008) | 1 line corrected date in changelog ........
2008-10-25attack range fixes, highlight monsters in range (by Chuck Miller)Roderic Morris1-25/+14
2008-10-24fixes for targetting (by Chuck Miller)Roderic Morris1-2/+4
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-6/+9
I consider this the only way forward. In my tests this code isn't actually doing worse than what was there before. Of course some cases are a bit broken, and I'm open to any kind of feedback so that we can fix those issues.
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-2/+1
Inspired by qDeleteAll() from Qt.
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer1-0/+27
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3823 | crush_tmw | 2007-12-28 19:36:58 +0100 (Fri, 28 Dec 2007) | 1 line Added the possibility to assign particle effects to monsters in the monster database. Added flame particle effect to fire goblin as a proof of concept. ........ r3826 | crush_tmw | 2007-12-30 01:02:14 +0100 (Sun, 30 Dec 2007) | 1 line Added a key for targeting the nearest player character based on patches by Trinexx. Some mapping fixes at snake dungeon map. ........ r3839 | the_enemy | 2008-01-13 17:28:50 +0100 (Sun, 13 Jan 2008) | 1 line Fixed non-default location music loading ........ r3842 | crush_tmw | 2008-01-14 11:48:13 +0100 (Mon, 14 Jan 2008) | 1 line ixed an error in Davids last commit (couldn't compile that way). ........
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+1
2007-10-18Removed guess of being type from class number. Factored handler for new beings.Guillaume Melquiond1-9/+18
2007-07-23Converted NPC code to new server.Guillaume Melquiond1-12/+0
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-10/+14
2006-11-02Network layer refactoring.Björn Steinbrink1-3/+3
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-2/+27
2006-09-02Switched to short IDs for beings.Guillaume Melquiond1-2/+2
2006-08-27Removed Being::mFrame field.Guillaume Melquiond1-2/+2
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-2/+2
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer1-2/+1
an ID.
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond1-6/+1
2006-07-25Switched client to use enet and modified login sequence to work with the new ↵Eugenio Favalli1-3/+3
protocol from tmwserv.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-3/+4
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers ↵Björn Steinbrink1-5/+3
using STL algorithms.
2006-02-25Added a logic method to the being manager.Björn Steinbrink1-0/+20
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink1-4/+3
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+143