| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix issues and warnings when compiling with glibc < 2.32 (#57, #58) | fusion32 | 2026-05-28 |
| | | | | | | This also fixes some inconsistencies such as mixing both strerror and strerrordesc_np, and possible formatting issues. | ||
| * | fix buddy status causing a client assertion | fusion32 | 2025-08-28 |
| | | |||
| * | 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. | ||
| * | `writer.cc` | fusion32 | 2025-06-30 |
| | | |||
| * | finish `crnonpl.cc` | fusion32 | 2025-06-25 |
| | | |||
| * | `sending.cc` | fusion32 | 2025-06-22 |
| | | |||
| * | `connections.cc` | fusion32 | 2025-06-21 |
