Commit Graph
100 Commits
Author SHA1 Message Date
Sean Burke 4c953a5f03 compile fix 2005-03-22 22:43:20 +00:00
Sean Burke 37c6621bd7 A far more elegant solution, and one that allows the problem to be solved after a crash by restarting and exiting 2005-03-16 05:23:20 +00:00
Sean Burke b4132c8919 Fix repeating keyboard events 2005-03-16 03:31:20 +00:00
Sean Burke 6abf475686 No, it wasn't misplaced, my logic was just flawed and my counting was off 2005-03-15 22:51:47 +00:00
Sean Burke 7ded8cf56e A few minor commits that are probably temporary; also a fix for a shifted KEY_ESC entry in the table that was causing the escape key not to work 2005-03-15 22:36:00 +00:00
Sean Burke 8de9688b29 A much more elegant solution for input handling in X11; can still probably do with some improvement 2005-03-15 01:32:24 +00:00
Sean Burke 185855ca87 InputHandler_X11 should now properly register input 2005-03-14 10:14:04 +00:00
Sean Burke 27851ff9e6 Add new X11 windows to Makefile; does not run at the moment 2005-03-13 23:21:08 +00:00
Sean Burke 2f60572cb2 Define presence of X11 in configure 2005-03-13 23:06:07 +00:00
Sean Burke b9c409cb58 Move the GradePercent tiers to theme metrics; this will allow for different games (e.g. beatmania) to have their own tiers, and is in the same vein as moving unlocks to themes 2005-03-12 10:49:41 +00:00
Sean Burke 3c4abc8b9d eol 2005-03-12 08:58:35 +00:00
Sean Burke 3e647b5b92 cleanup and compile fix 2005-03-12 08:15:36 +00:00
Sean Burke 879d60550c Now that unlocks are handled in the theme anyhow, there's no real point to having two separate implementations of unlocking within the theme 2005-03-12 08:11:31 +00:00
Sean Burke 9c682d30ff Fix a BMS-related warning 2005-03-12 06:28:30 +00:00
Sean Burke 15486d5963 Add check for beginner notechart 2005-03-12 06:24:41 +00:00
Sean Burke ec01120e29 Fix redir 2005-03-11 21:09:27 +00:00
Sean Burke b5bbbeb61e Provide for alternate spelling of Gaggai 2005-01-29 23:47:03 +00:00
Sean Burke e15d1da6b7 Revert and fix a bit better. 2004-12-04 20:44:02 +00:00
Sean Burke b8150afc69 Fix warning. 2004-12-04 17:13:58 +00:00
Sean Burke c9067dec65 fix unsigned warnings 2004-11-13 22:01:59 +00:00
Sean Burke cd067584c1 Add iconv check to configure 2004-11-04 23:47:48 +00:00
Sean Burke eda14f3d13 Add iconv implementation of string conversion. Needs cleaning, but works. 2004-11-04 22:43:35 +00:00
Sean Burke c30af64d37 Add files. 2004-10-25 01:40:03 +00:00
Sean Burke a374bda82f Fix capitalization of header. 2004-10-24 21:12:32 +00:00
Sean Burke b59abf6e9f Fix ScreenOtherOptions crash. 2004-08-02 16:25:00 +00:00
Sean Burke cd28963501 Fix Linux compile. 2004-07-12 07:24:03 +00:00
Sean Burke ad00c31149 This shouldn't need String.h included, and it breaks compile on some systems. 2004-07-03 09:08:18 +00:00
Sean Burke f48ba0fde4 Properly compile so. 2004-06-16 06:12:55 +00:00
Sean Burke 4aa1d94a35 Work on x86-64 compile. 2004-06-15 23:38:11 +00:00
Sean Burke d59d1a0ae8 Recognize x86-64. 2004-06-15 22:44:00 +00:00
Sean Burke 00c8d1ef80 Make sure CPU_PPC is defined before defining __KERNEL__ 2004-06-15 00:29:55 +00:00
Sean Burke 3c89644f66 Define LINUX_PPC. 2004-06-15 00:06:41 +00:00
Sean Burke ae40217dff Fix possible compile error on PPC Linux. 2004-06-14 11:02:09 +00:00
Sean Burke 966772de3e Add/change a few replace values. 2004-06-08 23:16:02 +00:00
Sean Burke 956698079b Fix Linux compile due to C include in C++ code. 2004-06-03 08:02:27 +00:00
Sean Burke 93c120c929 noeol 2004-05-04 03:16:51 +00:00
Sean Burke 85f7c115ff Fix Linux compile. 2004-05-02 21:53:39 +00:00
Sean Burke f4ca6e62af Fix compile. 2004-04-05 12:59:08 +00:00
Sean Burke 1569dde338 Fix the proliferation of warnings... does this still work? 2004-04-05 12:58:45 +00:00
Sean Burke 76ced545ed Clean up Makefile. 2004-04-05 12:28:28 +00:00
Sean Burke 94f491fb03 Move include of stdarg.h up to quiet gcc. 2004-04-05 12:27:56 +00:00
Sean Burke 89a316061d Fix Linux compile and try to make code stylistically consistent. 2004-03-17 22:17:51 +00:00
Sean Burke 419ef9ab0c Fix warning. 2004-02-13 09:32:32 +00:00
Sean Burke c3133d38c4 Fix unsigned warning. 2004-02-13 09:02:36 +00:00
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