mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 03:05:35 +08:00
re-written sources.txt and fix anchor tag markdown
This commit is contained in:
parent
1b7909d7c1
commit
d440a0ad73
4900
CREDITS.md
4900
CREDITS.md
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,7 @@ set "FILTER=SOURCE.txt"
|
|||||||
echo:# Many thanks for these sources>> "%CREDITS_FILE%"
|
echo:# Many thanks for these sources>> "%CREDITS_FILE%"
|
||||||
|
|
||||||
for %%A in (%GLOB%) do (
|
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%"
|
echo.>> "%CREDITS_FILE%"
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/microsoft/Detours
|
https://github.com/microsoft/Detours
|
||||||
|
|
||||||
VERSION: https://github.com/microsoft/Detours/tree/4b8c659f549b0ab21cf649377c7a84eb708f5e68
|
VERSION: https://github.com/microsoft/Detours/tree/4b8c659f549b0ab21cf649377c7a84eb708f5e68
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
|
|
||||||
Copyright (c) Microsoft Corporation.
|
Copyright (c) Microsoft Corporation.
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/nlohmann/fifo_map
|
https://github.com/nlohmann/fifo_map
|
||||||
|
|
||||||
VERSION: https://github.com/nlohmann/fifo_map/tree/d732aaf9a315415ae8fd7eb11e3a4c1f80e42a48
|
VERSION: https://github.com/nlohmann/fifo_map/tree/d732aaf9a315415ae8fd7eb11e3a4c1f80e42a48
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2015-2017 Niels Lohmann
|
Copyright (c) 2015-2017 Niels Lohmann
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/mtwilliams/libgamepad
|
https://github.com/mtwilliams/libgamepad
|
||||||
|
|
||||||
VERSION: ????
|
VERSION: ????
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
|
|
||||||
Copyright (c) 2014 Michael Williams
|
Copyright (c) 2014 Michael Williams
|
||||||
Copyright (c) 2010-2011 Sean Middleditch
|
Copyright (c) 2010-2011 Sean Middleditch
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/ocornut/imgui
|
https://github.com/ocornut/imgui
|
||||||
|
|
||||||
VERSION: ????
|
VERSION: ????
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2014-2024 Omar Cornut
|
Copyright (c) 2014-2024 Omar Cornut
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/nlohmann/json
|
https://github.com/nlohmann/json
|
||||||
|
|
||||||
VERSION: https://github.com/nlohmann/json/releases/tag/v3.11.3
|
VERSION: https://github.com/nlohmann/json/releases/tag/v3.11.3
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2013-2022 Niels Lohmann
|
Copyright (c) 2013-2022 Niels Lohmann
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
https://github.com/vog/sha1
|
https://github.com/vog/sha1
|
||||||
|
|
||||||
VERSION: https://github.com/vog/sha1/tree/3f8a4aa032d144309d00dbfe972906a49b3631b9
|
VERSION: https://github.com/vog/sha1/tree/3f8a4aa032d144309d00dbfe972906a49b3631b9
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
PUBLIC DOMAIN
|
PUBLIC DOMAIN
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/brofield/simpleini
|
https://github.com/brofield/simpleini
|
||||||
|
|
||||||
VERSION: https://github.com/brofield/simpleini/releases/tag/v4.22
|
VERSION: https://github.com/brofield/simpleini/releases/tag/v4.22
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2006-2022 Brodie Thiesfield
|
Copyright (c) 2006-2022 Brodie Thiesfield
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/nothings/stb
|
https://github.com/nothings/stb
|
||||||
|
|
||||||
VERSION: https://github.com/nothings/stb/tree/f75e8d1cad7d90d72ef7a4661f1b994ef78b4e31
|
VERSION: https://github.com/nothings/stb/tree/f75e8d1cad7d90d72ef7a4661f1b994ef78b4e31
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
|
|
||||||
This software is available under 2 licenses -- choose whichever you prefer.
|
This software is available under 2 licenses -- choose whichever you prefer.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
ALTERNATIVE A - MIT License
|
ALTERNATIVE A - MIT License
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/nemtrif/utfcpp
|
https://github.com/nemtrif/utfcpp
|
||||||
|
|
||||||
VERSION: https://github.com/nemtrif/utfcpp/releases/tag/v4.0.5
|
VERSION: https://github.com/nemtrif/utfcpp/releases/tag/v4.0.5
|
||||||
|
|
||||||
============================================================================ LICENSE
|
#### LICENSE
|
||||||
|
|
||||||
Boost Software License - Version 1.0 - August 17th, 2003
|
Boost Software License - Version 1.0 - August 17th, 2003
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person or organization
|
Permission is hereby granted, free of charge, to any person or organization
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
============================================================================ INFO
|
#### INFO
|
||||||
|
|
||||||
https://github.com/Rat431/ColdAPI_Steam
|
https://github.com/Rat431/ColdAPI_Steam
|
||||||
|
|
||||||
Original version of ColdClientLoader by Rat431.
|
Original version of ColdClientLoader by Rat431.
|
||||||
|
Loading…
Reference in New Issue
Block a user