Files
itgmania212121/Xcode
Thai Pangsakulyanont 241738c18b [splittiming] Let's break things again! (222)
We introduced a new class, called "SongPosition", that replaces some instance variables in the GameState class. (GameState::m_Position).
Then, you also have it in PlayerState class which keeps track of the position based on their steps. (PlayerState::m_Position).

Fixing the build errors:
- GAMESTATE->m_fSomething should now be:
  - GAMESTATE->m_Position.m_fSomething
  - pPlayerState->m_Position.m_fSomething (or m_pPlayerState for some instance!)
2011-05-10 19:54:05 +07:00
..
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2011-03-17 01:47:30 -04:00
2011-03-17 01:47:30 -04:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-09-11 00:48:11 -04:00
2011-03-13 22:01:46 -07:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00

REQUIREMENTS

Mac OS X 10.5 or higher is required. The Mac OS X 10.3.9 SDK needs to be

installed.



Xcode 3.0 or higher is required to build. Even though the stepmania project

appears to be a ProjectBuilder project, it has been updated by XCode and

no longer works with ProjectBuilder.



BUILD

1. Download StepMania from sourceforge.

2. Build StepMania by running:

$ xcodebuild -target stepmania -configuration Native

in the PBProject directory.

To build a universal binary instead, use "-configuration Universal"

instead of "-configuration Native"

3. (Optional) Run:

$ strip -x StepMania.app/Contents/MacOS/StepMania

to reduce the size of the binary.



Steve Checkoway

stevecheckoway@users.sf.net