2009-07-31 12:56:07 +00:00
|
|
|
|
|
|
|
// Generalized sector types
|
|
|
|
gen_sectortypes
|
|
|
|
{
|
|
|
|
damage
|
|
|
|
{
|
|
|
|
0 = "None";
|
Changed, Select Similar Sectors action: when "Effect" option is enabled, all sectors with at least one matching generalized/predefined effect will be selected.
Added, Tag Explorer plugin: a separate category for each generalized/predefined effect is now created when "Sort by action special" sort mode is used.
Added, Edit Effect window: normal and generalized effects can now be set at the same time.
Fixed, Edit Action window: in some cases Generalized actions were incorrectly processed.
Fixed, Edit Effect window: in some cases Generalized effects were incorrectly processed.
Fixed, Select Similar window: Tab control was incorrectly anchored.
Fixed, Nodes Viewer mode, cosmetic: segs angles were calculated incorrectly when showing nodes in classic format.
Fixed: HiRes textures, which didn't override any texture or flat were not loaded.
Fixed, Tag Explorer plugin: linedef action categories were missing title when "Sort by action special" sort mode was used.
Cosmetic: renamed "Grid Setup" action to "Grid and Backdrop Setup".
2016-03-21 15:19:14 +00:00
|
|
|
256 = "5 per second";
|
|
|
|
512 = "10 per second";
|
|
|
|
768 = "20 per second";
|
2009-07-31 12:56:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
secret
|
|
|
|
{
|
|
|
|
0 = "No";
|
|
|
|
1024 = "Yes";
|
|
|
|
}
|
|
|
|
|
|
|
|
friction
|
|
|
|
{
|
|
|
|
0 = "Disabled";
|
|
|
|
2048 = "Enabled";
|
|
|
|
}
|
|
|
|
|
|
|
|
pusher
|
|
|
|
{
|
|
|
|
0 = "Disabled";
|
|
|
|
4096 = "Enabled";
|
|
|
|
}
|
|
|
|
}
|