]> git.xonotic.org Git - xonotic/darkplaces.git/history - jpeg.c
cvar: Rename Cvar_RegisterAlias to Cvar_RegisterVirtual
[xonotic/darkplaces.git] / jpeg.c
2021-05-14 cloudwalkhost: Clean it up. Give some functions new names and...
2021-04-12 divverentFix a use of FALSE in some JPEG code.
2021-03-06 cloudwalksys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend...
2021-03-06 cloudwalksys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for...
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-05-25 cloudwalkDon't continue loading image if we already have it...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-03 havocallow tga, wal and jpg images to be 32768x32768 rather...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-05-18 divverentfix a double free problem in jpeg.c
2010-05-09 divverentadd a missing include
2010-05-08 divverentWritePicture: also support png input images :P
2010-01-31 havocadded r_texture_convertsRGB_* cvars (default: OFF)...
2009-12-31 divverentmake the JPEGs progressive
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-08-20 divverentalso rename these fields, so nobody starts using them
2009-08-20 divverentshut up jpeg warnings another way
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-07-20 divverentexperimental makefile option make DP_LINK_TO_JPEG=1...
2009-04-10 divverentfix stupid endless loop
2009-04-04 divverentfix a memory leak in WriteImage
2009-01-28 divverentmake DP compile with C++ again
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-08-23 divverentjpeg: handle errors properly (with longjmp)
2008-07-21 divverentsorry, did the last change to the wrong jpeg writing...
2008-07-21 divverentfix jpeg upside down
2008-07-18 divverentfix "vid_restart forgets to reload jpeg" bug
2008-07-12 divverentload the JPEG dll when needed
2008-07-11 divverentseems like it is better to use smaller sizes there
2008-07-11 divverentadding two new extensions: DP_QC_WHICHPACK (identify...
2008-02-23 divverentlibjpeg writing: turn off chroma subsampling. Really...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-25 sajt'Cruft' removal (removed GAME_FNIGGIUM)
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-10 havocuse *64.dll instead of *.dll on win64, this way we...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-04-04 molivierFactorized LoadLMP and LoadLMPAs8Bit. Made a bunch...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2004-12-20 molivier- Fixed JPEG support on Mac OS X
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-25 molivierFreeBSD support
2004-03-24 molivierFactorized some code in the shared library loaders
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-12-07 havocadded scr_screenshot_jpeg_quality cvar (and added it...
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-05-21 havocadded support for q2 .wal images (not yet tested but...
2003-04-03 molivierAdded support for JPEG screenshots. You can toggle...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-11-14 molivierThe Linux version doesn't need libjpeg.h anymore
2002-11-08 havocElric's changes: