Commit Graph
19 Commits
Author SHA1 Message Date
Steve Checkoway bf585ff477 This isn't calling the base ctor (that has already happened before RoomWheelData's ctor is called), this is creating a new WheelItemBaseData and then throwing it away. 2007-02-17 13:14:28 +00:00
Steve Checkoway 515bb3b263 Style to match the rest of the code. 2007-02-17 13:03:59 +00:00
Chris Danford 33835ee478 pass a GameCommand to each wheel item bar (experimental) 2006-12-07 11:34:42 +00:00
Glenn Maynard cd3f228338 covariant Copy() 2006-10-20 00:17:51 +00:00
Glenn Maynard 965ef66c55 fix warning 2006-08-17 04:01:48 +00:00
Josh Allen 642f06d210 Moved RoomInfoDisplay into its own files 2006-08-14 15:43:45 +00:00
Josh Allen 71a57f9181 Pull RoomInfoDisplay out of RoomWheel 2006-08-14 05:46:15 +00:00
Josh Allen 60f324dc88 Copy constructor and remove some variables from RoomWheelItem 2006-08-14 00:49:31 +00:00
Josh Allen c8a037bc65 Remove m_WheelBaseItemsData and mark MakeItem() as virtual to clarify 2006-08-13 18:18:55 +00:00
Glenn Maynard 35618be535 Fix up MusicWheel. This code was a mess: huge blocks of copy-and-pasted
code, duplicated arrays in base classes that were never used ...

(It's still ugly, but at least WheelBase is actually a real base class now.)
2006-08-10 04:27:46 +00:00
Josh Allen 8c7e01eb08 Add room flags to data and clean up 2006-07-22 00:26:11 +00:00
Josh Allen eee0551fea Quad to AutoActor 2006-06-25 19:26:39 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Josh Allen 1c801ba535 Working RoomInfoDisplay 2006-01-21 17:45:52 +00:00
Josh Allen 5a9a621111 Added more functionality to RoomInfoDisplay 2006-01-21 03:46:19 +00:00
Josh Allen 642c5270dc Reworked m_roomInfo's datatype into its own class RoomInfoDisplay. I will add more functionality tonight. 2006-01-20 20:34:36 +00:00
Josh Allen 909c8e078a Move all the InfoBox code into the RoomWheel 2005-09-25 18:58:01 +00:00
Josh Allen 4cae8fdd22 Add a perminate "Create Room" item 2005-05-08 18:49:27 +00:00
Josh Allen 451cb29b68 Room selection wheel 2005-05-03 01:32:19 +00:00