Commit Graph

269 Commits

Author SHA1 Message Date
TheTank20 2ee6a99acd
Update macos.yml 2023-08-14 22:00:58 -04:00
TheTank20 1370a6ecff
Update windows.yml 2023-08-14 22:00:56 -04:00
TheTank20 e3a6b78407
Update dos-djgpp.yml 2023-08-14 21:59:25 -04:00
TheTank20 9fec269ad0
Only show successful runs on links 2023-08-14 21:35:42 -04:00
TheTank20 6ae5c9e435
Update windows.yml 2023-08-14 15:12:24 -04:00
TheTank20 a6bfaed6e8
Update macos.yml 2023-08-14 15:12:13 -04:00
TheTank20 f7b41a9810
Update linux.yml 2023-08-14 15:11:53 -04:00
TheTank20 e76eb7ac33
Update freebsd.yml 2023-08-14 15:11:35 -04:00
TheTank20 c91bbad69a
Update dos-djgpp.yml 2023-08-14 15:11:17 -04:00
TheTank20 75e81e7049
Update dos-djgpp.yml 2023-08-14 15:09:41 -04:00
TheTank20 e9131e45c8
Update freebsd.yml 2023-08-14 15:09:16 -04:00
TheTank20 c664ea7f9c
Update linux.yml 2023-08-14 15:08:52 -04:00
TheTank20 f95501b789
Update macos.yml 2023-08-14 15:08:24 -04:00
TheTank20 444f8c45c7
Allow manual workflows and auto workflows on all branches
This lets workflows work on all branches without changing anything, and allows workflows to be activated manually.
2023-08-14 15:07:24 -04:00
WitherOrNot de09feb18f
Update dos-djgpp.yml 2023-08-10 17:00:49 -04:00
WitherOrNot bde4371cbe
Update dos-djgpp.yml 2023-08-10 16:59:23 -04:00
WitherOrNot f43a2d5c37
Update CMakeLists.txt 2023-08-10 16:54:33 -04:00
WitherOrNot 46c39df15d
Update CMakeLists.txt 2023-08-10 16:23:01 -04:00
TheTank20 c078247bea
Delete _dummy.txt 2023-08-10 14:46:11 -05:00
TheTank20 232be6aba2
trigger GitHub Actions 2023-08-10 14:45:04 -05:00
TheTank20 c0c3149be7
Update OpenSSL to 3.1.2 (to cmake-fix) 2023-08-10 14:42:44 -05:00
TheTank20 8e15a4f5b8
Update OpenSSL to 3.1.2 2023-08-10 12:07:39 -05:00
WitherOrNot d411d56d81
Update dos-djgpp.yml 2023-08-10 10:18:55 -04:00
WitherOrNot 11253c5e2c
Revert to old CMakeLists for now 2023-08-10 09:59:20 -04:00
WitherOrNot 9f7920ca2d
Update CMakeLists.txt 2023-08-10 09:51:10 -04:00
WitherOrNot 9063e32a89
Update CMakeLists.txt 2023-08-10 09:49:04 -04:00
CONIGUERO 958169ccb5
Merge pull request #55 from pottzman/pottzman-upgrade-flag
Pottzman upgrade flag
2023-08-10 04:43:42 -03:00
pottzman 63fbbd83ef
Update cli.cpp 2023-08-10 17:27:03 +10:00
pottzman de659846d4
Update cli.cpp 2023-08-10 17:16:24 +10:00
pottzman 7c4bcdc847
Update cli.cpp 2023-08-10 16:56:58 +10:00
pottzman 859a21656c
Update cli.cpp 2023-08-10 16:56:05 +10:00
pottzman 4b2ef7ac72
Update cli.cpp 2023-08-10 16:52:19 +10:00
pottzman 216c9cdf9d
Update cli.cpp 2023-08-10 16:51:53 +10:00
pottzman 8f685a022c
Update cli.cpp 2023-08-10 16:49:57 +10:00
pottzman e4058ddf19
Update cli.h 2023-08-10 16:45:50 +10:00
Neo 45004623be
Why does the Github web editor commit tabs??? 2023-07-28 16:17:57 -07:00
Neo a4cb524fed
re-add removed comment 2023-07-28 16:16:31 -07:00
Neo 03ae90163a
cleaner cli.cpp fix 2023-07-28 16:15:37 -07:00
TheTank20 c1e9a0f021
add exclusions for FE and FF 2023-07-28 18:10:25 -05:00
TheTank20 152c03456c
Merge pull request #50 from UMSKT/readme-fix 2023-07-28 17:49:23 -05:00
TheTank20 ea51438766
Update README.md 2023-07-28 17:32:15 -05:00
TheTank20 8ee1acc2be
Fix multiple key issue 2023-07-28 16:50:40 -05:00
TheTank20 3134a6f7a3
Update cli.cpp
Attempt to fix "duplicate keys" issue
2023-07-28 16:31:54 -05:00
TheTank20 b75d08b3be
Update README.md 2023-07-27 19:01:50 -05:00
techguy16 20c84661b2
Add macOS and FreeBSD support and fix DJGPP build (#48) 2023-07-24 23:53:42 -07:00
Neo fefc8552b6
Update README.md (#45)
Closes #44
2023-07-16 05:51:46 -07:00
TheTank20 503fa3e1d8
Simplified v141_xp installation (#41) 2023-07-09 04:05:01 -07:00
CONIGUERO 15cbe19006
Refactor/Overhaul (#40)
* major refactor/overhaul
move generation implementation to libumskt/*
decouple CLI/Options (and JSON) from generation implementation
set groundwork for future shared library
use standardized PIDGEN2/PIDGEN3 naming convention
create a Windows Docker file for quick compilation
add Windows resouce file/header so we have an application icon on windows
use icon from @Endermanch (used with permission)
add support for fully-static linux/muslc-based compilation
add support for a dos/windows (i486+) binary using djgpp
add Dockerfile to compile gcc/djgpp/watt32/openssl to provide DOS (DPMI) binaries
add @Endermanch 's Vista+ documentation
update Readme for recent credits

* begin work on C linkage and emscripten buildpath

* Update CMake to include and build Crypto++

* move dllmain.cpp to the correct directory

* add rust port info to README.md

* re-add dropped changes from rebase

* update build config, specify windows XP version number for crypto++

* update dos-djgpp action to use new cmake builder and options

* update dos-djgpp to use UMSKT hosted forks

* update other workflows to include standard header

* remove crypto++ from build config for now

* use the new `shell` parameter in `threeal/cmake-action`
TODO: move to a stable version (v1.3.0) when ready

* use full commit hash because a shortened hash is unsupported

* add the required {0} parameter?

* add openssl 3.1.1 to windows github runners

* ensure linux matrix build compiles on the correct arch

---------

Co-authored-by: Neo <321592+Neo-Desktop@users.noreply.github.com>
2023-07-08 20:08:43 -07:00
Emma de04746c5e
Command line option to specify serial for generating BINK1998 keys (#33)
* specify pre-set serial on CLI for BINK1998

* fix CLI::printID
2023-07-04 03:20:17 -07:00
WitherOrNot 9817a83e74
Update README.md 2023-07-03 16:40:25 -04:00