k0t9i
|
521af7c00e
|
feat: add exceptions
|
2023-10-18 13:28:29 +04:00 |
|
k0t9i
|
a2428bb0d1
|
feat: add some info and app logging messages
|
2023-10-17 23:08:41 +04:00 |
|
k0t9i
|
ab85800275
|
feat: add logger
|
2023-10-17 20:20:25 +04:00 |
|
k0t9i
|
03e61a9b9a
|
refactor: move events and service locator into core project
|
2023-10-17 14:16:58 +04:00 |
|
k0t9i
|
9836ef3a17
|
refactor: switch world handler parameters to map of repositories
|
2023-10-16 23:50:29 +04:00 |
|
k0t9i
|
ede55a870e
|
refactor: move event disptacher into service locator
|
2023-10-16 23:38:01 +04:00 |
|
k0t9i
|
b948273172
|
fix: send HeroDeletedEvent only if hero actually removed
|
2023-10-16 17:51:11 +04:00 |
|
k0t9i
|
2c475e69f3
|
refactor: add services for imcoming and outgoing messages
|
2023-10-16 17:41:25 +04:00 |
|
k0t9i
|
787f4969ed
|
refactor: remove unnecessary classes
|
2023-10-16 00:03:43 +04:00 |
|
k0t9i
|
a7a9b626f4
|
refactor: change skill updating
|
2023-10-13 00:12:55 +04:00 |
|
k0t9i
|
f450a7cc0e
|
feat: add vital stats to players
|
2023-02-27 23:37:53 +04:00 |
|
k0t9i
|
7276b24249
|
fix: fix toggle soulshot method
|
2023-02-10 19:00:56 +04:00 |
|
k0t9i
|
81e26a7e52
|
refactor: replace unique_ptr to shared_ptr
|
2023-02-10 18:49:47 +04:00 |
|
k0t9i
|
abcf3b20c0
|
fix: hook GetItem method
|
2023-02-09 22:44:27 +04:00 |
|
k0t9i
|
eefb5d40ae
|
feat: add incoming messages to bot
|
2023-02-09 18:30:07 +04:00 |
|
k0t9i
|
03423d0c41
|
feat: add update items from server
|
2023-02-01 23:37:44 +04:00 |
|
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
|
1bd107ad0a
|
fix: add lock to repositories
|
2023-02-01 16:45:12 +04:00 |
|
k0t9i
|
823241ef32
|
fix: update all skill on skill created event
|
2023-02-01 00:15:20 +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
|
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
|
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
|
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 |
|
k0t9i
|
e127d94902
|
refactor: switch strings to string references
|
2023-01-23 23:58:45 +04:00 |
|
k0t9i
|
9592833ddf
|
refactor: remove usage of raw pointers
|
2023-01-23 23:48:35 +04:00 |
|
k0t9i
|
032581512d
|
feat: use shared_ptr for object state
|
2023-01-23 23:40:51 +04:00 |
|
k0t9i
|
3ccdf1d9e4
|
feat: use unique_ptr in skill repository
|
2023-01-23 22:34:20 +04:00 |
|
k0t9i
|
c01d1c3549
|
feat: use unique ptr
|
2023-01-23 13:32:10 +04:00 |
|
k0t9i
|
7637260d19
|
feat: change dtos to entities
|
2023-01-21 13:15:11 +04:00 |
|
k0t9i
|
3c20df7683
|
Add project files.
|
2023-01-16 15:33:32 +04:00 |
|