mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
Initial Gorm file for MapEdit.
This commit is contained in:
parent
0f426c1c5a
commit
83182dc218
14 changed files with 106 additions and 0 deletions
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/DownArrow.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/DownArrow.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/UpArrow.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/UpArrow.tiff
Normal file
Binary file not shown.
106
tools/Forge/Bundles/MapEdit/MapEdit.gorm/data.classes
Normal file
106
tools/Forge/Bundles/MapEdit/MapEdit.gorm/data.classes
Normal file
|
@ -0,0 +1,106 @@
|
||||||
|
{
|
||||||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||||||
|
CameraView = {
|
||||||
|
Actions = (
|
||||||
|
"drawMode:",
|
||||||
|
"homeView:",
|
||||||
|
"upFloor:",
|
||||||
|
"downFloor:"
|
||||||
|
);
|
||||||
|
Outlets = (
|
||||||
|
mode_radio_i
|
||||||
|
);
|
||||||
|
Super = NSView;
|
||||||
|
};
|
||||||
|
FirstResponder = {
|
||||||
|
Actions = (
|
||||||
|
"BSP_FastVis:",
|
||||||
|
"BSP_Full:",
|
||||||
|
"BSP_NoVis:",
|
||||||
|
"BSP_entities:",
|
||||||
|
"BSP_relight:",
|
||||||
|
"BSP_stop:",
|
||||||
|
"appDidInit:",
|
||||||
|
"appWillTerminate:",
|
||||||
|
"applyRegion:",
|
||||||
|
"centerCamera:",
|
||||||
|
"centerZChecker:",
|
||||||
|
"changeInspector:",
|
||||||
|
"changeXYLookUp:",
|
||||||
|
"clear:",
|
||||||
|
"downFloor:",
|
||||||
|
"drawMode:",
|
||||||
|
"homeView:",
|
||||||
|
"openProject:",
|
||||||
|
"save:",
|
||||||
|
"saveAs:",
|
||||||
|
"setBrushRegion:",
|
||||||
|
"setModeRadio:",
|
||||||
|
"setXYRegion:",
|
||||||
|
"textCommand:",
|
||||||
|
"upFloor:",
|
||||||
|
"updateAll:"
|
||||||
|
);
|
||||||
|
Super = NSObject;
|
||||||
|
};
|
||||||
|
QuakeEd = {
|
||||||
|
Actions = (
|
||||||
|
"updateAll:",
|
||||||
|
"appDidInit:",
|
||||||
|
"appWillTerminate:",
|
||||||
|
"openProject:",
|
||||||
|
"textCommand:",
|
||||||
|
"applyRegion:",
|
||||||
|
"clear:",
|
||||||
|
"centerCamera:",
|
||||||
|
"centerZChecker:",
|
||||||
|
"changeXYLookUp:",
|
||||||
|
"setBrushRegion:",
|
||||||
|
"setXYRegion:",
|
||||||
|
"open:",
|
||||||
|
"save:",
|
||||||
|
"saveAs:",
|
||||||
|
"BSP_Full:",
|
||||||
|
"BSP_FastVis:",
|
||||||
|
"BSP_NoVis:",
|
||||||
|
"BSP_relight:",
|
||||||
|
"BSP_stop:",
|
||||||
|
"BSP_entities:"
|
||||||
|
);
|
||||||
|
Outlets = (
|
||||||
|
brushcount_i,
|
||||||
|
entitycount_i,
|
||||||
|
regionbutton_i,
|
||||||
|
show_coordinates_i,
|
||||||
|
show_names_i,
|
||||||
|
filter_light_i,
|
||||||
|
filter_path_i,
|
||||||
|
filter_entities_i,
|
||||||
|
filter_clip_i,
|
||||||
|
filter_water_i,
|
||||||
|
filter_world_i,
|
||||||
|
cmd_in_i,
|
||||||
|
cmd_out_i,
|
||||||
|
xy_drawmode_i
|
||||||
|
);
|
||||||
|
Super = NSWindow;
|
||||||
|
};
|
||||||
|
XYView = {
|
||||||
|
Actions = (
|
||||||
|
"setModeRadio:",
|
||||||
|
"drawMode:",
|
||||||
|
"drawMode:"
|
||||||
|
);
|
||||||
|
Outlets = (
|
||||||
|
mode_radio_i
|
||||||
|
);
|
||||||
|
Super = NSView;
|
||||||
|
};
|
||||||
|
ZView = {
|
||||||
|
Actions = (
|
||||||
|
);
|
||||||
|
Outlets = (
|
||||||
|
);
|
||||||
|
Super = NSView;
|
||||||
|
};
|
||||||
|
}
|
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/data.info
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/data.info
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_90d.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_90d.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_add.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_add.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_brushes.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_brushes.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_fliph.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_fliph.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_flipv.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_flipv.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_quakeed.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_quakeed.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_sub.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/i_sub.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/objects.gorm
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/objects.gorm
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/short.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/short.tiff
Normal file
Binary file not shown.
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/tall.tiff
Normal file
BIN
tools/Forge/Bundles/MapEdit/MapEdit.gorm/tall.tiff
Normal file
Binary file not shown.
Loading…
Reference in a new issue