UltimateZoneBuilder/Source/Core
2010-08-18 12:19:37 +00:00
..
Actions @ This should fix a problem with actions in combination with the Control key. Also removed the modifier keys check in the BaseVisual* classes OnEditEnd events, because I don't know why it is there and it prevents the user from assigning a key combination for that action. 2010-08-14 18:07:38 +00:00
Compilers Changed when/how the scripts are compiled and errors are shown 2009-05-10 19:04:47 +00:00
Config @ Removed some console output code that was used for testing 2010-08-18 08:52:18 +00:00
Controls @ Fixed a bug in the new way the Things are rendered 2010-08-16 17:53:28 +00:00
Data Added support for 'sprites' types in TEXTURES lump 2010-08-18 09:07:54 +00:00
Editing Added basic plugin loading order system (just a cfg file which sets the order in which to load the DLL files, this matters because that is also the order in which events are raised on plugins) 2010-08-18 12:19:37 +00:00
General Added basic plugin loading order system (just a cfg file which sets the order in which to load the DLL files, this matters because that is also the order in which events are raised on plugins) 2010-08-18 12:19:37 +00:00
Geometry Fixed a rounding issue with thing angles that sometimes caused things to display odd angles 2010-08-17 18:05:31 +00:00
IO Fixed crash when saving with spaces at the beginning or end of a typed texture/flat name 2010-08-17 18:46:13 +00:00
Map Added maximum number of map element checks (now you can't corrupt your map when exceeding the format's limits) 2010-08-15 19:43:00 +00:00
Plugins Added basic plugin loading order system (just a cfg file which sets the order in which to load the DLL files, this matters because that is also the order in which events are raised on plugins) 2010-08-18 12:19:37 +00:00
Properties @ version number update 2009-07-12 11:52:48 +00:00
Rendering @ Removed some console output code that was used for testing 2010-08-18 08:52:18 +00:00
Resources @ This should fix a problem with actions in combination with the Control key. Also removed the modifier keys check in the BaseVisual* classes OnEditEnd events, because I don't know why it is there and it prevents the user from assigning a key combination for that action. 2010-08-14 18:07:38 +00:00
Types Fixed action arguments to stay within valid range (0..255 for hexen) 2010-08-14 10:21:38 +00:00
VisualModes @ This should fix a problem with actions in combination with the Control key. Also removed the modifier keys check in the BaseVisual* classes OnEditEnd events, because I don't know why it is there and it prevents the user from assigning a key combination for that action. 2010-08-14 18:07:38 +00:00
Windows Added maximum number of map element checks (now you can't corrupt your map when exceeding the format's limits) 2010-08-15 19:43:00 +00:00
ZDoom Added support for 'walltexture' and 'flat' types in the TEXTURES lump 2010-08-18 05:49:15 +00:00
Builder.csproj @ Added OnMapSaveBegin and OnMapSaveEnd events for plugins 2009-08-23 13:55:49 +00:00