aboutsummaryrefslogtreecommitdiff
path: root/src/houses.cc
Commit message (Collapse)AuthorAge
* fix issues with TMonster constructor + Search functions + UH formulafusion322026-05-09
| | | | | The issue with the TMonster constructor was obvious, but the others were slightly different from the original.
* fix problem with ShowNameDoor and "aleta grav" (#42)fusion322025-10-20
|
* wrapping up for a public releasefusion322025-08-15
|
* fix most init and parsing bugs + critical bug with dynamic stringsfusion322025-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`.
* `query.cc`fusion322025-07-02
|
* fix `operator=` for `TChannel`, `TParty`, and `THouse`fusion322025-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`fusion322025-06-30
|
* `houses.cc`fusion322025-06-29