| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | `reader.cc` | fusion32 | 2025-07-01 |
| | | |||
| * | `writer.cc` | fusion32 | 2025-06-30 |
| | | |||
| * | `moveuse.cc` | fusion32 | 2025-06-27 |
| | | |||
| * | all `crplayer.cc` functions outside `TPlayer` | fusion32 | 2025-06-17 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-13 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-12 |
| | | |||
| * | some work on `crmain.cc` and `cract.cc` + merge creature headers | fusion32 | 2025-06-06 |
| | | |||
| * | changed swap file numbers in `map.cc` to uintptr | fusion32 | 2025-05-31 |
| | | | | | | | | | We know swap file numbers are limited to the [1, 99999999] range which fits a uint32, but using anything but uintptr requires us to do extra casts to avoid compiler warnings so we only convert back to uint32 when building the swap file name which should work the same. | ||
| * | finish objects.cc | fusion32 | 2025-05-28 |
| | | |||
| * | impl RefreshSector and PatchSector (WTF) | fusion32 | 2025-05-27 |
| | | |||
| * | impl Cron and most `map.cc` functions | fusion32 | 2025-05-26 |
| | | |||
| * | more object functions | fusion32 | 2025-05-26 |
| | | |||
| * | linux Makefile + fix most compilation problems | fusion32 | 2025-05-25 |
| | | | | | | | | I wanted to see if the compiler had any problems with the code so far and added a few stub definitions so that each file would properly compile. We still fail when linking but we're able to to find and fix compile time errors. | ||
| * | move string utility to `util.cc` + small script identifier fix | fusion32 | 2025-05-25 |
| | | |||
| * | halfway of `map.cc` and start of `objects.cc` | fusion32 | 2025-05-24 |
