Commit Graph

16685 Commits

Author SHA1 Message Date
Chris Danford 5907dcafbf add Lua methods 2005-05-03 19:34:47 +00:00
Charles Lohr a3c684cd9c Make the document match reality. 2005-05-03 18:49:10 +00:00
Charles Lohr 2d74d8e689 fix incongruity regarding SMOnline packets 2005-05-03 18:30:51 +00:00
Charles Lohr 210de11116 Sync to general copy of ezsockets (and yes, we will use this) 2005-05-03 14:27:08 +00:00
Charles Lohr 167b7e53b4 Clarify. 2005-05-03 13:44:08 +00:00
Chris Danford bd29df486f fix bad Lua param name 2005-05-03 10:57:00 +00:00
Chris Danford 8eaf93a23d position Scroller items with a Lua function
add ActorFrame::m_bDrawByZPosition
2005-05-03 09:29:54 +00:00
Chris Danford 18e3ad2666 add Init command to Screen 2005-05-03 09:13:43 +00:00
Charles Lohr e0d5bf3a3a Temporary fix. We don't actually need these, but it still warns. (Will remove later) 2005-05-03 05:01:12 +00:00
Glenn Maynard 3c8c40c7bd fix profile logic 2005-05-03 04:03:11 +00:00
Chris Danford e33a63a493 tweak life meter range 2005-05-03 04:02:35 +00:00
Chris Danford 2d6927c46c fix out of bounds HighScoreList access 2005-05-03 03:48:47 +00:00
Charles Lohr 348c6f6f5a FEATURE: Allow BitmapTexts to on-the-fly change color mid-text depending on the text
This feature can be used by enabling the coloration by using the .SetDynamicColor( true )
function.  Once this is done, the syntax for color changing is: |c0RRGGBB where RR = red
in hex, GG = green in hex and BB = blue in hex.  |c0 is the token to note the
beginning of a text change.  This was discussed on the StepMania development
list.
2005-05-03 03:37:52 +00:00
Josh Allen b6944ab340 Opps, RoomWheel in wrong organizational folder 2005-05-03 01:56:18 +00:00
Glenn Maynard 77369584d5 fix uninitialized variable; fix delete vs. delete[] 2005-05-03 01:52:09 +00:00
Josh Allen 4482cbcde5 Removed metrics for old room selection, added metrics for new room selection. 2005-05-03 01:39:16 +00:00
Josh Allen 632d6e6e86 Added RoomWheel 2005-05-03 01:36:27 +00:00
Josh Allen 451cb29b68 Room selection wheel 2005-05-03 01:32:19 +00:00
Josh Allen f6f6302893 Update for new room selection 2005-05-03 01:31:22 +00:00
Josh Allen 86fec46c9a Image for RoomWheel 2005-05-03 01:25:04 +00:00
Josh Allen ed3bf8f07e Fonts for RoomWheel 2005-05-03 01:15:53 +00:00
Josh Allen 531b4731a8 Updates 2005-05-03 01:05:11 +00:00
Chris Danford 0ac5e2b008 add Skew for faux italic fonts 2005-05-02 21:43:27 +00:00
Chris Danford 4169ecfa61 add messages on movement in menus 2005-05-02 21:33:02 +00:00
Glenn Maynard 52eb929538 CompareNoCase has less predictable and harder to troubleshoot locale-
specific sorting behavior.  We only want UTF-8 sorting, and MakeSortString
uppercases the titles anyway.
2005-05-02 21:21:39 +00:00
Glenn Maynard 633aa6f779 fix crash when invalid options contain % 2005-05-02 19:34:31 +00:00
Chris Danford 973172109d fix out of range access when MenuTimer gets a very large Update 2005-05-02 12:54:27 +00:00
Ryan Dortmans 3f00cffc1b Add Wheel*Base.* 2005-05-02 04:37:34 +00:00
Eric Gustafson ccbafce97b Images for the readme 2005-05-02 04:11:37 +00:00
Chris Danford c313d317ba way out of date 2005-05-02 04:06:16 +00:00
Chris Danford eb007ce29e tracking down "life meter stuck at 100%" 2005-05-02 04:05:07 +00:00
Chris Danford f04b18b602 fix 1000 milestone should play on "1000" 2005-05-02 04:04:24 +00:00
Eric Gustafson cb4e1cf3cf Now i have one too! 2005-05-02 03:55:04 +00:00
Eric Gustafson 6cf56780b0 Initial Commit, save the flames for later, i have work to do 2005-05-02 03:48:06 +00:00
Chris Danford 3621be7e55 fix sort by last played 2005-05-02 03:32:14 +00:00
Chris Danford beac79e4f3 separate milestones for 500 and 1000 2005-05-02 03:31:53 +00:00
Chris Danford 6facdccdfe cleanup 2005-05-02 03:06:56 +00:00
Chris Danford dd8e5e5cbb add check on course load for invalid mod names 2005-05-02 02:41:00 +00:00
Ben Anderson 79e55330e4 Don't use NULL for non-pointers 2005-05-02 01:57:37 +00:00
Ben Anderson a89304c0cb Remove unused variable 2005-05-02 01:53:09 +00:00
Ben Anderson 0ca2dd7540 Fix case (fixes compilation on POSIX systems) 2005-05-02 01:07:15 +00:00
Chris Danford 4a6ec0a155 separate bar graphics for sort and mode 2005-05-01 23:38:40 +00:00
Chris Danford f858e3a5b6 send message on beat crossed 2005-05-01 22:59:00 +00:00
Chris Danford 0eff412ab0 revert increased overdraw 2005-05-01 20:58:48 +00:00
Chris Danford 2232b4b8ed add missing GiveUpAfter30Misses 2005-05-01 20:49:11 +00:00
Steve Checkoway 7623de2bd7 spelling 2005-05-01 18:38:26 +00:00
Steve Checkoway 91956f9342 odd that these did not get added. 2005-05-01 18:35:03 +00:00
Steve Checkoway fc4e9188a8 Use the Apple installer. My own installer was needed before the overhaul of the crash handler (quite a while ago). 2005-05-01 18:33:54 +00:00
Chris Danford 8fd08a0a2e save LastPlayed time 2005-05-01 09:14:11 +00:00
Chris Danford 04ca7c496c quit trying to load from fallbacks after the first successful load 2005-05-01 08:45:22 +00:00