summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2024-05-01WIP CompilationKiritoDv
2024-04-20Header cleanup and some renames (#616)MegaMech
2024-04-15Initial gcc Support (#568)MegaMech
2024-04-05trig tables shiftable (#596)MegaMech
2024-04-03move actors code in actors folder and rename thing related to actor (#584)coco875
2024-03-04Document render/update objects (#565)coco875
2024-02-05Code Segments Shiftable (#566)MegaMech
2024-02-05Match (#562)MegaMech
2024-01-20place surface type const and unassemble flag in vtx and document effects (#553)coco875
2024-01-06some const placement and one rename (#529)coco875
2023-12-31fix todo, bug not appears and change theme (#525)coco875
2023-12-24Rename code_8001F980 to render_player and code_800B45E0 to save (#507)coco875
2023-11-07More audio stuff (#488)Tyler McGavran
2023-10-19EU 1.0 OK (#265)MegaMech
2023-10-09Rename wayPoint to waypoint (#448)MegaMech
2023-10-06Doc setup_game_memory, label syms, add osSyncPrintf support, match funcs (#444)MegaMech
2023-09-20Header & General Cleanup (#431)coco875
2023-09-19some renaming (#419)coco875
2023-09-17Some train decomp and move seg2 files to ending (#423)MegaMech
2023-09-17Label mtx variables in GfxPool (#424)AloXado320
2023-09-11Fix comment white-space (#415)MegaMech
2023-09-11Update main.c (#414)MegaMech
2023-09-09Various cleanup (#410)MegaMech
2023-09-09F3DEX old commands changes (#408)AloXado320
2023-09-08Match bss for code_800029B0 and clean headers (#406)MegaMech
2023-08-31Match func in player_controller.c (#394)MegaMech
2023-08-28Label memory allocation with proper size (#388)MegaMech
2023-08-10Match Segment 3 -> Matched code_80280650.c (#363)MegaMech
2023-08-09Add crash screen enhancement (#360)MegaMech
2023-08-09Matched code_80091440.c and named gDemoMode variable (#358)MegaMech
2023-08-04very cool debug display list (#348)tomas
2023-05-22UI and print debug matches (#310)MegaMech
2023-04-18Various documentation (#309)MegaMech
2023-04-10Update main.c (#305)MegaMech
2023-04-10Various matches (#304)MegaMech
2023-04-07Match memory.c, remove warnings, fix fake matches (#301)MegaMech
2022-09-18Change a variety of constants to defines (#257)coco875
2022-08-25Add lots of headers (#252)Tyler McGavran
2022-08-01code_8001F980 decomp + profiler doc + more (#250)MegaMech
2022-07-15Document game state related logic (#244)MegaMech
2022-07-11Split out some unused asm and documented main.c (#242)MegaMech
2022-07-06Identify some stuff in the Camera struct (#238)Tyler McGavran
2022-07-05Decomp menus.c (#229)tehzz
2022-06-18Match func in staff_ghosts.c and name menus file (#227)MegaMech
2022-06-17Rename some files and Match spawn_players.c (#226)MegaMech
2022-05-20Update and add some header files (#205)Tyler McGavran
2022-05-16Identify some Actor count variables (#202)Tyler McGavran
2022-05-12Match common_textures.inc.c, memory & actor decomp (#188)MegaMech
2022-04-26Actor decomp (#183)MegaMech
2022-03-04Fix remaining pointers for shiftingCoderStig