diff --git a/Build/Updater.ini b/Build/Updater.ini index 01c2edb3..b42b8351 100755 --- a/Build/Updater.ini +++ b/Build/Updater.ini @@ -1,4 +1,4 @@ URL http://devbuilds.drdteam.org/ultimatedoombuilder/ FileName Builder.exe -UpdateName UltimateDoomBuilder-r[REVNUM]-x64.7z -UpdaterName UDB_Updater-x64.7z \ No newline at end of file +UpdateName UltimateDoomBuilder-r[REVNUM]-x86.7z +UpdaterName UDB_Updater-x86.7z \ No newline at end of file diff --git a/Source/Core/Resources/Actions.cfg b/Source/Core/Resources/Actions.cfg index f4dc725c..d6c8f596 100755 --- a/Source/Core/Resources/Actions.cfg +++ b/Source/Core/Resources/Actions.cfg @@ -422,8 +422,8 @@ aligngridtolinedef category = "classic"; description = "Realigns the grid so that the selected linedef is on a grid line."; allowkeys = true; - allowmouse = false; - allowscroll = false; + allowmouse = true; + allowscroll = true; } setgridorigintovertex @@ -432,8 +432,8 @@ setgridorigintovertex category = "classic"; description = "Repositions the grid so that the selected vertex is at the origin."; allowkeys = true; - allowmouse = false; - allowscroll = false; + allowmouse = true; + allowscroll = true; } resetgrid @@ -442,8 +442,8 @@ resetgrid category = "classic"; description = "Resets the grid to the default coordinate system."; allowkeys = true; - allowmouse = false; - allowscroll = false; + allowmouse = true; + allowscroll = true; } smartgridtransform @@ -452,8 +452,8 @@ smartgridtransform category = "classic"; description = "Sets grid transformation based on the selected elements. Vertex selected: set grid origin to that vertex. Linedef selected: align grid to that linedef. Nothing selected: reset grid transformation to the default coordinate system."; allowkeys = true; - allowmouse = false; - allowscroll = false; + allowmouse = true; + allowscroll = true; } griddec // Note, these were incorrectly swapped before, hence the wrong action name