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:
MaxED 2013-12-18 09:11:04 +00:00
parent b1b3dda28b
commit ae56aad3b7
15 changed files with 432 additions and 446 deletions

View file

@ -17,7 +17,6 @@
#region ================== Namespaces
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using CodeImp.DoomBuilder.IO;