3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 11, 2025 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Show version of git during SConf setup
Kp
More... 3 days ago
render_terrain: pre-compute negated delta_i
Kp
More... 3 days ago
render_terrain: pre-compute negated delta_j
Kp
More... 3 days ago
load_terrain: use xrange to iterate grid
Kp
More... 3 days ago
load_terrain: remove write-only variable max_h
Kp
More... 3 days ago
get_pnt: use unsigned inputs, mark overflow as unlikely
Kp
More... 3 days ago
get_avg_light: use xrange for iteration
Kp
More... 3 days ago
get_avg_light: use size_t for i,j coordinates
Kp
More... 3 days ago
Use xrange to iterate terrain light table
Kp
More... 3 days ago
Pass grid_w to functions that need it
Kp
More... 3 days ago
Pass grid_h to functions that need it
Kp
More... 3 days ago
Pass org_i, org_j to draw_cell by value
Kp
More... 3 days ago
Use constexpr for terrain constants
Kp
More... 3 days ago
CI workflow: exclude the rpm spec file
Kp
More... 3 days ago
kconfig: add preprocessor guards for potentially absent inputs
Kp
More... 3 days ago
Rename kconfig weapon string macros
Kp
More... 3 days ago
Include game number in DXX_KCONFIG_UI_UDLR macro output
Kp
More... 3 days ago
Pass generated kconfig UDLR header via `-include`
Kp
More... 3 days ago
Fix incorrect morph_data poison calls
Kp
More... about 1 month ago
Add `[[nodiscard]]` to various morph functions
Kp
More... about 1 month ago
Add template type alias for submodel_index arrays
Kp
More... about 1 month ago
Add template type alias for polygon_model_index arrays
Kp
More... about 1 month ago
Add type alias for RankStrings type
Kp
More... about 1 month ago
Add template type alias for powerup type arrays
Kp
More... about 1 month ago
Add template type alias for vertex arrays
Kp
More... about 1 month ago
Add template type alias for segment arrays
Kp
More... about 1 month ago
Add template type alias for secondary weapon arrays
Kp
More... about 1 month ago
Add template type alias for primary weapon arrays
Kp
More... about 1 month ago
Move VCLIP_MAXNUM inline into the one type alias that uses it
Kp
More... about 1 month ago
Add type alias for cockpit_bitmap type
Kp
More... about 1 month ago