Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-04-07
| ||
20:59 | Improve docker image and default configuration. ... (Leaf check-in: 012a4c5022 user: imagic tags: trunk) | |
2025-04-04
| ||
22:36 | Add SO project name detection to avoid passing the name manually. ... (check-in: 46b1b06908 user: imagic tags: trunk) | |
22:20 | Add support for empty login URL. ... (check-in: b3b8953302 user: imagic tags: trunk) | |
2025-04-03
| ||
21:50 | Add docker image to easily install the game server and tooling locally. ... (check-in: e7a9c7f66b user: imagic tags: trunk) | |
21:45 | Improve documentation. ... (Closed-Leaf check-in: 772483510b user: imagic tags: container-image) | |
16:58 | Use another container for the web server and add rudimentary doc. ... (check-in: 4e2233dc5d user: imagic tags: container-image) | |
2025-04-02
| ||
16:35 | Add game client build. ... (check-in: e374fa7aeb user: imagic tags: container-image) | |
2025-04-01
| ||
21:17 | Add nginx and game server configuration and tools. ... (check-in: b8d385a180 user: imagic tags: container-image) | |
2025-03-31
| ||
20:53 | Add rudimentary build script. ... (check-in: 139254d139 user: imagic tags: container-image) | |
16:30 | Improve ResourceManager security by restricting file extensions. ... (check-in: 748188b503 user: imagic tags: trunk) | |
16:05 | Use the package searcher instead of a build script for the server. ... (check-in: fdf31982d1 user: imagic tags: trunk) | |
2025-03-30
| ||
19:56 | Implement hint aggregation. ... (check-in: 2ee8c9bb6d user: imagic tags: trunk) | |
19:46 | Split health hint into heal and damage hints. ... (Closed-Leaf check-in: 93891ceb3a user: imagic tags: hint-aggregation) | |
16:06 | Update `emit_hint` user sites. ... (check-in: f66ad73abd user: imagic tags: hint-aggregation) | |
16:04 | Remove trailing space. ... (check-in: 7de666fc73 user: imagic tags: hint-aggregation) | |
15:57 | Finish/improve basic hint aggregation implementation. ... (check-in: 9c6cc19b9a user: imagic tags: hint-aggregation) | |
2025-03-29
| ||
22:16 | Begin to implement hint aggregation. ... (check-in: 1d77b35303 user: imagic tags: hint-aggregation) | |
2025-02-07
| ||
23:06 | Update references to ELGUI after rename. ... (check-in: 9866de3bc9 user: imagic tags: trunk) | |
2025-02-05
| ||
16:41 | Simplify output of repository update. ... (check-in: 9f70f09d52 user: imagic tags: trunk) | |
2025-02-04
| ||
22:26 | Migrate codebase from camelCase to snake_case. ... (check-in: b7fec3aafc user: imagic tags: trunk) | |
18:25 | Remove code artifacts from repository update script. ... (check-in: 65c0f0d670 user: imagic tags: trunk) | |
2025-02-03
| ||
18:58 | Fix orphaned processes issue on normal shutdown. ... (check-in: 15982d857d user: imagic tags: trunk) | |
2025-01-30
| ||
20:38 | Decouple project processing from the server application. ... (check-in: 33c0fbedfe user: imagic tags: trunk) | |
2025-01-29
| ||
23:14 | Fix global variable mistake. ... (Closed-Leaf check-in: a24b80929c user: imagic tags: project-processing) | |
23:13 | Remove obsolete code dependencies. ... (check-in: fede41b060 user: imagic tags: project-processing) | |
22:54 | Remove missed cache artifact. ... (check-in: 0aef6bd8ea user: imagic tags: project-processing) | |
22:53 | Remove commands related to event compilation. ... (check-in: f8b66d14f2 user: imagic tags: project-processing) | |
22:48 | Update the server to load the produced project data. ... (check-in: a7062477d6 user: imagic tags: project-processing) | |
22:42 | Minor script improvements. ... (check-in: 01aec11699 user: imagic tags: project-processing) | |
21:33 | Simplify chunkname and error output. ... (check-in: ff43db7f98 user: imagic tags: project-processing) | |
21:23 | Implement spells compilation. ... (check-in: 4768e7a186 user: imagic tags: project-processing) | |
20:41 | Merge event validation and compilation. ... (check-in: 2fe8b0d440 user: imagic tags: project-processing) | |
2025-01-27
| ||
20:06 | Decouple the event compiler from the server. ... (check-in: 5fe89ad67c user: imagic tags: project-processing) | |
2025-01-25
| ||
20:54 | Begin project processing tool, start with deserializer. ... (check-in: e4917dfeb4 user: imagic tags: project-processing) | |
2024-12-30
| ||
16:50 | Implement automatic paste of login token. ... (check-in: ec0e94e4cd user: imagic tags: trunk) | |
2024-12-26
| ||
19:49 | Remove `ljuv` dependency. ... (check-in: bfc7df54f9 user: imagic tags: trunk) | |
2024-12-25
| ||
23:47 | Remove traces of `libuv`. ... (Closed-Leaf check-in: e3626edd70 user: imagic tags: ljuv-removal) | |
23:46 | Add missing documentation. ... (check-in: c0b1b89ffa user: imagic tags: ljuv-removal) | |
23:44 | Remove remaining traces of `ljuv`. ... (check-in: c55dafd02e user: imagic tags: ljuv-removal) | |
23:34 | Migrate database thread. ... (check-in: b286ffccd4 user: imagic tags: ljuv-removal) | |
23:16 | Migrate webapi thread and fix SIGPIPE issue. ... (check-in: cbc931b9d2 user: imagic tags: ljuv-removal) | |
22:28 | Migrate console thread and fix some issues. ... (check-in: 24c59fb80b user: imagic tags: ljuv-removal) | |
22:06 | Fix a main loop issue. ... (check-in: b2320ae25d user: imagic tags: ljuv-removal) | |
18:17 | Implement the fork interface system. ... (check-in: 45243bebdc user: imagic tags: ljuv-removal) | |
2024-12-24
| ||
23:40 | Improve poll interrupt handling. ... (check-in: e6ba835fca user: imagic tags: ljuv-removal) | |
23:13 | Migrate to a new main loop. ... (check-in: 53e89c5a50 user: imagic tags: ljuv-removal) | |
22:14 | Begin `elscheduler` integration. ... (check-in: 5727afea4d user: imagic tags: ljuv-removal) | |
2024-12-12
| ||
21:39 | Fix multiple values issue in ResourceManager. ... (check-in: bbfec64c1b user: imagic tags: trunk) | |
21:30 | Remove `xtype` dependency. ... (check-in: 4550f325ad user: imagic tags: trunk) | |
21:26 | Fix remaining `init` ambiguity. ... (Closed-Leaf check-in: 091fcd4653 user: imagic tags: xtype-removal) | |