TTimo / GtkRadiant

The open source, cross platform level editor for idtech games
http://icculus.org/gtkradiant/
Other
581 stars 152 forks source link

Quake2 and Quetoo filter improvements #661

Closed jdolan closed 3 years ago

jdolan commented 3 years ago

The GtkRadiant base filters are very Q3-centric. This patch aims to crutch up the FilterBrush function with logic that handles idTech2 SURF_ flags like SURF_TRANS33, SURF_TRANS66, SURF_HINT, SURF_SKIP, etc. It also opens the door for other games to branch the base filters, should that be desired.

Additionally, this patch introduces a new filter for sky brushes, and this filter will work for idTech2 and idTech3 games.

jdolan commented 3 years ago

@TTimo Are you okay with me merging this PR?

TTimo commented 3 years ago

Sure, LGTM