| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | typo - fix #36 | fusion32 | 2025-10-09 |
| | | |||
| * | 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. | ||
| * | yell exhaust - fixes #12 | fusion32 | 2025-08-30 |
| | | |||
| * | fix and cleanup `SearchFlightField` | fusion32 | 2025-08-30 |
| | | |||
| * | fix a problem with deleting CUMULATIVE items from creatures | fusion32 | 2025-08-29 |
| | | |||
| * | fix look at NAMEDOOR -- fixes #4 | fusion32 | 2025-08-25 |
| | | |||
| * | fix initial value of `Channels` which was causing a client assertion | fusion32 | 2025-08-23 |
| | | |||
| * | wrapping up for a public release | fusion32 | 2025-08-15 |
| | | |||
| * | 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. | ||
| * | fix most init and parsing bugs + critical bug with dynamic strings | fusion32 | 2025-07-16 |
| | | | | | | | With an appropriate query manager, the server now starts up and seems to work but won't properly handle connections until we fix the problem with threads and signals described in `TODO.md`. | ||
| * | `reader.cc` | fusion32 | 2025-07-01 |
| | | |||
| * | fix `operator=` for `TChannel`, `TParty`, and `THouse` | fusion32 | 2025-07-01 |
| | | | | | | I had focused on copying the `vector` fields for theses structs but, being the copy operator, you need to copy everything over. | ||
| * | `writer.cc` | fusion32 | 2025-06-30 |
| | | |||
| * | `moveuse.cc` | fusion32 | 2025-06-27 |
| | | |||
| * | finish `crnonpl.cc` | fusion32 | 2025-06-25 |
| | | |||
| * | `receiving.cc` | fusion32 | 2025-06-23 |
| | | |||
| * | more work on `communication.cc` | fusion32 | 2025-06-20 |
| | | |||
| * | beginning of `communication.cc` | fusion32 | 2025-06-19 |
| | | |||
| * | TPlayer constructor and destructor | fusion32 | 2025-06-17 |
| | | |||
| * | all `crplayer.cc` functions outside `TPlayer` | fusion32 | 2025-06-17 |
| | | |||
| * | party functions | fusion32 | 2025-06-16 |
| | | |||
| * | channel functions | fusion32 | 2025-06-15 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-15 |
| | | |||
| * | impl `Look` and `Talk`... | fusion32 | 2025-06-14 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-13 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-12 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-12 |
| | | |||
| * | some announce functions | fusion32 | 2025-06-11 |
| | | |||
| * | first look at `operate.cc` | fusion32 | 2025-06-11 |
| | | |||
| * | most `info.cc` functions | fusion32 | 2025-06-10 |
| | | |||
| * | impl `TCreature::Move` which was absolute hell + some tidying up | fusion32 | 2025-06-08 |
