summaryrefslogtreecommitdiff
path: root/src/beingmanager.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-18/+21
2008-09-15Commented out getBeingByPixel because it really isn't used, nor is there Ira Rice1-1/+1
much sense to. Shouldn't make any visible changes to performance yet, but I trimmed it out for now anyways.
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-0/+5
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.
2008-04-11 Players now need toDavid Athay1-0/+1
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/+9
Trinexx. Some mapping fixes at snake dungeon map.
2006-09-02Applied patch by Bernard Lidicky, adding targetting nearest monster with eitherBjørn Lindeijer1-4/+13
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-1/+1
2006-03-15Fix source header which was somehow completely in lowercase.Bjørn Lindeijer1-14/+14
2006-02-25Added a logic method to the being manager.Björn Steinbrink1-0/+5
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink1-0/+1
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+88