Files
isle/LEGO1
Mark Langen 694045abd8 Implement MxVector2/3/4 and MxMatrix (#100)
* All of the MxVectors share an inheritance chain. MxVector4 inherits
  from MxVector3 which inherits from MxVector2.

* They all operate on a shared `float*` data member which points to the
  underlying storage.

* There are also MxVector3/4Data classes, which inherit from Vector3/4,
  but add concrete storage for the Vector data rather than just an
  abstract data pointer.

* The same is true for MxMatrix, with there being an abstract and a
  concrete variant of it.

* Also improve reccmp.py register matching algorithm. It previously
  could not recognize an effective match when a swap had to take place
  between two registers used on the same line. It turns out this happens
  a lot in floating point math code so I adjusted the implementation to
  break the disassembly lines on spaces rather than just linebreaks
  allowing the existing effective match code to handle that case too.
2023-08-03 11:25:29 -07:00
..
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-06-29 01:10:08 -07:00
2023-06-29 01:10:08 -07:00
2023-07-02 01:05:49 -07:00
2023-06-29 01:10:08 -07:00
2023-06-29 01:10:08 -07:00
2023-06-29 01:10:08 -07:00
2023-06-29 01:10:08 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-06-29 01:10:08 -07:00
2023-06-29 01:10:08 -07:00
🍕 (#79)
2023-08-03 09:54:08 -07:00
2023-08-03 11:10:54 -07:00
2023-08-03 11:10:54 -07:00
2023-06-29 01:10:08 -07:00
2023-06-29 01:10:08 -07:00
🍕 (#79)
2023-08-03 09:54:08 -07:00
2023-08-03 11:10:54 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-08-03 11:10:54 -07:00
2023-08-03 11:10:54 -07:00
2023-07-02 01:05:49 -07:00
2023-08-03 11:10:54 -07:00
2023-08-03 11:10:54 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-06-30 11:34:39 -07:00
2023-07-02 01:05:49 -07:00
2023-07-01 23:53:54 -07:00
2023-07-12 14:12:03 -07:00
2023-07-02 01:05:49 -07:00
2023-06-30 16:33:59 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-08-03 11:10:54 -07:00
2023-08-03 11:10:54 -07:00
2023-07-16 18:37:21 -07:00
2023-07-16 18:37:21 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-15 22:51:24 -07:00
2023-07-15 22:51:24 -07:00
2023-07-15 22:51:24 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-12 14:12:03 -07:00
2023-07-02 01:05:49 -07:00
2023-08-03 11:19:05 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-08-03 11:21:05 -07:00
🍕 (#79)
2023-08-03 09:54:08 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-06-29 01:10:08 -07:00
2023-06-29 01:10:08 -07:00
2023-06-29 01:10:08 -07:00
2023-06-12 18:05:43 +02:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-07-02 01:05:49 -07:00
2023-06-18 14:02:16 +02:00