| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix issues with TMonster constructor + Search functions + UH formula | fusion32 | 2026-05-09 |
| | | | | | | The issue with the TMonster constructor was obvious, but the others were slightly different from the original. | ||
| * | modify SearchFlightField to more closely match the original binary | fusion32 | 2026-02-20 |
| | | |||
| * | add missing flight direction preference (#53) | fusion32 | 2026-02-20 |
| | | |||
| * | fix condition for PVP_ENFORCED exp distribution (#50) | fusion32 | 2026-01-06 |
| | | |||
| * | typo - fix #36 | fusion32 | 2025-10-09 |
| | | |||
| * | fix `SearchSpawnField` not properly expanding - might fix #10 | fusion32 | 2025-08-30 |
| | | |||
| * | fix and cleanup `SearchFlightField` | fusion32 | 2025-08-30 |
| | | |||
| * | fix a problem with monsters freezing after failing to attack | fusion32 | 2025-08-19 |
| | | |||
| * | multiple bug-fixes and improvements | fusion32 | 2025-07-21 |
| | | | | | | | | | | | | | | | | | | | - Make uint32 -> Object conversion explicit. This can be more verbose but will get a lot of small mistakes, especially with function overloads. - Fix problem with the path finder not including the last step when `MustReach` was false. - Fix problem with NPC conditions. - Fix problem with monster homes continuously spawning monsters. - Fix problem with creating the standard inventory. - Fix problem with creature timers (IMPORTANT). - Fix problem with `ThrowPossible` (IMPORTANT). - Fix problem with rune casting. - Fix problem with executing moveuse events. - Fix problem with `MoveRel` and `WriteName` moveuse actions. - Fix problem with eating food deleting the whole stack. - Many other bug-fixes and improvements. | ||
| * | `writer.cc` | fusion32 | 2025-06-30 |
| | | |||
| * | `houses.cc` | fusion32 | 2025-06-29 |
| | | |||
| * | `moveuse.cc` | fusion32 | 2025-06-27 |
| | | |||
| * | `receiving.cc` | fusion32 | 2025-06-23 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-13 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-12 |
| | | |||
| * | finish `info.cc` | fusion32 | 2025-06-10 |
| | | |||
| * | most `info.cc` functions | fusion32 | 2025-06-10 |
| | | |||
| * | merge creature headers | fusion32 | 2025-06-05 |
| | | |||
| * | impl some spells and create `info.cc` | fusion32 | 2025-06-02 |
