
11-22-2011, 09:23 AM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
|
Ended up having to recode a good chunk of the parsing/rendering. Before it had two different functions for rendering a level and gmap, but they both shared the same code. So I took the level renderer and made it spit out an image instead, and now for rendering gmaps it simply calls the nw renderer for each level in the gmap and stitches them together. Before every time I changed the rendering I had to do it to both the gmap and the nw function, and that was a pain. Now it should probably be much easier to make changes to the renderer.
Will fine-tune and update it tomorrow with its own thread. |
|
|
|