Commit Graph

991 Commits

Author SHA1 Message Date
Glenn Maynard df7aec2eb0 enable fullscreen 2002-11-12 02:43:36 +00:00
Glenn Maynard 0178e1e3df fix hold notes 2002-11-12 01:55:25 +00:00
Glenn Maynard ec764db169 render even when alpha is 0 when zbuffering is on (fixes
ScreenStage, lifebar)
2002-11-12 01:29:19 +00:00
Glenn Maynard ee223ec178 fix version 2002-11-12 01:28:39 +00:00
Glenn Maynard dac8bd4f2d add ZBufferEnabled() query 2002-11-12 01:25:03 +00:00
Chris Danford b4a16fc246 Fixed little compile error in RageDisplay and fixed error in README 2002-11-12 00:59:19 +00:00
Glenn Maynard 5673bec6f2 Add SetBlendMode;
add glexts.h;
log version and available extensions;
implement real glow with GL_EXT_texture_env_combine.
2002-11-12 00:51:27 +00:00
Glenn Maynard 3cca0545d0 add glext.h 2002-11-12 00:43:09 +00:00
Glenn Maynard 3f4b11f495 store and log opengl version 2002-11-11 21:05:02 +00:00
Glenn Maynard b037524db0 finish draw stats 2002-11-11 20:43:30 +00:00
Glenn Maynard b13fe6e6b6 Fix color endianness problems.
Remove operator== and != from POD types.

Scope the disabled warning better.
2002-11-11 20:36:39 +00:00
Glenn Maynard f8027f16c3 ALL MUSIC must come first; fix infinite looping on init 2002-11-11 19:02:33 +00:00
Glenn Maynard bdf364a5aa Fix flushing when setting modulate and when changing textures;
implement stats.
2002-11-11 09:56:07 +00:00
Glenn Maynard 63de3aac42 add alt-f4 2002-11-11 09:06:30 +00:00
Glenn Maynard 8bad0c8a30 fix commandline parsing 2002-11-11 08:53:26 +00:00
Glenn Maynard bd1265168d fix grave+tab to pause time 2002-11-11 08:52:07 +00:00
Glenn Maynard ad8c435d67 args were switched 2002-11-11 08:38:50 +00:00
Chris Danford 628dea9da7 OpenGL checkin. Movie textures, texture stretch, texture dither, and 16 bit textures are broken. 2002-11-11 04:53:31 +00:00
Glenn Maynard 8f4e1a1675 unneeded header 2002-11-10 23:07:38 +00:00
Glenn Maynard a17ac5edb9 add XXX 2002-11-09 02:26:50 +00:00
Glenn Maynard e1c8f0c72b Search for movies in layers, too. 2002-11-08 20:12:47 +00:00
Glenn Maynard 0264d1c1a7 Maybe I'll switch to brown plastic bags. 2002-11-08 20:12:19 +00:00
Chris Danford 24ce24bbc1 Network server mode accepts multiple connections 2002-11-08 08:17:59 +00:00
Chris Danford 6dcd870c1b fixed dependency problems caused by moving project 2002-11-08 07:47:34 +00:00
Andrew Livy 0cac950d90 Para Theme Update, New ScreenGamePlay element: MAXCOMBO (Currently I set the metric so only PARA sees this one) it gets the maxcombo from m_Combo which is inside the class Player which is inside ScreenGameplay. Lots of passing variables around but it works. Perhaps the maxcombo should become global? 2002-11-07 19:42:39 +00:00
Glenn Maynard 00d85d1c09 remove more assorted unused stuff 2002-11-07 03:58:51 +00:00
Glenn Maynard 4d11e90183 no longer any cap on hold notes 2002-11-07 03:55:42 +00:00
Glenn Maynard cf2e68a72e OK is worth a step, too. 2002-11-07 03:53:54 +00:00
Glenn Maynard 9706589170 Always convert; see comment. 2002-11-05 02:51:14 +00:00
Glenn Maynard de07f02fad add an assertion 2002-11-04 20:22:57 +00:00
Glenn Maynard ffd6817044 use a vector for the hold note toggle 2002-11-03 21:45:26 +00:00
Glenn Maynard 11e1d16008 use a vector for hold note scores 2002-11-03 21:38:22 +00:00
Glenn Maynard 81bb9b57e7 simplify 2002-11-03 21:37:08 +00:00
Glenn Maynard 0ca1680d51 handle score changes due to hold notes 2002-11-03 20:52:13 +00:00
Angela Stefanski 0d49080494 Bug 632058 Fix - Oni Modifiers specified in .CRS files not being cleared after each song. 2002-11-03 20:17:28 +00:00
Glenn Maynard f6c13acabc (sorry, my brown paper bags got held up in the mail) 2002-11-03 20:10:17 +00:00
Glenn Maynard 576b9e393f add abstract scoring
(Got tired of having to search for the scoring stuff in Player ...)
2002-11-03 07:17:03 +00:00
Glenn Maynard 64499909d5 remove more magic constants 2002-11-03 05:02:48 +00:00
Glenn Maynard c70c6baf30 remove more magic constants 2002-11-03 01:49:13 +00:00
Glenn Maynard e7e6580b9e remove mycarray (which became STDCarray and is gone) 2002-11-03 01:39:35 +00:00
Glenn Maynard 1dea8064c0 remove STDCarray; add StdString 2002-11-03 01:38:24 +00:00
Glenn Maynard a47ef7e9f2 The vector code in NoteData doesn't like the statics. Better would
be to reserve an appropriate amount in NoteData, so we don't
reallocate too much ...
2002-11-03 01:34:52 +00:00
Glenn Maynard 73cdeaea69 Don't pad tracks that aren't used. 2002-11-03 01:33:33 +00:00
Glenn Maynard 7736927f50 Ignore tracks in KSF's that have no meaning. 2002-11-03 01:32:47 +00:00
Glenn Maynard ede201d2e8 rewrite stupid selection stuff (more brown paper bags, please) 2002-11-03 00:08:31 +00:00
Glenn Maynard d9e5bfa62b Err, really remove the copy ctor (removed the assignment operator
last time)
2002-11-02 23:15:47 +00:00
Glenn Maynard 75267d2a26 Make m_HoldNotes private.
Remove the copy ctor; no longer needed.  (Looking back, I don't
think it was needed anyway.)
2002-11-02 23:14:52 +00:00
Glenn Maynard 68cb613902 make HoldNotes a vector 2002-11-02 23:10:38 +00:00
Glenn Maynard bc7885cd8b use GetNumHoldNotes 2002-11-02 22:59:12 +00:00
Glenn Maynard 8efe6ee455 use GetHoldNote 2002-11-02 22:53:04 +00:00