Home
last modified time | relevance | path

Searched refs:mapdata (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/games/crimson/crimson-0.5.3/tools/
H A Dbi2cf.c151 fread(mapdata->rawfin,mapdata->finsize,1,finfile); in readfin()
154 …if( (mapdata->rawfin[0]=='T') && (mapdata->rawfin[1]=='P') && (mapdata->rawfin[2]=='W') && (mapdat… in readfin()
157 mapdata->finsize = uncompress(&mapdata->rawfin,mapdata->finsize); in readfin()
161 mapdata->map = (tfindata *)(mapdata->rawfin + 4); in readfin()
162 mapdata->mapx = mapdata->rawfin[1]; in readfin()
163 mapdata->mapy = mapdata->rawfin[3]; in readfin()
164 mapdata->mapsize = mapdata->mapx * mapdata->mapy; in readfin()
196 …if( (mapdata->rawshp[0]=='T') && (mapdata->rawshp[1]=='P') && (mapdata->rawshp[2]=='W') && (mapdat… in readshp()
199 mapdata->shpsize = uncompress(&mapdata->rawshp,mapdata->shpsize); in readshp()
204 mapdata->canbuild = mapdata->rawshp; in readshp()
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/extract/
H A Dextractstages.cpp33 MapRecord mapdata[NMAPS]; variable
67 memset(mapdata, 0, sizeof(mapdata)); in extract_stages()
72 strcpy(mapdata[i].filename, exemapdata[i].filename); in extract_stages()
73 strcpy(mapdata[i].stagename, exemapdata[i].caption); in extract_stages()
75 mapdata[i].scroll_type = exemapdata[i].scroll_type; in extract_stages()
76 mapdata[i].bossNo = exemapdata[i].bossNo; in extract_stages()
79 if (mapdata[i].tileset == 0xff) in extract_stages()
86 if (mapdata[i].bg_no == 0xff) in extract_stages()
93 if (mapdata[i].NPCset1 == 0xff) in extract_stages()
100 if (mapdata[i].NPCset2 == 0xff) in extract_stages()
[all …]
/dports/games/widelands/widelands-build21/src/wui/
H A Dmapdetails.cc84 name_ = mapdata.name; in update()
86 if (mapdata.maptype == MapData::MapType::kDirectory) { in update()
89 as_content(mapdata.localized_name, style_)) in update()
98 as_content(localize_mapname ? mapdata.localized_name : mapdata.name, style_)) in update()
101 if (mapdata.localized_name != mapdata.name) { in update()
114 mapdata.localized_name) in update()
123 (mapdata.authors.get_number() == 1) ? in update()
135 for (const auto& tag : mapdata.tags) { in update()
149 if (!mapdata.hint.empty()) { in update()
159 if (mapdata.suggested_teams.empty()) { in update()
[all …]
H A Dmaptable.cc41 const MapData& mapdata = entries[i]; in fill() local
44 if (mapdata.maptype == MapData::MapType::kDirectory) { in fill()
47 1, g_gr->images().get("images/ui_basic/ls_dir.png"), mapdata.localized_name); in fill()
50 te.set_string(0, (boost::format("(%i)") % mapdata.nrplayers).str()); in fill()
53 if (mapdata.maptype == MapData::MapType::kScenario) { in fill()
55 } else if (mapdata.maptype == MapData::MapType::kSettlers2) { in fill()
62 FileSystem::filename_without_ext(mapdata.filename.c_str())); in fill()
66 te.set_picture(1, g_gr->images().get(picture), mapdata.name); in fill()
68 te.set_picture(1, g_gr->images().get(picture), mapdata.localized_name); in fill()
72 te.set_string(2, (boost::format("%u x %u") % mapdata.width % mapdata.height).str()); in fill()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/02_functions/
H A Dwrap_container_fncalls.cf27 "sort_mapdata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), lex);
28 "sort_mapdata_slist" slist => sort(mapdata('none', $(mapdata_spec), base_list), lex);
29 "sort_mapdata_data" slist => sort(mapdata('none', $(mapdata_spec), base_data), lex);
31 …"sort_mapdata_mergedata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), le…
32 …"sort_mapdata_mergedata_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_list)…
33 …"sort_mapdata_mergedata_data" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_data))…
36 …"sort_mapdata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), sort(base_list, int)), le…
37 …"sort_mapdata_mergedata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(sort(…
40 …"concat_sort_mapdata_mergedata_inline_json" string => concat(sort(mapdata('none', $(mapdata_spec),…
44 …"nth_sort_mapdata_mergedata_inline_json" string => nth(sort(mapdata('none', $(mapdata_spec), '[1,2…
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/01_vars/02_functions/
H A Dwrap_container_fncalls.cf27 "sort_mapdata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), lex);
28 "sort_mapdata_slist" slist => sort(mapdata('none', $(mapdata_spec), base_list), lex);
29 "sort_mapdata_data" slist => sort(mapdata('none', $(mapdata_spec), base_data), lex);
31 …"sort_mapdata_mergedata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), le…
32 …"sort_mapdata_mergedata_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_list)…
33 …"sort_mapdata_mergedata_data" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_data))…
36 …"sort_mapdata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), sort(base_list, int)), le…
37 …"sort_mapdata_mergedata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(sort(…
40 …"concat_sort_mapdata_mergedata_inline_json" string => concat(sort(mapdata('none', $(mapdata_spec),…
44 …"nth_sort_mapdata_mergedata_inline_json" string => nth(sort(mapdata('none', $(mapdata_spec), '[1,2…
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/
H A Dwrap_container_fncalls.cf27 "sort_mapdata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), lex);
28 "sort_mapdata_slist" slist => sort(mapdata('none', $(mapdata_spec), base_list), lex);
29 "sort_mapdata_data" slist => sort(mapdata('none', $(mapdata_spec), base_data), lex);
31 …"sort_mapdata_mergedata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), le…
32 …"sort_mapdata_mergedata_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_list)…
33 …"sort_mapdata_mergedata_data" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_data))…
36 …"sort_mapdata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), sort(base_list, int)), le…
37 …"sort_mapdata_mergedata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(sort(…
40 …"concat_sort_mapdata_mergedata_inline_json" string => concat(sort(mapdata('none', $(mapdata_spec),…
44 …"nth_sort_mapdata_mergedata_inline_json" string => nth(sort(mapdata('none', $(mapdata_spec), '[1,2…
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/01_vars/02_functions/
H A Dwrap_container_fncalls.cf27 "sort_mapdata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), lex);
28 "sort_mapdata_slist" slist => sort(mapdata('none', $(mapdata_spec), base_list), lex);
29 "sort_mapdata_data" slist => sort(mapdata('none', $(mapdata_spec), base_data), lex);
31 …"sort_mapdata_mergedata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), le…
32 …"sort_mapdata_mergedata_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_list)…
33 …"sort_mapdata_mergedata_data" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_data))…
36 …"sort_mapdata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), sort(base_list, int)), le…
37 …"sort_mapdata_mergedata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(sort(…
40 …"concat_sort_mapdata_mergedata_inline_json" string => concat(sort(mapdata('none', $(mapdata_spec),…
44 …"nth_sort_mapdata_mergedata_inline_json" string => nth(sort(mapdata('none', $(mapdata_spec), '[1,2…
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/02_functions/
H A Dwrap_container_fncalls.cf27 "sort_mapdata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), lex);
28 "sort_mapdata_slist" slist => sort(mapdata('none', $(mapdata_spec), base_list), lex);
29 "sort_mapdata_data" slist => sort(mapdata('none', $(mapdata_spec), base_data), lex);
31 …"sort_mapdata_mergedata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), le…
32 …"sort_mapdata_mergedata_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_list)…
33 …"sort_mapdata_mergedata_data" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_data))…
36 …"sort_mapdata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), sort(base_list, int)), le…
37 …"sort_mapdata_mergedata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(sort(…
40 …"concat_sort_mapdata_mergedata_inline_json" string => concat(sort(mapdata('none', $(mapdata_spec),…
44 …"nth_sort_mapdata_mergedata_inline_json" string => nth(sort(mapdata('none', $(mapdata_spec), '[1,2…
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/
H A Dwrap_container_fncalls.cf27 "sort_mapdata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), lex);
28 "sort_mapdata_slist" slist => sort(mapdata('none', $(mapdata_spec), base_list), lex);
29 "sort_mapdata_data" slist => sort(mapdata('none', $(mapdata_spec), base_data), lex);
31 …"sort_mapdata_mergedata_inline_json" slist => sort(mapdata('none', $(mapdata_spec), '[1,2,3]'), le…
32 …"sort_mapdata_mergedata_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_list)…
33 …"sort_mapdata_mergedata_data" slist => sort(mapdata('none', $(mapdata_spec), mergedata(base_data))…
36 …"sort_mapdata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), sort(base_list, int)), le…
37 …"sort_mapdata_mergedata_sort_slist" slist => sort(mapdata('none', $(mapdata_spec), mergedata(sort(…
40 …"concat_sort_mapdata_mergedata_inline_json" string => concat(sort(mapdata('none', $(mapdata_spec),…
44 …"nth_sort_mapdata_mergedata_inline_json" string => nth(sort(mapdata('none', $(mapdata_spec), '[1,2…
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/examples/
H A Dmapdata_jsonpipe.cf59 "mapdata/json_pipe passthrough result: $(pipe_passthrough_str)";
60 "mapdata/json_pipe just x result: $(pipe_justx_str)";
61 "mapdata/json_pipe just y result: $(pipe_justy_str)";
62 "mapdata/json_pipe array under y result: $(pipe_yarray_str)";
63 "mapdata/json_pipe just z result: $(pipe_justz_str)";
64 "mapdata/json_pipe math expression result: $(pipe_jqmath_str)";
72 #@ R: mapdata/json_pipe just x result: [100]
73 #@ R: mapdata/json_pipe just y result: [[true,"a","b"]]
74 #@ R: mapdata/json_pipe array under y result: [true,"a","b"]
75 #@ R: mapdata/json_pipe just z result: [null]
[all …]
H A Dmapdata.cf36 …"mapa_json" data => mapdata("json", '{ "key": "$(this.k)", "key2": "$(this.k[1])", "value": "$(thi…
40 …"mapa_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
57 …"mapc_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
62 "mapdata/json on classic CFEngine array result: $(mapa_json_str)";
63 "mapdata/none on classic CFEngine array result: $(mapa_none_str)";
64 "mapdata/json on data container result: $(mapc_json_str)";
65 "mapdata/none on data container result: $(mapc_none_str)";
69 "because the order of the keys returned by mapdata() is not guaranteed.";
78 #@ R: mapdata/json on data container result: [{"key":"top","key2":"x","value":"100"},{"key":"top","…
79 #@ R: mapdata/none on data container result: ["key=top, level 2 key = x, value=100","key=top, level…
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/examples/
H A Dmapdata_jsonpipe.cf59 "mapdata/json_pipe passthrough result: $(pipe_passthrough_str)";
60 "mapdata/json_pipe just x result: $(pipe_justx_str)";
61 "mapdata/json_pipe just y result: $(pipe_justy_str)";
62 "mapdata/json_pipe array under y result: $(pipe_yarray_str)";
63 "mapdata/json_pipe just z result: $(pipe_justz_str)";
64 "mapdata/json_pipe math expression result: $(pipe_jqmath_str)";
72 #@ R: mapdata/json_pipe just x result: [100]
73 #@ R: mapdata/json_pipe just y result: [[true,"a","b"]]
74 #@ R: mapdata/json_pipe array under y result: [true,"a","b"]
75 #@ R: mapdata/json_pipe just z result: [null]
[all …]
H A Dmapdata.cf36 …"mapa_json" data => mapdata("json", '{ "key": "$(this.k)", "key2": "$(this.k[1])", "value": "$(thi…
40 …"mapa_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
57 …"mapc_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
62 "mapdata/json on classic CFEngine array result: $(mapa_json_str)";
63 "mapdata/none on classic CFEngine array result: $(mapa_none_str)";
64 "mapdata/json on data container result: $(mapc_json_str)";
65 "mapdata/none on data container result: $(mapc_none_str)";
69 "because the order of the keys returned by mapdata() is not guaranteed.";
78 #@ R: mapdata/json on data container result: [{"key":"top","key2":"x","value":"100"},{"key":"top","…
79 #@ R: mapdata/none on data container result: ["key=top, level 2 key = x, value=100","key=top, level…
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/examples/
H A Dmapdata_jsonpipe.cf59 "mapdata/json_pipe passthrough result: $(pipe_passthrough_str)";
60 "mapdata/json_pipe just x result: $(pipe_justx_str)";
61 "mapdata/json_pipe just y result: $(pipe_justy_str)";
62 "mapdata/json_pipe array under y result: $(pipe_yarray_str)";
63 "mapdata/json_pipe just z result: $(pipe_justz_str)";
64 "mapdata/json_pipe math expression result: $(pipe_jqmath_str)";
72 #@ R: mapdata/json_pipe just x result: [100]
73 #@ R: mapdata/json_pipe just y result: [[true,"a","b"]]
74 #@ R: mapdata/json_pipe array under y result: [true,"a","b"]
75 #@ R: mapdata/json_pipe just z result: [null]
[all …]
H A Dmapdata.cf36 …"mapa_json" data => mapdata("json", '{ "key": "$(this.k)", "key2": "$(this.k[1])", "value": "$(thi…
40 …"mapa_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
57 …"mapc_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
62 "mapdata/json on classic CFEngine array result: $(mapa_json_str)";
63 "mapdata/none on classic CFEngine array result: $(mapa_none_str)";
64 "mapdata/json on data container result: $(mapc_json_str)";
65 "mapdata/none on data container result: $(mapc_none_str)";
69 "because the order of the keys returned by mapdata() is not guaranteed.";
78 #@ R: mapdata/json on data container result: [{"key":"top","key2":"x","value":"100"},{"key":"top","…
79 #@ R: mapdata/none on data container result: ["key=top, level 2 key = x, value=100","key=top, level…
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/examples/
H A Dmapdata_jsonpipe.cf59 "mapdata/json_pipe passthrough result: $(pipe_passthrough_str)";
60 "mapdata/json_pipe just x result: $(pipe_justx_str)";
61 "mapdata/json_pipe just y result: $(pipe_justy_str)";
62 "mapdata/json_pipe array under y result: $(pipe_yarray_str)";
63 "mapdata/json_pipe just z result: $(pipe_justz_str)";
64 "mapdata/json_pipe math expression result: $(pipe_jqmath_str)";
72 #@ R: mapdata/json_pipe just x result: [100]
73 #@ R: mapdata/json_pipe just y result: [[true,"a","b"]]
74 #@ R: mapdata/json_pipe array under y result: [true,"a","b"]
75 #@ R: mapdata/json_pipe just z result: [null]
[all …]
H A Dmapdata.cf36 …"mapa_json" data => mapdata("json", '{ "key": "$(this.k)", "key2": "$(this.k[1])", "value": "$(thi…
40 …"mapa_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
57 …"mapc_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
62 "mapdata/json on classic CFEngine array result: $(mapa_json_str)";
63 "mapdata/none on classic CFEngine array result: $(mapa_none_str)";
64 "mapdata/json on data container result: $(mapc_json_str)";
65 "mapdata/none on data container result: $(mapc_none_str)";
69 "because the order of the keys returned by mapdata() is not guaranteed.";
78 #@ R: mapdata/json on data container result: [{"key":"top","key2":"x","value":"100"},{"key":"top","…
79 #@ R: mapdata/none on data container result: ["key=top, level 2 key = x, value=100","key=top, level…
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/examples/
H A Dmapdata_jsonpipe.cf59 "mapdata/json_pipe passthrough result: $(pipe_passthrough_str)";
60 "mapdata/json_pipe just x result: $(pipe_justx_str)";
61 "mapdata/json_pipe just y result: $(pipe_justy_str)";
62 "mapdata/json_pipe array under y result: $(pipe_yarray_str)";
63 "mapdata/json_pipe just z result: $(pipe_justz_str)";
64 "mapdata/json_pipe math expression result: $(pipe_jqmath_str)";
72 #@ R: mapdata/json_pipe just x result: [100]
73 #@ R: mapdata/json_pipe just y result: [[true,"a","b"]]
74 #@ R: mapdata/json_pipe array under y result: [true,"a","b"]
75 #@ R: mapdata/json_pipe just z result: [null]
[all …]
H A Dmapdata.cf36 …"mapa_json" data => mapdata("json", '{ "key": "$(this.k)", "key2": "$(this.k[1])", "value": "$(thi…
40 …"mapa_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
57 …"mapc_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
62 "mapdata/json on classic CFEngine array result: $(mapa_json_str)";
63 "mapdata/none on classic CFEngine array result: $(mapa_none_str)";
64 "mapdata/json on data container result: $(mapc_json_str)";
65 "mapdata/none on data container result: $(mapc_none_str)";
69 "because the order of the keys returned by mapdata() is not guaranteed.";
78 #@ R: mapdata/json on data container result: [{"key":"top","key2":"x","value":"100"},{"key":"top","…
79 #@ R: mapdata/none on data container result: ["key=top, level 2 key = x, value=100","key=top, level…
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/examples/
H A Dmapdata_jsonpipe.cf59 "mapdata/json_pipe passthrough result: $(pipe_passthrough_str)";
60 "mapdata/json_pipe just x result: $(pipe_justx_str)";
61 "mapdata/json_pipe just y result: $(pipe_justy_str)";
62 "mapdata/json_pipe array under y result: $(pipe_yarray_str)";
63 "mapdata/json_pipe just z result: $(pipe_justz_str)";
64 "mapdata/json_pipe math expression result: $(pipe_jqmath_str)";
72 #@ R: mapdata/json_pipe just x result: [100]
73 #@ R: mapdata/json_pipe just y result: [[true,"a","b"]]
74 #@ R: mapdata/json_pipe array under y result: [true,"a","b"]
75 #@ R: mapdata/json_pipe just z result: [null]
[all …]
H A Dmapdata.cf36 …"mapa_json" data => mapdata("json", '{ "key": "$(this.k)", "key2": "$(this.k[1])", "value": "$(thi…
40 …"mapa_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
57 …"mapc_none" data => mapdata("none", 'key=$(this.k), level 2 key = $(this.k[1]), value=$(this.v)', …
62 "mapdata/json on classic CFEngine array result: $(mapa_json_str)";
63 "mapdata/none on classic CFEngine array result: $(mapa_none_str)";
64 "mapdata/json on data container result: $(mapc_json_str)";
65 "mapdata/none on data container result: $(mapc_none_str)";
69 "because the order of the keys returned by mapdata() is not guaranteed.";
78 #@ R: mapdata/json on data container result: [{"key":"top","key2":"x","value":"100"},{"key":"top","…
79 #@ R: mapdata/none on data container result: ["key=top, level 2 key = x, value=100","key=top, level…
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_GeomElement.cpp207 GeomMapData mapdata(T1.meshElement()); in unit_GeomElement() local
208 out << "mapdata.geomMap(Point(0.,0.)) = " << mapdata.geomMap(Point(0., 0.)); in unit_GeomElement()
212 mapdata.computeJacobianMatrix(Point(0., 0.)); in unit_GeomElement()
214 out << " determinant = " << mapdata.computeJacobianDeterminant(); in unit_GeomElement()
215 mapdata.invertJacobianMatrix(); in unit_GeomElement()
217 mapdata.computeJacobianMatrix(Point(0., 0.), 1); in unit_GeomElement()
221 mapdata = GeomMapData(T2.meshElement()); in unit_GeomElement()
226 mapdata.computeJacobianMatrix(Point(0., 0.)); in unit_GeomElement()
228 out << " determinant = " << mapdata.computeJacobianDeterminant(); in unit_GeomElement()
229 mapdata.invertJacobianMatrix(); in unit_GeomElement()
[all …]
/dports/games/luola/luola-1.3.2/tools/
H A Dlcmaptool.c38 Uint8 *mapdata; in main() local
63 mapdata = surface_to_lcmap(&maplen, surface); in main()
65 if (mapdata == NULL) { in main()
74 bytes = fwrite(mapdata, 1, maplen, fp); in main()
87 mapdata = malloc(finfo.st_size); in main()
93 bytes = fread(mapdata, 1, finfo.st_size, fp); in main()
100 surface = lcmap_to_surface(mapdata, bytes); in main()
101 free(mapdata); in main()
/dports/games/nazghul/nazghul-0.7.1/worlds/haxima-1.002/
H A Dlost-halls-mech.scm584 (define (losthalls-init-cohesion mapdata ruindata)
585 (if (list-ref mapdata 10)
591 (mutable-list-set mapdata 10 #f)
620 (mapdata
628 (prmap-room-init-links kplace roomdata mapdata)
631 (prmap-room-blit-map kplace roomdata mapdata)
640 (prmap-room-freeze-current mapdata)
642 (prmap-room-init-links kplace roomdata mapdata)
666 (prmap-room-freeze-current mapdata)
692 (losthalls-init-cohesion mapdata ruindata)
[all …]

12345678910>>...19