Commit Graph
1835 Commits
Author SHA1 Message Date
Glenn Maynard bca879f9b0 update 2003-01-24 22:28:23 +00:00
Glenn Maynard 24a8ea5a47 move crash stuff into archutils
add top level to include paths so we don't have to
do #include "../../archutils/win32"
2003-01-24 22:26:02 +00:00
Glenn Maynard 0ea89305ed move crash stuff into archutils 2003-01-24 22:23:09 +00:00
Glenn Maynard 29731671fb for fixup 2003-01-24 22:21:48 +00:00
Chris Danford cf8c4f884f cleanup of statistics, saving of high scores 2003-01-24 02:43:07 +00:00
Glenn Maynard c187098400 tighten up the Japan match 2003-01-24 02:30:53 +00:00
Glenn Maynard e312828809 log when we load a font 2003-01-24 02:21:07 +00:00
Glenn Maynard d90a4ba3c9 obsolete log 2003-01-24 02:19:53 +00:00
Glenn Maynard 86391bebd8 these logs are redundant 2003-01-24 02:19:01 +00:00
Glenn Maynard e4acd37e9c prune logs a little 2003-01-24 02:18:28 +00:00
Glenn Maynard 99426e5e7c less logs (knowing which texture we loaded last is useful; knowing
which texture we finished last is probably not)
2003-01-24 02:18:03 +00:00
Glenn Maynard 8e49b34d30 extra newline 2003-01-24 02:16:43 +00:00
Glenn Maynard 3a78d48b84 remove dupe log
use info
2003-01-24 01:35:53 +00:00
Glenn Maynard 1b2de71927 new log file 2003-01-24 01:35:15 +00:00
Glenn Maynard fbfe3d0e3e log less 2003-01-24 01:35:05 +00:00
Glenn Maynard 877e488663 use info 2003-01-24 01:34:42 +00:00
Glenn Maynard 5c20ab433a reduce the sleep 2003-01-24 01:34:25 +00:00
Glenn Maynard ce153ecccb fix up focus 2003-01-24 01:32:04 +00:00
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