User contributions for Shibboleet

A user with 20 edits. Account created on 22 February 2024.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

16 February 2025

  • 23:1623:16, 16 February 2025 diff hist +1,404 N Paired SinglesCreated page with "''Paired Singles'' are a part of the Broadway / Gekko processor that allows for two single-precision floating point values to be stored in a single register. This allows for faster vector and matrix math. ''Paired Singles'' are handwritten assembly code; they cannot be generated by the compiler '''unless''' it is for pushing / popping the stack frame in a functions prologue or epilogue. The ''Super Mario Galaxy'' games do not use very many different paired single instruc..." current

17 December 2024

  • 01:4801:48, 17 December 2024 diff hist +3,009 N SMG1 to SMG2 Code ChangesCreated page with "Between the game ''Super Mario Galaxy'' and ''Super Mario Galaxy 2'', a few changes were made under the hood to make things easier to work with in the codebase. This page will be listing those changes that the developers made. == NameObj == ''NameObj'' is the most basic form of an object in the game. It contains an executor index, the execution flags, and the name of the object. <pre> class NameObj { public: NameObj(const char *pName); virtual ~NameObj(); virtual..." current Tag: Visual edit: Switched

6 April 2024

7 March 2024

2 March 2024

23 February 2024