Anton Sokolchenko
|
87015ae888
|
2026:72: Result of 'malloc' is incompatible with type 'unsigned char *'
2026:72: Result of 'malloc' is converted to a pointer of type 'unsigned char', which is incompatible with sizeof operand type 'unsigned char *'
|
2014-04-09 11:37:56 +03:00 |
Dale Stammen
|
409ad77b6c
|
disabled webp for wp8 and winrt
|
2014-03-22 05:51:39 -07:00 |
Nick Barrios
|
d9cbc5625c
|
CCImage.cpp: If dds header reports 0 mipmaps, force _numberOfMipmaps to 1 to enable software decoding. Set _renderFormat just once for both hardware and software decoding (moved out of "load mipmaps" loop).
|
2014-02-20 00:48:09 -05:00 |
Nick Barrios
|
45d751caa7
|
CCImage.cpp: initWithS3TCData() - When there is s3tc hardware support, set PixelFormat before loading mipmaps, to allow for textures with no mipmaps.
|
2014-02-19 22:13:12 -05:00 |
zhangbin
|
e02f488224
|
Merge branch 'develop' into issue3964
|
2014-02-16 11:01:07 +08:00 |
Dhilan007
|
0d5c702708
|
move labelttf's platform-dependent code from CCImage to CCDevice
|
2014-02-13 21:08:43 +08:00 |