5
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 2 months ago.
Mar 06, 2023 — Mar 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
* Added il_upx.c to source line. More... about 15 years ago
* Added il_upx.c to source line. More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
* il_utx.c: Added this file. * il_internal.h: Added .utx loading declarations. * il_io.c: Added loading calls for .utx files. * il_states.c / il_states.h: Added ilVtfCompression to IL_STATES. * il_vtf.c: Added more formats to saving. * il.h: Added IL_VTF_COMP define. * il_io.c: Added saving calls for .vtf files. * il_dds.c: Added DecompressARGB16 to load a2r10g10b10 and a2b10g10r10 formats. * il_convbuff (iSwitchTypes): Added several missing break statements. * il_convbuff:1988: Changed to check types instead of bpc. * il_dpx.c / il_dpx.h: Got basic dpx loading working. * WindowsTest.cpp: Fixed memory leak when loading files. * il_vtf.c (iGetVtfHead): Added support for headers of 64 bytes. * il_iwi.c (iLoadIwiInternal): Added IL_INVALID_FILE_HEADER error. * il_vtf.c: Added VTF writing functions. M include/IL/il.h M ChangeLog M src-IL/msvc9/IL.vcproj M src-IL/msvc9/IL Unicode.vcproj M src-IL/include/il_dds.h M src-IL/include/il_vtf.h M src-IL/include/il_manip.h M src-IL/include/il_internal.h M src-IL/include/il_states.h M src-IL/src/il_vtf.c M src-IL/src/il_dds-save.c AM src-IL/src/il_utx.c M src-IL/src/il_states.c M src-IL/src/il_wbmp.c M src-IL/src/il_io.c M src-IL/src/il_convbuff.c M src-IL/src/il_dds.c M src-IL/src/il_iwi.c M projects/msvc9/ImageLib Unicode.sln M TODO M examples/windows_example/windows_example-vc9.vcproj M examples/windows_example/resources/DevIL Logo.ico M examples/windows_example/WindowsTest.cpp M examples/windows_example/WindowsTest.aps M examples/windows_example/WindowsTest.vcproj M examples/windows_example/WindowsTest.rc M examples/windows_example/resource.h More... about 15 years ago
* il_utx.c: Added this file. * il_internal.h: Added .utx loading declarations. * il_io.c: Added loading calls for .utx files. * il_states.c / il_states.h: Added ilVtfCompression to IL_STATES. * il_vtf.c: Added more formats to saving. * il.h: Added IL_VTF_COMP define. * il_io.c: Added saving calls for .vtf files. * il_dds.c: Added DecompressARGB16 to load a2r10g10b10 and a2b10g10r10 formats. * il_convbuff (iSwitchTypes): Added several missing break statements. * il_convbuff:1988: Changed to check types instead of bpc. * il_dpx.c / il_dpx.h: Got basic dpx loading working. * WindowsTest.cpp: Fixed memory leak when loading files. * il_vtf.c (iGetVtfHead): Added support for headers of 64 bytes. * il_iwi.c (iLoadIwiInternal): Added IL_INVALID_FILE_HEADER error. * il_vtf.c: Added VTF writing functions. M include/IL/il.h M ChangeLog M src-IL/msvc9/IL.vcproj M src-IL/msvc9/IL Unicode.vcproj M src-IL/include/il_dds.h M src-IL/include/il_vtf.h M src-IL/include/il_manip.h M src-IL/include/il_internal.h M src-IL/include/il_states.h M src-IL/src/il_vtf.c M src-IL/src/il_dds-save.c AM src-IL/src/il_utx.c M src-IL/src/il_states.c M src-IL/src/il_wbmp.c M src-IL/src/il_io.c M src-IL/src/il_convbuff.c M src-IL/src/il_dds.c M src-IL/src/il_iwi.c M projects/msvc9/ImageLib Unicode.sln M TODO M examples/windows_example/windows_example-vc9.vcproj M examples/windows_example/resources/DevIL Logo.ico M examples/windows_example/WindowsTest.cpp M examples/windows_example/WindowsTest.aps M examples/windows_example/WindowsTest.vcproj M examples/windows_example/WindowsTest.rc M examples/windows_example/resource.h More... about 15 years ago
* More work on DPX loading. More... about 15 years ago
* More work on DPX loading. More... about 15 years ago
[no comment] More... about 15 years ago
[no comment] More... about 15 years ago
* il_dpx.c / il_dpx.h: Got basic dpx loading working. More... about 15 years ago
* il_dpx.c / il_dpx.h: Got basic dpx loading working. More... about 15 years ago
* More work on the dpx code. More... about 15 years ago