Commit graph

10 commits

Author SHA1 Message Date
Daniel Gibson
d0e8f3bb55 Prepare for 1.4.0 release, make SDL2 default, update README
The version will be 1.4.0 because it's not compatible with
Doom3 1.3.1 mod DLLs.

(Note that this commit doesn't mean 1.4.0 is done, I might do some
 minor changes before tagging the Release!)
2015-09-27 03:08:30 +02:00
Jonathan Dowland
bdaee57b03 small spelling corrections 2015-07-23 14:49:14 +01:00
Daniel Gibson
657ad99bf1 Remove jpeg_memory_src hack that worked around old libjpeg versions
Because Debian Squeeze's libjpeg6 didn't have jpeg_mem_src(), we added
jpeg_memory_src() to provide the functionality.
This shouldn't be needed anymore and without it we can drop libjpeg code
from our repo.

Fixes #110
2015-03-22 16:49:26 +01:00
Daniel Gibson
2e47865234 Use updated minizip version for unzip
The implementation is now in framework/minizip/*
instead of framework/Unzip.cpp

This was version 0.15beta, now we use 1.1 from
zlib 1.2.7/contrib/minizip

Some code had to be adjusted for this, but it got
cleaner on the way
2013-06-12 00:07:09 +02:00
dhewg
3706f8fb85 README: update zlib/minizip license blob
The remainder of framework/Unzip.cpp does not contain zlib code
anymore, only minizip.
2012-07-04 22:11:38 +02:00
dhewg
c5141488a9 README: Mention the new zlib dependency 2012-07-04 22:11:34 +02:00
dhewg
8003056c18 Attempt at fixing annoying markdown crap 2012-06-20 23:27:02 +02:00
dhewg
33bb970596 README: Move the OSX note
It is less confusing.
2012-01-14 22:36:11 +01:00
dhewg
08c758984f README: Use markdown and UTF8 encoding 2012-01-14 21:39:05 +01:00
dhewg
794a01603b README: Rename to README.md 2012-01-14 21:22:16 +01:00
Renamed from README.txt (Browse further)