Steve Checkoway
|
b7b28f2435
|
Only Linux needs this. Nearly every other OS put it in stdlib.h (or stdlib.h includes alloca.h as needed). My stdlib.h in linux includes it if any of __USE_GNU, __USE_BSD, or __USE_MISC is defined.
|
2006-03-20 05:25:13 +00:00 |
|
Chris Danford
|
7f821e8cfc
|
CString -> RString
|
2006-01-22 01:00:06 +00:00 |
|
Steve Checkoway
|
aa0f90feae
|
__MACOSX__ --> MACOSX, keep __MACOSX__ for ogg.
|
2005-10-24 10:37:56 +00:00 |
|
Renaud Lepage
|
61b1c66f53
|
Defines problems for Xbox.
|
2005-08-23 02:29:13 +00:00 |
|
Steve Checkoway
|
d837282c96
|
Unneeded on OS X, it's in stdlib.h
|
2005-08-20 05:28:48 +00:00 |
|
Ben Anderson
|
6b22e48136
|
Use _WINDOWS; Use _MSC_VER properly; comment #if block
|
2005-06-26 04:02:39 +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 |
|
Ryan Dortmans
|
3ecf637e2e
|
Xbox: use xboxlibpng.lib and add gray alpha support
|
2004-11-19 11:59:41 +00:00 |
|
Ryan Dortmans
|
30a01a3c99
|
Xbox: virtual memory fixes
|
2004-11-08 02:38:32 +00:00 |
|
Glenn Maynard
|
3d81205616
|
fix possible memleak
litter the code with checkpoints to try to track down osx crash
|
2004-09-27 01:09:03 +00:00 |
|
Glenn Maynard
|
b990c14789
|
probably make PNG functions show up better in unix crash logs
|
2004-09-27 00:55:17 +00:00 |
|
Glenn Maynard
|
d14a66b8e7
|
simplify
|
2004-08-30 06:38:08 +00:00 |
|
Glenn Maynard
|
a2db26309e
|
alloca.h
|
2004-08-07 02:10:21 +00:00 |
|
Chris Danford
|
6bd2a34271
|
Xbox builds again
|
2004-06-20 01:35:25 +00:00 |
|
Chris Danford
|
037be3e0d3
|
fix Xbox compile errors
|
2004-06-15 06:58:34 +00:00 |
|
Glenn Maynard
|
ec8b899889
|
fix SDL dep
|
2004-06-15 06:07:52 +00:00 |
|
Glenn Maynard
|
b481fc465b
|
excessively large commit: use RageSurface
|
2004-06-14 00:51:00 +00:00 |
|
Glenn Maynard
|
f2578fe6a9
|
s/RageSurface/RageSurfaceUtils/
|
2004-06-13 20:19:28 +00:00 |
|
Glenn Maynard
|
1efd594730
|
byte swap update
|
2004-06-13 07:35:08 +00:00 |
|
Glenn Maynard
|
d2a193e225
|
fix SDL_CreateRGBSurfaceFrom parameters
|
2004-06-06 22:14:48 +00:00 |
|
Glenn Maynard
|
f0cdbd7e4c
|
ugh, add image format searching
|
2004-05-21 21:05:51 +00:00 |
|
Glenn Maynard
|
67c3516307
|
fix interlaced PNGs
|
2004-05-20 20:33:27 +00:00 |
|
Glenn Maynard
|
703ebfca58
|
LoadFile( bHeaderOnly ): only load image dimensions
caching TM4: 37 secs -> 28 secs
only implemented for PNG; 90% of song images are PNG anyway
|
2004-05-19 05:10:23 +00:00 |
|
Glenn Maynard
|
792cecd972
|
simplify
|
2004-05-19 04:17:10 +00:00 |
|
Glenn Maynard
|
e4cb3a253e
|
s/surf/img/
|
2004-05-18 06:53:26 +00:00 |
|
Glenn Maynard
|
e72df28c97
|
fix memleak on error
|
2004-05-18 06:51:46 +00:00 |
|
Glenn Maynard
|
a2b5c390f3
|
move windows libpng out of SDL_image
|
2004-05-18 06:44:55 +00:00 |
|
Glenn Maynard
|
a33e65a552
|
cleanup
|
2004-05-17 02:38:01 +00:00 |
|
Glenn Maynard
|
46724ba3a9
|
fix warnings
|
2004-05-17 01:56:12 +00:00 |
|
Glenn Maynard
|
f22c8b86d7
|
native PNG loader; handles full alpha palettes
|
2004-05-17 01:51:34 +00:00 |
|