Commit Graph
15291 Commits
Author SHA1 Message Date
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
Ben Anderson 3edfc9bf2b Partial revert; I didn't know that dialog code already does logging 2005-05-05 01:08:28 +00:00
Ben Anderson ec1d229339 Make sure there actually is a texture before calling methods on it. Also, use Log instead of dialog; dialog isn't available on some platforms (Linux) 2005-05-05 00:36:14 +00:00
Chris Danford f6850473bb fix ScoreWheel scrolling 2005-05-05 00:22:36 +00:00
Glenn Maynard 954b1721e6 add missing copy ctor (fixes potential crash; reproduced in a test case but may not actually manifest anywhere) 2005-05-05 00:17:19 +00:00
Ben Anderson abbfc6ad7b You don't know that enumerations and integers are the same size; don't assume so. (Fixes assert failure on entering appearance options) 2005-05-04 23:43:22 +00:00
Eric Gustafson b7d2e64dbd editied as per Sean's request to remove CVS instructions 2005-05-04 22:34:04 +00:00
Charles Lohr a0f5d08be9 update 2005-05-04 22:32:22 +00:00
Charles Lohr 36a4c88949 Cleanup, don't move stuff in and out of temporary bitmap texts. This also fixes colors taking up space in chat problem. 2005-05-04 22:27:13 +00:00
Charles Lohr 7f69da7a00 Add: allow limiting of restricting # of lines to display. Also, fix colors for restricted lines. 2005-05-04 22:26:21 +00:00
Chris Danford 9af4ab306e fix dupe load 2005-05-04 21:58:33 +00:00
Glenn Maynard cc9842e5a4 gettext -> GetText to work around linux namespace pollution. (Lua
methods that are useful in commands need to be lowercase, since
we lowercase on parsing, but others don't have to.)
2005-05-04 21:36:22 +00:00
Glenn Maynard ffc5189e7b cleanup, silence warning 2005-05-04 20:49:37 +00:00
Glenn Maynard 0cbcd2ffab use GAMESTATE->m_fLightSongBeat 2005-05-04 20:37:41 +00:00