Commit Graph
25 Commits
Author SHA1 Message Date
Charles Lohr 74c023a93b Slight restructure, it's best to make sure we know where all of the elements are and where they're going. 2005-03-11 22:59:57 +00:00
Josh Allen fb6528144a Fix buggy room list 2005-03-06 03:42:20 +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 4223e09cc8 GetPathTo -> GetPath 2005-02-06 03:32:53 +00:00
Glenn Maynard 3553d58953 fix warning 2005-02-03 03:10:27 +00:00
Charles Lohr 3f7e1f46d7 This should be "Finish" not "Stop" 2005-02-02 05:31:54 +00:00
Josh Allen ab685bebbf Fix crash when selecting room when list is empty
Fix graphical glitches when tweening
2005-01-30 21:14:21 +00:00
Glenn Maynard de1f953b91 fix compile, warnings 2005-01-29 21:26:51 +00:00
Josh Allen c53fbf3956 Fix reversed controls 2005-01-29 01:38:43 +00:00
Josh Allen d541dbc696 Use default room name color if bogus status code is received 2005-01-29 01:31:20 +00:00
Josh Allen 685ea445a2 Ability to color code room based on status 2005-01-28 23:59:34 +00:00
Josh Allen 885c194236 Changed quad to sprite 2005-01-27 03:08:04 +00:00
Charles Lohr 2bbc72dd1f Fix: where did that selector thing start off? 2005-01-13 20:16:54 +00:00
Josh Allen c072b260f6 Add: Ability to tell server to create a room
Transitioning from quads to sprites
2004-12-03 01:10:09 +00:00
Josh Allen e37dbb7b32 Fix: Room Title and Subtitle reading 2004-12-01 21:38:32 +00:00
Charles Lohr 5ca346d09d Oops 2004-12-01 16:28:39 +00:00
Josh Allen a3d1e4bbbb Add: CreateRoom sprite
Fix: Entering room
2004-12-01 00:32:21 +00:00
Glenn Maynard 641ccdbd72 fix warnings (and style fixes) 2004-11-30 08:09:27 +00:00
Glenn Maynard 166bb5b451 If you use code from someone else, list them, not where you got the code from. 2004-11-26 20:02:01 +00:00
Chris Danford 7f336c2ce6 self-registering screen classes 2004-11-26 17:28:47 +00:00
Charles Lohr 2aacb108b7 OOps. We populate the list, but never show it. 2004-11-24 02:38:06 +00:00
Charles Lohr b43d281b78 Cleanup; Get rid of nasty repetitive code. 2004-11-23 22:06:27 +00:00
Charles Lohr ed038d8a97 Allow for screen switching. 2004-11-23 20:54:22 +00:00
Charles Lohr 3b0e39665d Add: Most of the Net Room for SMOnline. There's only a little more to add. 2004-11-21 07:05:18 +00:00
Charles Lohr cccf06e7b0 Add: Abstraction for ScreenNetSelects... And the new room screen. 2004-11-16 23:12:58 +00:00