Commit Graph

16685 Commits

Author SHA1 Message Date
Glenn Maynard 47151c74b9 remove resource-related stuff we don't need 2002-10-31 06:33:06 +00:00
Glenn Maynard b52484e797 remove horrible format hack that we don't need 2002-10-31 06:24:08 +00:00
Glenn Maynard 521686a1f6 cosmetic 2002-10-31 06:09:16 +00:00
Glenn Maynard 677e6b0a2e s/FRECT/RectF/ 2002-10-31 06:00:30 +00:00
Glenn Maynard c20d5b67dc s/CRECT/RectI/ 2002-10-31 05:52:12 +00:00
Glenn Maynard 7f0e0f4571 use stat(), not win32 calls 2002-10-31 05:44:12 +00:00
Glenn Maynard d50d1838a5 add stat alias 2002-10-31 05:38:03 +00:00
Glenn Maynard 679fce4ef2 always use min/max workaround in vc6 2002-10-31 05:18:08 +00:00
Glenn Maynard 07a04df7d7 vc6 bug workaround 2002-10-31 05:17:09 +00:00
Glenn Maynard 7f49ba72b4 add a getline wrapper for mfc 2002-10-31 04:57:32 +00:00
Glenn Maynard d736f9f7a8 fix another vc6 compile problem 2002-10-31 04:41:00 +00:00
Glenn Maynard 58ee51c717 fix one vc6 compile problem 2002-10-31 04:36:35 +00:00
Glenn Maynard bccaf3560b s/Add/push_back/ 2002-10-31 04:23:39 +00:00
Glenn Maynard a041b7cd3e s/RemoteAt/erase/ 2002-10-31 04:11:08 +00:00
Glenn Maynard 6e0c622850 cleanups 2002-10-31 03:55:50 +00:00
Glenn Maynard 16b514cc0b err? thought I added this a very long time ago. 2002-10-31 03:55:29 +00:00
Glenn Maynard 7d46004e54 get rid of CStdioFile 2002-10-31 03:54:50 +00:00
Glenn Maynard 31fa2adaa4 get rid of SetSize 2002-10-31 03:36:06 +00:00
Glenn Maynard 32bf482480 clean up some sign mismatches 2002-10-31 03:25:35 +00:00
Glenn Maynard 7e9905995d some more s/GetSize/size/ and other minor STLisms 2002-10-31 03:16:02 +00:00
Glenn Maynard 69b816e780 some more s/GetSize/size/ and other minor STLisms 2002-10-31 03:01:35 +00:00
Glenn Maynard 945a39a247 some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:54:49 +00:00
Glenn Maynard 2b16872bd5 some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:46:42 +00:00
Glenn Maynard d770105b2f some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:31:15 +00:00
Glenn Maynard dcb4fd2128 some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:20:11 +00:00
Glenn Maynard 040da1a6d4 some more s/GetSize/size/ 2002-10-31 02:12:14 +00:00
Glenn Maynard 8e18d84d10 some s/GetSize/size/ 2002-10-31 02:11:52 +00:00
Glenn Maynard b30fcbae96 get rid of some GetSize calls 2002-10-31 01:59:08 +00:00
Glenn Maynard cae3cfc0a0 change indentation 2002-10-31 01:27:45 +00:00
Glenn Maynard 9ccf8cd26f optimize, cleanup 2002-10-31 01:24:56 +00:00
Glenn Maynard af8b074f16 cleanup 2002-10-30 23:43:35 +00:00
Glenn Maynard f2856485aa Arg. This is ugly and slow, but at least it's a real linear filter.
Handle extreme resizing iteratively, which gives us something like
a triangle filter--slower and probably not quite as good, but much
better than it was.
2002-10-30 23:36:16 +00:00
Glenn Maynard d754ddc550 push bga searching into a function; fix 2002-10-30 19:55:19 +00:00
Glenn Maynard 5ca988ede1 fix starwipe (ARGB got switched with RGBA) 2002-10-30 19:43:20 +00:00
Glenn Maynard f49876b23e dither in integer space (faster)
(started to write another resize filter and ended up doing this instead)
2002-10-30 06:03:38 +00:00
Andrew Livy 7958f06c11 Now the song title displays in gameplay screen for para gametype (metric editable also). TODO: make it squash up for long song titles 2002-10-30 00:14:47 +00:00
Chris Danford ec202633e9 Added .GetString() to all CStrings passed in vargs 2002-10-29 07:58:44 +00:00
Angela Stefanski 621d419f22 Added a '%'' sign at the end of the oni mode score. 2002-10-29 05:11:16 +00:00
Glenn Maynard acfc6d33fd more cleanups, and un-break it 2002-10-29 01:55:38 +00:00
Glenn Maynard d0f715c7e8 cleanups 2002-10-29 01:35:39 +00:00
Andrew Livy 24cb053e35 ScreenGameplay now has bpm on it for para support (hidden for all gametypes but para via metrics) 2002-10-29 01:26:10 +00:00
Glenn Maynard 1bae0bc6df fix warnings 2002-10-28 19:05:28 +00:00
Glenn Maynard c06503ce84 use RageTimer instead of direct win32 timer calls 2002-10-28 19:05:05 +00:00
Glenn Maynard 98470966a8 Remove comment. It's out-of-date and probably misleading to anyone
reading it.  Easier to keep inline comments updated than a large prefixed
description.
2002-10-28 09:38:06 +00:00
Glenn Maynard 5c2dbf9426 remove boring timings 2002-10-28 09:35:03 +00:00
Glenn Maynard 3d0379f5a9 Figure out the texture format by starting at the input alpha depth and
and pruning it down, instead of starting at the hint.
2002-10-28 09:33:13 +00:00
Glenn Maynard cc68e1d3a9 convert to RGBA for resizing (worry about making it work on other
formats after it's correct for this)
2002-10-28 09:02:53 +00:00
Glenn Maynard 1d792fe0f4 disable noisy warning 2002-10-28 06:40:47 +00:00
Glenn Maynard 195772c720 Fix VC7 project. Make rotozoom C++, updated, junk removed, single
zoom function, remove hack that causes image misalignment.
2002-10-28 06:19:23 +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