2025-08-30 07:41 CEST

spring: develop 66a06b3e Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2008-04-28 20:50:49 develop 9e4cb970
Changeset * Added possibility to specify files that should be excluded from Spring's
  archive checksumming routines. The files are specified in a file called
  'springignore.txt' in the archive's root, and uses a format similar to
  git ignore files and SVN ignore properties. See FileFilter.cpp for details.
  No files are excluded by default, not even springignore.txt.
* Removed our CRC implementation and made CRC class use 7zip CRC routines.
* Changed code which used 7zip CRC directly to use our CRC class.
* Added note about bug causing zero-size files in .sdz and .sd7 to be ignored.
  (Symptom of this is .sdd not syncing with .sdz/.sd7 if zero-size files are
  present in the archive; Not worth bumping ArchiveScanner INTERNAL_VER just
  for this though.)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5799 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/System/FileSystem/Archive7Zip.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveBase.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.h Diff ] File ]
mod - rts/System/FileSystem/ArchiveZip.cpp Diff ] File ]
mod - rts/System/FileSystem/CRC.cpp Diff ] File ]
mod - rts/System/FileSystem/CRC.h Diff ] File ]
add - rts/System/FileSystem/FileFilter.cpp Diff ] File ]
add - rts/System/FileSystem/FileFilter.h Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]