summaryrefslogtreecommitdiff
path: root/src/event.h
AgeCommit message (Collapse)AuthorFilesLines
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-0/+4
Uses a state variable in PlayerInfo instead. Moves isTalking from Being to PlayerInfo. Also some small cleanups. Reviewed-by: Chuck Miller
2010-07-14Removed unnecessary semicolons after namespacesThorbjørn Lindeijer1-3/+4
Please don't, it causes warnings with my settings, which makes my build fail. ;)
2010-07-13Add the foundation for the event systemChuck Miller1-0/+73