summaryrefslogtreecommitdiff
path: root/src/playerinfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-08-26Merged testing branch into master.Yohann Ferreira1-5/+1
2010-08-12Simplify working with the event systemJared Adams1-8/+8
EventManager has been merged into Event, with some new convinience methods added. Reviewed-by: Chuck Miller
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams1-3/+0
Reviewed-by: Freeyorp
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
Uses counts in PlayerInfo instead. Reviewed-by: Chuck Miller
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-24/+56
Uses a state variable in PlayerInfo instead. Moves isTalking from Being to PlayerInfo. Also some small cleanups. Reviewed-by: Chuck Miller
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
You'll have to include it anyways 99% of the time
2010-07-18Add old values to stat and attribute eventsJared Adams1-11/+19
Reviewed-by: Chuck Miller
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-29/+194
Also cleanup PlayerInfo a bit. Reviewed-by: Chuck Miller
2010-07-17Modify how attributes and stats are handledChuck Miller1-0/+140
Handling moved from LocalPlayer to PlayerInfo class Event system used to update windows Reviewed-by: Jared Adams