mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-15 15:09:30 +00:00
fd9d1af477
* use image.OverrideFormat() * 1.6.4 * import std * uninitialised member variable * debug statement for 64 bit hash testing * nopetynope * uint32_t * support for 64 bit hashes, but rip compute time :/ * refactor weird comments and constructors * 1.7.0.0 because of 64 bit hashes * only check crc64 if at least one mod with crc64 is loaded * do some dumb shit to deal with incorrect bmps somehow (needs work) * remove image interpretation for bmps * create TpfConvert.exe to convert tpf files easily * attempt * set up vcpkg and install d3dx though that * missing env variable? * Win32 architecture * update ci to tag TpfConvert.exe and d3dx9.dll as well (required to run TpfConvert) * documentation
68 lines
571 B
Plaintext
68 lines
571 B
Plaintext
# IDE
|
|
*.vs
|
|
*.user
|
|
*.settings
|
|
*.vscode
|
|
*.project
|
|
*.cproject
|
|
*.vcproj
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
**/CMakeFiles/**
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
*.sln
|
|
*.rc
|
|
/*.dir
|
|
|
|
# Build directories
|
|
Release
|
|
Debug
|
|
bin/
|
|
*/Debug
|
|
*/Release
|
|
*/bin
|
|
*/obj
|
|
vcpkg
|
|
vcpkg_installed
|
|
|
|
# Bloated Windows Databases
|
|
*.sdf
|
|
*.opensdf
|
|
*.suo
|
|
*.exp
|
|
*.db
|
|
*.pdb
|
|
*.idb
|
|
*.ilk
|
|
*.opendb
|
|
*.log
|
|
*.lastbuildstate
|
|
|
|
# Compiled files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.exe
|
|
*.wxs
|
|
*.wixobj
|
|
*.msi
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
*.idb
|
|
*.pdb
|
|
*.opendb
|
|
*.wixpdb
|
|
|
|
**/RelWithDebInfo/
|
|
**/Debug/
|
|
/bin
|
|
/win32
|
|
/out
|
|
/build
|
|
/_deps
|
|
|
|
.idea |