Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-06-13
| ||
15:08 | Remove obsolete script. ... (Leaf check-in: b9c31dc7eb user: imagic tags: trunk) | |
15:07 | Update app version system. ... (check-in: 6ec41200ad user: imagic tags: trunk) | |
14:40 | Remove obsolete `uset <pseudo> rank` server command. ... (check-in: ae880acebc user: imagic tags: trunk) | |
14:37 | Remove obsolete `check_resources` server command. ... (check-in: b3c4fe1ef6 user: imagic tags: trunk) | |
2025-06-10
| ||
16:21 | Implement /svar command to manipulate server variables. ... (check-in: 5038dc71a7 user: imagic tags: trunk) | |
16:13 | Implement /var and /bvar commands to manipulate player variables. ... (check-in: 6e5f56d86d user: imagic tags: trunk) | |
15:25 | Improve handling of player loading. ... (check-in: 0443f5b5c8 user: imagic tags: trunk) | |
2025-06-09
| ||
20:43 | Update structure doc. ... (check-in: c3bfa13f5a user: imagic tags: trunk) | |
20:33 | Remove the not very useful data doc. ... (check-in: 83806d88d8 user: imagic tags: trunk) | |
20:28 | Log requests for resources missing from the repository. ... (check-in: 9463b72ca9 user: imagic tags: trunk) | |
20:27 | Fix preloading of audio resources. ... (check-in: 38e7161cc0 user: imagic tags: trunk) | |
20:19 | Migrate the server to LÖVE. ... (check-in: 6f9eb69dcd user: imagic tags: trunk) | |
14:20 | Minor server install doc fixes. ... (Closed-Leaf check-in: 7b8798eb56 user: imagic tags: love-server) | |
2025-06-08
| ||
21:20 | Update server install documentation. ... (check-in: 7b4d139899 user: imagic tags: love-server) | |
20:37 | Remove setup of server buffering. ... (check-in: 791c8ac66a user: imagic tags: love-server) | |
13:27 | Fix published client app name. ... (check-in: 0b5e3ec29a user: imagic tags: love-server) | |
13:20 | Add missing build utils. ... (check-in: b4be15df25 user: imagic tags: love-server) | |
13:20 | Add automatic database creation. ... (check-in: 12b37f5d8e user: imagic tags: love-server) | |
12:51 | Improve app data handling. ... (check-in: bc783fdb58 user: imagic tags: love-server) | |
2025-06-07
| ||
22:53 | Fix publish script sync. ... (check-in: 915dbde418 user: imagic tags: love-server) | |
22:47 | Fix obsolete require. ... (check-in: a15472922a user: imagic tags: love-server) | |
22:45 | Remove docker related files plus a small clean up. ... (check-in: bc89baaa60 user: imagic tags: love-server) | |
22:24 | Add script to publish client and server app. ... (check-in: 939f71c1fb user: imagic tags: love-server) | |
22:14 | Fix client and server require paths. ... (check-in: c721c40a72 user: imagic tags: love-server) | |
22:12 | Update client and server build process. ... (check-in: 936ed63e92 user: imagic tags: love-server) | |
22:03 | Update dependencies and related scripts. ... (check-in: 4ee4d24b05 user: imagic tags: love-server) | |
20:46 | Cleanup obsolete tool scripts. ... (check-in: 7ee7d2edcf user: imagic tags: love-server) | |
20:42 | Parse HTTP query string without `net-url` and remove the dependency. ... (check-in: 73d3b380f2 user: imagic tags: love-server) | |
20:23 | Replace previous JSON dependency with `json.lua`. ... (check-in: 592d5e8e4a user: imagic tags: love-server) | |
20:16 | Replace LPeg with LPegLJ. ... (check-in: 0c3b9b161a user: imagic tags: love-server) | |
20:04 | Disable dump command until further notice. ... (check-in: 85c2d31786 user: imagic tags: love-server) | |
20:00 | Remove whitespaces. ... (check-in: f49a2d71c3 user: imagic tags: love-server) | |
17:12 | Reimplement DB manager with direct FFI calls to SQLite instead of using `lsqlite3`. ... (check-in: fa3c6f8781 user: imagic tags: love-server) | |
2025-06-06
| ||
21:06 | Implement repository update as a server app CLI action. ... (check-in: f1e86a928d user: imagic tags: love-server) | |
19:57 | Fix resource check in project processing. ... (check-in: d5a9fc714e user: imagic tags: love-server) | |
19:53 | Move server database location. ... (check-in: 9aac64f112 user: imagic tags: love-server) | |
16:16 | Load the right project data path. ... (check-in: e7e0767809 user: imagic tags: love-server) | |
16:07 | Fix filename confusion for processed project data. ... (check-in: cb3d52af0f user: imagic tags: love-server) | |
16:03 | Add missing server CLI file. ... (check-in: ccb82ef23a user: imagic tags: love-server) | |
15:59 | Implement project processing as a server app CLI action. ... (check-in: 0cd3d9bfe1 user: imagic tags: love-server) | |
14:44 | Move data modules back to the server app. ... (check-in: 7422138b89 user: imagic tags: love-server) | |
14:42 | Replace `struct` with LÖVE data pack/unpack. ... (check-in: 7750197ecf user: imagic tags: love-server) | |
11:48 | Merge last fix from trunk. ... (check-in: 0e35f388c6 user: imagic tags: love-server) | |
11:48 | Fix snake_case migration mistake. ... (check-in: 6cab111575 user: imagic tags: trunk) | |
11:45 | Migrate Web API to LuaSocket. ... (check-in: 2134bdb6a2 user: imagic tags: love-server) | |
2025-06-05
| ||
21:19 | Migrate POSIX main loop and forks to LÖVE. ... (check-in: 72126f23fa user: imagic tags: love-server) | |
2025-05-17
| ||
16:50 | Implement event compiler warnings and fix non-midi music issue on the server. ... (check-in: b5f7dc938b user: imagic tags: trunk) | |
2025-05-11
| ||
20:31 | Use file:lines() iterator instead of custom loops. ... (check-in: 17ca6fc76b user: imagic tags: trunk) | |
20:24 | Allow trailing spaces in event instructions. ... (check-in: 8f58af0bc3 user: imagic tags: trunk) | |
15:24 | Fix event re-creation location on page change. ... (check-in: 5669868abd user: imagic tags: trunk) | |