SMG1 to SMG2 Code Changes: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 December 2024

  • curprev 01:4801:48, 17 December 2024Shibboleet talk contribs 3,009 bytes +3,009 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