Commit Graph

58 Commits

Author SHA1 Message Date
k0t9i
0e6d8dec86 fix: move some methods from network handler to game engine wrapper 2023-02-01 22:44:39 +04:00
k0t9i
6cbf61d67f fix: fix item creation 2023-02-01 22:29:36 +04:00
k0t9i
546b371dd6 fix: fix game crash on skill list open 2023-02-01 21:51:28 +04:00
k0t9i
ec54d22c65 refactor: remove possible null warning from Skill 2023-02-01 16:45:45 +04:00
k0t9i
1bd107ad0a fix: add lock to repositories 2023-02-01 16:45:12 +04:00
k0t9i
9a0204c6ed featL add skill component 2023-02-01 14:48:59 +04:00
k0t9i
32fdef9b1c feat: add skills 2023-02-01 00:30:20 +04:00
k0t9i
823241ef32 fix: update all skill on skill created event 2023-02-01 00:15:20 +04:00
k0t9i
123037cf23 fix: nake weight and max weight 32bit 2023-02-01 00:14:22 +04:00
k0t9i
4dc08f3139 feat: add more info to target panel 2023-01-31 20:18:10 +04:00
k0t9i
24e6c4a180 refactor: add creature extensions 2023-01-31 19:14:45 +04:00
k0t9i
5388dea95f refactor: rename NotifyPropertyChanged to ObservableObject 2023-01-31 19:09:07 +04:00
k0t9i
bd50473bfb feat: add hero target 2023-01-31 17:35:18 +04:00
k0t9i
d2b20e0666 feat: add events for drop and chat message 2023-01-31 16:14:13 +04:00
k0t9i
31febdd341 feat: create creature interface 2023-01-31 15:14:19 +04:00
k0t9i
b8b92b7cf8 feat: add event bus 2023-01-31 14:45:40 +04:00
k0t9i
ea6778a3bd feat: cleanup in summary info 2023-01-31 01:12:02 +04:00
k0t9i
89cec4f40f feat: add npc info (level and aggro radius) 2023-01-31 00:32:26 +04:00
k0t9i
a8734a4ca0 feat: send test command to the bot 2023-01-31 00:31:57 +04:00
k0t9i
57d6a61791 feat: add StatsBar component 2023-01-30 19:33:48 +04:00
k0t9i
35e3f5e487 refactor: add removeAll method to observable collection 2023-01-30 19:13:37 +04:00
k0t9i
905b189bf2 fix: fix calculation of exp percentage 2023-01-30 19:13:01 +04:00
k0t9i
a8adf23959 feat: add hero stats panel 2023-01-29 23:38:42 +04:00
k0t9i
f8b0b4b894 feat: add experience info helper 2023-01-29 21:46:46 +04:00
k0t9i
8b27c84a9e feat: add view models for all entities 2023-01-29 20:44:24 +04:00
k0t9i
16630de6a4 feat: add config file 2023-01-28 17:43:41 +04:00
k0t9i
4778f1c478 feat: add npc and players 2023-01-28 16:44:41 +04:00
k0t9i
340e91b325 feat: add chat messages 2023-01-28 16:32:10 +04:00
k0t9i
42d594bbbb feat: create window client app 2023-01-28 14:54:49 +04:00
k0t9i
1d77bceeff refactor: add fixme 2023-01-26 15:07:56 +04:00
k0t9i
112c20b7d3 feat: change message api to one interface 2023-01-26 14:58:19 +04:00
k0t9i
2a3e39019e fix: rename id-field to id 2023-01-26 14:57:06 +04:00
k0t9i
54a4514a53 refactor: move dll loading into c# client 2023-01-26 02:03:08 +04:00
k0t9i
7ad3ff4081 refactor: add simple c# client 2023-01-26 01:36:49 +04:00
k0t9i
eb7bfc779b refactor: switch to wide string 2023-01-25 19:53:02 +04:00
k0t9i
f7198a13ef feat: add chat messages 2023-01-25 18:42:53 +04:00
k0t9i
b3bb4a52f3 refactor: rename enums 2023-01-25 17:49:50 +04:00
k0t9i
d7c0375416 feat: add enchant helper 2023-01-25 15:59:34 +04:00
k0t9i
1d0dbf86c3 feat: remove outdated items and skills 2023-01-25 14:55:38 +04:00
k0t9i
e0c7445ef7 feat: add abnormal effects 2023-01-25 01:56:21 +04:00
k0t9i
d6c15ee0c2 refactor: change abbreviations to full form 2023-01-25 00:24:31 +04:00
k0t9i
d48e910603 fix: change creature pAttack, pDefence to 32 bit 2023-01-25 00:19:16 +04:00
k0t9i
a2bcb25f0e feat: add autouse of items 2023-01-25 00:17:35 +04:00
k0t9i
4cfb986ce0 feat: add enchant value to pdef/mdef, patk/matk 2023-01-24 23:50:59 +04:00
k0t9i
ca0183603f feat: add weapon and shield items 2023-01-24 18:37:47 +04:00
k0t9i
2b94f823f2 feat: add armor item 2023-01-24 17:23:53 +04:00
k0t9i
43f38c7a57 feat: add base item 2023-01-24 02:49:35 +04:00
k0t9i
6ca8752108 fix: set is new object attribute to false 2023-01-24 01:08:49 +04:00
k0t9i
3755e45ac6 feat: check if a creature really sweepable 2023-01-24 00:36:12 +04:00
k0t9i
e6e20a1e08 refactor: use references where possible 2023-01-24 00:05:06 +04:00