Glenn Maynard
|
7a95f5da5b
|
covariant Copy()
|
2006-10-20 00:01:18 +00:00 |
|
Steve Checkoway
|
6ea2a41b00
|
Cleanup RageException::Throw(). Do not use ssprintf() inside of Throw() and do not pass it bare error messages. Use RageException::Throw( "%s", sError.c_str() ); instead. Be consistent with quoting file names "%s" and theme metrics as "%s : %s". Try to make them complete English sentences when possible.
|
2006-09-17 01:19:19 +00:00 |
|
Glenn Maynard
|
1662ac4637
|
return error
|
2006-02-14 11:07:46 +00:00 |
|
Chris Danford
|
7f821e8cfc
|
CString -> RString
|
2006-01-22 01:00:06 +00:00 |
|
Glenn Maynard
|
dbbb29bb05
|
fix RageFileObjInflate not always flushing the end of files properly
|
2005-11-22 21:08:39 +00:00 |
|
Steve Checkoway
|
aa0f90feae
|
__MACOSX__ --> MACOSX, keep __MACOSX__ for ogg.
|
2005-10-24 10:37:56 +00:00 |
|
Glenn Maynard
|
82e0d89f65
|
quiet
|
2005-07-02 04:17:27 +00:00 |
|
Ben Anderson
|
b4d007e6d6
|
Use _WINDOWS and _MSC_VER properly. Fixes MinGW compilation.
|
2005-06-26 03:45:25 +00:00 |
|
Steve Checkoway
|
99387583f9
|
DARWIN -> __MACOSX__
|
2005-06-21 08:56:36 +00:00 |
|
Thad Ward
|
5949e5bc90
|
(this is possibly going to annoy some people, but..)
put all (obvious) MSVC lines in #if defined(_MSC_VER) blocks, primarilly
to allow alternative win32 compilers to be used.
|
2005-05-11 04:43:54 +00:00 |
|
Glenn Maynard
|
da6d8944d7
|
Fix RageFileObjDeflate::FlushInternal not flushing correctly when 4k or more needs to be flushed.
|
2005-03-23 21:26:07 +00:00 |
|
Glenn Maynard
|
23dccd1af2
|
GzipString, GunzipString
|
2005-02-19 07:50:00 +00:00 |
|
Glenn Maynard
|
cde599f33a
|
clamp .gz/.zip data: don't read more than it said would be available
|
2005-01-10 01:01:34 +00:00 |
|
Glenn Maynard
|
0300454337
|
fix warning
|
2004-12-14 01:50:40 +00:00 |
|
Glenn Maynard
|
444c9e0b49
|
gzip/gunzip support
|
2004-12-13 04:18:04 +00:00 |
|
Glenn Maynard
|
328ddf6b2e
|
minor fixes
|
2004-12-13 00:21:06 +00:00 |
|
Glenn Maynard
|
4386b9bc83
|
add deflate compressing (simple, since we already use zlib)
|
2004-12-11 23:06:34 +00:00 |
|
Glenn Maynard
|
d171b8e306
|
don't always free pFile from ~RageFileObjInflate
|
2004-12-11 22:57:03 +00:00 |
|
Glenn Maynard
|
4059c657ca
|
split out deflate compression layer; this could also be used with gzip
|
2004-12-11 08:03:39 +00:00 |
|