Main public logs
From sc2k-reverse
Jump to navigationJump to search
Combined display of all available logs of sc2k-reverse. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:18, 1 July 2025 AF talk contribs created page Budget array (Created page with "== Struct == <pre> typedef struct { int iCountMonth[12]; int iFundMonth[12]; int iCurrentCosts; int iFundingPercent; int iYearToDateCost; int iEstimatedCost; } budget_t; </pre>")
- 00:15, 1 July 2025 AF talk contribs created page WCitySelectedSubtool (Created page with "The City Tools indices go from 0-17; only 0-14 are accounted for within the 'wCitySelectedSubtool' array. {| class="wikitable" |+ City Tools and SubTools. |- ! # !! Enum !! SubTools |- | 0 || '''CITYTOOL_GROUP_BULLDOZER''' || Demolish/Clear, Level Terrain, Raise Terrain, Lower Terrain, De-Zone |- | 1 || '''CITYTOOL_GROUP_NATURE''' || Tress, Water |- | 2 || '''CITYTOOL_GROUP_DISPATCH''' || Police, Fire, Military |- | 3 || '''CITYTOOL_GROUP_POWER''' || Wires, PowerPlants...")
- 10:51, 31 May 2025 AF talk contribs created page Program Enums (Created page with "This page will list various enums that are either contained within the current fix library or will assist during the RE process (upon the sections in question being encountered). == OnIdle / GameDoIdleUpkeep == Main: <pre> enum { ONIDLE_STATE_INGAME = -1, ONIDLE_STATE_NONE, ONIDLE_STATE_DISPLAYMAXIS, ONIDLE_STATE_WAITMAXIS, ONIDLE_STATE_DISPLAYTITLE, ONIDLE_STATE_DIALOGFINISH, ONIDLE_STATE_DISPLAYREGISTRATION, ONIDLE_STATE_CLOSEREGISTRATION, ONIDLE_STATE_MAINM...")
- 15:54, 12 May 2025 AF talk contribs created page User:AF/ClassExtrapolation (Created page with "The purposes of this page is to list the extrapolated classes during the reconstruction phase. For the most part this is a brute-force approach. As the classes are refined/trimmed they'll be adjusted over time. The general methodology in this case is to generate a struct with N number of contained variables (this number can be rather high at times - it doesn't account for internal sub-structs and the like mind you, but there must be a starting place). == CSound == Th...")
- 09:08, 6 March 2025 AF talk contribs created page User:AF (Created page with "Landing page for information that isn't yet ready to go into the main sections on the site. It will mostly account for a naming changes concerning marked down functions during the trawl with IDA.")