Commit Graph
15261 Commits
Author SHA1 Message Date
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
Glenn Maynard 16fd7077bb separate song beat for lights, to fix off-sync lights in menus 2005-05-04 20:32:31 +00:00
Glenn Maynard b9a68f4ee8 remove unused 2005-05-04 20:31:06 +00:00
Glenn Maynard 7ce4db6eff prefs for lights 2005-05-04 20:28:50 +00:00
Glenn Maynard 9f84239b3c cleanup 2005-05-04 19:31:58 +00:00
Glenn Maynard cd968c46f9 gettext 2005-05-04 19:31:23 +00:00
Glenn Maynard 1ca61fdaa8 play TextChanged 2005-05-04 19:29:09 +00:00
Chris Danford f81516f531 assert -> warning 2005-05-04 19:19:22 +00:00
Glenn Maynard 8ca126d033 MeterType 2005-05-04 19:04:23 +00:00
Glenn Maynard 25733d6b70 themable difficulty meter type 2005-05-04 19:01:03 +00:00
Chris Danford 2f1e7a7cd3 fix ranking scroll 2005-05-04 18:58:57 +00:00
Chris Danford d4515d7095 fix uninitialized variable 2005-05-04 18:57:05 +00:00
Chris Danford bf8424ae52 fix dupe command errors 2005-05-04 18:30:31 +00:00
Charles Lohr 7bcaee4562 Add: missing text redir 2005-05-04 17:41:40 +00:00
Charles Lohr 085cd71337 Add: missing metric 2005-05-04 17:40:23 +00:00
Chris Danford cec1abf53b fix double-loaded commands 2005-05-04 10:49:31 +00:00
Chris Danford 41ab0920b2 add wrap 2005-05-04 10:31:22 +00:00
Chris Danford b09a31855c fix warning 2005-05-04 10:11:12 +00:00
Chris Danford 9b2760994d cleanup 2005-05-04 09:59:59 +00:00
Chris Danford 80e732f718 assert on doubly defined commands 2005-05-04 09:59:41 +00:00
Chris Danford ed5491f57a add Lua method 2005-05-04 09:58:59 +00:00
Chris Danford f7a594a49a add MadeChoice message 2005-05-04 09:58:12 +00:00
Glenn Maynard b8688e20f7 cleanup, diags 2005-05-04 09:12:03 +00:00
Glenn Maynard 2a1114f8d9 use NoteDataUtil::LoadTransformedLightsFromTwo 2005-05-04 08:20:12 +00:00
Glenn Maynard fa758e9a71 add NoteDataUtil::LoadTransformedLightsFromTwo 2005-05-04 08:18:37 +00:00
Glenn Maynard 82fb85fe1e split out LightTransformHelper 2005-05-04 07:08:56 +00:00
Glenn Maynard 6f6180e5d3 simplify 2005-05-04 06:53:25 +00:00
Glenn Maynard 87af9cf1f1 split out ScreenGameplay::LoadLights 2005-05-04 06:48:34 +00:00
Glenn Maynard 3ba7b814c7 remove old whitelisting code 2005-05-04 05:44:50 +00:00
Charles Lohr ea606ed4a4 Modify metrics to reflect code. 2005-05-04 05:35:06 +00:00
Charles Lohr 9a92b7222f Cleanup, we should not have two text boxes and be moving stuff around between them in order to limit the number of lines 2005-05-04 05:34:28 +00:00