Commit Graph
75 Commits
Author SHA1 Message Date
Chris Danford b20d7aca3c move installer strings to .ini files for easier importing 2006-06-09 03:34:36 +00:00
AJ Kelly 4456c5dcd6 fix project file 2006-05-04 06:29:59 +00:00
Glenn Maynard 2ec5e3b9ca VC choked on this. If you're editing it by hand, please don't unless you can actually test in the IDE ... 2006-05-02 20:50:08 +00:00
Eric Gustafson 0a8dcd918d Remove missing ControllerStateDisplay.cpp 2006-04-30 16:57:57 +00:00
Glenn Maynard 75ac3eb491 update 2006-04-29 21:24:18 +00:00
Chris Danford 8526e621ea remove unfinished, crufty multiplayer stuff 2006-04-21 00:11:20 +00:00
Glenn Maynard a5453d9652 remove (added twice) 2006-03-28 06:01:24 +00:00
Chris Danford c67c147637 remove deleted SSetCourseMods 2006-03-12 06:05:06 +00:00
Glenn Maynard 73bb009fb9 set the target in one place (linker -> output file) 2006-02-18 06:12:29 +00:00
Glenn Maynard 63a87f73a7 empty props 2006-02-17 21:42:24 +00:00
Glenn Maynard 8e89e4b358 no longer exists 2006-02-17 21:36:10 +00:00
Glenn Maynard 088a5505dc update 2006-02-11 08:15:36 +00:00
Glenn Maynard 6af30022f4 update 2006-02-09 23:35:20 +00:00
Chris Danford b46e53e27b make dialogs localizable
adjust control to fit longer text
2006-02-07 04:38:51 +00:00
Chris Danford 111d659b90 add missing AdjustSync.* 2006-02-06 22:38:14 +00:00
Chris Danford ae1bf0dcd8 add ScreenGameplaySyncMachine 2006-02-04 18:39:37 +00:00
Glenn Maynard 3507956b71 remove ScreenTest 2006-01-30 09:18:03 +00:00
Chris Danford e99daa073a add simple unlock screens 2006-01-30 08:13:16 +00:00
Glenn Maynard 2d8fb8136a remove RageSoundResampler 2006-01-28 04:55:56 +00:00
Chris Danford e1f60ebc60 ScreenUnlock -> ScreenUnlockStatus 2006-01-27 19:57:08 +00:00
Glenn Maynard b9f4fb36be update 2006-01-23 05:50:22 +00:00
Chris Danford 3ec514f896 fix mounting to fix reading of Prefs.ini 2006-01-20 09:31:26 +00:00
AJ Kelly 4d7d9e15e3 fix linking errors (as mentioned in "[Stepmania-devs] Link errors?") 2006-01-14 02:59:47 +00:00
Glenn Maynard 8174e0b629 merge RageUtilLua 2005-12-31 06:52:04 +00:00
Glenn Maynard 9225fa0196 SMPackage includes lua now. Merge DateTimeLua back into DateTime. 2005-12-30 06:20:41 +00:00
Glenn Maynard 1f1f4a9b69 move out of Screens into Data Structures (which has inadvertently
become "everything else", but better than Screens)
2005-12-29 19:20:49 +00:00
Glenn Maynard 1251bdbe56 update 2005-12-23 01:58:13 +00:00
Chris Danford 74749a19bb move localized string to separate file 2005-12-22 03:10:04 +00:00
Glenn Maynard 44a9f43486 add ScreenOptionsMemoryCard 2005-12-21 03:48:49 +00:00
Chris Danford 353e0c5b6e break up arch stuff into smaller .cpp files to fix smpackage build and not pull in unnecessary stuff 2005-12-16 04:16:09 +00:00
Chris Danford 09d8307a83 add new files 2005-12-10 08:11:52 +00:00
Chris Danford cbe4ef50b5 Add edit management screen 2005-11-30 22:42:28 +00:00
Chris Danford cd9cf4c1e2 move some service menu actions from GameCommand into ScreenServiceAction 2005-11-29 23:15:11 +00:00
Thad Ward 24d488ebda remove dead header file 2005-10-30 22:22:18 +00:00
Thad Ward 90891ad511 move the include path I added to a couple MovieTexture files into the overall
project settings instead, in case other files in the future depend on it.
2005-10-30 09:13:45 +00:00
Thad Ward 0a17eb51da fix VC2003 project file 2005-10-30 07:07:52 +00:00
Chris Danford 2264d09032 remove deleted file 2005-10-09 02:44:10 +00:00
Chris Danford 0f07808ecc Use generic names for score values since they are treated genericly by the code.
Theme changes coming...
2005-10-08 02:10:32 +00:00
Chris Danford 7cb3a12722 move stats and skips into ScreenStatsOverlay 2005-10-04 06:02:18 +00:00
Chris Danford 4f15363eed add missing DynamicActorScroller.* 2005-09-29 17:08:14 +00:00
Dan Colardeau 03bd6b100b Added ActorSound 2005-09-21 16:57:30 +00:00
Chris Danford 788f6e8126 working on lesson mode 2005-09-08 22:47:16 +00:00
Chris Danford 24440aa3bf move Trasform caching out of ActorScroller and into LuaExpressionTransform so that ScreenOptions can use it too.
add RowOn/OffCommand to ScreenOptions
2005-09-03 17:37:42 +00:00
Chris Danford be1039221e add ScreenEvaluationMultiplayer 2005-08-28 08:59:46 +00:00
Chris Danford 89482ce6ba add PlayerScoreList 2005-08-26 17:32:11 +00:00
Chris Danford f71cb1cdcf merge Multiplayer into ScreenGameplay. This needs cleanup. 2005-08-23 21:38:51 +00:00
Chris Danford 7acbfe9cee add ScreenJoinMultiplayer 2005-08-20 22:47:24 +00:00
Chris Danford 8fd9e8b673 add missing file 2005-08-15 01:55:23 +00:00
Chris Danford e50a401341 move Character stuff out of messy GAMESTATE and into CHARMAN 2005-08-14 12:06:40 +00:00
Chris Danford 68f8e632f0 Add new ScreenOptionsManageProfiles 2005-08-04 21:13:29 +00:00