------------------------------------------------------------------------
r8807 | havoc | 2009-03-13 18:58:45 -0700 (Fri, 13 Mar 2009) | 2 lines
Changed paths:
   A /trunk/zmodel/Makefile (from /trunk/zmodel/makefile:8798)
   D /trunk/zmodel/makefile
   D /trunk/zmodel/makefile.mingw

replaced zmodel makefile with a better one

------------------------------------------------------------------------
r8796 | divverent | 2009-03-11 02:08:04 -0700 (Wed, 11 Mar 2009) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

error message fix

------------------------------------------------------------------------
r8793 | divverent | 2009-03-11 00:34:38 -0700 (Wed, 11 Mar 2009) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

fix inverted y coordinate in zmodel

------------------------------------------------------------------------
r8792 | divverent | 2009-03-11 00:17:01 -0700 (Wed, 11 Mar 2009) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

also allow \r

------------------------------------------------------------------------
r8791 | divverent | 2009-03-10 23:57:59 -0700 (Tue, 10 Mar 2009) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

fix the "optionality" of the extra arguments to scale and rotate

------------------------------------------------------------------------
r8613 | divverent | 2008-12-29 02:53:57 -0800 (Mon, 29 Dec 2008) | 3 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

new directive "invert", inverts the sense of all triangles
"scale" and "rotate" now support three values (if just one is specified, old behaviour is performed)

------------------------------------------------------------------------
r8533 | divverent | 2008-10-18 09:09:38 -0700 (Sat, 18 Oct 2008) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

Move the place where modelscale is applied away from making the bone matrices to reading the .smd file and applying it directly to the bone and triangle xyz coords. Fixes zmodel creating zyms with a root bone that contains a scaling component in its matrix, causing weird effects in darkplaces (like, attached weapons getting displayed smaller/larger by the modelscale factor).

------------------------------------------------------------------------
r7083 | havoc | 2007-04-12 16:26:07 -0700 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/dpvideo/makefile
   M /trunk/lhnqserver/makefile
   M /trunk/zmodel/makefile

cleaned up some makefile options

------------------------------------------------------------------------
r6346 | havoc | 2006-05-06 19:43:27 -0700 (Sat, 06 May 2006) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

fix 64bit pointer issues and gcc4 signedness warnings

------------------------------------------------------------------------
r5571 | havoc | 2005-08-11 01:03:15 -0700 (Thu, 11 Aug 2005) | 2 lines
Changed paths:
   A /trunk/zmodel/makefile.mingw

added mingw makefile for zmodel

------------------------------------------------------------------------
r5570 | havoc | 2005-08-11 01:00:06 -0700 (Thu, 11 Aug 2005) | 2 lines
Changed paths:
   M /trunk/zmodel/makefile

better makefile (backported from dpmodel)

------------------------------------------------------------------------
r5343 | havoc | 2005-05-25 21:48:57 -0700 (Wed, 25 May 2005) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

rewrote handling of "origin" and "scale" commands, added "rotate" command (rotates around vertical, useful for 90 degree corrections of models), now these commands affect only the bones with no parents (root bones), as a function called fixrootbones after all the normal loading is done

------------------------------------------------------------------------
r5017 | havoc | 2005-02-13 16:40:07 -0800 (Sun, 13 Feb 2005) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

some minor cleanups

------------------------------------------------------------------------
r5016 | havoc | 2005-02-13 14:51:24 -0800 (Sun, 13 Feb 2005) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

added keepallbones variable (defaults to 1, no way to disable it currently) which bypasses the removal of unused bones, since some of them may be useful for attachments

------------------------------------------------------------------------
r4132 | havoc | 2004-05-03 03:21:11 -0700 (Mon, 03 May 2004) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

fix a fatal bug in readfile, I have no idea how this bug was ever written (it was using a cast to unsigned, instead of a cast to unsigned char)

------------------------------------------------------------------------
r4130 | havoc | 2004-05-03 03:03:56 -0700 (Mon, 03 May 2004) | 2 lines
Changed paths:
   M /trunk/zmodel/zmodel.c

added some file load error messages to mesh and scene commands

------------------------------------------------------------------------
r4129 | havoc | 2004-05-03 02:45:45 -0700 (Mon, 03 May 2004) | 2 lines
Changed paths:
   A /trunk/zmodel
   A /trunk/zmodel/makefile
   A /trunk/zmodel/zmodel.c

this is a crusty old buggy piece of work which makes .zym models (which are supported (poorly) by darkplaces), Vermeulen keeps asking me to enhance it, so I might as well put it in cvs

------------------------------------------------------------------------
