| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | THREADING: upgrade from LinuxThreads to NPTL | fusion32 | 2025-07-19 |
| | | | | | | | | | | | | | This was a required change to make the server run on a modern GLIBC version without resorting to shady shared libraries or compatibility tricks. It is very straightforward but we should always keep an eye out for possible bugs. There was also a problem with the Z loop on field sending functions that was causing the server to hang in an infinite loop and should now be fixed. With these changes it is now possible to login into the game for a split second before the client asserting. | ||
| * | 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`. | ||
| * | beginning of `query.cc` | fusion32 | 2025-07-01 |
| | | |||
| * | merged `dbfuncs.cc` into `crplayer.cc` | fusion32 | 2025-07-01 |
| | | |||
| * | `writer.cc` | fusion32 | 2025-06-30 |
| | | |||
| * | `moveuse.cc` | fusion32 | 2025-06-27 |
| | | |||
| * | most of `crnonpl.cc` | fusion32 | 2025-06-24 |
| | | |||
| * | beginning of `communication.cc` | fusion32 | 2025-06-19 |
| | | |||
| * | finish `crplayer.cc` | fusion32 | 2025-06-18 |
| | | |||
| * | TPlayer constructor and destructor | fusion32 | 2025-06-17 |
| | | |||
| * | all `crplayer.cc` functions outside `TPlayer` | fusion32 | 2025-06-17 |
| | | |||
| * | more work on `operate.cc` | fusion32 | 2025-06-15 |
| | | |||
| * | more `cract.cc` functions | fusion32 | 2025-06-08 |
| | | |||
| * | merge creature headers | fusion32 | 2025-06-05 |
