Commit Graph
3047 Commits
Author SHA1 Message Date
Glenn Maynard 94e6cc79e7 move defines 2003-04-20 22:04:31 +00:00
Glenn Maynard 6769ada2e5 move some Win32-specific config stuff where it belongs 2003-04-20 22:04:09 +00:00
Glenn Maynard c3c090799d Apologies for abruptly reverting things, but compilation in Windows is
highest priority.  See my post to stepmania-devs for explanations.
2003-04-20 21:28:02 +00:00
Glenn Maynard e55fc3fdc7 fix course difficulty crash 2003-04-20 20:38:17 +00:00
Steve Checkoway be9216fad5 converted min function args to proper type 2003-04-20 12:56:01 +00:00
Steve Checkoway 422b596de5 Added operator[](long unsigned int) functions 2003-04-20 12:54:46 +00:00
Steve Checkoway 86fce28601 fixed conversion warnings 2003-04-20 12:53:38 +00:00
Steve Checkoway 09d633005f changed min/max to one function each (if it's missing) to remove ambiguity 2003-04-20 12:52:45 +00:00
Steve Checkoway ace71ae2d2 Added def for powf, sinf, cosf, acosf, sqrtf, needed for darwin's incomplete libc 2003-04-20 12:51:39 +00:00
Glenn Maynard feb984858b Revert the transition/actor tween length stuff; it breaks things. 2003-04-20 04:05:17 +00:00
Glenn Maynard 076ab14015 fix style picture glow being left behind 2003-04-20 02:37:58 +00:00
Glenn Maynard e4ec11ef62 improve credits alignment 2003-04-20 02:15:24 +00:00
Glenn Maynard 6316f789ac fix scrollbar oddness when there are exactly NUM_WHEEL_ITEMS
onscreen
2003-04-20 02:02:58 +00:00
Glenn Maynard 41a82fa069 Uninstall sample courses. 2003-04-20 01:52:49 +00:00
Glenn Maynard 2ef9205ca2 Only show a song as difficult if it's difficult in the current play mode. 2003-04-20 01:40:40 +00:00
Glenn Maynard 15e6234625 fix up a rather fear-inspiring conditional 2003-04-20 01:31:13 +00:00
Glenn Maynard fef2766100 fix difficulty display after changing difficulty for random courses 2003-04-20 01:26:49 +00:00
Glenn Maynard 4a848d9a3d update course help message 2003-04-20 01:26:04 +00:00
Glenn Maynard d3778416c3 Add banner cache control. 2003-04-20 01:10:15 +00:00
Glenn Maynard 96bb2d0738 Add banner cache control.
Oops, another options menu starting to overflow vertically.  Need
scrolling ...
2003-04-20 01:08:39 +00:00
Glenn Maynard f7b856f3c2 Add an option to preload all banners. This adds to the screen load
time, but makes the actual screen much cleaner.

Add an option to disable banner preloading completely, to remove all
long waits completely.  Don't ChangeBannersWhenFast if we're set
to this.
2003-04-20 00:53:15 +00:00
Glenn Maynard bd1baddf7f fix warning 2003-04-20 00:49:43 +00:00
Glenn Maynard bed43f712b This looks like what this was supposed to be.
With "if( !m_bDelayedDelete || !t->m_bCacheThis )", if !m_bDelayedDelete,
when we preload banners we'll load the texture and then immediately
free it.  This way, we always keep banners around, even if !m_bDelayedDelete.

I'm adding another option to tweak the banner caching.  I like the smoother
banner changes, but I don't care for the very slow opening of groups.

I'm not sure how to handle memory usage.  I have about 14 megs of
banners.  In order to load them all, you just have to open each group
once, and 14 megs of PNG is a lot of memory uncompressed.  Ideal
would be to cache the compressed version, but that'd be a bit of work.
I'll add precache-all-at-load, precache-group and no-precache options
for now.
2003-04-19 23:37:50 +00:00
Glenn Maynard f18034f7b3 inval song cache 2003-04-19 23:17:29 +00:00
Glenn Maynard 031c636304 add &planet; 2003-04-19 23:16:08 +00:00
Glenn Maynard 097ac92c9e Use WheelItemData::HasBanner and WheelItemData::GetBanner. 2003-04-19 22:54:15 +00:00
Glenn Maynard ff2b9072ac Add WheelItemData::HasBanner and WheelItemData::GetBanner. 2003-04-19 22:53:50 +00:00
Glenn Maynard c3dfb3bf3a err, oops 2003-04-19 22:38:10 +00:00
Glenn Maynard 592f829f4e Remove and update old comments.
Remove old function.
Simplify unloading logic by reversing the refcount check.
2003-04-19 22:37:00 +00:00
Glenn Maynard 147c2986e2 simplify, add some assertions 2003-04-19 22:24:01 +00:00
Glenn Maynard 88d378b69c Fix banner precaching. 2003-04-19 22:22:31 +00:00
Glenn Maynard 1f1ca8bff3 fix compile 2003-04-19 22:21:13 +00:00
Glenn Maynard 69e303605e Add Banner::BannerTex(). 2003-04-19 22:11:08 +00:00
Chris Danford b5f84045ac no message 2003-04-19 19:08:47 +00:00
Chris Danford 9aa6a8ab89 revert event mode 2003-04-19 19:05:25 +00:00
Chris Danford 1b38fe101c Show banners while MusicWheel is moving fast.
Broke SORT_GROUP into SORT_PREFERRED/SORT_GROUP (like DDREX)
2003-04-19 18:51:13 +00:00
Glenn Maynard c939d40ae5 Move *.ini. 2003-04-19 17:59:26 +00:00
Glenn Maynard e2ddd86f9f Move high score files. 2003-04-19 17:53:40 +00:00
Glenn Maynard b6b46751b3 Move Translation.dat.
Remove crashinfo.txt on uninstall.
Fix course dist.
2003-04-19 17:53:10 +00:00
Glenn Maynard 89f209ab53 moved 2003-04-19 17:51:49 +00:00
Glenn Maynard 83d3b82bd5 move Translation.dat 2003-04-19 17:46:07 +00:00
Glenn Maynard b7bdf4cd9c Moving some data files to Data/.
We have too much stuff in the top directory, and it's become a mess.
I'm moving all single data files in here--*.dat, *.ini.  Some of these are
read-only, some are read-write; I'm not splitting those here, since having
too many tiny directories is also unmanagable.  (We can do that in Unix
later without doing it in Windows, though, where R/W files should go
in ~/.StepMania/.)
2003-04-19 17:33:44 +00:00
Glenn Maynard 124fe039fd typo 2003-04-19 09:46:22 +00:00
Glenn Maynard 82d926e62b If a message is delayed at all, always delay it at least two frames beyond
the time given.

Explanation for one of those frames is in the comments.  I'm not sure why
the second frame is needed, but it seems to get rid of cases where actors
occasionally don't tween completely off screen.
2003-04-19 09:07:40 +00:00
Glenn Maynard d55878cefc update comments 2003-04-19 09:05:08 +00:00
Glenn Maynard a036d0ca49 Add automatic font generator script for Photoshop. 2003-04-19 08:51:05 +00:00
Glenn Maynard 343b2cc875 Remade these fonts. 2003-04-19 08:38:35 +00:00
Chris Danford 74d7bcd2bf Revamp texture caching system 2003-04-18 23:55:20 +00:00
Glenn Maynard 0fcd675396 remove needed DLLs 2003-04-18 21:43:31 +00:00
Glenn Maynard b064c33dac no longer needed 2003-04-18 21:42:57 +00:00