Commit Graph
15304 Commits
Author SHA1 Message Date
Glenn Maynard af2326e739 fix linux compile 2005-05-06 14:35:17 +00:00
Glenn Maynard b2ec5655d4 vc braindamage 2005-05-06 14:34:38 +00:00
Glenn Maynard dc16dd8271 fix test mode in courses 2005-05-06 13:47:33 +00:00
Glenn Maynard 62799c4573 GetCurrentTrail 2005-05-06 13:24:11 +00:00
Chris Danford f3624f27c6 fix ranking tweens off before animation ends 2005-05-06 12:59:32 +00:00
Chris Danford 2870644190 move sprStage into ScreenWithMenu elemnts 2005-05-06 12:29:38 +00:00
Glenn Maynard d07c68cf26 lua 2005-05-06 11:59:09 +00:00
Chris Danford a122528974 Allow AutoActors for Stage and CouseNumber 2005-05-06 10:48:32 +00:00
Glenn Maynard 70cd62ddad don't repeat up and down in-place 2005-05-06 08:24:13 +00:00
Glenn Maynard e48100ed48 GAMESTATE:IsCourseMode 2005-05-06 08:10:39 +00:00
Glenn Maynard 57e4649de3 fix draw order 2005-05-06 06:34:18 +00:00
Glenn Maynard 9e47293aaf update PlayerUsingBothSides 2005-05-06 06:33:01 +00:00
Glenn Maynard 47db6ca9c4 floating-point zbias. For compatibility, 0 is off and 1 is the old "zbias on".
Going beyond 1 is allowed, but the usable/useful range of values is currently
undefined--try to stick to 0..1.
2005-05-06 04:05:02 +00:00
Eric Gustafson 52520f2135 Attempt to fix the .NET 2003 project file. It doesn't work. Of course it didn't before, so no harm, but someone help mee!! 2005-05-06 03:49:49 +00:00
Glenn Maynard 59f6c7848a separately-controllable ZBias 2005-05-06 03:24:41 +00:00
Ben Anderson a60407a679 Update. Three more bugs I just remembered. 2005-05-06 02:56:05 +00:00
Eric Gustafson 2f7ff54662 Fix for VS.NET 2003's that use version 7.0 projects exclusively 2005-05-06 02:52:05 +00:00
Chris Danford 4de7b7c6f8 fix uninitialized variable (causing stuck life meter?) 2005-05-06 01:34:23 +00:00
Glenn Maynard 69bf0cb4f7 don't warn about no coins.xml on first run 2005-05-05 23:30:48 +00:00
Chris Danford 6ca0639c3c add invert 2005-05-05 21:40:54 +00:00
Ben Anderson 344561fdfd A TODO! A good idea! 2005-05-05 21:36:48 +00:00
Charles Lohr e4941be52d Oops... Forgot about if the color changes as the first character. 2005-05-05 21:09:09 +00:00
Charles Lohr 0f1f6da88e Update (added functions) 2005-05-05 20:24:03 +00:00
Charles Lohr 4970c0ce60 Modifications for ColorBitmapText: Actually make it possible to accurately limit lines.
This should conclude my heavy modifications, please feel free to edit it now.
2005-05-05 20:09:21 +00:00
Glenn Maynard b8bb5890f9 cleanup 2005-05-05 20:06:47 +00:00
Chris Danford 3db3500226 remove size on statc CString arrays so that XToString can catch size differences 2005-05-05 19:55:04 +00:00
Charles Lohr 11f9384528 Change: Move Colored Text into it's own class.
Note: At a later time, it may make sense to put my text parsing system over the old one.
2005-05-05 19:47:04 +00:00
Chris Danford 7cbb3d3da2 split ShowAllCourses into Show*Courses for each CourseType 2005-05-05 19:35:51 +00:00
Chris Danford eed251d1c2 split ShowAllCourses into Show*Courses for each CourseType 2005-05-05 19:29:29 +00:00
Chris Danford fd41961131 fix first warning command not played 2005-05-05 12:03:36 +00:00
Glenn Maynard 5d3f76e6ec "last 7 days" != "this week"; change to not be confusing when compared
against the weekly view
2005-05-05 08:32:42 +00:00
Glenn Maynard 1ffcc7207c store bookkeeping in a map; save to XML
show total coins in bookkeeping
don't wipe out old bookkeeping data, so "total" doesn't become
meaningless after a year of data (or after the date has been changed
a couple times)
the XML is ~2megs for four years of data and takes about a second to
save on my system (reasonable enough)
2005-05-05 08:18:52 +00:00
Glenn Maynard e3456971d2 fix and simplify GetDayInYearAndYear 2005-05-05 07:56:24 +00:00
Sean Burke a411e17e57 Fix warnings, edit for consistency, implement BM-style row judgment (this last one needs a bit of work, specifically more information on how BM judges and scores rows; it shouldn't affect DDR-style scoring at all) 2005-05-05 06:58:20 +00:00
Glenn Maynard 992ca67949 cosmetic 2005-05-05 06:01:18 +00:00
Chris Danford 49412f8cb0 update test mode data 2005-05-05 05:06:44 +00:00
Charles Lohr 6f9b5a6e9c Revert. I will probally revert further/manually undo some changes. 2005-05-05 04:57:16 +00:00
Chris Danford 7b694c2f72 fix ScoreWheel draw distance 2005-05-05 03:59:36 +00:00
Glenn Maynard 420187dbfd cleanup
SWME handles music
2005-05-05 03:39:49 +00:00
Glenn Maynard e74efae3cb update on coin press 2005-05-05 03:38:38 +00:00
Glenn Maynard 19ef11c06b add total 2005-05-05 03:35:54 +00:00
Glenn Maynard 7ef8a3d0a4 bandwagon, no 2005-05-05 03:09:14 +00:00
Sean Burke 951c2efa22 Bandwagon, ho! 2005-05-05 03:05:47 +00:00
Glenn Maynard 267b4de72c simplify 2005-05-05 03:05:22 +00:00
Glenn Maynard af6a452ee9 Set the actor to use for graying, instead of passing it around in an
overloaded "DrawPrimitives".  It's too confusing to have different
DrawPrimitives overloads.
2005-05-05 03:01:39 +00:00
Glenn Maynard ac55b2d24f split out DrawGrayBar
protected:
2005-05-05 02:48:46 +00:00
Glenn Maynard c307b50c61 cleanup 2005-05-05 02:41:55 +00:00
Glenn Maynard 1cfea8283c cleanup 2005-05-05 02:41:01 +00:00
Glenn Maynard 674e13061d cleanup 2005-05-05 02:36:55 +00:00
Glenn Maynard 036114533b cleanup 2005-05-05 02:24:03 +00:00