mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-31 09:01:22 +00:00
Hints panel was improperly resized in some cases.
Info panel was not updated after leaving Visual mode. Moved hints logic to ClassicMode, so hints can be displayed by any plugin. Visual mode: dynamic light animation was not working. Minor performance improvements in Actor, Configuration, UDMF and TEXTURES parsers.
This commit is contained in:
parent
b1b3dda28b
commit
ae56aad3b7
15 changed files with 432 additions and 446 deletions
|
@ -17,7 +17,6 @@
|
|||
#region ================== Namespaces
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using CodeImp.DoomBuilder.IO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue