Lucas Schwiderski lucas
  • Germany
  • Joined on 2021-11-14
lucas pushed to master at lucas/serde_sjson 2023-02-18 18:37:53 +01:00
fc5d8b25fb version: v0.2.2
5a367bc478 fix: Fix deserializing arrays and structs
Compare 2 commits »
lucas commented on issue lucas/serde_sjson#1 2023-02-18 17:14:52 +01:00
Failing to deserialize an array value

The parser provides the expected tokens, so this seems to originate in de-serialization.

lucas opened issue lucas/serde_sjson#1 2023-02-18 16:46:14 +01:00
Failing to deserialize an array value
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-02-18 10:20:33 +01:00
e65579d8aa feat(dtmm): Implement rudimentary mod deployment
cb9f154f1e fix(sdk): Fix lua file compilation
2cda35032c feat(dtmm): Implement rudimentary mod managing UI
8b2ca0e45a feat(dtmm): Improve logging output format
16bfe88101 feat(sdk): Link LuaJIT for bytecode compilation
Compare 5 commits »
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-02-17 22:52:46 +01:00
d90da10dac feat(sdk): Link LuaJIT for bytecode compilation
df06182ca0 fix(sdk): Fix file header binary format
110108004d fix(dtmt): Fix dictionary lookup for all groups
036c20bd8c feat(lib): Implement IdString type
Compare 7 commits »
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-02-16 17:14:04 +01:00
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-02-08 14:44:21 +01:00
6b01511d22 refactor(main_window): Combine window size into one variable
073a91d788 bug(sdk): Fix type conversion recursion
61b3a07666 feat(sdk): Implement bundle database handling
204ce1e163 feat(dtmm): Create initial mod manager window
Compare 6 commits »
lucas pushed to master at bitsquid_dt/dtmt 2023-02-08 14:35:11 +01:00
9f84340b73 refactor: Extract Oodle into separate library
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-02-01 21:16:24 +01:00
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-02-01 20:05:18 +01:00
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-02-01 15:11:56 +01:00
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-01-31 22:23:04 +01:00
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-01-31 19:21:35 +01:00
033eb210d6 refactor(main_window): Combine window size into one variable
c08cddf6e7 bug(sdk): Fix type conversion recursion
3127be0323 feat(sdk): Implement bundle database handling
Compare 4 commits »
lucas opened issue bitsquid_dt/dtmt#6 2023-01-30 16:20:25 +01:00
Create virtual file system for mod manager
lucas opened issue bitsquid_dt/dtmt#5 2023-01-27 16:23:32 +01:00
Mod Manager
lucas commented on issue bitsquid_dt/dtmt#4 2023-01-27 14:02:38 +01:00
Compile against LuaJIT for bytecode generation

Boilerplate code for that crate:

fn main() {
    let mut state = State::new();
    state.open_string();
    let is_strip_debug = false;
    let input = todo!("get Lua code");
   
lucas opened issue bitsquid_dt/dtmt#4 2023-01-27 13:56:57 +01:00
Compile against LuaJIT for bytecode generation
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-01-19 23:19:17 +01:00
lucas pushed to feat/dtmm at bitsquid_dt/dtmt 2023-01-19 19:12:35 +01:00
lucas pushed to feat/widget-extra at bitsquid_dt/dtmt 2023-01-18 21:44:29 +01:00