VisPatch 1.4.7 is released
use PATH_MAX (or an equivalent) in filename arrays.
make vispatch.rc to work with old Visual Studio versions
Fixed path handling on Linux.
Applied the patch after a little modifying: https://sourceforge.net/p/vispatch/vispatch/ci/23b409554fe44679a4c7dc16e669ca8b6feeaf0e/ Tell me if there are still any issues in current git master. Thanks.
Fixed path lowercasing on Unix systems.
bump version to 1.4.7,
Fixed path handling on Linux.
minor tidy-up
Standard project directories initialized by cvs2svn.
first main release, version 1.4.2:
compiler defs: Provide a substitute for offsetof() if we don't have
preparing for new release 1.4.3: code clean-up and some code updates from
updated msinttypes to r21 from code.google.com
fixed windows Sys_FindFile code
documentation typo fixes, etc.
NULL is not 0 (not always). fixed NULL checks properly.
updated to 1.2a sources of Andy Bay (from unixvis.zip)
incremented version to 1.4.5
add _CRT_glob only for mingw32 or mingw64
made vispatch to write the bspfile lumps in the "id-official" order with
MSVC recognizes __inline, not inline.
imported the original 1.2 sources of Andy Bay (from vispsrc.zip)
use windows api for the findfirst & co. include direct.h, too, for
added ssize_t type definition to q_stdinc.h for MSVC.
moved offsetof definition to q_stdinc.h
added Visual Studio 2008 project files
greatly cleaned up the mess coming from many utility source files which I
minor document tidy-up.
minor cleanup in cross compilation scripts.
added win64 cross-compilation script for mingw-w64
fixed Release|Win32 configuration to not link to a debug library
enclosed multi-line macros in do {} while (0) loops.
insignificant clean-ups.
size and nmemb argument usage clean-up for fread and fwrite. cleaned-up
updated the document file for 1.4.3 release.
greatly cleaned up the mess coming from many utility source files which I
incremented version to 1.4.4
added WIN32_LEAN_AND_MEAN to the windows CFLAGS
minor clean-up, and a minor bugfix.
deleted VS2008 project files, because VS2005 project files import perfectly
updated the cross toolchain target/path information with relation to
mode cleanups in Sys_filesize(), Sys_FindFirst() & co.
lose the wrong '&' from VisName array when feeding to fwrite().
updated makefiles and build scripts
updated msinttypes headers to r26 from googlecode.
added q_stdint.h and updated q_stdinc.h.
added compatibility stuff for djgpp < v2.04.
deleted all visual studio *.sln and *.vcproj files, added them in zipped form
remove cvs $Id$, update links in readme.
fixes for djgpp version check. minor update to makefile.djgpp.
remove a dead link from readme
cleaned up Sys_FindFirstFile/Sys_FindNextFile routines for unix and windows.
bumped version to 1.4.6
use dos-specific calls instead of unix compatibility functions for
updated msinttypes, djlib, and djstdint.
rename vispatch.txt to README.txt
The program name is vispatch.exe and "patch" keyword is red-flagged
changed winuser.h include to winresrc.h in resource file. minor edit in manifest file.
removed PDP endian stuff. not really supported.
added a makefile and a cross-build script to target Mac OS X
pre and postfix gcc attribute specifiers by '__'.
added printf format attribute to q_vsnprintf()
updated msinttypes headers to r25 from googlecode.
updated macros for endianism detection from uhexen2 tree.
somewhat better loop in strrev()