1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-11 18:20:42 +00:00
Commit Graph

1392 Commits

Author SHA1 Message Date
Tim Sarbin
42a41d4817
Merge branch 'master' into hotfix2 2021-02-02 08:54:17 -05:00
Tim Sarbin
a2f298a8ce
Merge pull request #1041 from gucio321/lintfix
lintfix: gomnd
2021-02-02 08:53:52 -05:00
M. Sz
909a0a9939 lintfix: gomnd 2021-02-02 12:02:11 +01:00
M. Sz
20f2649b65 asset manager: merged TranslateLabel to TranslateString 2021-02-02 10:15:18 +01:00
M. Sz
5a0571763e data encoding: tbl 2021-02-02 10:08:32 +01:00
M. Sz
2ebb36eba8 fixed stream-writer's test bug 2021-02-01 20:58:29 +01:00
M. Sz
84c87b2eb8 data encoding: DC6 2021-02-01 12:57:02 +01:00
Tim Sarbin
60c1b4ea26
Merge pull request #1038 from gucio321/data-converting
Data encoder: COF
2021-02-01 06:51:48 -05:00
M. Sz
7781b2cd6b removed PushByte method from StreamWriter 2021-02-01 11:20:44 +01:00
M. Sz
0fec9473ed rename: PushBytes(b []byte) -> PushBytes(b ...byte) 2021-02-01 11:15:42 +01:00
M. Sz
0f32ad5d62 data encoder: COF remade Cof encoder to use stream writter 2021-01-31 19:14:18 +01:00
gucio321
c5eb602de0
Update cof.go 2021-01-31 12:11:54 +01:00
gucio321
d0288e309f
removed WIP code 2021-01-30 18:31:44 +01:00
M. Sz
157f110105 data encoding: added COF encoder 2021-01-30 18:23:00 +01:00
Tim Sarbin
374944dfc4
Merge pull request #1036 from gucio321/hotfix
circleci update
2021-01-27 09:38:26 -05:00
M. Sz
a24b7550cf circleci update 2021-01-27 09:18:16 +01:00
Tim Sarbin
5756d738d4
Merge pull request #1035 from gucio321/hotfix
readme update: removed unnecessary instructions from Contribute section
2021-01-26 20:29:37 -05:00
M. Sz
9b06fccb6d readme update: removed unnecessary instructions from Contribute section 2021-01-25 21:24:41 +01:00
Tim Sarbin
08d0a0fce2
Merge pull request #1034 from sz33psz/inventory_tooltips_fixes
Hotfix: Inventory display bugs
2021-01-25 09:56:10 -05:00
Tim Sarbin
987a2f5094
Merge branch 'master' into inventory_tooltips_fixes 2021-01-25 09:54:57 -05:00
Tim Sarbin
c0c8df6701
Merge pull request #1033 from cardoso/fix/close_panel_viewport
Fix viewport and minipanel positions when closing panels via UI button
2021-01-25 09:54:40 -05:00
Tim Sarbin
b4e6880cca
Merge branch 'master' into fix/close_panel_viewport 2021-01-25 09:53:12 -05:00
Tim Sarbin
b7287ea3f0
Merge pull request #1032 from gucio321/hotfix
Hotfix: towo minor bugs
2021-01-25 09:53:00 -05:00
sz33psz
220f0febaa Linter error fixes
Fixed inventory display bugs
- Tooltip doesn't hide when was visible and inventory window was closed using keyboard
2021-01-23 18:08:03 +01:00
sz33psz
ac572e3bf5 Fixed inventory display bugs
- No tooltips for equipped items
- Item tooltips are rendered before UI Frames
2021-01-23 13:50:04 +01:00
cardoso
7dd00645cd Fix mini panel not moving back on panel close button pressed 2021-01-22 15:50:03 -03:00
cardoso
f83c74ffde Fix layout/viewport not updated when panel is closed from UI button 2021-01-22 15:14:24 -03:00
M. Sz
67525c8f4d game control: fixed panics on game start, when single player (party panel wasn't created) 2021-01-20 08:48:55 +01:00
M. Sz
a126242f9f main menu: btnServerIPOk label 2021-01-19 19:42:17 +01:00
M. Sz
c9859f25d3 party panel: party panel is created only, when game isn't singlePlayer game 2021-01-19 19:36:16 +01:00
Tim Sarbin
e982430c55
Merge pull request #1031 from gucio321/party-screen
Party Panel
2021-01-19 12:55:11 -05:00
M. Sz
931df47607 d2ui: completed ButtonTypePartyBUtton's layout literal 2021-01-19 18:50:07 +01:00
M. Sz
27ca1c84ef party panel: removed unnecessary test data 2021-01-19 17:59:58 +01:00
M. Sz
b25bbe31f4 d2ui: rename NewCustomButton -> NewDefaultButton; lintfix 2021-01-19 17:47:42 +01:00
M. Sz
07eeec4827 party panel: rearranged constants (moved part of them into d2enum) 2021-01-19 17:39:40 +01:00
M. Sz
57bf4078b6 party panel: tooltip over players' names, players' colors, invite button, level -> lvl, relationships button has gets ret if disabled; d2ui improvement: addeded switcher's enabled methods 2021-01-19 14:09:22 +01:00
M. Sz
9a7f27ae83 party panel: party panel & multiplayer init 2021-01-18 21:11:50 +01:00
M. Sz
151ed22c7c party panel: "seeing" and "listening" buttons' tooltips; d2ui improvement: added missed methods to switchable button widget 2021-01-18 15:17:18 +01:00
M. Sz
74f7705165 party panel: moved colors to panel's constants, removed index requirement from AddPlayer method 2021-01-18 13:08:51 +01:00
M. Sz
bdf640c2b1 party panel: party index refactor 2021-01-18 12:39:41 +01:00
M. Sz
63ef18c178 party panel: party-index management methods 2021-01-18 10:08:33 +01:00
M. Sz
81ebabeeff party panel: bar positioning 2021-01-17 21:00:21 +01:00
M. Sz
71e4470c25 party panel: colored labels; d2ui improvement: SwitchableButton.SetState() method; lintfix 2021-01-17 20:47:40 +01:00
M. Sz
6e82942b1f party panel: level label 2021-01-17 18:46:38 +01:00
M. Sz
9fb6c17d62 rename: *dezactivate* -> *deactivate* 2021-01-16 22:04:05 +01:00
M. Sz
ebfee273ac lintfix: fixed lint errors 2021-01-16 21:59:44 +01:00
M. Sz
bd3fc4bb25 party panel: switchers creator, party indexes (name, classs labels and switchers) 2021-01-16 21:59:44 +01:00
M. Sz
dbacb63fae party panel: removed commented out code 2021-01-16 21:59:44 +01:00
M. Sz
877da921bf lintfix: fixed lint errors 2021-01-16 21:59:44 +01:00
M. Sz
4575df572f d2ui improvement: added switchable button widget to d2ui 2021-01-16 21:59:44 +01:00