Chris Danford
fb4ab8886c
save the Handler in OptionRow so a row can refresh itself without needing the Screen to Import/Export
2005-02-24 13:48:14 +00:00
Chris Danford
7c237be91f
export specific rows, not all rows at once, to make it easier to reload certain rows
2005-02-24 01:17:39 +00:00
Glenn Maynard
b51b0cfb4c
Use Init() for all screens, so we can set state before the base class
...
members are loaded--they'll see resets, score finalization, etc. It
also results in smaller code, due to a g++ bug that causes constructors
to be emitted several times.
2005-02-23 06:29:05 +00:00
Chris Danford
93b8ba48b6
Move OptionRow to a separate file
...
Don't init all BitmapText objects for long rows. Calculate the row width, then init the text.
2005-02-11 07:50:26 +00:00
Chris Danford
4223e09cc8
GetPathTo -> GetPath
2005-02-06 03:32:53 +00:00
Glenn Maynard
317378b028
Init -> InitMenu
2005-01-03 22:20:39 +00:00
Glenn Maynard
a663219b8a
move a couple preferences out of PrefsManager
...
- eventually, this will reduce the gargantuan PrefsManager
- adding prefs doesn't require modifying PrefsManager.h and recompiling a lot
- starting with these options because they aren't in ScreenOptionsMaster
2004-12-07 01:47:32 +00:00
Chris Danford
730787aacb
name cleanup: State->Screen
2004-12-05 11:59:39 +00:00
Ryan Dortmans
7bbfaaa061
Translate non-keyboard input to keyboard input
2004-11-26 23:33:07 +00:00
Chris Danford
7f336c2ce6
self-registering screen classes
2004-11-26 17:28:47 +00:00
Ryan Dortmans
b16fb5cd7e
Fix if statement
2004-11-18 09:09:29 +00:00
Ryan Dortmans
0e3fe5d6cc
Allow keyboard input using Xbox pad
2004-10-25 12:40:05 +00:00
Charles Lohr
d5c767f6eb
Make the connect/disconnect a lot nicer.
2004-10-19 06:15:42 +00:00
Glenn Maynard
b66f2202dd
fix WITHOUT_NETWORKING
2004-09-10 23:21:56 +00:00
Steve Checkoway
27d4678adf
Cleanup. Do not use == true or == false.
2004-09-06 21:28:56 +00:00
Charles Lohr
bc628082ba
Added some code to help figure out errors.
2004-09-06 18:20:16 +00:00
Josh Allen
dd9a531e66
Fixed some bugs with the Start and Stop server option.
2004-08-29 00:47:06 +00:00
Charles Lohr
d24ce00ac2
Note user about connecting to himself.
2004-08-28 22:50:19 +00:00
Charles Lohr
ffc99a4648
Added server options to ScreenNetworkOptions
2004-08-28 22:12:56 +00:00
Glenn Maynard
94d0cba859
RageSounds -> GameSoundManager
2004-07-08 00:10:34 +00:00
Glenn Maynard
e4d124dd91
license update
2004-06-08 05:22:33 +00:00
Charles Lohr
308872ddc6
Screen with two extra networking options (this will expand as networking increases)
2004-06-02 22:39:45 +00:00