|
07560e605a
|
Use parking_lot::RwLock instead of tokio::sync::RwLock
See https://docs.rs/tokio/latest/tokio/sync/struct.Mutex.html\#which-kind-of-mutex-should-you-use (same applies for RwLock). We don't need an asynchronous Mutex/RwLock for data.
|
2024-06-02 22:27:43 +03:00 |
|
|
a7f7102266
|
Proper spawn of SceneUnits (no more hardcoded entities, finally)
|
2024-05-31 21:57:15 +03:00 |
|
|
f0fe7622b2
|
Use recently stabilized std::sync::LazyLock and remove lazy_static
|
2024-05-27 23:19:03 +03:00 |
|
|
eead7e1573
|
SDKServer: config & entry structures
|
2024-05-26 22:08:56 +03:00 |
|
|
650dab7606
|
Remove AtomicRefCell
|
2024-05-26 19:00:45 +03:00 |
|
|
7434dabceb
|
TemplateCollections are now in TSV format
|
2024-05-26 12:04:04 +03:00 |
|
|
0e0a78abaa
|
Proper character HP in battle, fix some ordering issues
|
2024-05-25 13:07:56 +03:00 |
|
|
eb641d67fb
|
Server configuration rework
|
2024-05-24 19:45:45 +03:00 |
|
|
921f9f932a
|
Implement NPC interactions
|
2024-03-19 18:52:36 +03:00 |
|
|
6c89b18e7a
|
First push
|
2024-03-19 08:30:08 +03:00 |
|