Commit Graph
22667 Commits
Author SHA1 Message Date
Glenn Maynard 689ea9cfe8 throw if missing is also missing 2003-01-24 00:32:33 +00:00
Glenn Maynard 75d27994f9 pointless whitespace commit to get RageUtil.cpp out of my wincvs window 2003-01-24 00:26:54 +00:00
Glenn Maynard 55cf338955 add some debug stuff 2003-01-24 00:19:56 +00:00
Glenn Maynard 44414cbe31 10+ for extra
(this should probably be a theme metric)
2003-01-23 21:51:35 +00:00
Glenn Maynard 632c63d49d tweaks 2003-01-23 21:29:56 +00:00
Glenn Maynard 50d5b4c471 add missing regex copy ctor 2003-01-23 21:03:57 +00:00
Glenn Maynard d8eee61d96 add _missing for fonts 2003-01-23 21:03:07 +00:00
Glenn Maynard f340c8c467 typo 2003-01-23 19:44:13 +00:00
Glenn Maynard d7f31e4202 comment 2003-01-23 05:51:28 +00:00
Glenn Maynard 62fe307d62 fix crash 2003-01-23 05:51:09 +00:00
Glenn Maynard 7344ddf371 add a hack to fix annoying borders 2003-01-23 05:35:21 +00:00
Glenn Maynard f44f8d818c rudimentary paletted texture support and some other optimizations 2003-01-23 04:45:45 +00:00
Glenn Maynard f0f6221b18 cruft 2003-01-23 04:43:44 +00:00
Glenn Maynard 1369092656 simplify 2003-01-23 04:43:22 +00:00
Glenn Maynard 63ed73e58e split on /s 2003-01-23 04:42:51 +00:00
Glenn Maynard c1e9b5975b Get rid of GetPathToFont.
Do redirs separately.

Handle wildcards separately.

BGAs were doing "*."; I assume that was trying to do directories
only.  Do this explicitly.
2003-01-23 04:41:57 +00:00
Glenn Maynard 2389bbc158 remove extra directory separators 2003-01-23 04:36:38 +00:00
Glenn Maynard f92825aecb *.* -> * 2003-01-23 04:35:27 +00:00
Glenn Maynard 5d74003de0 \ -> /
(we don't need to do this all at once, for most things; GetDirListing
doesn't care)
2003-01-23 04:34:15 +00:00
Glenn Maynard 3cf9dfa910 simplify 2003-01-23 04:33:23 +00:00
Glenn Maynard c7b93f5aeb add Basename prototype 2003-01-23 04:33:01 +00:00
Glenn Maynard 47ae91d778 GetFontPaths takes a trailing slash, so its paths already have them 2003-01-23 04:31:14 +00:00
Glenn Maynard 80db1958d8 add FilenameDB 2003-01-23 04:30:08 +00:00
Glenn Maynard 6903d7047d use Regex 2003-01-23 04:25:04 +00:00
Glenn Maynard a81855f608 add Regex class (compiling regexes every time they're used
is slow)
2003-01-23 04:22:07 +00:00
Glenn Maynard 2a42c6185d remove some unused locale stuff 2003-01-23 03:38:42 +00:00
Glenn Maynard b2062dd91f add paletted texture entry points
remove texture compression ones
2003-01-22 22:41:05 +00:00
Glenn Maynard 2fcbbf3ac3 fix a crash in the crash handler 2003-01-22 21:29:33 +00:00
Chris Danford 93c1166402 more on high score work 2003-01-22 05:29:27 +00:00
Glenn Maynard 0fcf0b8ab1 reduce conversions 2003-01-22 04:18:02 +00:00
Glenn Maynard 570bea0659 force hot pinking for banners 2003-01-22 04:16:05 +00:00
Glenn Maynard 4432b01dd8 make hot pinking a texture hint
(it makes SDL take slow code paths and makes us do
conversions we oftne don't need to)
2003-01-22 04:15:43 +00:00
Glenn Maynard 4914fa6f9e pull the translations into a separate function 2003-01-22 02:07:27 +00:00
Glenn Maynard b7abc4b9f8 stop the wheel when selected 2003-01-22 01:30:07 +00:00
Glenn Maynard fe454a7a79 fix BitmapText::CropToWidth 2003-01-21 23:10:22 +00:00
Chris Danford b92f9ef290 Redo Glenn's changes I just wiped out. 2003-01-21 23:07:22 +00:00
Glenn Maynard aa97c73f7a make sure we don't do stuff to the group list if this screen is disabled
(there's probably a 1-frame window this matters in; i hit it once by
accident)
2003-01-21 23:04:56 +00:00
Chris Danford a6864d3ef2 Changed Notes difficulty/description in preparation for edit selection system 2003-01-21 22:35:14 +00:00
Chris Danford ac391552fd Changed Notes difficulty/description in preparation for edit selection system 2003-01-21 22:23:01 +00:00
Glenn Maynard 779f1b829c remove unused dimming stuff 2003-01-21 22:03:02 +00:00
Glenn Maynard 3fc1756a76 remove unused dimming stuff 2003-01-21 21:59:50 +00:00
Glenn Maynard 0191776707 Door of Magic 2003-01-21 21:44:38 +00:00
Glenn Maynard 71dc13e4bb this doesn't do anything 2003-01-21 21:43:16 +00:00
Glenn Maynard c415aca6c6 err, oops 2003-01-21 21:38:59 +00:00
Glenn Maynard 7d7a42cdf5 unused stuff 2003-01-21 21:38:19 +00:00
Glenn Maynard 8501dc213f unused stuff 2003-01-21 21:37:12 +00:00
Andrew Livy 4b4f7b9d12 Pump Theme Changes 2003-01-21 20:44:09 +00:00
Andrew Livy d144d137bb Now returns to the correct Difficulty on pump music select instead of whatever the first one is... 2003-01-21 13:33:56 +00:00
Glenn Maynard a41cba7deb fix 2003-01-21 10:32:08 +00:00
Glenn Maynard 00793032b2 add m_iMusicWheelSwitchSpeed 2003-01-21 07:04:53 +00:00