Tim, We need to take any Unix specific code in diskvidu.c and move it into diskvid.c (and change the Makefile to use it). There are changes in diskvid.c that I made to fix the problems we were having with the .tga file format. These changes obviously didn't get transferred over to diskvidu.c. Another reason I'd like to do this is that we normally reserve the use of extra Unix files to code that was in an assembly language file. Don't know why it was done to a C file, but we should fix it. Jonathan
Jonathan wrote:
We need to take any Unix specific code in diskvidu.c and move it into diskvid.c (and change the Makefile to use it). There are changes in diskvid.c that I made to fix the problems we were having with the .tga file format. These changes obviously didn't get transferred over to diskvidu.c.
This needs to be in the next patch unless you want to update the regular xfractint at the current version. To avoid confusion, I suggest a later patch. Tim
On Saturday 27 April 2002 03:56 pm, Tim wrote:
We need to take any Unix specific code in diskvidu.c and move it into diskvid.c (and change the Makefile to use it). There are changes in diskvid.c that I made to fix the problems we were having with the .tga file format. These changes obviously didn't get transferred over to diskvidu.c.
This needs to be in the next patch unless you want to update the regular xfractint at the current version. To avoid confusion, I suggest a later patch.
It almost looks like we'll be able to just change the Makefile to use diskvid.c. But, not having had much luck lately getting various enhancements to work, I'm finding it difficult to get motivated. Will you make patch 5 the official switch over to the float only code? Jonathan
participants (2)
-
Jonathan Osuch -
Tim Wegner