mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-03 10:21:36 +00:00
Fixed, DECORATE parser: enums were not handled properly.
General interface: selection info is now always displayed. Visual mode: you can now hold Alt-Shift or Ctrl-Alt while selecting sidedefs to stop selecting connected sidedefs when already (un)selected sidedef is encountered. Added, Numeric Textbox: you can now use "+++" and "---" prefixes to incrementally increase or decrease result values by given value. Fixed, Numeric Textbox: fixed a potential divide by zero exception when using "/" prefix in numeric textboxes with decimal input enabled. Fixed, Thing Info panel: relative z position of things with "+SPAWNCEILING" flag was incorrect. Changed: Update checker now displays messages using MessageBoxes when called manually. Map Analysis: changed result descriptions for Unknown Texture and Missing Texture checks. Doom map format: renamed "Secret" linedef flag to "Shown as 1-sided on automap". Updated ZDoom_DECORATE.cfg (A_RadiusGive stuff).
This commit is contained in:
parent
1118fd6b98
commit
c6f9146b8b
23 changed files with 178 additions and 49 deletions
1
Source/Core/Windows/UpdateForm.Designer.cs
generated
1
Source/Core/Windows/UpdateForm.Designer.cs
generated
|
@ -111,6 +111,7 @@
|
|||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Newsflash (R[rev])!";
|
||||
this.Shown += new System.EventHandler(this.UpdateForm_Shown);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue