mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-04 19:01:18 +00:00
TEXTURES support: both patch Blend syntaxes are now supported (previously only "Blend <string color>[,<float alpha>]" was supported).
Added X11R6RGB parser. Rewritten parts of unhandled exceptions handling to reduce the chance of additional exceptions happening after the first one.
This commit is contained in:
parent
1703af1c82
commit
adadca9d99
20 changed files with 605 additions and 390 deletions
2
Source/Core/Windows/MainForm.Designer.cs
generated
2
Source/Core/Windows/MainForm.Designer.cs
generated
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
using CodeImp.DoomBuilder.Controls;
|
||||
|
||||
|
@ -407,6 +408,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.menufile.Name = "menufile";
|
||||
this.menufile.Size = new System.Drawing.Size(37, 20);
|
||||
this.menufile.Text = "&File";
|
||||
this.menufile.DropDownOpening += menufile_DropDownOpening;
|
||||
//
|
||||
// itemnewmap
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue