6arelyFuture Future
  • New York
  • https://alterware.dev
  • 🤿 Computer Scientist 🤿 SSI Technical XR Scuba Diver Founder and lead developer of AlterWare

    she/her/hers

  • Joined on 2023-12-08
Future created repository Future/zb-menus 2025-01-09 10:50:35 +00:00
Future pushed to main at Future/fastfile-gsc-iw5 2025-01-07 10:50:18 +00:00
8592d843e1 chore: bump OAT
Future synced commits to refs/heads/t5-refactor at Future/t5_bot_warfare from mirror 2025-01-04 20:49:26 +00:00
Future synced new reference refs/heads/t5-refactor to Future/t5_bot_warfare from mirror 2025-01-04 20:49:26 +00:00
Future synced and deleted reference refs/tags/dependabot/submodules/deps/GSL-16a6019 at Future/BlackOpsPlugin from mirror 2025-01-02 12:49:27 +00:00
Future synced and deleted reference refs/tags/dependabot/submodules/deps/asmjit-cfc9f81 at Future/BlackOpsPlugin from mirror 2025-01-02 12:49:27 +00:00
Future synced and deleted reference refs/tags/refs/pull/161/merge at Future/BlackOpsPlugin from mirror 2025-01-02 12:49:27 +00:00
Future synced and deleted reference refs/tags/refs/pull/162/merge at Future/BlackOpsPlugin from mirror 2025-01-02 12:49:27 +00:00
Future synced commits to refs/heads/main at Future/BlackOpsPlugin from mirror 2025-01-02 12:49:27 +00:00
b71a1becae Merge pull request #161 from diamante0018/dependabot/submodules/deps/asmjit-cfc9f81
3c2c7977cf Merge pull request #162 from diamante0018/dependabot/submodules/deps/GSL-16a6019
d1f1df467e build(deps): bump deps/GSL from ddae9d7 to 16a6019
2ec97a23f0 build(deps): bump deps/asmjit from 7bed2b0 to cfc9f81
Compare 4 commits »
Future synced commits to refs/heads/dependabot/submodules/deps/GSL-16a6019 at Future/BlackOpsPlugin from mirror 2025-01-02 04:39:26 +00:00
Future synced new reference refs/heads/dependabot/submodules/deps/GSL-16a6019 to Future/BlackOpsPlugin from mirror 2025-01-02 04:39:26 +00:00
Future synced commits to refs/heads/dependabot/submodules/deps/asmjit-cfc9f81 at Future/BlackOpsPlugin from mirror 2025-01-02 04:39:26 +00:00
Future synced new reference refs/heads/dependabot/submodules/deps/asmjit-cfc9f81 to Future/BlackOpsPlugin from mirror 2025-01-02 04:39:26 +00:00
Future synced commits to refs/heads/main at Future/MW3ServerFreezer from mirror 2025-01-01 19:49:27 +00:00
33a5c236fa Merge pull request #113 from diamante0018/dependabot/submodules/deps/GSL-16a6019
b7ea76ac1a Merge pull request #114 from diamante0018/dependabot/submodules/deps/libtomcrypt-c900951
b2d6aaf556 build(deps): bump deps/GSL from ddae9d7 to 16a6019
f552cf9f7a build(deps): bump deps/libtomcrypt from 1764254 to c900951
Compare 4 commits »
Future pushed tag v0.0.1 to alterware/iw6-mod 2025-01-01 18:07:22 +00:00
Future deleted tag v0.0.1 from alterware/iw6-mod 2025-01-01 18:07:15 +00:00
Future pushed to master at alterware/iw6-mod 2025-01-01 18:07:04 +00:00
8da7cf61cf maint: cherry pick stuff from some PRs
Future commented on pull request alterware/iw6-mod#13 2025-01-01 17:56:43 +00:00
Misc changes.

I'm not interested in arbitrary refactors made to reflect your own taste of C++

I do not need PRs that change data to c_str for all I care it can stay data forever or be a mix of the two but…

Future commented on pull request alterware/iw6-mod#14 2025-01-01 17:55:23 +00:00
Added workaround to enforce max fps limit.

If I were to just see this patch without context I would straight up refuse to merge it because what is this?

Future commented on pull request alterware/iw6-mod#9 2025-01-01 17:54:53 +00:00
Added functions to parse the command line arguments.

The game already parsed the command line and I believe we do as well multiple times in commands.cpp and flags.cpp this is redundant with the other functions in place. those can be reused or this…