Marcel Märtens
|
4be1e82ba9
|
update further dependencies
|
2023-05-04 23:42:05 +02:00 |
|
juliancoffee
|
fba89517de
|
Move Veloren to 2021 edition
|
2022-01-26 16:46:40 +02:00 |
|
Dr. Dystopia
|
70d0840e96
|
Resolve unused '#[allow(clippy::unnecessary_wraps)]' error supressions
|
2021-07-24 20:14:26 +02:00 |
|
ccgauche
|
bece2cfc76
|
Reduced unsafe
|
2021-03-02 17:41:28 +01:00 |
|
ccgauche
|
6dffd1a9e2
|
Added a Global State API in plugins
|
2021-03-02 17:15:19 +01:00 |
|
ccgauche
|
dbd4d70b79
|
Lots of improvement in pointer management (switched from i32 to u64) + New event implemented
|
2021-03-01 19:00:44 +01:00 |
|
ccgauche
|
1597fcc79e
|
Fixed the plugin compilation and added comments
TODO: Remove compilation errors on WASM side (while using common).
|
2021-02-22 23:59:25 +01:00 |
|
ccgauche
|
8a693d9fde
|
New cleaner safer version
|
2021-02-22 23:59:15 +01:00 |
|
Marcel Märtens
|
6390e758d4
|
fix clippy in all examples.
added a ignore for plugins, as we cannot remove the `Result<>` type, it is necessary
|
2021-01-13 15:06:04 +01:00 |
|
Joshua Barretto
|
fc96fd780b
|
Moved plugin API to Uid instead of usize for entity IDs, hello plugin to an example
|
2020-12-13 23:08:15 +00:00 |
|
Joshua Barretto
|
2743825181
|
Force type-correct hooks, renamed proc macro
|
2020-12-13 17:15:33 +00:00 |
|
Joshua Barretto
|
780f54ac90
|
Reorganised plugin crates
|
2020-12-13 17:15:32 +00:00 |
|