re-written sources.txt and fix anchor tag markdown

This commit is contained in:
Sak32009 2024-08-19 00:59:47 +02:00
parent 1b7909d7c1
commit d440a0ad73
12 changed files with 2510 additions and 2447 deletions

4900
CREDITS.md

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@ set "FILTER=SOURCE.txt"
echo:# Many thanks for these sources>> "%CREDITS_FILE%"
for %%A in (%GLOB%) do (
powershell -Command "Get-ChildItem -LiteralPath \"%%~A\" -Filter \"%FILTER%\" -File -Recurse | foreach { $parent = Split-Path -Path $_.FullName -Parent; $relative = (Resolve-Path -Path $parent -Relative).replace(\".\\\",\"\"); Write-Output \"- ^[$^($relative^)^]^(#$^($relative^)^)\"; }">> "%CREDITS_FILE%"
powershell -Command "Get-ChildItem -LiteralPath \"%%~A\" -Filter \"%FILTER%\" -File -Recurse | foreach { $parent = Split-Path -Path $_.FullName -Parent; $relative = (Resolve-Path -Path $parent -Relative).replace(\".\\\",\"\"); $relative_tag = $relative.replace(\"\\\", \"\"); Write-Output \"- ^[$^($relative^)^]^(#$^($relative_tag^)^)\"; }">> "%CREDITS_FILE%"
)
echo.>> "%CREDITS_FILE%"

View File

@ -1,9 +1,11 @@
============================================================================ INFO
#### INFO
https://github.com/microsoft/Detours
VERSION: https://github.com/microsoft/Detours/tree/4b8c659f549b0ab21cf649377c7a84eb708f5e68
============================================================================ LICENSE
#### LICENSE
Copyright (c) Microsoft Corporation.
MIT License

View File

@ -1,9 +1,11 @@
============================================================================ INFO
#### INFO
https://github.com/nlohmann/fifo_map
VERSION: https://github.com/nlohmann/fifo_map/tree/d732aaf9a315415ae8fd7eb11e3a4c1f80e42a48
============================================================================ LICENSE
#### LICENSE
MIT License
Copyright (c) 2015-2017 Niels Lohmann

View File

@ -1,9 +1,11 @@
============================================================================ INFO
#### INFO
https://github.com/mtwilliams/libgamepad
VERSION: ????
============================================================================ LICENSE
#### LICENSE
Copyright (c) 2014 Michael Williams
Copyright (c) 2010-2011 Sean Middleditch

View File

@ -1,9 +1,11 @@
============================================================================ INFO
#### INFO
https://github.com/ocornut/imgui
VERSION: ????
============================================================================ LICENSE
#### LICENSE
The MIT License (MIT)
Copyright (c) 2014-2024 Omar Cornut

View File

@ -1,9 +1,11 @@
============================================================================ INFO
#### INFO
https://github.com/nlohmann/json
VERSION: https://github.com/nlohmann/json/releases/tag/v3.11.3
============================================================================ LICENSE
#### LICENSE
MIT License
Copyright (c) 2013-2022 Niels Lohmann

View File

@ -1,7 +1,7 @@
============================================================================ INFO
#### INFO
https://github.com/vog/sha1
VERSION: https://github.com/vog/sha1/tree/3f8a4aa032d144309d00dbfe972906a49b3631b9
============================================================================ LICENSE
#### LICENSE
PUBLIC DOMAIN

View File

@ -1,9 +1,11 @@
============================================================================ INFO
#### INFO
https://github.com/brofield/simpleini
VERSION: https://github.com/brofield/simpleini/releases/tag/v4.22
============================================================================ LICENSE
#### LICENSE
The MIT License (MIT)
Copyright (c) 2006-2022 Brodie Thiesfield

View File

@ -1,9 +1,11 @@
============================================================================ INFO
#### INFO
https://github.com/nothings/stb
VERSION: https://github.com/nothings/stb/tree/f75e8d1cad7d90d72ef7a4661f1b994ef78b4e31
============================================================================ LICENSE
#### LICENSE
This software is available under 2 licenses -- choose whichever you prefer.
------------------------------------------------------------------------------
ALTERNATIVE A - MIT License

View File

@ -1,9 +1,11 @@
============================================================================ INFO
#### INFO
https://github.com/nemtrif/utfcpp
VERSION: https://github.com/nemtrif/utfcpp/releases/tag/v4.0.5
============================================================================ LICENSE
#### LICENSE
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization

View File

@ -1,4 +1,5 @@
============================================================================ INFO
#### INFO
https://github.com/Rat431/ColdAPI_Steam
Original version of ColdClientLoader by Rat431.