Tero Marttila <terom@fixme.fi> [Mon, 07 Jul 2008 22:31:07 +0300] rev 29
add some comments, prune some code, fix some (of the) bugs
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Mon, 07 Jul 2008 21:32:38 +0300] rev 28
strip down the scriptaculous javascript code to a bare minimum, and rewrite tiles.js as tiles2.js - uses Classes, so the code is a lot neater. Still a couple bugs to work out, but mostly works
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Mon, 07 Jul 2008 04:36:03 +0300] rev 27
support for static files (.css, .html, .js), and tiles - serves up a full viewer at / now, but the JS code needs cleaning up
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Sun, 06 Jul 2008 23:33:24 +0300] rev 26
support for PF_LOCAL, it works, but needs some more testing/cleanup old code
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Thu, 26 Jun 2008 03:31:59 +0300] rev 25
replace printf -> INFO
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Thu, 26 Jun 2008 02:57:20 +0300] rev 24
render_thread works now
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Thu, 26 Jun 2008 01:32:56 +0300] rev 23
new render_threads module, make node_main use it, compiles, not yet tested
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Tue, 17 Jun 2008 19:08:05 +0300] rev 22
add img_{left,right,top,bottom} and img_{x,y}_step to struct render and change render_mandelbrot/slices to use them
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Tue, 17 Jun 2008 18:15:43 +0300] rev 21
fix memory alloc/free bugs, and one in render_threads where the last row was left out
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Tue, 17 Jun 2008 18:05:08 +0300] rev 20
write a DEBUG macro and change the render_threads stuff to use it. Shuffle the mutexes in render_threads around again to fix yet another bug... seems to work, but meh
committer: Tero Marttila <terom@fixme.fi>