1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
2009-05-21 guidod <guidod@gmx.de>
* moving *.c/*.h/*.pc into new src/ subdirectory
* adding extern C clauses to the header files.
* parallax2.c: adjust example to assert tiles_bmp with
an alternative load from "../../src/parallax2.bmp"
* parallax2.c: also invert order of ifndef SOFTBLIT near eventloop
* src/SDL_stretch.h: insert DECLSPEC to accomodate win32-builds
* thanks to Vincent Richomme for the test/build/patch
of SDL_stretch for win32/wince ARMV4 platform
2009-02-21 guidod <guidod@gmx.de>
* adding parallax2 demo with SOFTSTRETCH changes.
2009-02-21 guidod <guidod@gmx.de>
* due to the API change, the version number is bumped up to 0.3.0
* SDL_stretchcode.h: replace data-export SDL_TheRowStretchCode with
function-export SDL_GetRowStretchCode. The reason is that the AMD64 Linux
platform will compile with NX datasegments by default. There is only one
chance in an allocated memalign/mprotect segment that will be used.
* sdlstretchcode.c: rephrase to support HAVE_X86_64 in parallel with HAVE_386
* doc/make-doc.py: use BEL instead of hatch to flag "*/" sequences
* configure.ac: use only "python" in search of the tooling
2003-12-07 <guidod@pc3>
- adding ChangeLog as well
- updating to latest make-doc.py
|