7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Sep 11, 2025 — Sep 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update changelog with missing changes for release v2026.07 More... about 2 months ago
Release v2026.07 More... about 2 months ago
Merge pull request #3416 from HerculesWS/compile_cpp More... about 2 months ago
HPM Hooks update More... about 2 months ago
Merge pull request #3418 from AcidMarco/fix-ground-skill-tick-cache More... 2 months ago
Fix stale ground skill tick cache after mob respawn More... 2 months ago
Implemented a github action step that pre-compiles all conan dependencies and caches them for use in later builds, improving build speed. More... 2 months ago
Update constants documentation More... 2 months ago
Change SSL library used for mariadb to default to schannel on windows and openssl on other platforms More... 2 months ago
Fix warning C4702 (unreachable code) in clif_open_ui More... 2 months ago
Fix warning C4702 (unreachable code) in clif_format_itemlink More... 2 months ago
Silence C4702 unreachable code in llhttp library More... 2 months ago
Fix setup_env.ps1 using the deprecated gwmi cmdlet More... 2 months ago
Update windows github actions and re-enable them More... 2 months ago
Raise warning level on MSVC to 4 (highest) and disable few warnings that reports intended behavior/features More... 2 months ago
Fix warning C4702 (unreachable code) in httpparser_parse More... 2 months ago
Fix warning C4702 (unreachable code) in skill_check_condition_char_sub More... 2 months ago
Fix warning C4701 potentially uninitialized local variable 'func' used in debug builds More... 2 months ago
Suppress warning C4702 (unreachable code) in various script.c functions caused by code after disp_error_message() More... 2 months ago
Remove some else after return/break in script.c to make the code flow easier and remove extra indentation More... 2 months ago
Remove an unnecessary level of indentation (else after return) in skill_check_condition_char_sub More... 2 months ago
Fix warning C4702 (unreachable code) in BUILDIN(getbattleflag) by changing the logic to return early More... 2 months ago
Fix warning C4702 (unreachable code) in path_search by removing an else after a return More... 2 months ago
Fix warning C4702 (unreachable code) in clif_bl_type More... 2 months ago
Fix warning C4702 (unreachable code) in ACMD(breakguild) by changing the logic to return early More... 2 months ago
Fix warning C4702 (unreachable code) in lapiif_parse_fromapi_api_proxy More... 2 months ago
Fix warning C4702 (unreachable code) in get_executable_path More... 2 months ago
Fix warning C4702 (unreachable code) in aclif_get_first_world_name More... 2 months ago
Suppress warning C4702 in libconfig due to false positives in the generated bison code More... 2 months ago
Supress C4366 in intif_parse_GuildInfo as the error is happening because of a packet structure More... 2 months ago