Commit Graph
11444 Commits
Author SHA1 Message Date
Steve Checkoway 6a25c126ab Move these files out of the SDL tree since OS X does not use anything else in that tree. 2004-08-28 11:41:05 +00:00
Steve Checkoway f9fe438f2f Add files. 2004-08-28 11:33:07 +00:00
Steve Checkoway d9e00567e9 const fix. Good OOP almost always demands private instance variables 2004-08-28 11:31:16 +00:00
Steve Checkoway cf58bf3ef8 Fix warnings 2004-08-28 11:21:26 +00:00
Glenn Maynard f80433b047 cleanup 2004-08-28 09:41:43 +00:00
Glenn Maynard 19f2cf7e3b zoomSurface -> RageSurfaceUtils::Zoom
Zoom() handles its own format limitations
2004-08-28 09:38:22 +00:00
Glenn Maynard b6146043d1 fix trace 2004-08-28 09:36:18 +00:00
Glenn Maynard 93098cd610 cleanup PREFSMAN->m_bForceMipMaps 2004-08-28 09:29:55 +00:00
Glenn Maynard 5a4f60c505 cleanup 2004-08-28 09:18:02 +00:00
Glenn Maynard fd6eca7ffb no longer needed 2004-08-28 09:12:04 +00:00
Glenn Maynard 3d3cbc73e5 SM_SDL_OrderedDither -> RageSurfaceUtils::OrderedDither
SM_SDL_ErrorDiffusionDither -> RageSurfaceUtils::ErrorDiffusionDither
(these have nothing to do with SDL; I'd rename the files but I hate
losing CVS history)
2004-08-28 09:09:34 +00:00
Glenn Maynard 01ed84e315 finish choosing the pixel format before optionally running dithering 2004-08-28 09:06:04 +00:00
Glenn Maynard 6009e72fc6 simplify a little, comment 2004-08-28 08:29:13 +00:00
Glenn Maynard 0169f9fcf6 32bpp song banners; don't dither 2004-08-28 08:17:35 +00:00
Josh Allen 4d431dc3d5 Integrated my SMLan server into Stepmania. 2004-08-28 05:30:23 +00:00
Charles Lohr d0c5585cfb Oops - fixed dumb errors. 2004-08-28 04:43:29 +00:00
Charles Lohr 3903354786 Added server-automated song selection. 2004-08-28 03:37:52 +00:00
Steve Checkoway 7570cb9eb1 Hack in support for G5s. This needs to be totally redone in another way...at some point in the future. Right now, it is not really an issue. 2004-08-28 03:18:39 +00:00
Glenn Maynard 121eb1d428 remove 2004-08-27 20:28:21 +00:00
Glenn Maynard b16ff6046a update 2004-08-27 20:27:41 +00:00
Glenn Maynard 41e5aef818 move win32 stuff out of the top src dir 2004-08-27 20:25:31 +00:00
Chris Danford 9a9f8d9cfe add comment 2004-08-27 17:28:48 +00:00
Charles Lohr 16013b0723 Fixed chatting issue. 2004-08-27 14:18:42 +00:00
Charles Lohr 75b77ad650 Added a command to get the vector of the lines of text. 2004-08-27 13:38:39 +00:00
Charles Lohr ecb4df80a0 Allow for forced new lines when wrapping. Did I do this right? 2004-08-27 12:49:25 +00:00
Glenn Maynard f4bfdbef94 fix comment
sanity checks
2004-08-27 04:53:00 +00:00
Glenn Maynard 45f1bac778 work around upx bug that may be causing uninstallation problems 2004-08-27 04:44:08 +00:00
Steve Checkoway 58a52a69fd Update 2004-08-26 21:54:35 +00:00
Steve Checkoway 98f3d90c59 Fix warnings. 2004-08-26 21:51:30 +00:00
Steve Checkoway a2fb826774 Writing to stdin just doesn't seem right. Also, why not just FILE *tty = fopen(/dev/stderr, w); if you worried about it having been closed by the crashed parent? 2004-08-26 21:30:59 +00:00
Glenn Maynard 1771747c0c RageSurfaceUtils::FlipVertically 2004-08-26 20:36:44 +00:00
Glenn Maynard d2ad8869f0 flush errors before glReadPixels 2004-08-26 20:26:03 +00:00
Charles Lohr f1f808ee2c BGAnimations requierd by ScreenNetSelectMusic 2004-08-26 20:17:09 +00:00
Charles Lohr 99ea3b5ced Font used for ScreenNetSelectMusic 2004-08-26 20:11:08 +00:00
Glenn Maynard 78b019fe0c fix mono->stereo conversion 2004-08-26 20:01:43 +00:00
Charles Lohr 1d688ea36e Updated metrics for ScreenNetSelectMusic 2004-08-26 20:01:27 +00:00
Charles Lohr 79f706f252 Added sound redirs for ScreenNetSelectMusic 2004-08-26 20:00:23 +00:00
Charles Lohr d9da39b28c Chat works, and now ScreenNetSelectMusic actaully works like it should. 2004-08-26 19:43:25 +00:00
Charles Lohr b3e23e2201 Reverted change to control ScreenSelectMusic 2004-08-26 08:52:26 +00:00
Charles Lohr 6f8b89d855 Fixed searching for last played song. 2004-08-26 08:47:56 +00:00
Kevin Slaughter 759a271d0b Warning fixes.. 2004-08-26 08:41:38 +00:00
Charles Lohr 4fc0495423 Addition of ScreenNetSelectMusic. 2004-08-26 08:06:22 +00:00
Charles Lohr e73f3a606b Metrics for new ScreenNetSelectMusic. 2004-08-26 07:52:10 +00:00
Josh Allen d9376563b1 Reworked Charles's Read and Write functions in to a class for use with future
developments.
2004-08-26 06:40:45 +00:00
Glenn Maynard e76553c9cc fix warning output 2004-08-26 04:36:35 +00:00
Glenn Maynard 8dfbd14434 simplify
ScreenInstructions, ScreenCaution, ScreenStyleSplash, and
ScreenGameOver are almost identical and could be merged with a little
Lua work ...
2004-08-26 04:25:16 +00:00
Glenn Maynard df7288acd4 unused 2004-08-26 04:20:31 +00:00
Glenn Maynard 9d383ad624 update 2004-08-26 03:12:22 +00:00
Glenn Maynard 35070fe559 in May: "Disable ScreenSelectDifficultyEX; it was superseded by ScreenSelectMaster.
I don't think anything uses it (not sure if it still works); I'll wait a few snapshots
before removing it, though."  It's been a few snapshots ...
2004-08-26 02:16:21 +00:00
Glenn Maynard 9875923278 Force FailImmediate in battery mode. Some code assumes it.
Are there any interesting uses of allowing non-FailImmediate in battery
mode?  It would be harmless to allow setting it in the song options screen
if it was useful and worked (the current problem is that the default fail
mode is being applied, too).
2004-08-25 08:56:58 +00:00