DEADSOFTWARE

Merge FGSFDS branch, fix build
[d2df-sdl.git] / src / shared /
2016-06-28 FGSFDSFGScan load map scripts from wads now
2016-06-21 Ketmar Darkmap reader now independent of record size and alignment
2016-06-21 Ketmar DarkMerge branch 'master' of ssh://repo.or.cz/d2df-sdl
2016-06-21 Ketmar Darkmapio
2016-06-20 binarymasterUpdate trigger shot structure to avoid alignment problems
2016-04-25 Ketmar Dark"--log" cli arg; fixed bug with console output (endless...
2016-04-25 Ketmar Darkrestored console logs in headless mode
2016-04-25 Ketmar Darkadded license info
2016-04-24 Ketmar Darkwadcvt can convert images to pngs
2016-04-24 Ketmar Darkanimated textures loader simplified alot
2016-04-24 Ketmar Darksfs: small fix
2016-04-23 Ketmar Darklog messages now written to console too
2016-04-22 Ketmar Darkfixed warning (and subtle bug) in zlib stream
2016-04-22 Ketmar Darkremoved debug output in wadreader
2016-04-22 Ketmar Darksfs, wadreader: much better searching for files inside...
2016-04-22 Ketmar Darkxstreams: fixed seeking in compressed stream
2016-04-22 Ketmar Darkno more path splitting in wad reading, it's useless
2016-04-18 Ketmar Darkxstreams.pas: fixed bug in TUnZStream
2016-04-18 Ketmar Darkutils: added endian-neutral integer i/o functions
2016-04-18 Ketmar Darkput "{$MODE ...}" directive in each source file; remove...
2016-04-18 Ketmar Darkrenamed some dirs; moved some files
2016-04-18 Ketmar Darkmore sfs cleanup; slightly faster DFWAD processing
2016-04-18 Ketmar Darkwads works again!
2016-04-18 Ketmar Darkmore sfs refactoring
2016-04-18 Ketmar Darksfs and wad code refactoring: part 1
2016-04-17 Ketmar Darknetwork: it should find correct files on POSIX now...
2016-04-17 Ketmar Darkremoved warning
2016-04-17 Ketmar Darknetwork fix: proper wad searching, case-insensitive...
2016-04-15 Ketmar Darkadded "SFSFastMode" hidden option; turned on by default
2016-04-15 Ketmar Darksfs: hackfix for utf-8 encoded names in zips
2016-04-12 Ketmar Darkcase-insensitive wad fopen (only filenames, pathes...
2016-04-08 Ketmar Darkfixed small memory leak in archive reader
2016-04-08 Ketmar Darksearch files in archives starting from last
2016-04-08 Ketmar Darkproper (i hope) support for '.wad', '.pk3' and '.zip...
2016-04-08 Ketmar Darkproper GUI fix for file listers
2016-04-08 Ketmar Darksfs now removing extensions from files
2016-04-08 Ketmar Darkalso, .pk3 seems to work now
2016-04-08 Ketmar Darksfs: remove common dir from pk3 (this should fix invali...
2016-04-08 Ketmar Darksfs: using locale-insensitive comparisons
2016-04-07 Ketmar Darksfs system now works!
2016-04-07 Ketmar Darkno more d2d:f built-in dfwad reader, it now using sfs...
2016-04-07 Ketmar Darkremoving dfwad writing abilities; removed "--testdelete...
2016-04-06 Ketmar Darkremoved trailing spaces all over the source
2016-04-05 Ketmar Darkwarnings for -O3
2016-04-05 FGSFDSFGSinitial commit: