v0.08b-pre3->v0.08b-pre4
************************

Removed critical section from texture cache - it shouldn't be necessary for the plugin.
Removed one fdiv in SetNewVertexInfo by using rhw.
Added several new asserts to DLParser.cpp.
Tidied DLParser_Process - separated out into sub functions and moved some code
   to D3DRender.
Removed all DL_PF related code and tests from release builds.
Optimised combiner mode search by returning pointer (rather than copying SCI struct).
Removed profiling code from release builds.
Optimised triangle flushing (removed one memcpy).
Optimised I/4bpp loading.
Fixed bug in texture cache that resulted in many duplicate textures being created
   (and all colliding at the same point in the table).
Improved texture cache hashing function.


v0.08b-pre2->v0.08b-pre3
************************

Fixed URL for GZip in readme.txt :-)
Fixed stupid texture scaling problem.
Fixed palette bugs (wrong shift specified for tlut offset, and too few entries being copied).
Moved graphics context initialisation from InitiateGFX to RomOpen.
Removed old combiner code in preparation to integrate Rice's new combiner.
Added Tmem emulation conversion functions.
