mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-02 09:51:47 +00:00
- Progressive undo/redo system (much faster and up to 1000 undo/redo levels) Please note that several plugin functions and properties have changed.
- Some small optimizations in the classic 2D rendering (cached linedef flags, reduced some unneeded redrawing)
This commit is contained in:
parent
f66980b60f
commit
55e640b6e1
32 changed files with 1561 additions and 586 deletions
|
@ -199,6 +199,8 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
// This applies the current fields to a UniFields object
|
||||
public void Apply(UniFields tofields)
|
||||
{
|
||||
tofields.BeforeFieldsChange();
|
||||
|
||||
// Go for all the fields
|
||||
UniFields tempfields = new UniFields(tofields);
|
||||
foreach(KeyValuePair<string, UniValue> f in tempfields)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue