Commit Graph
550 Commits
Author SHA1 Message Date
Jason Felds 832f1de7c4 Add MenuInput.cpp to Data Structures, move MenuInput.h to Data Structures. I'm praying this doesn't break anything due to a change in TargetDir, among other things (I use a different home folder). 2006-01-09 04:21:33 +00:00
Chris Danford fc18dbd342 make more strings localizable 2006-01-08 18:40:20 +00:00
Chris Danford f6d11943ab make more strings localizable
move dialog localization into archutil
adjust dialog layout for pseudoloc strings
2006-01-08 05:42:09 +00:00
Chris Danford 44225ad379 XToThemedString -> XToLocalizedString 2006-01-07 04:11:29 +00:00
Jason Felds e04f9440ac Removed DateTimeLua.cpp and LocalizedStringLua.cpp from the project file; they no longer exist. 2006-01-04 21:12:58 +00:00
Chris Danford 1c209efd19 fix build 2005-12-28 03:54:41 +00:00
Chris Danford 236a727d64 add missing SpecialDirs 2005-12-25 19:26:52 +00:00
Chris Danford 035f20d234 add LocalizedString 2005-12-24 20:08:17 +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 f4f19224aa add missing file 2005-12-03 08:19:21 +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
Chris Danford d38ca82ff4 add missing file 2005-10-28 03:19:18 +00:00
Glenn Maynard d93c07f8c6 MovieTexture_Theora 2005-10-20 11:09:02 +00:00
Glenn Maynard 46978e2e29 update 2005-10-20 08:32:33 +00:00
Glenn Maynard f05dc5f0fa add "ffmpeg\include" to include path 2005-10-20 08:30:30 +00:00
Chris Danford 8473727ea0 removed deleted file 2005-10-12 21:27:49 +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 052a0166df add/remove files 2005-10-07 05:02:02 +00:00
Chris Danford 4f15363eed add missing DynamicActorScroller.* 2005-09-29 17:08:14 +00:00
Chris Danford 788f6e8126 working on lesson mode 2005-09-08 22:47:16 +00:00
Chris Danford abaaa199f2 fix output dir 2005-09-04 17:22:40 +00:00
Chris Danford 48ebc53549 return NULL -> return CString() for clarity and efficiency 2005-09-04 16:55:21 +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 48fccae8fa update project 2005-09-01 06:15:07 +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 e50a401341 move Character stuff out of messy GAMESTATE and into CHARMAN 2005-08-14 12:06:40 +00:00
Chris Danford f0e8a34327 Add new ScreenOptionsManageProfiles 2005-08-04 21:27:42 +00:00
Chris Danford 2498a33146 add Course*CRS files 2005-08-01 02:53:46 +00:00
Chris Danford e3167a82d8 working on new course edit screens 2005-07-30 19:34:23 +00:00
Chris Danford 359d745e67 add course edits, improved course editor 2005-07-29 02:23:02 +00:00
Chris Danford 169bedf903 fix build 2005-07-22 05:03:35 +00:00
Chris Danford ce4156625d add missing file 2005-07-16 05:29:43 +00:00
Chris Danford 295424aa6f fix build 2005-07-13 20:33:14 +00:00
Chris Danford dda77894e8 Remove CourseEntryType. Instead, treat each CourseEntry property as a filter. 2005-06-27 04:41:36 +00:00
Chris Danford 7a1d736694 working on new course editor 2005-06-26 21:31:07 +00:00
Chris Danford 00b4623f59 fix link 2005-06-20 17:40:40 +00:00
Chris Danford 5deadb2566 revert last 2005-06-11 01:53:40 +00:00
Chris Danford d1fdc21864 fix songs with stops and manually set BPM not disqualifying with C* 2005-06-10 20:29:42 +00:00
Charles Lohr e379632297 Update VC6 project 2005-06-01 02:39:21 +00:00
Chris Danford b20dae52f1 remove SStyleSplash 2005-05-31 06:53:18 +00:00
Chris Danford dac72665e3 move background file enumerating into BackgroundUtil.*
fix editor background change functionality
2005-05-31 01:17:37 +00:00
Charles Lohr 8e74fab0c1 Add: Win32 MIDI Support 2005-05-25 21:58:56 +00:00
Renaud Lepage bd296020e2 Removed the abnormalities in the DSP. Please update. 2005-05-19 23:44:32 +00:00
Chris Danford d67d60e178 sync controls cleanup:
move sync display/saving out of complicated ScreenGameplay
  show sync UI in editor playback as well as gameplay
  revert sync from in-memory backup, not from disk
  move more functions into debug overlay
2005-05-19 23:29:39 +00:00
Glenn Maynard 83d8099f7f remove ConditionalBGA; it's not used. ask the list if you need to know how to do something that was done in this ... 2005-05-19 20:26:53 +00:00
Chris Danford 1e056f9107 add experimental ScreenDebugOverlay 2005-05-16 10:10:08 +00:00