goat3d

log src/goat3d.cc

age author description
Mon, 19 May 2014 06:42:40 +0300 John Tsiombikas [goat3d] implemented animation loading
Thu, 15 May 2014 06:52:01 +0300 John Tsiombikas selections
Wed, 14 May 2014 18:28:38 +0300 John Tsiombikas fixed goat3d_get_node_<position|rotation|scaling> to return only the node's transformations
Mon, 12 May 2014 07:22:52 +0300 John Tsiombikas almost working
Sun, 11 May 2014 22:04:54 +0300 John Tsiombikas foo
Thu, 08 May 2014 13:43:45 +0300 John Tsiombikas bounding boxes calculation (untested) and automatic camera placement in goatview
Tue, 06 May 2014 13:26:52 +0300 John Tsiombikas loading scene files (no vis yet)
Tue, 06 May 2014 03:31:35 +0300 John Tsiombikas - fixed exporter animation bounds calculation
Sun, 20 Apr 2014 13:36:28 +0300 John Tsiombikas fixed missing assignment to the scene goat pointer in goat3d_create
Sat, 19 Apr 2014 08:01:37 +0300 John Tsiombikas merged
Sat, 19 Apr 2014 07:56:43 +0300 John Tsiombikas igame animation api is weird...
Thu, 17 Apr 2014 08:53:42 +0300 John Tsiombikas merged
Thu, 23 Jan 2014 03:57:15 +0200 John Tsiombikas mesh and animation saving looks done...
Sun, 19 Jan 2014 14:56:44 +0200 John Tsiombikas not done yet
Thu, 17 Apr 2014 08:50:36 +0300 John Tsiombikas added copyright headers and license files + readme
Fri, 17 Jan 2014 18:27:47 +0200 John Tsiombikas merged
Fri, 17 Jan 2014 18:16:09 +0200 John Tsiombikas foo
Thu, 16 Jan 2014 19:27:09 +0200 John Tsiombikas ass2goat compiles...
Sat, 28 Dec 2013 06:47:39 +0200 John Tsiombikas - placed all the implementation stuff in the g3dimpl namespace
Sun, 08 Dec 2013 02:27:32 +0200 John Tsiombikas fixed memory leak in readxml and reversed error return
Sun, 01 Dec 2013 01:31:53 +0200 John Tsiombikas revamped the visual studio project files
Sun, 13 Oct 2013 10:14:19 +0300 John Tsiombikas - added mesh attribute and face append functions
Mon, 30 Sep 2013 05:17:29 +0300 John Tsiombikas foo
Mon, 30 Sep 2013 04:26:21 +0300 John Tsiombikas texture filename cleanup when setting a texture to a material
Sun, 29 Sep 2013 21:53:03 +0300 John Tsiombikas - switched the unix build to use the internal vmath/anim as well
Sun, 29 Sep 2013 08:20:19 +0300 John Tsiombikas wtf... corrupted heap?
Sat, 28 Sep 2013 20:36:55 +0300 John Tsiombikas added the node API glue
Sat, 28 Sep 2013 19:12:50 +0300 John Tsiombikas adding the nodes interface, and continuing the max plugin
Fri, 27 Sep 2013 06:58:37 +0300 John Tsiombikas - added XML format reading support
Fri, 27 Sep 2013 02:29:52 +0300 John Tsiombikas goatprim done