View Issue Details

IDProjectCategoryView StatusLast Update
0006255DarkRadiantGeneralpublic07.01.2024 07:10
ReporterFrost_Salamander Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityN/A
Status resolvedResolutionfixed 
PlatformPCOSWindowsOS Version11
Product Version3.8.0 
Target Version3.9.0Fixed in Version3.9.0 
Summary0006255: Feature Request: Add Filters for Location Entities and Player Start
DescriptionCould the following filters be added by default? They are pretty useful:

Location Entities. If using location system you can end up with a lot of these:

  <filter name="Location Entities">
    <filterCriterion type="entityclass" match=".*_location.*" action="hide"/>
  </filter>

Player Start Entity. I frequently have the player start in the area that I'm working so I can quickly see the in-game changes, but it gets in the way in the camera view:

  <filter name="Player Start Entity">
    <filterCriterion type="entityclass" match="info_player_start" action="hide"/>
  </filter>
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

DarkRadiant: master 3bdf71a7

07.01.2024 07:09

greebo


Details Diff
0006255 Add new stock filter definitions Affected Issues
0006255
mod - install/games/darkmod.game Diff File

Issue History

Date Modified Username Field Change
13.02.2023 22:38 Frost_Salamander New Issue
07.01.2024 07:09 greebo Assigned To => greebo
07.01.2024 07:09 greebo Status new => assigned
07.01.2024 07:09 greebo Target Version => 3.9.0
07.01.2024 07:10 greebo Changeset attached => DarkRadiant master 3bdf71a7
07.01.2024 07:10 greebo Status assigned => resolved
07.01.2024 07:10 greebo Resolution open => fixed
07.01.2024 07:10 greebo Fixed in Version => 3.9.0
07.01.2024 07:10 greebo Summary Feature Request: new Filters => Feature Request: Add Filters for Location Entities and Player Start