Glenn Maynard
4ef7e89b0d
simplify and quiet a label warning
2003-01-19 22:56:11 +00:00
Chris Danford
e2a91a79a9
Warn if using software OpenGL, sound driver now falls back to WaveOut by default
2003-01-19 21:51:46 +00:00
Glenn Maynard
bb36b998cc
fix a warning
2003-01-19 21:15:30 +00:00
Chris Danford
e17ba826b0
Fixed crash in demo if no songs.
2003-01-19 21:08:44 +00:00
Glenn Maynard
a71d2ed254
add GetPathToOptional, so we can grab files and cope if they
...
don't exist
2003-01-19 03:26:05 +00:00
Glenn Maynard
49ffa7b45f
replacing markers in BMT::SetText is too expensive; do it
...
manually
2003-01-18 09:18:30 +00:00
Glenn Maynard
0b91c86e6f
simplify
2003-01-16 23:28:30 +00:00
Glenn Maynard
1e66c63774
simplifications and minor fixes
2003-01-16 23:22:21 +00:00
Chris Danford
21ab45ec96
fixed broken screen gameplay, started adding coin-op logic
2003-01-10 02:22:07 +00:00
Glenn Maynard
ae81b1c4c6
Er. After trying to implement FontManager::Reload(), and struggling,
...
restructure this stuff to make more sense (and be simpler) ...
2003-01-10 02:02:51 +00:00
Glenn Maynard
10e7effb5b
fix crash
2003-01-09 05:02:29 +00:00
Glenn Maynard
8f1d3db15b
handle default font, import fonts, default glyph
2003-01-05 07:55:31 +00:00
Glenn Maynard
16052ecd3d
utf-8 support is working
2003-01-05 05:13:45 +00:00
Glenn Maynard
965d7481ee
getting there ...
2003-01-05 03:32:41 +00:00
Glenn Maynard
f4dbed8221
stl-ize some stuff
2003-01-03 05:29:45 +00:00
Glenn Maynard
d848550137
move redir handling
2003-01-01 22:02:41 +00:00
Glenn Maynard
49f05c9ab8
s/throw RageException/RageException::Throw/
2002-12-21 19:34:02 +00:00
Glenn Maynard
d8c4057660
get rid of TIMER
2002-12-19 23:07:20 +00:00
Chris Danford
ca7c1ab78f
working on mulitplayer
2002-12-02 05:25:44 +00:00
Glenn Maynard
7f1b6f51ec
add GetStrings
2002-11-16 20:24:01 +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
a041b7cd3e
s/RemoteAt/erase/
2002-10-31 04:11:08 +00:00
Glenn Maynard
7d46004e54
get rid of CStdioFile
2002-10-31 03:54:50 +00:00
Glenn Maynard
040da1a6d4
some more s/GetSize/size/
2002-10-31 02:12:14 +00:00
Chris Danford
ec202633e9
Added .GetString() to all CStrings passed in vargs
2002-10-29 07:58:44 +00:00
Glenn Maynard
c06503ce84
use RageTimer instead of direct win32 timer calls
2002-10-28 19:05:05 +00:00
Chris Danford
73f7db6b15
Replaced most D3DX dependencies. Added Brendan's not-yet-functional networking code.
2002-10-28 05:30:45 +00:00
Chris Danford
ed6dc58f67
Missing theme elements is not longer fatal
2002-09-30 06:32:56 +00:00
Chris Danford
5a43236895
Per-game theme preference now remembered if value is "default"
2002-09-29 17:38:07 +00:00
Chris Danford
899e226f38
Moved backgrounds into "Backgrounds" assets folder. Any BGAnimation may be used now.
...
Cleaned up many, many graphics.
2002-09-23 07:35:47 +00:00
Chris Danford
bce306dcdc
Move Numbers graphics into separate Number asset folder
...
Added precise timing window adjustment for each judge grade
Changed "hold START for options" to a Sprite
2002-09-22 18:18:50 +00:00
Chris Danford
44baba9fd3
Added NoteSkin metrics to accomodate Prex NoteSkin
2002-09-17 23:02:37 +00:00
Chris Danford
0422a8558f
fix stupid compile error
2002-09-09 05:50:32 +00:00
Chris Danford
ccc43c8502
checking in SMMAX2 theme and small fixes to themes and smpackage
2002-09-09 05:22:02 +00:00
Glenn Maynard
65213757cf
Hashes are unsigned.
...
(This is why Hungarian for types sucks: I had to search and replace
these, instead of just changing the types. It doesn't help anything,
either.)
Simplify.
2002-09-07 09:53:03 +00:00
Glenn Maynard
5c9c9e4f5e
m_uNextReloadTicks = -1; doesn't make sense; it's unsigned
2002-09-07 09:42:45 +00:00
Glenn Maynard
e4ebbc24b0
Remove AssertThemeIsComplete references; the code isn't
...
there at all.
2002-09-06 21:21:07 +00:00
Andrew Livy
53f78e97fa
Bugfix: BGAnimation Sprites not loading in properly
2002-09-05 19:03:33 +00:00
Andrew Livy
8c1d27b85f
Redir Bugfix: Font's not redirecting correctly.
2002-09-05 18:49:23 +00:00
Chris Danford
7ab487072f
option icons working, new font format, more theme metrics cleanup
2002-09-03 22:31:06 +00:00
Chris Danford
40277568d0
option icons are almost working...
2002-09-03 06:33:08 +00:00
Glenn Maynard
b0e3b7af6f
simplify
2002-08-31 19:13:45 +00:00
Glenn Maynard
f886280ab5
Only check for new themes once a second, not once per GetMetric
...
call. This bumps the framerate on my system at the select music
screen (without vsync, fullscreen) from 120 fps back to 190.
2002-08-31 10:33:13 +00:00
Chris Danford
7922f5bbc7
Updated AnnoucerManager::GetPathTo to act like ThemeManager. More theme and Ez2 cleanup.
2002-08-27 23:31:41 +00:00
Chris Danford
941d9cb24d
Moving more constants into theme metrics.
2002-08-27 16:53:25 +00:00
Chris Danford
142002091a
Added ScreenHowToPlay, removed texture hints, and cleaned up ThemeMetric stuff
2002-08-27 03:59:22 +00:00
Chris Danford
2cbc4f0dc5
added Start Menu icons, uninstall force, and more to installer
2002-08-26 19:30:58 +00:00
Chris Danford
822f8dd3a6
Moved more constants into theme metrics
2002-08-22 09:31:32 +00:00
Glenn Maynard
09b89aa400
Simplify graphics search. Search for movies as graphics, too.
2002-08-22 02:43:07 +00:00