Commit Graph
100 Commits
Author SHA1 Message Date
Colby Klein 301247d952 Fix compile in GCC 2011-03-27 17:28:44 -07:00
Colby Klein c110f30f2a ...merge 2011-03-13 22:02:15 -07:00
Colby Klein f8f8a580fd Update year. 2011-03-13 22:01:46 -07:00
Colby Klein 33712f8ce9 I forgot to add these. 2011-03-12 22:24:28 -08:00
Colby Klein dd4083a9b1 Fix potential alpha issues. Transparency is not allowed here. 2011-03-08 19:57:31 -08:00
Colby Klein 72134f3fa6 woops, merge. 2011-03-08 11:01:41 -08:00
Colby Klein 704c7bff1d Update Cel shading. Note, RageDisplay_D3D will need to be fixed for this. 2011-03-08 11:00:32 -08:00
Colby Klein bcd87f8c17 Disable setting texture states, leave a comment. 2011-03-08 10:58:35 -08:00
Colby Klein ec00ac74ee Fixed permissions. 2011-03-08 10:21:50 -08:00
Colby Klein 70d59c1c9b Revert my original font change. I did mostly fix my optimization for it but it really was problematic. This whole block would probably have to be written differently. 2011-03-08 10:21:21 -08:00
Colby Klein 5fe1ed811d Don't try to draw nothing. 2011-02-27 20:47:11 -08:00
Colby Klein e1e7db4758 Draw strings in batches. This results in glDrawArrays calls being dramatically reduced, although it's still not perfect. Note: This breaks drawing strings which use multiple maps. 2011-02-27 20:30:44 -08:00
Colby Klein 0e69687e59 speed up MusicWheel switch slightly 2011-02-27 19:45:55 -08:00
Colby Klein 957cb50bb4 Draw only the amount of musicwheel items needed. The MusicWheel is _slow_. 2011-02-27 19:45:05 -08:00
Colby Klein c2dbfabb0c woops. merge 2011-02-25 02:09:55 -08:00
Colby Klein dc493450bf Break cel shading (it'll be fixed soon, I have to poke at RageDisplay stuff), add TODOs for myself, and comment out some 2D character stuff... 2d chars should be possible to implement in lua instead. 2011-02-25 02:08:30 -08:00
Colby Klein 9a88c8ec54 Comment out (build breaking) mouse code for OS X, fix 3d noteskins + characters at the same time (I hope) 2011-02-24 20:04:00 -08:00
Colby Klein c380d23d0b revert 2011-01-20 18:43:58 -08:00
Colby Klein 2647fa53d6 bump 2011-01-20 18:25:19 -08:00
Colby Klein 81e2a779a0 Update Xcode project. 2010-12-22 14:56:37 -08:00
Colby Klein 70934bb684 Merge because I forgot to update first. 2010-12-20 08:41:10 -08:00
Colby Klein 05d42bf8de Update project and fix build. 2010-12-20 08:34:56 -08:00
Colby Klein 78248fbce2 merge apparently. 2010-12-13 16:48:25 -08:00
Colby Klein 2c57922dee Fix orbital for dance. 2010-12-13 16:47:12 -08:00
Colby Klein 75a9bb3eff Fix warning causing gameplay skips. 2010-12-10 11:27:40 -08:00
Colby Klein c1579ef1da Fix speed mods here too. 2010-11-28 12:50:12 -08:00
Colby Klein 3f27d9c6b1 Change default speed mod set to reflect changes to scrolling speed. 2010-11-28 12:42:26 -08:00
Colby Klein 132fb66243 Increase default scrolling speed. Think about it, when was the last time you used 1x? It's too slow to really be usable and it's even bad for new players (I've heard countless times how people get confused with the overlapping arrows) 2010-11-28 12:32:33 -08:00
Colby Klein 90a2450fb3 Add missing ffmpeg files. 2010-01-27 15:14:13 -08:00
Colby Klein cb5ae48650 Ignore changes made to Libraries (they change every build, apparently). 2010-01-27 14:40:13 -08:00
Colby Klein 1dd80a9143 Ignore xcode stuff, update Libraries? I may need to put these on ignore as well. 2010-01-27 14:37:35 -08:00
Colby Klein f17cd94d33 Update packaging script. 2010-01-27 11:35:58 -08:00
Colby Klein 74c0acf15f Fix .hgignore 2010-01-27 11:17:35 -08:00
Colby Klein df52494701 Removed test themes and stuff.midi, as well as themekit. Themekit can be brought back when it's more than a placeholder. 2010-01-27 11:14:30 -08:00
Colby Klein 5b6a2f1df0 Add .hgignore. Set to ignore .DS_Store, Thumbs.db, and *.o 2010-01-27 11:06:04 -08:00
Colby Klein 1bf9e7c268 This is a test commit. 2010-01-27 10:42:58 -08:00
Colby Klein 6eaf9b86c0 Add missing metrics to default theme. 2009-12-15 10:37:51 +00:00
Colby Klein 4dc8949d68 Add theme metrics OptionsListTimeout and SelectMenuName, Broadcast SongChosen and SelectMenuInput messages. 2009-12-15 09:59:51 +00:00
Colby Klein 8e50cdd5f5 fix crash from trying to go to ScreenSelectDifficulty. 2009-12-15 09:15:13 +00:00
Colby Klein 78b71940f8 Fix Fake Note rotation and remove redir (done in noteskin.lua) 2009-12-14 07:21:41 +00:00
Colby Klein 54ccc2e5a7 Load Data/splash.png on Linux like OSX and Windows do. Patch from howl (http://www.stepmania.com/forums/showthread.php?p=157340#post157340) 2009-11-10 01:37:46 +00:00
Colby Klein 8a33455fde Add NotesLoaderPMS to xcode project 2009-11-09 16:23:28 +00:00
Colby Klein 22e207caf1 Fix indentation to match everything else. 2009-11-09 09:00:26 +00:00
Colby Klein dc5e2c1a8b Fix for videos crashing using video cards without FBOs available on Windows. Patch by Greg Najda 2009-11-09 08:36:27 +00:00
Colby Klein e28c44bdb9 Add PulseAudio support for Linux (may need some cleanup? From http://www.stepmania.com/forums/showthread.php?t=21348). Also commented out something in ScreenSelectMaster that causes a crash while trying to use cursors. 2009-11-09 06:56:56 +00:00
Colby Klein c2162b6ca7 Update Makefile 2009-11-07 00:21:12 +00:00
Colby Klein 006bdfc8c3 Updated German translation by Christian Tindorf (www.stepmania4.de, www.musikspiele.eu). Note: It was done for alpha 4, so a few of the strings are already outdated. 2009-11-04 03:01:59 +00:00
Colby Klein b6228367a7 Experiment. Using different language for the group folder error in hopes that it will confuse less people (and be reported less often). 2009-08-22 09:46:41 +00:00
Colby Klein 4bb6af792d Fix compile on OS X. 2009-08-20 00:42:27 +00:00
Colby Klein e473d94000 Fix error on Linux. 2009-07-30 17:08:06 +00:00
Colby Klein 0b1c9ceabb A long overdue update to the loading window on linux. 2009-07-21 01:53:28 +00:00
Colby Klein 470c00cc31 Overlooked some issues with this, reverting until they are taken care of. 2009-07-08 21:51:33 +00:00
Colby Klein 655fa9e074 You can now use the first players selected difficulty as a lights chart using LightsDifficulty=selected in Preferences.ini (again, http://www.stepmania.com/forums/showthread.php?t=20002) 2009-07-08 16:21:11 +00:00
Colby Klein fba8eafb54 Fix lights on Windows with only one device available (http://www.stepmania.com/forums/showthread.php?t=20002) 2009-07-07 15:48:32 +00:00
Colby Klein 0c51964a8c Fix fake note colors 2009-05-09 16:38:13 +00:00
Colby Klein 51fa4290b6 Add Lua bindings for GetDisplaySubTitle and GetTranslitSubTitle 2009-05-03 02:40:59 +00:00
Colby Klein b0646841d6 Remove accidentally pasted (I think) URL from metrics 2009-05-02 21:15:28 +00:00
Colby Klein cdf06eb3a6 Use the same graphics as regular notes for fake notes. 2009-05-02 18:31:24 +00:00
Colby Klein 7c7724205f remove redundant NUM_WHEEL_ITEMS from 3d wheel example 2009-04-28 20:24:58 +00:00
Colby Klein dd62684db9 Missed a backslash in previous commit 2009-04-28 19:36:30 +00:00
Colby Klein 8163389dff Fix wheel examples and correct a typo. 2009-04-28 19:20:37 +00:00
Colby Klein 6fb26e3db4 New font for Japanese 2009-04-26 04:17:12 +00:00
Colby Klein 1b3b6a626b update mac icon 2009-04-25 05:47:44 +00:00
Colby Klein 6bca32e6cd Change "ChangedLanguageDisplay" to "DisplayLanguageChanged" and use it for artist names. 2009-04-02 18:09:23 +00:00
Colby Klein ed7a89657e Change MusicWheelItem grades to fit new theme. 2009-03-25 06:46:41 +00:00
Colby Klein 87724f14f4 Fix comment 2009-03-19 23:45:25 +00:00
Colby Klein 70fe05f426 Screenshots folder should be in Pictures instead of Documents, for consistency. 2009-03-19 23:25:11 +00:00
Colby Klein 8e79f67c34 Save with ctrl/cmd+s, like nearly every other program does. 2009-03-18 05:22:34 +00:00
Colby Klein 1cc87961f2 Pitch isn't really of any use yet, so don't display in edit. 2009-03-17 01:02:30 +00:00
Colby Klein 006e9f5e4b A cleaner logo for the title menu, courtesy of Azure. 2009-03-15 18:16:36 +00:00
Colby Klein 85d4695dc6 Update copyright year in Info-StepMania.plist 2009-03-15 06:14:44 +00:00
Colby Klein 370e441783 Fix name entry crash 2009-02-05 03:42:16 +00:00
Colby Klein e0107716e0 Increase saturation a bit. 2009-01-16 21:23:21 +00:00
Colby Klein 73f3c134f8 This was reverted by one of the last few commits, it should be there. 2009-01-05 08:07:33 +00:00
Colby Klein 786c340c47 Remove metrics for deleted screens (ScreenSelectStyle, ScreenSelectDifficulty, ScreenSelectGroup). 2009-01-04 22:59:55 +00:00
Colby Klein e3c623bc39 Update ScreenSelectPlayer when a player joins. This prevents it from crashing if the cursor has not been moved. 2009-01-04 21:57:56 +00:00
Colby Klein b4c7ab6eb9 Add metric to show/hide skip display in stats. 2009-01-03 13:10:34 +00:00
Colby Klein 3764146303 Only display the video renderer in stats on Windows. Mac OS and Linux only have OpenGL available so this doesn't matter. 2009-01-02 21:44:45 +00:00
Colby Klein 42fd54048e Fix compile. 2009-01-02 01:43:48 +00:00
Colby Klein 708093a745 Cleanup 2009-01-01 23:48:05 +00:00
Colby Klein b44c4dd92d Fix percent 2009-01-01 07:22:16 +00:00
Colby Klein 90c26e3164 Allow selecting up to 400% rate (this is particularly useful for transitions). 2008-12-31 07:38:28 +00:00
Colby Klein c1bec5d876 Add semicolons (for consistency) 2008-12-31 01:08:04 +00:00
Colby Klein 967ed29eaa Add myself to credits. 2008-12-24 04:14:14 +00:00
Colby Klein fa31e8d187 Broadcast more specific messages when switching songs on the MusicWheel. 2008-12-23 08:18:47 +00:00
Colby Klein cdb4c81f0a Add a new NoteSkin, double resolution to match the new theme. 2008-12-23 01:15:33 +00:00
Colby Klein 22d0b9e53d Eval fixup 2008-12-21 10:01:10 +00:00
Colby Klein 997af3bd90 Fix broken redirects. 2008-12-13 21:35:16 +00:00
Colby Klein ad2c74c375 Add GAMESTATE:Reset() Lua binding 2008-12-07 22:42:49 +00:00
Colby Klein 61c323abe5 Silence some missing graphic errors. 2008-12-07 22:38:34 +00:00
Colby Klein 6637549b5c Add LifeMultiplier. 2008-12-05 02:23:55 +00:00
Colby Klein cba41f9d56 Fix typo. 2008-11-28 21:09:01 +00:00
Colby Klein d27b53acb5 Add ScreenHighScores, remov deleted screens. 2008-11-28 20:01:07 +00:00
Colby Klein 9de4d4b850 Fix style not being set. 2008-11-27 06:31:40 +00:00
Colby Klein 1dae16f6e8 Alphabetize. 2008-11-27 04:27:14 +00:00
Colby Klein 3a38e28fac Remove references to deleted screens. 2008-11-24 07:15:31 +00:00
Colby Klein 3e6e7b3380 roothorick's GIMP script for font generation, (should) support any range of unicode characters you can throw at it. The metrics it makes don't work right out of it yet, however. 2008-11-21 05:25:48 +00:00
Colby Klein 72e65ba95a Fix beat. Still plenty of errors but it runs. 2008-10-28 07:28:39 +00:00
Colby Klein ef22fe8305 Fix redirect 2008-10-08 08:05:11 +00:00
Colby Klein f3c6488a07 Cleanup. 2008-10-06 10:18:53 +00:00