Conversation
mjkzy
added a commit
that referenced
this pull request
Jan 16, 2026
* feat: add server browser [draft] (#170) * feat: Update ServerBrowser & Main Menu Lua (#285) * feat: add server browser [draft] * fix: load custom lui using require * feat: Server Browser + Main Menu tweaks * feat: Add Create a Class button to Server Browser * fix: resolve empty string * Fix build --------- * feat: move server browser button to Mission Menu (#286) * small improvements to ui * updater ignore file change * update error map * feat: fastdl, mod menus (#291) * fastdl init * ui_scripting fixes * fastfile loading changes * delete test ui script * add mod select button * Create iw7mod_code_post_gfx.ff * fastdl progress * fix download * remove debug print * format ui scripts * fix format * format2 * add frontend checks * add systemlink row ui_scripts * cleanup server_list * update server list * align server browser arrows/counter * add marketplace emulation * update menus * disable some things * dw cleanup * clean and maybe fix profile_infos * fix modmenu * dedi fixes and more * fix campaign menu * fix crash * dedi patches * dedi customization fix * combat training (#299) * combat training * Disable bot & gamesetting customization menus - feature not yet available. - cleanup unused code * this helps * settext patch * update structs * Bump deps/curl from `b4d73e6` to `fb711b5` (#404) Bumps [deps/curl](https://github.com/curl/curl) from `b4d73e6` to `fb711b5`. - [Release notes](https://github.com/curl/curl/releases) - [Commits](curl/curl@b4d73e6...fb711b5) --- updated-dependencies: - dependency-name: deps/curl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump deps/lua from `c31d677` to `f743911` (#430) [skip ci] Bumps [deps/lua](https://github.com/lua/lua) from `c31d677` to `f743911`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](lua/lua@c31d677...f743911) --- updated-dependencies: - dependency-name: deps/lua dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump deps/minhook from `4a45552` to `c1a7c38` (#298) [skip ci] Bumps [deps/minhook](https://github.com/TsudaKageyu/minhook) from `4a45552` to `c1a7c38`. - [Release notes](https://github.com/TsudaKageyu/minhook/releases) - [Commits](TsudaKageyu/minhook@4a45552...c1a7c38) --- updated-dependencies: - dependency-name: deps/minhook dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update build.yml * fix clients on same network infinite loading * Fix Steam (SpawnProcess) and remove runner * remove runner files * add -noupdate flag [skip ci] * update resource.rc [skip ci] * add sv_sayName & say[raw] + tell[raw] * fix GSC include paths closes #277 * rework auth to save & load GUID correctly from h1-mod auroramod/h1-mod@371c967?diff=unified * add missing return * fix Sys_SendPacket dying? * Faster bootup Co-Authored-By: m <64374267+mjkzy@users.noreply.github.com> * use different hook for some detours * dvars refactor * fix stack overflow * make detour faster * Update gsc-tool * use getguid instead of getxuid * AI guid changes * Fix session data * apply dvar patch as soon as possible * sabl and sabs mod support * fix build * apply gamemode on map start with this we can do map from main menu * fix latin spanish crash * update structs/symbols * add debug component * improve debug asset lookup * don't use steam proxy on Wine * bot and ranked patched for servers (#461) new commit, closes #374 * Revert "fix latin spanish crash" This reverts commit f2afa1b. * fix bots.gsc typo (#571) * patch g_password crash Co-Authored-By: Diamante <iw4x-sp@proton.me> * bot gsc cleanup & fixes * Update gsc-tool * fix build * default hostname & replicated * add discord presence * fix gravity * update dvar flag enum fix gravity pt2 too * dedi improvement * map rotation cleanup * Revert "dedi improvement" This reverts commit 5ce7ce3. * test * Update dedicated.cpp * test2 * use old dvar flags for now * don't use gravity patches for now * fix build oops * Add imagefile component for custom pak file handling Introduces a new imagefile component that hooks into pak file opening and decryption logic. Adds custom handling for a specific image file index and bypasses decryption for all-zero values. Integrates with the component loader and sets up necessary hooks. * add various custom GSC functions * Add Genesis - Holiday to map pool The actual map files will be uploaded manually to cdn * Add sounddata generation cmd * make bot_difficulty editable (closes #580) * fix fov again * few fixes * update UI and add Stats menu Stats menu by clint (discord: clint6600) * Delete CPMPMainMenuButtons.lua * add auth component * chore: add setup bat to replicate h1-mod (#596) * fix: allow clients to stay connected on map_rotate when server is private (#597) * fix get_direct_connect_stub * fix: correct max packet size hook address * fix: stop g_hardcore being set to 1 on boot (#599) * add -nointro and remove DEV_BUILD * update readme [skip ci] * match colors class to h1-mod * add IMGUI (frame hook needs fixed) * disable gui for now * fix giveweapon failing on mod attachments closes #68 * print ret address in gsc errors * add r_enableWarnings * update & sync readme [skip ci] * feat: allow bots to use camos (#600) * feat: add better dumping commands (#601) * Delete .github/dependabot.yml * Add renovate.json (#602) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/checkout action to v6 (#604) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update microsoft/setup-msbuild action to v1.3.3 (#603) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency windows to v2025 (#606) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update github artifact actions (#607) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: remove unused references and mark functions static (#608) * chore(deps): update microsoft/setup-msbuild action to v2 (#609) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: fov setting to 63 while using FTL jumps Closes #598 * skip countdown for xpartygo * add player_sustainAmmo * jump_enableFallDamage * update gsc-tool tokens * update gsc-tool again * add free DLC map loadscreens * add stub for deprecated cg_drawFPS * add bot difficulty per team * remove GIT_DIRTY from updater * add missing sounddata jsons * add important and redudant prints [skip ci] * feat: add mapents dumping (#610) * sv_maxclients -> party_maxplayers this is pretty much adding backwards compatibility for the unused sv_maxclients since it is already in many configs, including the official server files without party_maxplayers being in there. root issue: auroramod/iw7-dedi-resources#3 * add ida scripts [skip ci] * add ida scripts readme [skip ci] * add LUI label ida script [skip ci] * feat: add mapent parsing (#611) * feat: add mapent parsing * fix: trim left side of string * fix: g_gravity (#568) * update notes [skip ci] * fix: properly implement bounces (#13) * support deprecated bg_bounces still add backwards compatibility for this because its in old configs still auroramod/iw7-dedi-resources@4c1af45 * dont load iw7mod_ui_mp on linux for now * fix bad zone :p Co-Authored-By: quaK <Joel.rautavuori@gmail.com> * feat: patch exploits with cmd command (#612) * revert skull's patch and naming makes the game go nuts * add -demonware_debug flag (#613) * fix: ensure error_popmenu is in the stack (#615) * fix bounces again (#614) * fix: patch exploit from cl_netchan_transmit (#616) * fix: patch exploit from cl_netchan_transmit * chore: remove unused import * chore: set real type * chore: handle warnings being treated as errors * fix mission team intel loop liam addressed this issue in #321 (comment), but this is not related to 321 directly * set ui_gametype on dedi map rotation * add -stdout flag * add daily login rewards * disable bounces due to collision issues * fix progressing on locked weapons bug this patch seems unneeded as the server and Combat Training still run bots just fine. * add ui_showList * get rid of cod points button(s) * get rid of friends list as its not working * cleanup lua and set minplayers to 1 * override daily login msg * disable the cipher code * add GSC IO functions * dedi servers 80 -> 250 max fps * experiment: hard cap player fps at 250 * better LUI label idc script [skip ci] * fix bad key math * fix: get rid of bullshit sse optimisation around floats on OP_Wait (#622) * add cool people in default bot names * dlog debug prints (#624) * [DW] emulate publisher variables (#625) * fix nt::load_resource * [DW] emulate bdPublisherVariables * Dvar safety (#623) * dvar safety * better build_number hook for high call frequency - copy mapname for discord rpc display * consistent spacing on if() statements * change master server to aurora * fix: allow mission team XP to be given in game (#626) * Revert "change master server to aurora" This reverts commit 4c532f2. * tiny bdReward changes [skip ci] * update readme (trigger action) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Liam <lierrmm@gmail.com> Co-authored-by: quaK <Joel.rautavuori@gmail.com> Co-authored-by: WantedDV <122710241+WantedDV@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Skull <86374920+skkuull@users.noreply.github.com> Co-authored-by: Diamante <iw4x-sp@proton.me> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dlog_enableddvar.