Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-02-07
| ||
23:06 | Update references to ELGUI after rename. ... (Leaf 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) | |
21:20 | Fix GridInterface `init` ambiguity. ... (check-in: 07d38c6fc1 user: imagic tags: xtype-removal) | |
21:00 | Migrate from `xtype` for GUI classes creation. ... (check-in: 8af4f34fb0 user: imagic tags: xtype-removal) | |
20:51 | Migrate type checks and `get`. ... (check-in: ad863ed9ab user: imagic tags: xtype-removal) | |
20:48 | Migrate from `__construct` to `init` for GUI code. ... (check-in: 6283dc1ef1 user: imagic tags: xtype-removal) | |
2024-11-26
| ||
18:20 | Migrate from `__construct` to `init`. ... (check-in: 6a0b1b7b70 user: imagic tags: xtype-removal) | |
18:06 | Remove `xtype` from non-GUI code. ... (check-in: 0d01570a96 user: imagic tags: xtype-removal) | |
2024-11-25
| ||
18:38 | Migrate to LDM, remove MessagePack. ... (check-in: 8fd222c6ea user: imagic tags: trunk) | |
2024-11-06
| ||
21:44 | Handle absent standard input. ... (check-in: 530f455c75 user: imagic tags: trunk) | |
2024-10-26
| ||
16:30 | Add Web API documentation. ... (check-in: bc314b3be7 user: imagic tags: trunk) | |
16:24 | Implement player login Web API endpoint. ... (check-in: 9e691d9f88 user: imagic tags: trunk) | |
16:04 | Implement player creation Web API endpoint. ... (check-in: a60a5f7486 user: imagic tags: trunk) | |
15:12 | Do minor Web API improvements. ... (check-in: c817138d07 user: imagic tags: trunk) | |
15:05 | Implement/migrate to a simple token authentication. ... (check-in: 01099e87ca user: imagic tags: trunk) | |
15:02 | Do minor doc improvements. ... (Closed-Leaf check-in: 83b32b4a60 user: imagic tags: token-auth) | |
2024-10-24
| ||
22:08 | Update security doc about authentication. ... (check-in: 6fb1ea8852 user: imagic tags: token-auth) | |
20:59 | Implement simple token authentication. ... (check-in: 8ededc9278 user: imagic tags: token-auth) | |
20:55 | Add utils.tohex. ... (check-in: cc21c47bc3 user: imagic tags: trunk) | |