| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix condition for PVP_ENFORCED exp distribution (#50) | fusion32 | 2026-01-06 |
| | | |||
| * | adjust effect enum names and add missing ones | fusion32 | 2025-10-20 |
| | | |||
| * | fix problem with targeting - fixes #38 | fusion32 | 2025-10-11 |
| | | |||
| * | fix small bug with experience distribution | fusion32 | 2025-09-04 |
| | | | | | | | Before checking if players are in the same party, we need to check if they're in any party at all. I made a small wrapper `TPlayer::InPartyWith` to help prevent this mistake again. | ||
| * | fix burst arrow effect - fixes #13 | fusion32 | 2025-08-31 |
| | | |||
| * | `reader.cc` | fusion32 | 2025-07-01 |
| | | |||
| * | `moveuse.cc` | fusion32 | 2025-06-27 |
| | | |||
| * | finish `crnonpl.cc` | fusion32 | 2025-06-25 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-13 |
| | | |||
| * | most `info.cc` functions | fusion32 | 2025-06-10 |
| | | |||
| * | impl `TCreature::Move` which was absolute hell + some tidying up | fusion32 | 2025-06-08 |
| | | |||
| * | some work on `crmain.cc` and `cract.cc` + merge creature headers | fusion32 | 2025-06-06 |
| | | |||
| * | merge creature headers | fusion32 | 2025-06-05 |
| | | |||
| * | finish `magic.cc` | fusion32 | 2025-06-05 |
| | | |||
| * | impl TCreature::Damage + overall improvements | fusion32 | 2025-05-31 |
| | | |||
| * | done with `crcombat.cc` | fusion32 | 2025-05-31 |
| | | |||
| * | more work on `crcombat.cc` | fusion32 | 2025-05-30 |
| | | |||
| * | initial work on `crcombat.cc` | fusion32 | 2025-05-30 |
| | | |||
| * | 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. | ||
| * | halfway of `map.cc` and start of `objects.cc` | fusion32 | 2025-05-24 |
