Commit Graph
82 Commits
Author SHA1 Message Date
Sean Burke e43629bd9f Cleanup NotesLoaderBMS. Multiline comments should be put within /* */ 2003-12-13 03:54:13 +00:00
Sean Burke 55ea876afa Remove duplicates and cleanup a bit. 2003-11-19 00:24:46 +00:00
Sean Burke e2907f7803 Add PaneDisplay to Makefile.
Fixes to the Makefile to make test_audio_readers compile again. This needs a less hackish solution, as its list of dependencies is growing.
2003-11-17 08:20:34 +00:00
Sean Burke 7e8bcb35b3 Slightly more efficient commenting style. (Nerd.) 2003-11-13 08:22:05 +00:00
Sean Burke 9a4c530b63 Consistency cleanup. 2003-09-30 01:27:55 +00:00
Sean Burke f72aac61fc Add ScreenEndlessBreak, cleanup. 2003-09-29 14:19:08 +00:00
Sean Burke 9e69a06d4b A bit of themes cleanup. 2003-09-28 22:58:59 +00:00
Sean Burke b7d2ac18bd Makefile formatting cleanup. 2003-09-27 22:39:59 +00:00
Sean Burke cdaaa3be6b Fix comment spelling. 2003-09-27 22:32:13 +00:00
Sean Burke 70e1a6bb16 Try to make compilation of RageTimer a bit less dependent on the local SDL tree. 2003-09-27 22:24:43 +00:00
Sean Burke e0742c076d Make Stepmania stop crashing at load. 2003-09-27 19:49:24 +00:00
Sean Burke 25c6a97c3b Makefile fix. 2003-09-24 06:10:05 +00:00
Sean Burke 2bd4dbd600 A few minor updates to the Makefile. 2003-09-23 09:01:17 +00:00
Sean Burke e57bddddb9 Add conditional link to system SDL 1.2.6 2003-09-16 19:24:17 +00:00
Sean Burke 36e987049d Hopefully fix SDL compile on ppc Linux. 2003-09-13 21:11:02 +00:00
Sean Burke 8f9234592f Native mp3 decoder Makefile update and header fix (is this supposed to be there? Help me, Obi Wan Codenobi) 2003-09-13 00:35:36 +00:00
Sean Burke fdd2222779 Update the Makefile for the native WAV decoder. 2003-09-10 21:47:45 +00:00
Sean Burke 24846c8a21 Add the NetworkManager to Makefile. 2003-09-09 20:28:35 +00:00
Sean Burke cd872235fc eol 2003-09-09 20:24:28 +00:00
Sean Burke 122891a56e Whoops, fix ScreenRanking compile. 2003-09-09 03:24:34 +00:00
Sean Burke c18acda64f Clean up the Makefile for the SDL_sound updates. 2003-09-09 02:58:38 +00:00
Sean Burke 3275bfd581 Allow a manually set pref for what courses to display in ScreenRanking. 2003-09-09 02:54:34 +00:00
Sean Burke 0cfcb3974f Revert metrics change. 2003-09-09 02:05:46 +00:00
Sean Burke 0a0d52c5fb Show ScreenCredits. 2003-09-09 01:26:40 +00:00
Sean Burke 5c77d70c42 Add myself to the credits, I suppose. 2003-09-08 22:21:57 +00:00
Sean Burke f5bb646c1f Update Makefile for the profile additions. 2003-09-08 06:27:49 +00:00
Sean Burke b3e9705315 Fix up the default metrics a bit. 2003-08-30 09:38:53 +00:00
Sean Burke 229c656d25 Make this happen for each place it needs to. 2003-08-29 01:12:06 +00:00
Sean Burke bd50867a69 ...and try to practice what you preach. 2003-08-29 00:21:30 +00:00
Sean Burke 46fc3941d4 Always compile before commit... always compile before commit... 2003-08-29 00:19:29 +00:00
Sean Burke cdaf42c277 This should solve the issue where difficulties other than Beginner could have BeginnerHelper show. 2003-08-29 00:16:29 +00:00
Sean Burke 33bb6544d1 This should make the code a bit more readable. 2003-08-25 20:47:22 +00:00
Sean Burke 432e6f2a9d Get rid of the character in BeginnerHelper if no character is selected. 2003-08-22 23:13:00 +00:00
Sean Burke fb083fb040 Correctify the semantics and remove a duplicate entry. 2003-08-22 15:30:24 +00:00
Sean Burke 18bef461d2 Mucking about with white space again. 2003-08-22 15:24:44 +00:00
Sean Burke 890ad59681 Get rid of some extra eols 2003-08-20 18:26:23 +00:00
Sean Burke 16d9d40ea0 White space consistency fix 2003-08-20 18:22:49 +00:00
Sean Burke 5b089930e4 Typo fix 2003-08-20 18:22:19 +00:00
Sean Burke 8420e2c2ee This should make whitespace consistent. 2003-08-20 17:54:26 +00:00
Sean Burke 84ecdbb5bf I believe this is the preferred way to deal with slashes. 2003-08-20 16:19:48 +00:00
Sean Burke 6befe8133d Makefile cleanup 2003-08-20 15:34:48 +00:00
Sean Burke 518402727a Reorganize files in Makefile 2003-08-20 14:15:45 +00:00
Sean Burke 9070b9be1e ShowBeginnerHelper typo fix. 2003-08-20 14:13:56 +00:00
Sean Burke 7385c15e8e Remove ActiveItemList from the Makefile. 2003-08-14 08:10:51 +00:00
Sean Burke a29d428430 Restructure and clean the Makefile. 2003-08-12 08:46:35 +00:00
Sean Burke 4a170d0eb7 Cleanup for the Makefile. 2003-08-12 07:11:36 +00:00
Sean Burke d576bb16ea Add/remove appropriate files for the Makefile. 2003-08-11 03:16:45 +00:00
Sean Burke 9a074a9c7d Let the UNIX crash handler work again. Hackish. 2003-08-07 11:24:01 +00:00
Sean Burke 4c8c47e52b Add NoteDataUtil to the Makefile. 2003-08-07 11:22:56 +00:00
Sean Burke fc4654092c Fix LowLevelWindow on OS X and Linux. 2003-07-22 15:39:47 +00:00
Sean Burke 2656d08a16 Add missing files to the Makefile. 2003-07-22 14:21:13 +00:00
Sean Burke 910634efca Get rid of unused if conditions to make RageLog compile again. 2003-07-22 08:08:13 +00:00
Sean Burke 20b4af87b1 Temporary fix for compile... if it breaks the test environment, kill it. 2003-07-22 07:21:01 +00:00
Sean Burke ccfe10c660 Compile fix for the rename. 2003-07-21 23:52:01 +00:00
Sean Burke 14626dbf92 Add ModeChoice to the Makefile. 2003-07-21 23:14:20 +00:00
Sean Burke b91d1039ae Make the MovieTexture_Null stuff work in Linux. 2003-07-18 13:59:31 +00:00
Sean Burke a9015be098 eol 2003-07-15 20:21:25 +00:00
Sean Burke 780edfe0a3 Update the Makefile. 2003-07-15 20:09:18 +00:00
Sean Burke 4feca2678f Compile fix for UnlockSystem. 2003-07-15 10:11:22 +00:00
Sean Burke deb07f48a4 Makefile update for ArchHooks. 2003-07-11 21:17:30 +00:00
Sean Burke 962eaa31b4 Make LoadingWindow_Gtk include loading.xpm so that I don't have to make it install. 2003-07-09 08:34:16 +00:00
Sean Burke e3eb9b4e50 Make LoadingWindow_Gtk work better in general. 2003-07-08 23:41:07 +00:00
Sean Burke 0bb99f60a7 eol 2003-07-08 19:16:39 +00:00
Sean Burke ac64793f10 Case change for compatibility. 2003-07-08 19:14:54 +00:00
Sean Burke 8b73204ea4 LoadingWindow_Gtk should now work as intended. 2003-07-07 03:36:38 +00:00
Sean Burke 9633cde786 I suppose I shouldn't break Linux. 2003-07-07 02:05:46 +00:00
Sean Burke 9f9d2ce0ad Push LoadingWindow_Gtk aside until it actually works. 2003-07-07 01:44:51 +00:00
Sean Burke faa023b8e6 Add ActorUtil.cpp and ActorUtil.h to the Linux Makefile. 2003-07-07 01:35:02 +00:00
Sean Burke 8014bb1f27 Revert to cpp and fix a glaring omission in LoadingWindow_Gtk. 2003-07-07 00:52:35 +00:00
Sean Burke 8962d1ae28 This should have been a C file, not CPP. (Also, I should be shot.) 2003-07-06 23:17:22 +00:00
Sean Burke 28be137bfc This should have been a C file, not CPP. 2003-07-06 23:15:46 +00:00
Sean Burke adcd31adc8 eol 2003-07-06 22:32:10 +00:00
Sean Burke 18c143be70 LoadingWindow_Gtk almost sort of halfway works, in a manner of speaking. 2003-07-06 22:13:56 +00:00
Sean Burke 06b6924cb4 configure should die if SDL_image or madlib aren't present. 2003-07-04 02:29:04 +00:00
Sean Burke 1150d092ae eol 2003-07-03 21:36:59 +00:00
Sean Burke 7365f2f3d5 Compile fix for Linux... this doesn't break anything else... right? Right? 2003-07-03 21:27:46 +00:00
Sean Burke 5f9548a33b Add the split filedb to the Makefile. 2003-07-03 21:16:00 +00:00
Sean Burke 22800b1921 We should only need one check for ALSA, unless I missed something. 2003-07-03 20:39:03 +00:00
Sean Burke 7d5faf2a99 Make sure that ALSA really is there before compiling it. 2003-07-03 18:16:01 +00:00
Sean Burke 0ce8229701 eol 2003-07-03 18:13:13 +00:00
Sean Burke 751dd58744 eol 2003-07-03 17:34:46 +00:00
Sean Burke ff6af2f72d Add missing Sprite::SetCroppedSize to make it compile again. 2003-07-03 17:31:00 +00:00