summaryrefslogtreecommitdiff
path: root/src/playerrelations.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-1/+10
Conflicts: data/graphics/CMakeLists.txt data/graphics/Makefile.am src/client.cpp
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-3/+3
No need for two different classes to manage ActorSprites. Reviewed-by: Chuck Miller
2010-06-06Fix memory leak in playerrelationsAndrei Karas1-1/+10
Reviewed-by: Thorbjørn Lindeijer
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-12/+12
Instead of having these three subclasses with minor differences, this commit merges them back into Being. In the future, we can make Beings that are talkable to some, attackable by others, etc. This also puts back support for monster equipment. Also changes remaining references to Being::Type and the constants to refer to ActorSprite::Type. Reviewed-by: Freeyorp
2010-04-04Fix a crash in PlayerRelationsManagerJared Adams1-1/+1
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-4/+3
The remaining instances can't easily or safely be changed as the classes involved don't have type information like Being does. Reviewed-by: Freeyorp
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-10Change code styleAndrei Karas1-6/+14
2009-08-13Clean up Being and it's derivativesJared Adams1-1/+1
Move stuff only needed for Players into Player (like slots and sprite limits). Move name handling into Being (no need for three copies of this code). Clean up terminology (including Map terminology). Remove hair-related variables.
2009-08-07Gettext fixesKess Vargavind1-5/+6
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes.
2009-05-12Some small cleanups and fixed compile with tmwserv supportBjørn Lindeijer1-5/+5
2009-05-11Made player relations persistent by default and removed option from GUIBjørn Lindeijer1-2/+2
Also changed the config key to make sure the new default applies to everybody. It is now 'persistent-player-list' instead of 'persist-player-list'.
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-0/+375
We don't use underscores in the filenames generally, and let's be consistent on that matter.