Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-04-23
| ||
| 16:02 | Remove obsoleted code related to the previous commit. ... (Leaf check-in: ed64c5cd8c user: imagic tags: trunk) | |
| 16:00 | Remove obsoleted file. ... (check-in: 0825b116b4 user: imagic tags: trunk) | |
|
2026-04-22
| ||
| 19:21 | Document `count_pairs`. ... (check-in: 119ea43896 user: imagic tags: trunk) | |
|
2026-04-21
| ||
| 23:10 | Replace LDF (halted) with lua-MessagePack. ... (check-in: 0ba2419f38 user: imagic tags: trunk) | |
| 20:23 | Add player kills stats. ... (check-in: a6ba8f81d8 user: imagic tags: trunk) | |
|
2026-04-20
| ||
| 17:43 | Remove `/cfg` command and player configuration from the server. ... (check-in: f9461d472d user: imagic tags: trunk) | |
|
2026-04-19
| ||
| 19:43 | Migrate player state data to SQL. ... (check-in: 1ee1afa25d user: imagic tags: trunk) | |
| 14:49 | Rewrite database component. ... (check-in: fb71cf5869 user: imagic tags: trunk) | |
| 14:41 | Handle login with incorrect token. ... (Closed-Leaf check-in: 7cec0bbf51 user: imagic tags: rewrite-db) | |
|
2026-04-18
| ||
| 15:32 | Remove `queries` module. ... (check-in: f68a1bb30e user: imagic tags: rewrite-db) | |
| 15:26 | Improve error handling and fix issues. ... (check-in: 199c16dcd2 user: imagic tags: rewrite-db) | |
|
2026-04-17
| ||
| 20:01 | Remove unused database function. ... (check-in: 42f6cd19de user: imagic tags: rewrite-db) | |
| 19:58 | Add `count_pairs`. ... (check-in: 9fb41e472a user: imagic tags: rewrite-db) | |
| 19:57 | Fix login DB issue. ... (check-in: a6da6c6f1e user: imagic tags: rewrite-db) | |
| 19:57 | Rewrite server/client save. ... (check-in: 4c5bb9ecdd user: imagic tags: rewrite-db) | |
|
2026-02-22
| ||
| 20:15 | Rewrite login. ... (check-in: 94c0ef2d47 user: imagic tags: rewrite-db) | |
|
2026-02-16
| ||
| 16:24 | Rewrite webapi query. ... (check-in: ce75a8afb2 user: imagic tags: rewrite-db) | |
|
2026-02-14
| ||
| 20:28 | Work on commands. ... (check-in: cc8b06575e user: imagic tags: rewrite-db) | |
| 19:18 | Remove offline player respawn. ... (check-in: 053fb83220 user: imagic tags: rewrite-db) | |
| 19:13 | Remove offline player teleport. ... (check-in: 6d664736cd user: imagic tags: rewrite-db) | |
|
2026-02-12
| ||
| 16:20 | Move database schema into the module file. ... (check-in: a3910a245b user: imagic tags: rewrite-db) | |
|
2026-02-11
| ||
| 20:20 | Rewrite the DBManager into a database system with a simple interface. ... (check-in: fab8aa0788 user: imagic tags: rewrite-db) | |
| 16:48 | Remove ability to loot mobs at-a-distance. ... (check-in: 674166ca0d user: imagic tags: trunk) | |
|
2025-12-27
| ||
| 19:48 | Fix infinite usage of item's spell. ... (check-in: 66a1c76283 user: imagic tags: trunk) | |
| 19:15 | Add command to stop the server. ... (check-in: 9302296cc1 user: imagic tags: trunk) | |
| 17:16 | Add `givexp` command. ... (check-in: aef7678f69 user: imagic tags: trunk) | |
| 17:16 | Implement player class max level and level up points. ... (check-in: 9c7a8195ed user: imagic tags: trunk) | |
| 16:44 | Change permission rank of `kill` command. ... (check-in: 23585196b5 user: imagic tags: trunk) | |
|
2025-11-20
| ||
| 16:22 | Add simple app-based network profiling and other improvements. ... (check-in: 81479a8ca0 user: imagic tags: trunk) | |
| 15:31 | Update CPU profiling command. ... (Closed-Leaf check-in: 9bc1b1d9b3 user: imagic tags: profiling) | |
| 15:14 | Improve network report. ... (check-in: 1bbbbe5e78 user: imagic tags: profiling) | |
| 15:05 | Fix missing local variable. ... (check-in: a19f774a88 user: imagic tags: profiling) | |
| 15:04 | Improve network profilers code. ... (check-in: b85f21b8dd user: imagic tags: profiling) | |
|
2025-11-18
| ||
| 21:15 | Implement rudimentary network profiling for the server. ... (check-in: 1f85b7bb71 user: imagic tags: profiling) | |
| 21:11 | Implement simple custom sample profiler. ... (check-in: 6e76dcc0dc user: imagic tags: profiling) | |
|
2025-09-25
| ||
| 21:32 | Tune movement and walk cycle speeds. ... (check-in: a9f9026ed2 user: imagic tags: trunk) | |
|
2025-09-24
| ||
| 19:38 | Change walk cycle to match the original game. ... (check-in: a51d2992f0 user: imagic tags: trunk) | |
| 19:11 | Tune animations speed to 233ms per frame. ... (check-in: 07c5f57a5b user: imagic tags: trunk) | |
|
2025-09-23
| ||
| 15:54 | Implement limit for healing items in player inventory. ... (check-in: 1b41330562 user: imagic tags: trunk) | |
| 15:18 | Compute total items of inventory continuously. ... (check-in: be0bfc5d83 user: imagic tags: trunk) | |
| 15:04 | Implement `Inventory:put()` dry param. ... (check-in: e0419b8160 user: imagic tags: trunk) | |
|
2025-09-22
| ||
| 18:33 | Use `ewd.debug` for `inspect-project` commands. ... (check-in: 91a0b36656 user: imagic tags: trunk) | |
| 14:49 | Harden project processing regarding incomplete data. ... (check-in: 8be197e2a7 user: imagic tags: trunk) | |
| 14:34 | Expose `wassert` global. ... (check-in: 32746dd0ab user: imagic tags: trunk) | |
| 14:30 | Update `ewd` dependency. ... (check-in: c979e792ee user: imagic tags: trunk) | |
|
2025-09-15
| ||
| 14:42 | Remove `shapi` dependency. ... (check-in: d48d86cbcf user: imagic tags: trunk) | |
| 14:22 | Integrate dependencies directly into the project. ... (check-in: f9a9a13215 user: imagic tags: trunk) | |
|
2025-09-13
| ||
| 20:03 | Fix missing contribution when using a spell against a mob. ... (check-in: e4d075487c user: imagic tags: trunk) | |
| 19:23 | Finish map effects implementation (script effects). ... (check-in: 1fcd1686e0 user: imagic tags: trunk) | |
| 15:28 | Prevent randomly moving events (and more) from traversing other events. ... (check-in: c1cd74030c user: imagic tags: trunk) | |