k0t9i
|
604ba8af9b
|
fix: remove exception throwing from game threads
|
2023-10-26 22:13:23 +04:00 |
|
k0t9i
|
ee11faf0ce
|
Merge branch 'master' of https://github.com/k0t9i/L2Bot2.0
|
2023-10-19 10:05:35 +04:00 |
|
k0t9i
|
2e025fd0cf
|
feat: add some low level error handling
|
2023-10-19 10:04:52 +04:00 |
|
k0t9i
|
641e20e82a
|
fix: restore UGameEngine::Tick on exit
|
2023-10-18 23:29:51 +04:00 |
|
k0t9i
|
8ea599ccc6
|
fix: do not stop world handler in destructor
|
2023-10-18 23:28:15 +04:00 |
|
k0t9i
|
24b7055136
|
refactor: config log channels for debug env
|
2023-10-18 15:59:18 +04:00 |
|
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
|
3050c58881
|
fix: fix bot screenshot
|
2023-08-09 02:20:18 +05:00 |
|
k0t9i
|
d47ad68ff0
|
refactor: create LICENSE
|
2023-08-09 02:14:09 +05:00 |
|
k0t9i
|
c31bc2597e
|
refactor: create README.md
|
2023-08-09 02:09:36 +05:00 |
|
k0t9i
|
ac7bde68e9
|
feat: add vital stats to players
|
2023-02-27 23:43:08 +04:00 |
|
k0t9i
|
f450a7cc0e
|
feat: add vital stats to players
|
2023-02-27 23:37:53 +04:00 |
|
k0t9i
|
8eea2ded26
|
fix: fix binding to item name
|
2023-02-16 21:24:16 +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
|
bb4538794b
|
feat: change zoom action to mouse wheel
|
2023-02-10 13:58:54 +04:00 |
|
k0t9i
|
123d039263
|
feat: add highlighting for target in creature list
|
2023-02-09 23:07:57 +04:00 |
|
k0t9i
|
ad5d7a5159
|
feat: add outgoing messages to client
|
2023-02-09 22:45:08 +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
|
130cdc6bca
|
fix: change target on hero created
|
2023-02-07 23:18:43 +04:00 |
|
k0t9i
|
2480563914
|
feat: add creatures and drops on the map
|
2023-02-07 22:21:15 +04:00 |
|
k0t9i
|
d03f37fbf7
|
feat: add map drawing
|
2023-02-02 21:54:08 +04:00 |
|
k0t9i
|
c35f4e317a
|
feat: add items #wip
|
2023-02-02 16:54:38 +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
|
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 |
|