Commit graph

60 commits

Author SHA1 Message Date
bgkillas
19315ef268 use only 1 pixel type, add testing for world and fix some logic errors 2025-08-29 18:42:43 -04:00
bgkillas
2d617b900d remove some unused depends and update egui, still cant figure out how to update steamworks i think this was setup in a way they do not like or smth brain too tired to think of threading 2025-08-26 20:14:19 -04:00
bgkillas
f78070e1b5 try to implement world sync, prob made some mistakes but no crash is good enough for me 2025-08-20 23:01:53 -04:00
bgkillas
200e156e42 add entity create new 2025-08-10 17:21:00 -04:00
bgkillas
64b44826de fix new game 2025-07-23 16:57:13 -04:00
bgkillas
3d530ca648 get all vtables, more ewext world data setup 2025-07-15 08:19:09 -04:00
bgkillas
067570672d refactor a bunch of things to get ready for rust world sync 2025-07-13 21:06:05 -04:00
bgkillas
3500537709 move stuff noita and world stuff to noita_api 2025-07-10 11:40:11 -04:00
bgkillas
c905ef4de1 whoops accidentally modified ewext 2025-07-03 14:51:05 -04:00
bgkillas
0154d41b13 move blob guy here and move noita api outside of ewext and noitaapimacro inside of noitaapi 2025-06-27 10:22:14 -04:00
bgkillas
12e1a7cfb5 Automated commit: v1.6.0 2025-06-26 16:53:12 -04:00
bgkillas
6cd1c092e5 use smallvec for entity cache, use set array size for stains 2025-06-23 01:02:11 -04:00
bgkillas
e93db76c77 initial entity cache setup(buggy) 2025-06-21 21:11:33 -04:00
bgkillas
4ff4fd3437 update dependencies(i wanted to update cpal but waiting on rodio :c) 2025-06-17 16:03:58 -04:00
bgkillas
ae77a8f01b Automated commit: v1.5.2 2025-04-28 14:26:34 -04:00
bgkillas
49376c7e9b Automated commit: v1.5.0 2025-03-15 13:51:32 -04:00
bgkillas
10e59d49ae Automated commit: v1.4.11 2025-03-13 11:20:07 -04:00
bgkillas
b579221ffa Automated commit: v1.4.10 2025-03-12 19:33:18 -04:00
bgkillas
016e0e36f2 Automated commit: v1.4.9 2025-03-12 00:05:26 -04:00
bgkillas
29e1d7b3e6 Automated commit: v1.4.8 2025-03-11 19:26:56 -04:00
bgkillas
0b8fa831ca Automated commit: v1.4.7 2025-03-10 02:26:59 -04:00
bgkillas
8d02f47275 Automated commit: v1.4.6 2025-03-08 19:54:35 -05:00
bgkillas
f20b376955 Automated commit: v1.4.5 2025-03-08 12:51:05 -05:00
bgkillas
348e3c50b2 Automated commit: v1.4.2 2025-03-02 11:53:58 -05:00
bgkillas
54c2fdd36f Automated commit: v1.4.1 2025-03-02 02:28:43 -05:00
bgkillas
d44f882fa8 Automated commit: v1.3.0 2025-02-27 19:49:21 -05:00
bgkillas
115ede6d61 Automated commit: v1.2.9 2025-02-26 10:39:25 -05:00
bgkillas
9397bdb079 Automated commit: v1.2.8 2025-02-25 10:45:05 -05:00
bgkillas
eb13253db6 fix hp glitch, maybe help performance 2025-02-23 21:16:39 -05:00
bgkillas
038dec96d9 fix some lints 2025-02-20 18:39:49 -05:00
bgkillas
09ee0f34ba dont double count damage numbers 2025-02-20 09:15:46 -05:00
bgkillas
e7558e21f6 Automated commit: v1.1.0 2025-02-09 13:14:01 -05:00
bgkillas
2259b9f0a9 Automated commit: v1.0.11 2025-02-08 21:33:44 -05:00
bgkillas
fe854e1622 update some packages 2025-02-08 10:03:56 -05:00
bgkillas
917d355427 Automated commit: v1.0.0 2025-01-26 16:22:28 -05:00
bgkillas
b4a4b7a409 dont allow duping items, fix poly enemies 2025-01-20 21:17:21 -05:00
bgkillas
38576afc61 try to sync game effects 2025-01-15 08:32:24 -05:00
bgkillas
48eed8fd6f fix twwe glitch and an error with poly, move some des stuff 2025-01-10 08:32:54 -05:00
IQuant
3627720167 Tmp 2025-01-08 18:49:04 +03:00
bgkillas
4e69828253 fix teleport cast as notplayer and not syncing correctly 2025-01-03 01:06:02 -05:00
IQuant
28f61d727a More wip des stuff 2025-01-01 20:58:24 +03:00
IQuant
69977329b2 Wip stuff 2025-01-01 20:50:36 +03:00
IQuant
41d2b51473 ewext: keep self loaded in memory between new games. 2025-01-01 20:50:36 +03:00
bgkillas
3c01865fac update egui and other packages, fix tether a bit 2024-12-16 17:54:16 -05:00
bgkillas
c821beda0b move some settings to in game settings, remove unused dependencys 2024-12-03 10:42:48 -05:00
IQuant
67b3d8a825 Another rewrite of noita to proxy communication. 2024-12-03 18:05:52 +03:00
IQuant
ba7a561ffd Automated commit: v0.30.8 2024-11-30 19:54:49 +03:00
IQuant
75d39b2ca5 Switch to ewext for connection between noita and the proxy. 2024-11-29 21:35:18 +03:00
IQuant
66a5a009e2 Split noita api stuff into it's own crate 2024-11-25 17:44:56 +03:00
IQuant
c781187e57 Allow returning errors from ewext functions to lua. 2024-11-24 20:58:44 +03:00