switched to 0.98 on master

This commit is contained in:
generalwrex 2013-07-23 17:15:38 -07:00
parent cc42b41e1b
commit 309a72b8cc
6 changed files with 1658 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
precision-tool
==============
garrysmod addon to allow exact movement of objects for accurate building. Push/pull, rotate, and snap props together at specific distances.

17
addon.json Normal file
View File

@ -0,0 +1,17 @@
{
"title" : "Precision Tool",
"type" : "tool",
"tags" : [ "build", "fun" ],
"description": "garrysmod addon to allow exact movement of objects for accurate building. Push/pull, rotate, and snap props together at specific distances.",
"ignore" :
[
"*.psd",
"*.vcproj",
"*.svn*",
"*.txt",
".git*",
"README.md",
"precision-tool.gma",
"precision.jpg"
]
}

6
changelog.txt Normal file
View File

@ -0,0 +1,6 @@
Precision 0.98:
Fixed: Crash bug with 0 rotation snap.
Added: Transparency when selecting, to make entire contraption option more useful.
Updated: Repair mode now temporarily disables collisions on a contraption. Use at own risk, but might work if something is flailing.
Moved: Constraint removal to it's own mode.
Changed: Various message changes.

3
description.txt Normal file
View File

@ -0,0 +1,3 @@
Formerly 'Easy Precision', this tool allows exact movement of objects for accurate building. Push/pull, rotate, and snap props together at specific distances. New features in 0.96:
Simplified menu by default - Change user level under general options to see more settings.
Added experimental repair mode to re-weld contraptions.

File diff suppressed because it is too large Load Diff

BIN
precision.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB