Chris Danford
54bedc3eba
clean up RageDisplay methods, add ability to mask song banner
...
The masking uses the Z-buffer under the assumption that some cards don't have a stencil. Should we be using the stencil instead? It doesn't really matter because we never need both the Z buffer and stencil buffer simultaneously.
2003-05-15 06:09:19 +00:00
Steve Checkoway
2b1099666c
Bring the Makefile up to date wrt new files.
2003-05-13 23:04:16 +00:00
Chris Danford
81e2e85e47
update VC7 project
2003-05-13 13:47:08 +00:00
Chris Danford
a5f09f296c
new battle layout
2003-05-13 13:35:32 +00:00
Chris Danford
99957a0391
support setting perspective in DefaultModifiers pref
2003-05-13 05:24:30 +00:00
Glenn Maynard
7b693ad270
ignore (res 1x2) in font names
2003-05-13 04:08:19 +00:00
Thad Ward
208fc20ddf
default/metrics: remove some garbage characters on the first line
...
pump: add a missing semicolon in an actor command
SMEX: correct some banner size and placement errors
2003-05-12 23:47:18 +00:00
Steve Checkoway
6dfe7091ce
Bring up to date wrt new files.
2003-05-12 23:14:20 +00:00
Glenn Maynard
0e4bd68f35
switch silent files to ogg
2003-05-12 19:57:34 +00:00
Glenn Maynard
625eadfe48
remove extension from redirs
2003-05-12 19:50:18 +00:00
Kevin Slaughter
b025a29640
Fixed error that would not show the proper BPM in ScreenSelectMusic, if you changed your selection from a Group to a song.
2003-05-12 11:17:09 +00:00
Glenn Maynard
a1548818b9
Why was this set to "right"?
2003-05-12 08:28:32 +00:00
Kevin Slaughter
c326898e34
Added new theme metric to ScreenTitleMenu to allow setting the horizontal alignment for the menu text there, allowing for more flexibility in title design
2003-05-12 08:01:13 +00:00
Glenn Maynard
c7b84979bd
fix more warnings
2003-05-12 01:08:45 +00:00
Glenn Maynard
3766eb5c48
fix signed/unsigned warnings
...
capitalize constants, not variables
2003-05-12 01:05:21 +00:00
Glenn Maynard
563f57ee0d
simplify
2003-05-12 01:04:28 +00:00
Glenn Maynard
10eaf80cf4
simplify
2003-05-12 01:02:11 +00:00
Glenn Maynard
7bbe0a8ecd
simplify
2003-05-12 01:01:22 +00:00
Glenn Maynard
d223ca4217
Remove a header and a variable that are never used.
...
Please, folks, always run a cvs diff and see if changes make sense
before committing ...
2003-05-12 00:58:29 +00:00
Andrew Livy
502f6fa0b6
Some rather massive changes to Evaluation to allow for theming of Pump It Up style Evaluation Screens.
...
In Short: A sound plays each time a judgement appears on the screen. I've made a fair few options available for themers on this one... hence so many redir files.
2003-05-11 22:19:40 +00:00
Chris Danford
b6726a00c3
clean up radar base
2003-05-11 17:46:15 +00:00
Chris Danford
7a6fb070f1
added cleaned up graphics by DJ Washington
2003-05-11 15:54:20 +00:00
Chris Danford
7a1e07d0a6
forgot to check in ModelTypes.*
2003-05-11 14:47:29 +00:00
Chris Danford
5c9710f155
fix VC7 compile errors
2003-05-11 08:19:24 +00:00
Chris Danford
dd8331d9fc
add support for models in NoteSkin
2003-05-11 07:23:47 +00:00
Steve Checkoway
433dda1d1f
Added check for roundf function. If it's defined in a system library, redefining it in RageUtil.h causes stepmania to fail to link with g++.
2003-05-09 22:13:27 +00:00
Steve Checkoway
2c814f4fda
Added check for roundf function. If it's defined in a system library, redefining it in RageUtil.h causes stepmania to fail to link with g++.
2003-05-09 21:34:25 +00:00
Andrew Livy
8e0e7a8418
All kinds of pump updates: Themes/MusicSelectScreen/NoteSkins to be a little bit more like Pump Prex...
2003-05-09 20:28:27 +00:00
Steve Checkoway
b896f09a19
Bring it up to date wrt new files: ScreenUnlock.*, UnlockSystem.*, and StepmaniaTemplates.cpp.
2003-05-09 10:38:43 +00:00
Steve Checkoway
ede304a619
Explicitly instantiate: template class std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >. Needed for g++ compilation.
2003-05-09 10:37:08 +00:00
Kevin Slaughter
b5aca00049
Fix ScreenSelectMusic icon errors
2003-05-09 06:04:50 +00:00
Kevin Slaughter
fd02bce784
Added new unlock system, disabled by default
2003-05-09 05:56:05 +00:00
Chris Danford
6150d3f2c2
fix stupid scale by 0
2003-05-09 04:55:48 +00:00
Chris Danford
c04b5b993b
add Model to NoteDisplay
2003-05-09 04:42:04 +00:00
Andrew Livy
26fafd1c5f
Changes to PIU/EZ2 screenselect. Banners loaded in different way, now shows marathon/longver balloons. Scrolls faster after 5/10 seconds of continued scrolling.
2003-05-09 00:18:37 +00:00
Glenn Maynard
5a249ac7c3
fix assert fail due to rounding error
2003-05-08 22:17:22 +00:00
Glenn Maynard
c342403abb
ignore empty commands
2003-05-08 22:07:24 +00:00
Andrew Livy
6d1e164604
Added Metric For GrooveRadar to disable bits of it, This should fix voodoo3 problems (does for me :D)
2003-05-08 13:23:06 +00:00
William Reading
814baa89be
Add ScreenBackgroundOptions into the Makefile.am
2003-05-07 06:55:26 +00:00
Glenn Maynard
ee4968b986
ignore spaces in metric commands
2003-05-07 04:03:46 +00:00
Glenn Maynard
60a13f806d
Fix some type mismatches that cause stack corruption in VC7.
...
Never memset(0) a non-POD type (eg. a vector).
2003-05-06 21:10:21 +00:00
Glenn Maynard
f8eba60bd8
fix for annoying STL change
2003-05-06 05:40:13 +00:00
Steve Checkoway
de617df8ac
AC_CHECK_DECLS always defines HAVE_DECL_*.
2003-05-06 04:07:17 +00:00
Glenn Maynard
0f6668010a
It doesn't do any good to define signals that a system doesn't have ...
2003-05-05 22:53:05 +00:00
Steve Checkoway
46124ee0ed
Added checks for SIGPWR and SIGUSR1. SIGPWR is defined in linux as 30 but is not defined in Darwin. Darwin defines SIGUSR1 as 30. If SIGPWR is not defined and SIGUSR1 is then config.h now defines SIGPWR as SIGUSR1. If neither are defined, SIGPWR is defined as 30.
2003-05-05 22:21:06 +00:00
William Reading
a4489bcafc
Fix missing header
2003-05-05 17:21:49 +00:00
Andrew Livy
b716b1ec4b
More Pump Theme Fixes
2003-05-05 11:50:18 +00:00
Glenn Maynard
80d16e87e8
make sprite files a wildcard match, which is more robust
...
handle case-insensitivity
2003-05-05 08:26:30 +00:00
Glenn Maynard
441026a847
make BG files a wildcard match, which is more robust
...
handle case-insensitivity
2003-05-05 08:04:21 +00:00
Glenn Maynard
4874253f0e
dd DancingCharacters
2003-05-05 06:52:50 +00:00