..
AllTexturesSet.cs
Fixed a crash when opening Thing Filters form when non-UDMF map was loaded.
2013-12-03 10:50:33 +00:00
ArgumentInfo.cs
Configurations: increased game configuration loading speed (in previous builds it took ~650 ms. to load a single game configuration, now it takes ~120 ms. to load all 64 of them). As a side effect, New\Open Map Options, Map Options and Game Configurations windows are now opened noticeably faster. The editor starts up a bit faster as well.
2014-02-18 14:04:14 +00:00
CompilerInfo.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
ConfigurationInfo.cs
According to dotnetperls.com, "new Dictionary<string, [anything]>(StringComparer.Ordinal)" works 17% faster than "new Dictionary<string, [anything]>()", so let's stick that everywhere and see what happens :)
2014-02-26 14:11:06 +00:00
DefinedTextureSet.cs
Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter.
2014-02-21 14:42:12 +00:00
EnumItem.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
EnumList.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
FlagTranslation.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
GameConfiguration.cs
Make Door action: door texture can now be defined in a game configuration.
2014-03-06 09:08:21 +00:00
GeneralizedBit.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
GeneralizedCategory.cs
Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter.
2014-02-21 14:42:12 +00:00
GeneralizedOption.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
IFilledTextureSet.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
INumberedTitle.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
LinedefActionCategory.cs
Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter.
2014-02-21 14:42:12 +00:00
LinedefActionInfo.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
LinedefActivateInfo.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
MapLumpInfo.cs
Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter.
2014-02-21 14:42:12 +00:00
MatchingTextureSet.cs
Fixed a crash when opening Thing Filters form when non-UDMF map was loaded.
2013-12-03 10:50:33 +00:00
NodebuilderInfo.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
PasteOptions.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
ProgramConfiguration.cs
"File -> Export -> Selection as Wavefront .obj" menu command was not working.
2014-03-19 13:03:47 +00:00
ResourceTextureSet.cs
Fixed a crash when opening Thing Filters form when non-UDMF map was loaded.
2013-12-03 10:50:33 +00:00
ScriptConfiguration.cs
According to dotnetperls.com, "new Dictionary<string, [anything]>(StringComparer.Ordinal)" works 17% faster than "new Dictionary<string, [anything]>()", so let's stick that everywhere and see what happens :)
2014-02-26 14:11:06 +00:00
SectorEffectInfo.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
SkillInfo.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
TagType.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
TextureSet.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00
ThingCategory.cs
Game Configurations: added support for new property "fixedrotation", which keeps thing's angle constant when a thing is rotated in Edit Selection mode.
2014-02-20 12:36:09 +00:00
ThingsFlagsCompare.cs
Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter.
2014-02-21 14:42:12 +00:00
ThingTypeInfo.cs
Game Configurations: added support for new property "fixedrotation", which keeps thing's angle constant when a thing is rotated in Edit Selection mode.
2014-02-20 12:36:09 +00:00
UniversalFieldInfo.cs
Removed a metric ton of unused "using" directives from Core.
2013-04-11 11:04:16 +00:00