aboutsummaryrefslogtreecommitdiff
path: root/src/containers.hh
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`.
* all `crplayer.cc` functions outside `TPlayer`fusion322025-06-17
|
* channel functionsfusion322025-06-15
|
* more work on `operate.cc`fusion322025-06-15
|
* implement monster raidsfusion322025-06-07
|
* implement TFindCreatures and KillStatisticsfusion322025-06-07
|
* some work on `crmain.cc` and `cract.cc` + merge creature headersfusion322025-06-06
|
* reduce clutter with struct dividing commentsfusion322025-06-05
|
* impl all remaining containersfusion322025-05-28
|
* linux Makefile + fix most compilation problemsfusion322025-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.
* rename `main.hh` to `common.hh`fusion322025-05-22
|
* implement `main.cc`, `shm.cc`, and `time.cc` + overall tweeksfusion322025-05-20