Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-06 | Removed superfluous #includes taken from checkheaders list. | Yohann Ferreira | 1 | -1/+0 | |
Resolves: Mana-Mantis #265. Trivial fix. | |||||
2010-11-11 | Replace Event names with enums instead of strings | Chuck Miller | 1 | -9/+9 | |
2010-11-11 | Have the event system channels use enums instead of strings | Chuck Miller | 1 | -12/+12 | |
Reviewed-by: Freeyorp | |||||
2010-08-26 | Merged testing branch into master. | Yohann Ferreira | 1 | -5/+1 | |
2010-08-12 | Simplify working with the event system | Jared Adams | 1 | -8/+8 | |
EventManager has been merged into Event, with some new convinience methods added. Reviewed-by: Chuck Miller | |||||
2010-08-02 | Remove non-GUI references to MiniStatusWindow | Jared Adams | 1 | -3/+0 | |
Reviewed-by: Freeyorp | |||||
2010-08-01 | Fix events added in last commit to use ints instead of bools | Jared Adams | 1 | -6/+6 | |
2010-08-01 | Remove isActive methods from NPC dialogs and InventoryWindow | Jared Adams | 1 | -2/+66 | |
Uses counts in PlayerInfo instead. Reviewed-by: Chuck Miller | |||||
2010-08-01 | Remove isActive methods from buy/sell windows | Jared Adams | 1 | -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-18 | Add event.h to eventmanager.h and listener.h to reduce total number of includes | Chuck Miller | 1 | -1/+0 | |
You'll have to include it anyways 99% of the time | |||||
2010-07-18 | Add old values to stat and attribute events | Jared Adams | 1 | -11/+19 | |
Reviewed-by: Chuck Miller | |||||
2010-07-18 | Move more from LocalPlayer to PlayerInfo | Jared Adams | 1 | -29/+194 | |
Also cleanup PlayerInfo a bit. Reviewed-by: Chuck Miller | |||||
2010-07-17 | Modify how attributes and stats are handled | Chuck Miller | 1 | -0/+140 | |
Handling moved from LocalPlayer to PlayerInfo class Event system used to update windows Reviewed-by: Jared Adams |