aboutsummaryrefslogtreecommitdiff
path: root/src/operate.cc
Commit message (Collapse)AuthorAge
* 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`.
* `reader.cc`fusion322025-07-01
|
* 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
|
* `moveuse.cc`fusion322025-06-27
|
* finish `crnonpl.cc`fusion322025-06-25
|
* `receiving.cc`fusion322025-06-23
|
* more work on `communication.cc`fusion322025-06-20
|
* beginning of `communication.cc`fusion322025-06-19
|
* TPlayer constructor and destructorfusion322025-06-17
|
* all `crplayer.cc` functions outside `TPlayer`fusion322025-06-17
|
* party functionsfusion322025-06-16
|
* channel functionsfusion322025-06-15
|
* more work on `operate.cc`fusion322025-06-15
|
* impl `Look` and `Talk`...fusion322025-06-14
|
* more work on `operate.cc`fusion322025-06-13
|
* more work on `operate.cc`fusion322025-06-12
|
* more work on `operate.cc`fusion322025-06-12
|
* some announce functionsfusion322025-06-11
|
* first look at `operate.cc`fusion322025-06-11
|
* most `info.cc` functionsfusion322025-06-10
|
* impl `TCreature::Move` which was absolute hell + some tidying upfusion322025-06-08