Commit graph

20 commits

Author SHA1 Message Date
dhewg
794a01603b README: Rename to README.md 2012-01-14 21:22:16 +01:00
dhewg
2d4c18173d README: Use MinGW as an example for Win64 builds
The tree contains MSVC specific asm which won't compile with
a MSVC 64bit compiler.
2012-01-14 20:50:12 +01:00
dhewg
b23e73dea7 README: Clarify OSX OpenAL situation 2012-01-14 20:48:09 +01:00
dhewg
c5cc860409 README: Add a CHANGES section
Describe what has been done on this tree.
2012-01-14 20:43:48 +01:00
dhewg
7aad5a21d3 README: Describe dhewm 3 2012-01-14 20:43:35 +01:00
dhewg
898f690fc4 This is dhewm 3
Rename project, now at https://github.com/dhewm
2012-01-14 20:06:05 +01:00
dhewg
76ecb1c863 README: Remove iodoom3 note
This reverts commit ee4420557d.
2012-01-12 22:07:02 +01:00
dhewg
496095139b README: Describe the compiling process for this tree 2012-01-07 21:45:20 +01:00
dhewg
daf48501ce README: Get rid of "improved version" paragraph
This _is_ an improved version ;)
2012-01-07 21:00:46 +01:00
dhewg
1602057e67 README: Fix whitespace errors 2012-01-07 21:00:04 +01:00
dhewg
baa81ed956 README: glext.h is not part of this tree anymore 2012-01-07 20:58:32 +01:00
dhewg
8a1c7ca915 README: OSS headers are not part of this tree anymore 2012-01-07 20:58:32 +01:00
dhewg
135a25c816 README: libXNVCtrl is not part of this tree anymore
Neither is extutil.h, which was used by libXNVCtrl.
2012-01-07 20:58:32 +01:00
dhewg
59ecd7b163 README: OpenAL is not part of this tree anymore 2012-01-07 20:58:32 +01:00
dhewg
f30c87ecdb README: lib[ogg|vorbis] are not part of this tree anymore 2012-01-07 20:58:31 +01:00
dhewg
035dcbcd46 Move jpeg_memory_src()
Found another copy in renderer/Cinematic.cpp. Move the
newer implementation from renderer/Image_files.cpp in its
own file and use the libjpeg v8c license blob (which is where
this code comes from).

Adapt README too with the v8c license.
2012-01-07 20:57:07 +01:00
dhewg
672f7cf58e README: libcurl is not part of this tree anymore 2012-01-07 20:17:25 +01:00
dhewg
9e715ba7cc Check for jpeg_mem_src()
This function only exists starting with libjpeg8.
Check for existence and provide an implementation if necessary.
This allows libjpeg6 to be used.

Code borrowed from libjpeg8, adapt copyright in README
accordingly.
2011-12-22 14:10:29 +01:00
Ryan C. Gordon
ee4420557d Added a note to the README, mostly to test pushing to git.iodoom.org. 2011-12-06 11:54:31 -05:00
Timothee 'TTimo' Besset
fb1609f554 hello world 2011-11-22 15:28:15 -06:00