mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-30 16:41:38 +00:00
Textures with names starting with "-" were not processed correctly.
Textures were not loaded properly from PK3/PK7 archives. Visual mode: restored ability to remove textures using Delete action. Visual mode: fixed several bugs in Cut/Copy/Paste things actions. Visual mode: vavoom style 3d floors were not displayed properly. Visual mode, 3d floors: added support for "RestrictLighting" (2) flag. Visual mode, 3d floors: inner sides of 3d floors with "swimmable"/"render inside" flags used incorrect brightness value.
This commit is contained in:
parent
12d9e1b08f
commit
993328b57b
26 changed files with 178 additions and 166 deletions
|
@ -29,7 +29,6 @@ namespace CodeImp.DoomBuilder.Data
|
|||
#region ================== Variables
|
||||
|
||||
private PK3Reader datareader;
|
||||
//private string filepathname;
|
||||
private int probableformat;
|
||||
|
||||
#endregion
|
||||
|
@ -41,9 +40,8 @@ namespace CodeImp.DoomBuilder.Data
|
|||
{
|
||||
// Initialize
|
||||
this.datareader = datareader;
|
||||
//this.filepathname = filepathname;
|
||||
this.fullName = filepathname;
|
||||
SetName(name);
|
||||
this.fullName = filepathname;
|
||||
|
||||
if(asflat)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue