7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jun 06, 2025 — Jun 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update constants documentation More... about 2 months ago
Merge pull request #3410 from hemagx/update_ci More... about 2 months ago
Fixed an indetion in `skill_castend_pos2` More... about 2 months ago
Release v2026.04 More... about 2 months ago
Merge pull request #3412 from MrKeiKun/feat-level-penalty-string-constants More... about 2 months ago
Merge branch 'rebalance' More... about 2 months ago
Use double-quoted string constants for type and race in level_penalty
Lorenzo Buitizon (Kei)
as Lorenzo Buitizon
More... about 2 months ago
Change hercules bot enviroment to ubuntu 24.04 More... about 2 months ago
HPM Hooks update More... about 2 months ago
Updated changelogs with latest rebalance changes More... about 2 months ago
Merge pull request #3393 from MrKeiKun/refactor-level_penalty More... about 2 months ago
Merge pull request #3394 from MrKeiKun/refactor-mob_race2_db More... about 2 months ago
Change sanatizer in ci builds to only load the library before running the target test and unload it after More... about 2 months ago
Fix random options drop groups doing 0 size allocation when none is set More... about 2 months ago
Removal of mysql ci builds as it is moved to best-effort support basis More... about 2 months ago
Fixed a buffer overflow in test_chunked due to both allocation of 0 length buffer and later use of strnlen trying to detect buffer size More... about 2 months ago
Update code quality analyzer in github actions to version 4 More... about 2 months ago
Update actions/checkout in github actions to version 6 More... about 2 months ago
Add removal notice for level_penalty.txt and converter script to level_penalty.conf
Lorenzo Buitizon (Kei)
as Lorenzo Buitizon
More... about 2 months ago
Add converter script to merge mob_race2_db.txt data into mob_db.conf as RaceGroup fields
Lorenzo Buitizon (Kei)
as Lorenzo Buitizon
More... about 2 months ago
Implement a simple block-header for disabled memory manager mode instead of relaying on the provided malloc API to query size, cause some may report inaccurate size which is later used in memsets of reallocz which is our zeroed version of realloc which later causes buffer overflows. More... about 2 months ago
Temporary enable -fno-finite-math-only which disables a part of -ffast-math cause it conflicts with CJson code and may cause UB More... about 2 months ago
Temporarily disable Wenum-enum-conversion until we fix all functions that may take mixed enum in bitflag More... about 2 months ago
Correct the assertion in `status_get_sc_icon` on `type` that allowed a possible `-1` index access on array, risking out of bound memory access More... about 2 months ago
Fixed a mix between sc_type and si_type enums in SC_ARMORPROPERTY which may lead to confusion More... about 2 months ago
Fixed mapflag magic_damage_rate was incorrectly being ignored in server causing it's value to never be read, but also to overwrite any other mapflag that happens later in the if/else chain where the parsing happens More... about 2 months ago
Change the build step to check for oldest and newest supported compiler versions of gcc/clang on our supported platform More... about 2 months ago
Temporarily change the testing enviroment to ubuntu 24.04LTS until issues with pcre library is fixed More... about 2 months ago
Temporary disable latest clang and gcc builds until we fix pcre dependency More... about 2 months ago
Change clang15 test to just clang and it will be used instead to test for most newest supported clang version More... about 2 months ago