aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* beginning of `query.cc`fusion322025-07-01
|
* `reader.cc`fusion322025-07-01
|
* `writer.cc`fusion322025-06-30
|
* `houses.cc`fusion322025-06-29
|
* most of `crnonpl.cc`fusion322025-06-24
|
* `receiving.cc`fusion322025-06-23
|
* `sending.cc`fusion322025-06-22
|
* `connections.cc`fusion322025-06-21
|
* beginning of `communication.cc`fusion322025-06-19
|
* finish `crplayer.cc`fusion322025-06-18
|
* more work on `operate.cc`fusion322025-06-13
|
* more work on `operate.cc`fusion322025-06-12
|
* impl `TCreature::Move` which was absolute hell + some tidying upfusion322025-06-08
|
* some work on `crmain.cc` and `cract.cc` + merge creature headersfusion322025-06-06
|
* merge creature headersfusion322025-06-05
|
* more spellsfusion322025-06-03
|
* impl some spells and create `info.cc`fusion322025-06-02
|
* add a small Go script to generate the Makefilefusion322025-06-01
|
* done with `crcombat.cc`fusion322025-05-31
|
* rename/create some filesfusion322025-05-28
| | | | | | | The most annoying thing with C++ classes being in their "own" header file is that it makes it easy to create cyclic dependencies. We might end up merging all creature related header files into the original `cr.hh` that shows up in the original's debug information.
* impl all remaining containersfusion322025-05-28
|
* more object functionsfusion322025-05-26
|
* 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.