UltimateZoneBuilder/Source/Core
2010-08-17 10:02:07 +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 Added some missing things in ZDoom game configurations 2010-08-15 13:45:43 +00:00
Controls @ Fixed a bug in the new way the Things are rendered 2010-08-16 17:53:28 +00:00
Data Added some missing things in ZDoom game configurations 2010-08-15 13:45:43 +00:00
Editing 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
General 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
Geometry 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
IO Removed the limit on the number of Things in Doom and Hexen formats, because the file format doesn't really impose a limit on this. 2010-08-15 20:07:12 +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 a minimum revision property to a Plugin's plug as a safety for newer plugins. 2010-08-12 18:42:52 +00:00
Properties @ version number update 2009-07-12 11:52:48 +00:00
Rendering @ Fixed a bug in the new way the Things are rendered 2010-08-16 17:53:28 +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 Slightly improved DECORATE parsing (now also works with skip_super and allows // within quoted strings) 2010-08-17 10:02:07 +00:00
Builder.csproj @ Added OnMapSaveBegin and OnMapSaveEnd events for plugins 2009-08-23 13:55:49 +00:00