summaryrefslogtreecommitdiff
path: root/src/playerinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-12General code cleanupsThorbjørn Lindeijer1-12/+12
2024-02-13General code cleanupsThorbjørn Lindeijer1-8/+8
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer1-2/+0
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-5/+4
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-9/+9
2012-08-12Fixed special keeping in list after serverside removeErik Schilling1-0/+5
2012-01-28Moved mTrading into the TradeHandlerThorbjørn Lindeijer1-19/+0
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer1-13/+11
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-22/+22
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-12/+12
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-9/+9
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira1-1/+0
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-9/+9
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-12/+12
2010-08-26Merged testing branch into master.Yohann Ferreira1-5/+1
2010-08-12Simplify working with the event systemJared Adams1-8/+8
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams1-3/+0
2010-08-01Fix events added in last commit to use ints instead of boolsJared Adams1-6/+6
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams1-2/+66
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-24/+56
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
2010-07-18Add old values to stat and attribute eventsJared Adams1-11/+19
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-29/+194
2010-07-17Modify how attributes and stats are handledChuck Miller1-0/+140