All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Luma's Workshop. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:16, 16 February 2025 Shibboleet talk contribs created page Paired Singles (Created 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...")
- 01:48, 17 December 2024 Shibboleet talk contribs created page SMG1 to SMG2 Code Changes (Created 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...") Tag: Visual edit: Switched
- 12:32, 6 April 2024 Shibboleet talk contribs created page File:TripodBossCoin Vtable.png
- 12:32, 6 April 2024 Shibboleet talk contribs uploaded File:TripodBossCoin Vtable.png
- 12:32, 6 April 2024 Shibboleet talk contribs created page File:TripodBossCoin Ctor.png
- 12:32, 6 April 2024 Shibboleet talk contribs uploaded File:TripodBossCoin Ctor.png
- 12:14, 6 April 2024 Shibboleet talk contribs created page File:NameObj Vtable.png (vtable for nameobj)
- 12:14, 6 April 2024 Shibboleet talk contribs uploaded File:NameObj Vtable.png (vtable for nameobj)
- 12:01, 6 April 2024 Shibboleet talk contribs created page File:NameObj Ctor.png (NameObj constructor image)
- 12:01, 6 April 2024 Shibboleet talk contribs uploaded File:NameObj Ctor.png (NameObj constructor image)