Commit Graph

80 Commits

Author SHA1 Message Date
Glenn Maynard 8d92a80d40 move code to RU 2003-01-05 05:31:59 +00:00
Glenn Maynard ee10c50216 add wstring split() 2003-01-05 03:59:07 +00:00
Glenn Maynard 64c44ab54a add regex wrapper 2003-01-05 02:48:15 +00:00
Glenn Maynard 07bb50ec90 add IsHexVal. 2003-01-03 22:51:01 +00:00
Glenn Maynard 55e92e771d s/CArray<x,y>/vector<x>/g 2003-01-03 05:56:28 +00:00
Glenn Maynard 71d48b3d62 cleanups 2003-01-03 05:26:15 +00:00
Glenn Maynard d848550137 move redir handling 2003-01-01 22:02:41 +00:00
Glenn Maynard bf4bd79cb3 cosmetic 2002-12-21 08:44:26 +00:00
Glenn Maynard b17756c72f add windows error formatter 2002-12-21 08:40:40 +00:00
Glenn Maynard b3508e02cf move power_of_two
unset pixelstore settings when we're done
2002-12-20 06:28:22 +00:00
Glenn Maynard fc4c96abcd portability fixes 2002-12-17 08:24:11 +00:00
Glenn Maynard 3cb40378ac portability fixes 2002-12-17 08:21:34 +00:00
Glenn Maynard 260bf22a29 portability fixes 2002-12-17 06:50:30 +00:00
Glenn Maynard d937b91993 portability fixes 2002-12-17 06:47:19 +00:00
Glenn Maynard c8242e431c move gotourl code to archutils 2002-12-17 06:35:04 +00:00
Glenn Maynard 9565113bf8 portable types 2002-12-17 06:27:48 +00:00
Chris Danford 48970a9cb6 Fixed plib-related compile errors (hopefully for good) 2002-12-11 11:17:12 +00:00
Glenn Maynard 0984cfd15d add hr_ssprintf; remove a bunch of empty comments 2002-12-09 03:09:59 +00:00
Glenn Maynard 23254cdd4a more cleanups (lint lint lint) 2002-11-16 09:12:55 +00:00
Glenn Maynard 0264d1c1a7 Maybe I'll switch to brown plastic bags. 2002-11-08 20:12:19 +00:00
Glenn Maynard 7dd6bccfac fix 2002-11-01 20:48:36 +00:00
Chris Danford 23deb80a44 Winsock replaced with SDL_net 2002-11-01 20:01:59 +00:00
Glenn Maynard a28d19268a simple untemplated trimleft/trimright implementation 2002-10-31 08:04:34 +00:00
Glenn Maynard 7f0e0f4571 use stat(), not win32 calls 2002-10-31 05:44:12 +00:00
Glenn Maynard bccaf3560b s/Add/push_back/ 2002-10-31 04:23:39 +00:00
Glenn Maynard 8e18d84d10 some s/GetSize/size/ 2002-10-31 02:11:52 +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
Glenn Maynard 5c841f287b s/RemoveAll/clear/g 2002-10-24 20:15:24 +00:00
Glenn Maynard 85e409b121 some more MFCisms to STLisms 2002-10-24 19:55:09 +00:00
Glenn Maynard 4fa4be8161 eliminate GetData() 2002-10-24 08:40:27 +00:00
Glenn Maynard 738617a01b change more qsorts to sort 2002-10-24 08:17:09 +00:00
Glenn Maynard 9e450e2d7a remove unused file utils 2002-10-24 07:19:57 +00:00
Glenn Maynard 7437e1238b add STL-style (and using) mean and stddev functions.
(They're not actually templates, since we don't really need that, and I
don't want to add code to headers without reason, but they could
easily be generalized to support any floating-point type.)
2002-10-24 07:09:38 +00:00
Glenn Maynard ffd4a4f436 /* */ 2002-10-18 19:46:00 +00:00
Glenn Maynard 4fb80b6864 (and actually use a period) 2002-10-16 18:29:04 +00:00
Glenn Maynard e321294153 Fix hour-long endless courses. 2002-10-16 18:25:14 +00:00
Chris Danford 192bfd5ff5 Missing a jump in Oni now takes away only one life 2002-10-02 05:42:59 +00:00
Chris Danford ad6c239858 ugh. Cleanup of ez2's menubganimations. 2002-09-29 05:06:18 +00:00
Chris Danford 23df7ec564 Yet more theme cleanup. This should be the job of the artists! 2002-09-24 02:55:32 +00:00
Glenn Maynard 3d6cf803da remove "xxx" in comment (shows up as a fixme in my searches) 2002-09-06 21:29:07 +00:00
Glenn Maynard ead8903bfb vc6 fixes 2002-09-02 10:41:56 +00:00
Glenn Maynard dfb3fd2b16 Clean up and optimize splitrelpath.
Add GetExtDirListing and GetExtDirListingV, for fast searches for
files by directory, filename prefix and extension.

Note a change in behavior due to this: all theme files will load as
prefixes, not just graphics.  (eg. "title sound (abc)" will load for "title sound",
just like "title graphic (abc)" loads for "title graphic".)  This seems more
consistent anyway, but if it's a problem it's easily fixed.

(Profiling showed that we were spending a decent amount of time reading
directories; this is because we were making separate calls for each
theme extension.)
2002-09-01 00:37:10 +00:00
Glenn Maynard bb94538c53 oops. 2002-08-30 04:54:28 +00:00
Glenn Maynard 27decf5ca2 Add CreateDirectories.
Fix, simplify and optimize split().
2002-08-30 00:28:20 +00:00
Glenn Maynard 65f5ba986a me += brown paper bag 2002-08-29 23:24:00 +00:00
Glenn Maynard e28dca7fe1 More LPCTSTR.
Add currently unused fnmatch-based filename searching.  (This has
the advantage that we can search for any number of masks without
grabbing the directory tree multiple times.)
2002-08-29 21:02:04 +00:00
Chris Danford 7766338beb more bug fixes 2002-08-20 21:00:56 +00:00
Glenn Maynard 13acb4ac15 Make IsAnInt not O(n^2) 2002-08-20 08:01:59 +00:00
Chris Danford 4c12a0921b Fixes to Extra Stage 2002-08-01 13:42:56 +00:00
Chris Danford 317c352a9b Various bug fixes. See changelog. 2002-07-23 01:41:40 +00:00