render.h
Mon, 07 Jul 2008 04:36:03 +0300 Tero Marttila support for static files (.css, .html, .js), and tiles - serves up a full viewer at / now, but the JS code needs cleaning up
Thu, 26 Jun 2008 01:32:56 +0300 Tero Marttila new render_threads module, make node_main use it, compiles, not yet tested
Tue, 17 Jun 2008 18:15:43 +0300 Tero Marttila fix memory alloc/free bugs, and one in render_threads where the last row was left out
Sat, 07 Jun 2008 05:05:18 +0300 Tero Marttila * fix some (of the) stupid things in Makefile
Fri, 06 Jun 2008 18:35:46 +0300 Tero Marttila * massive structural rewrite. Split off code into several new modules (render, render_png, render_local) and updated new modules to use them.
Sat, 31 May 2008 19:35:21 +0300 Tero Marttila working web_main that uses render_remote
Sat, 31 May 2008 02:22:27 +0300 Tero Marttila partial commit of new render module, render_file should work, web_main doesn't