summaryrefslogtreecommitdiff
path: root/src/beingmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-0/+15
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.
2008-04-22Fixed a bug, thanks GCC 4.3!Bjørn Lindeijer1-1/+1
2008-04-15Fixed clicking near player.David Athay1-0/+1
2008-04-11 Players now need toDavid Athay1-0/+21
click on the monster sprites rather than the tile. Players will now move to the target before attacking it.
2007-12-30Added a key for targeting the nearest player character based on patches by ↵Philipp Sehmisch1-0/+27
Trinexx. Some mapping fixes at snake dungeon map.
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-0/+2
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-5/+8
2006-12-01Monster sound effect patchPhilipp Sehmisch1-3/+2
2006-09-02Applied patch by Bernard Lidicky, adding targetting nearest monster with eitherBjørn Lindeijer1-0/+25
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer).
2006-08-29Updated NEWS file and made getAll return a reference instead of a pointer.Bjørn Lindeijer1-2/+2
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