Commit Graph
100 Commits
Author SHA1 Message Date
Steve Checkoway dfd5bda05e Don't spew userlog to stdout. 2007-03-23 10:59:07 +00:00
Steve Checkoway 8505ea0578 This was moved to global.h. 2007-03-22 06:30:12 +00:00
Steve Checkoway 468ceae283 Sort the extensions. 2007-03-21 12:01:54 +00:00
Steve Checkoway dfa844b24a Make SM play nice with ffmpeg. 2007-03-21 11:56:58 +00:00
Steve Checkoway 301f98f70d Update ffmpeg. 2007-03-21 11:19:33 +00:00
Steve Checkoway 61e923cffa ffmpeg patch is no longer needed. 2007-03-21 07:11:51 +00:00
Steve Checkoway 4d2fd489fb Update build script to get the correct version of ffmpeg from the subversion repository. 2007-03-21 07:07:21 +00:00
Steve Checkoway e29a42f3f1 Work aorund a gcc bug where it is giving an error that the copy ctor is private even though it isn't being used. This has the unfortunate effect of turning compile time errors into link-time errors. 2007-03-19 03:43:14 +00:00
Steve Checkoway 9e7a8778ac Add CodeSet.*. 2007-03-18 13:00:52 +00:00
Steve Checkoway c17ce3eff3 These are not installed by aclocal by default but are needed for iconv.m4. 2007-03-14 08:17:49 +00:00
Steve Checkoway 2cd80d2048 Cleanup. The time critical stuff will never work like that on OS X. 2007-03-14 07:06:41 +00:00
Steve Checkoway 0927be48a4 Fix silly comment. 2007-03-13 17:54:27 +00:00
Steve Checkoway dd19e26e59 Remove obsolete macros. This was easier than I thought. I just ran autoupdate on configure.ac and the .m4 files and compared the output. 2007-03-13 10:20:57 +00:00
Steve Checkoway cc9664b304 Add option -fsigned-char when gcc requires it. Note that AC_TRY_* are obsolete macros <http://www.gnu.org/software/autoconf/manual/autoconf.html#Obsolete-Macros> and should probably be replaced at some point. 2007-03-13 10:04:59 +00:00
Steve Checkoway bd796e566c Update build script. 2007-03-13 09:00:45 +00:00
Steve Checkoway 3c73e111fd Change set precedence api to return an error message. 2007-03-12 03:37:24 +00:00
Steve Checkoway 778172314f Add license notice. I believe I got the years correct. 2007-03-11 22:49:10 +00:00
Steve Checkoway 9a7bdd0fe1 I'm not sure why my name was on this. All of my code (save a few black lines and { }) was rewritten a while ago. 2007-03-11 22:43:04 +00:00
Steve Checkoway 9d847bc099 Disable two part selection. 2007-03-11 09:28:02 +00:00
Steve Checkoway 266d8b9e97 Selecting a song is supposed to be final. 2007-03-11 01:32:43 +00:00
Steve Checkoway 2df0e33424 When using two part selection, allow backing out of selecting steps. 2007-03-11 01:05:01 +00:00
Steve Checkoway eeede7b6e5 Cleanup. 2007-03-11 00:52:50 +00:00
Steve Checkoway e017728ba7 scaletoclipped takes a width and a height so use SCREEN_{WIDTH,HEIGHT} in place of SCREEN_{RIGHT,BOTTOM}. 2007-03-11 00:39:28 +00:00
Steve Checkoway 9a0c41529f Fix compile. 2007-03-11 00:15:53 +00:00
Steve Checkoway 5088a880f4 Scale for widescreen. 2007-03-10 14:45:23 +00:00
Steve Checkoway ef8b106d19 Add/Remove files. 2007-03-10 14:06:33 +00:00
Steve Checkoway 9137825cd1 Fix warnings. 2007-03-10 14:06:08 +00:00
Steve Checkoway fa40d68c24 Missing metric. I am not sure what this is for or why I decided on false. Fix as needed. 2007-02-27 07:14:16 +00:00
Steve Checkoway e507e06144 sys/param.h should define BSD. 2007-02-25 15:23:44 +00:00
Steve Checkoway 2f80580882 sys/param.h should define BSD on bsd systems. Do not redefine it. 2007-02-25 15:22:22 +00:00
Steve Checkoway 2758771b1f Fix compile. 2007-02-25 14:37:32 +00:00
Steve Checkoway 596b5cf14d Possible compile fix for netbsd. 2007-02-25 14:20:34 +00:00
Steve Checkoway fced7b7a83 Fix warning. 2007-02-25 09:19:54 +00:00
Steve Checkoway 2afb681aea GetHighScoreForDifficulty -> GetHighGradeForDifficulty. 2007-02-25 07:02:27 +00:00
Steve Checkoway bf77a61057 Store the highest song grade in the HighScoreList. 2007-02-25 06:59:27 +00:00
Steve Checkoway 0f58d743f9 Spelling in a comment. 2007-02-25 05:01:58 +00:00
Steve Checkoway 2bfc4f77e5 Up to date libraries. Also link ffmpeg against the zlib we build. 2007-02-23 12:40:56 +00:00
Steve Checkoway ac17e6c8af I do not know what it cannot just use the same file, but it cannot, so stick in the copy. 2007-02-23 12:07:03 +00:00
Steve Checkoway 090cf465e2 Update README. 2007-02-23 12:00:56 +00:00
Steve Checkoway a1764ff913 Use static zlib. I could have it only use this for the ppc build and use the system one for i386 since that one is new enough, but I can't test that so I won't. 2007-02-23 11:58:33 +00:00
Steve Checkoway 5dc3c39603 Build zlib since the 10.2.8 sdk has a version that is too old. 2007-02-23 11:56:58 +00:00
Steve Checkoway a06dc00e7a Simplify. 2007-02-23 11:32:54 +00:00
Steve Checkoway 2faaa7518a GetCurThreadName -> GetCurrentThreadName to match GetCurrentThreadID. 2007-02-23 10:35:00 +00:00
Steve Checkoway 03ee27cf21 We can't throw exceptions except on the main thread. 2007-02-23 10:25:53 +00:00
Steve Checkoway 6ed2dcf230 Export GetInvalidThreadID() through RageThreads.h, rather than arch/Threads/Thread.h (via GetInvalidThreadId(), lowercase d). 2007-02-23 10:24:51 +00:00
Steve Checkoway 3b2e02d5fe Error() reinits the Dialog. Shut it down afterward. 2007-02-23 10:12:56 +00:00
Steve Checkoway a7cadaa835 Simplify. 2007-02-23 09:01:11 +00:00
Steve Checkoway 7ca0f5996b Unused. 2007-02-23 08:35:48 +00:00
Steve Checkoway 3c3fc0aaac Unused. 2007-02-23 08:09:49 +00:00
Steve Checkoway 65b279ce89 Misclick. 2007-02-22 19:36:58 +00:00
Steve Checkoway dca5f7a223 Add files. 2007-02-22 19:34:57 +00:00
Steve Checkoway f0c7d92fb5 Revert glSwapInterval since it does not actually do what I thought it did. Re-enable nVidia hack. 2007-02-20 22:28:52 +00:00
Steve Checkoway 0355d0cd80 missing metric 2007-02-19 04:25:18 +00:00
Steve Checkoway a0dfa4d06a Do this in metrics instead. 2007-02-19 04:25:07 +00:00
Steve Checkoway 8f18ee731d Stacked screens do not have a PrevScreen, they get popped. Fixes dialog box popping up after pressing escape at ScreenTextEntry. 2007-02-19 03:36:51 +00:00
Steve Checkoway 68420be177 Wide character. 2007-02-19 03:35:36 +00:00
Steve Checkoway bbbe762ee7 Update sm icon. 2007-02-19 01:18:55 +00:00
Steve Checkoway 0e7eed7637 Style. 2007-02-18 11:15:31 +00:00
Steve Checkoway cef0c5ea30 Header cleanup. 2007-02-18 10:19:31 +00:00
Steve Checkoway dc56558137 Sort extension list. 2007-02-18 07:30:58 +00:00
Steve Checkoway ede9c95a5e Simplify. 2007-02-18 07:12:24 +00:00
Steve Checkoway 0bc8d2c9bb This is ridiculous. I've cleaned up over a thousand lines of this code and I'm tired of it. I'd enumerate our code guidelines again, but the last n times had no effect. 2007-02-17 13:45:11 +00:00
Steve Checkoway 76040c2280 Simplify. 2007-02-17 13:20:14 +00:00
Steve Checkoway bf585ff477 This isn't calling the base ctor (that has already happened before RoomWheelData's ctor is called), this is creating a new WheelItemBaseData and then throwing it away. 2007-02-17 13:14:28 +00:00
Steve Checkoway 515bb3b263 Style to match the rest of the code. 2007-02-17 13:03:59 +00:00
Steve Checkoway bcbb72cfe0 MakeItem returns a MusicWheelItem*. 2007-02-17 13:03:27 +00:00
Steve Checkoway 5e8cead0f1 Crop life bar images. 2007-02-17 10:50:42 +00:00
Steve Checkoway 708f35f4b4 Pull this out of the header. It is not intended to be used by anything else. 2007-02-17 09:37:40 +00:00
Steve Checkoway be0b69ceb4 Missing quotes. 2007-02-17 08:52:17 +00:00
Steve Checkoway ba031ed6f8 Hush. 2007-02-16 10:21:53 +00:00
Steve Checkoway c3ac86cbc8 Use LoadFont 2007-02-16 09:23:20 +00:00
Steve Checkoway 92fd82b630 RString no longer allows NULL. (I have no idea how it took me so long to catch this.) 2007-02-16 07:28:43 +00:00
Steve Checkoway 19a65d889d Year. 2007-02-14 12:36:43 +00:00
Steve Checkoway ebbe1200f5 Foo::Bar. 2007-02-14 12:30:38 +00:00
Steve Checkoway 61ae8c3c1b NotesLoader is just a namespace. If you want to load a particular directory, there's no need to create a specialized loader, just call NotesLoader::LoadFromDir(). 2007-02-14 12:26:36 +00:00
Steve Checkoway c827907980 Cleanup. 2007-02-14 12:24:58 +00:00
Steve Checkoway 65d2149605 Unused. 2007-02-14 12:23:10 +00:00
Steve Checkoway 90a611387f Unused for some reason I haven't determined. 2007-02-14 11:57:24 +00:00
Steve Checkoway 4c70d12f90 BMSLoader is now stateless. 2007-02-14 11:48:55 +00:00
Steve Checkoway 75e1089900 Remove m_sDir. It seems like passing sDir to LoadFromDir is pointless since it should already be set in out.GetSongDir(), or is that a bug? Shouldn't SetSongDir() be called? 2007-02-14 11:43:24 +00:00
Steve Checkoway 41ef86d162 Working toward stateless loader. 2007-02-14 11:35:14 +00:00
Steve Checkoway 5de8b7d052 pOut -> out. 2007-02-14 11:17:13 +00:00
Steve Checkoway 649d24f780 Reference not pointer. 2007-02-14 11:16:11 +00:00
Steve Checkoway 45038b7216 Working toward stateless loader. 2007-02-14 11:15:02 +00:00
Steve Checkoway 80aaa5fbb9 Working toward stateless loader. 2007-02-14 11:09:20 +00:00
Steve Checkoway cdf80af9b9 Cleanup and style. 2007-02-14 10:57:26 +00:00
Steve Checkoway e9efc9fda9 Remove all state. 2007-02-14 10:55:36 +00:00
Steve Checkoway d4cd093daf These are also not member variables. If you only need a value in a function, just make it a local variable. 2007-02-14 10:50:13 +00:00
Steve Checkoway cb57db0d03 These are just local variables. 2007-02-14 10:44:54 +00:00
Steve Checkoway 598e602bd9 Style. 2007-02-14 10:27:02 +00:00
Steve Checkoway 11eec4b0f8 Merge these. 2007-02-14 10:26:30 +00:00
Steve Checkoway 68cc42acc8 Move closer to being stateless. (It still uses its superclass's data.) 2007-02-14 10:22:55 +00:00
Steve Checkoway 1b2c9da350 Don't create a loader. 2007-02-14 10:09:05 +00:00
Steve Checkoway 6c8ddaec73 Make this stateless. 2007-02-14 10:08:19 +00:00
Steve Checkoway 5b0a13dccc Header cleanup and spacing. 2007-02-14 09:33:31 +00:00
Steve Checkoway f92f1b8e4b This function is already compiled. The string value is empty. This fixes the ScreenCredits crash. 2007-02-13 12:55:11 +00:00
Steve Checkoway a95661e9c8 Unused. 2007-02-13 12:19:29 +00:00
Steve Checkoway be00e6897b One of these is enough. 2007-02-13 12:18:31 +00:00
Steve Checkoway 415fb9506c Oops. Diff first, then commit. 2007-02-13 11:41:39 +00:00
Steve Checkoway 926828eb55 Fix *nix launching through the $PATH variable. 2007-02-13 11:41:04 +00:00