diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 14:11:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 3eada655a315e6b568ce34d726403267ddda5645 (patch) | |
tree | 854bb49a2d1f92f11367b45d6a88c4378d1018e7 /development/vispatch | |
parent | e29faa2073c712aa5d99fb95bcad108c55b618f0 (diff) | |
download | slackbuilds-3eada655a315e6b568ce34d726403267ddda5645.tar.gz |
development/vispatch: Fix README.
Diffstat (limited to 'development/vispatch')
-rw-r--r-- | development/vispatch/README | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/development/vispatch/README b/development/vispatch/README index 55a654349b..68398fbf13 100644 --- a/development/vispatch/README +++ b/development/vispatch/README @@ -1,12 +1,16 @@ -VisPatch is a tool for patching quake maps for transparent water in glquake. Original quake didn't have -their maps water-vis'ed, so people did that by themselves and prepared patch data files. This tool is -used for preparing and applying those patch files. +VisPatch is a tool for patching quake maps for transparent water in +glquake. Original quake didn't have their maps water-vis'ed, so people +did that by themselves and prepared patch data files. This tool is used +for preparing and applying those patch files. -At the time this tool was written, re-vis'ing maps took a lot of time, but applying a vispatch took -less than minutes, so this was a necessity. Even today, if people don't want going into a 'complex' -job of vising, this tool comes as a great convenience because there are a lot of vispatch data files -around. +At the time this tool was written, re-vis'ing maps took a lot of time, but +applying a vispatch took less than minutes, so this was a necessity. Even +today, if people don't want going into a 'complex' job of vising, this +tool comes as a great convenience because there are a lot of vispatch +data files around. -This is a revised version of Andy Bay's 1.2a source code for unix (linux, freebsd, ...), as well as -windows. It fixes a number of compilation issues, crashes and some other bugs, and resolves endianness -issues. The source code is licensed under GPLv2, and is maintained here with portability in mind. +This is a revised version of Andy Bay's 1.2a source code for unix (linux, +freebsd, ...), as well as windows. It fixes a number of compilation +issues, crashes and some other bugs, and resolves endianness issues. The +source code is licensed under GPLv2, and is maintained here with +portability in mind. |