1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-12 10:40:42 +00:00
Commit Graph

1111 Commits

Author SHA1 Message Date
Tim Sarbin
d18243102b Yet another yaml fix 2020-12-29 15:29:15 -05:00
Tim Sarbin
a4db59931c
Merge pull request #1012 from essial/master
Fix yaml errors
2020-12-29 15:25:23 -05:00
Tim Sarbin
23f05752b3 Fix yaml errors 2020-12-29 15:24:17 -05:00
Tim Sarbin
72f34ea14e
Merge pull request #1011 from essial/master
Fiddling with actions names
2020-12-29 15:21:57 -05:00
Tim Sarbin
b18936eed0 Updated workflows 2020-12-29 15:20:24 -05:00
Tim Sarbin
edd0cb0aae Fiddling with actions names 2020-12-29 15:16:18 -05:00
Tim Sarbin
2a3b5b143a
Merge pull request #1010 from essial/master
remove build job requirement
2020-12-29 15:11:00 -05:00
Tim Sarbin
97a2923b25 remove build job requirement 2020-12-29 15:05:48 -05:00
Tim Sarbin
c8723656c1
Merge pull request #1009 from essial/master
Switched to self hosted build agent
2020-12-29 15:04:02 -05:00
Tim Sarbin
15729b8691 Removed PR requirement for action 2020-12-29 15:01:40 -05:00
Tim Sarbin
936b3d5de5 Switched to self hosted build agent 2020-12-29 11:05:52 -05:00
Tim Sarbin
427170e2e8
Merge pull request #1001 from gucio321/game-control-refactor
Game control refactor
2020-12-28 20:27:33 -05:00
Tim Sarbin
4b870de39e
Merge pull request #1008 from ianling/master
Networking bugfixes and cleanup
2020-12-28 20:26:43 -05:00
Ian Ling
3936e01afb Networking bugfixes and cleanup
Make sure connections close properly, without weird error messages
Remove player map entity when a player disconnects from a multiplayer game
Close server properly when host disconnects, handle ServerClose on remote clients
Don't mix JSON decoders and raw TCP writes
Actually handle incoming packets from remote clients
General code cleanup for simplicity and consistency
2020-12-28 13:33:17 -08:00
Tim Sarbin
f3a869c2be
Merge pull request #1006 from Intyre/engine
Reduce GetTiles slice allocation
2020-12-23 22:32:50 -05:00
Intyre
9ce9c2f848 Reduce GetTiles slice allocation 2020-12-23 22:03:57 +01:00
Tim Sarbin
a8ebddb917
Merge pull request #1004 from Intyre/linter
Fixed gocritic linter issues
2020-12-23 15:44:11 -05:00
Tim Sarbin
49c54c5fae
Merge pull request #1003 from Intyre/d2datautils
Refactored Stream Writer and Reader
2020-12-23 15:43:20 -05:00
Intyre
5f9e06c09c Fixed gocritic linter issues 2020-12-23 11:02:58 +01:00
Intyre
1e91df996c Refactor StreamReader 2020-12-23 10:43:33 +01:00
Intyre
b78dca52c2 Refactor StreamWriter 2020-12-23 10:43:33 +01:00
Tim Sarbin
8a7514cd1a
Merge pull request #1002 from gucio321/hotfix3
fixed bug with terminal's logLevel
2020-12-22 17:09:50 -05:00
Tim Sarbin
b4f1e8cbbd
Merge pull request #1000 from gucio321/multi-language-support
ckecked value of italian modifier
2020-12-22 09:25:20 -05:00
M. Sz
e6dd0bc35d fixed bug with terminal's logLevel 2020-12-22 15:18:14 +01:00
M. Sz
0e2ca7d851 removed unnecessary switch-case statments from onKeyUp and onEscKey 2020-12-22 15:00:24 +01:00
M. Sz
3a5175f034 fixed build and lint errors 2020-12-22 14:28:29 +01:00
M. Sz
8700d63f67 game-controls refactor 2020-12-22 14:21:34 +01:00
M. Sz
bc17f2c422 ckecked value of italian modifier 2020-12-22 10:45:30 +01:00
Tim Sarbin
0f658d5dec
Merge pull request #999 from Intyre/term
Cleaned up d2term
2020-12-21 20:21:20 -05:00
Tim Sarbin
f86365694b
Merge pull request #996 from gucio321/skill-icons
skill select menu dependencies
2020-12-21 19:25:49 -05:00
Intyre
570ec238ff Fixed linter issues 2020-12-21 22:22:27 +01:00
Intyre
74a006c252 A wild } appeared 2020-12-21 22:00:07 +01:00
Intyre
04ec879035 Cleaned up d2term 2020-12-21 21:46:58 +01:00
M. Sz
0c04e9b3d5 skill select menu dependencies (when we open skillselect menu, other panels are closed) 2020-12-21 17:37:59 +01:00
Tim Sarbin
8a55e1bd4b
Merge pull request #995 from gucio321/tcp-ip-tips
tip-labels in tcpip menu
2020-12-21 08:21:48 -05:00
M. Sz
2869aea4f5 tip-labels in tcpip menu 2020-12-21 12:48:59 +01:00
Tim Sarbin
fdbfc9a58e
Merge pull request #993 from gucio321/onHover-bugs2
Revert "fixed onHover bug in d2ui.Sprite"
2020-12-20 12:28:17 -05:00
M. Sz
40c2fac4f8 Revert "fixed onHover bug in d2ui.Sprite"
This reverts commit 8b557062fb.
2020-12-20 13:51:29 +01:00
gucio321
5409dc4ef2
fixed onHover bug in d2ui.Label (#991)
Co-authored-by: M. Sz <mszeptuch@protonmail.com>
2020-12-19 12:28:40 -08:00
gucio321
fbfea917cb
added static checks to d2ui (#990)
Co-authored-by: M. Sz <mszeptuch@protonmail.com>
2020-12-19 12:28:07 -08:00
gucio321
540f285468
fixed onHover bug in d2ui.Sprite (#992)
Co-authored-by: M. Sz <mszeptuch@protonmail.com>
2020-12-19 12:05:41 -08:00
Tim Sarbin
a4a7c8d7e7
Merge pull request #988 from Intyre/log
Cleanup d2records logging
2020-12-18 19:24:01 -05:00
Intyre
ec91203782 Renamed MonStat2Record 2020-12-18 19:03:13 +01:00
Intyre
05e9f34765 Renamed ObjectDetailRecord 2020-12-18 19:02:34 +01:00
Intyre
2dc490b152 Renamed MonStatRecord 2020-12-18 18:59:29 +01:00
Intyre
af6a8272dd Renamed SoundDetailRecord 2020-12-18 18:51:41 +01:00
Intyre
a62e21a572 Renamed CharStatRecord 2020-12-18 18:50:42 +01:00
Intyre
c7288eec38 Cleanup d2records logging 2020-12-18 18:46:34 +01:00
Tim Sarbin
7509a0d963
Merge pull request #986 from Intyre/pr
Replaced kingpin with flag package
2020-12-18 12:22:34 -05:00
Tim Sarbin
719480e95b
Merge pull request #985 from gucio321/hotfix
level-up buttons tooltips
2020-12-18 12:21:51 -05:00