comparison builder.d @ 89:467febed7367

* Ignore excre * Some tentative work in grid_layer.d * Give the ScreenModel to all the layers. This needs refinement. * A stroke wouldn't hurt occasionally in cairo_renderer.d
author David Bryant <bagnose@gmail.com>
date Thu, 19 Aug 2010 00:19:42 +0930
parents 06b4504cbcb0
children 069ceb9446ad
comparison
equal deleted inserted replaced
88:100dd23c7bdf 89:467febed7367
942 942
943 // load the bundle at path 943 // load the bundle at path
944 void load(string path) { 944 void load(string path) {
945 //writefln("loading bundle from %s", path); 945 //writefln("loading bundle from %s", path);
946 946
947 if (path == "What?/excre") { //
948 return;
949 }
950
947 // add path to Global for use when compiling 951 // add path to Global for use when compiling
948 Global.bundlePaths ~= path; 952 Global.bundlePaths ~= path;
949 Global.optionsPath = path.join("options"); 953 Global.optionsPath = path.join("options");
950 954
951 // 955 //