1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 04:25:23 +00:00
Commit Graph

1351 Commits

Author SHA1 Message Date
M. Sz
352e78ffba d2enum: lintfix 2021-03-11 09:29:08 +01:00
M. Sz
a662bbaeb4 d2enum: move compositeType.Name method int composite_type.go; lintfix 2021-03-11 09:22:50 +01:00
M. Sz
00bd2c52a0 d2enum: weapon class: Name method 2021-03-11 09:11:54 +01:00
M. Sz
36f356d0c3 d2enum: draw effect string 2021-03-11 08:35:14 +01:00
M. Sz
e7ea9cacce d2enum: composite_type: removed Int method 2021-03-11 08:23:50 +01:00
Tim Sarbin
fbd675c076
Delete .travis.yml 2021-03-04 17:10:03 -05:00
Tim Sarbin
09763f4cd2
Delete pullRequest.yml 2021-03-04 17:08:25 -05:00
Tim Sarbin
5e29ea8219
Merge pull request #1086 from gucio321/anim-data-encoder
animation data: methods for edition animation data records count and animation entries
2021-03-04 16:52:14 -05:00
M. Sz
fb7279f6b0 animation data: lintfix 2021-03-04 11:55:33 +01:00
M. Sz
98539befe3 animation data: Add/Delete entry methods 2021-03-04 11:52:08 +01:00
M. Sz
2e2d086d71 animation data: lintfix 2021-03-04 11:37:16 +01:00
M. Sz
c603eaafbc animation data: methods for edition animation data records count 2021-03-04 11:35:42 +01:00
gravestench
b72017dbd9
Merge pull request #1079 from gucio321/anim-data-encoder
animation data: methods for editing
2021-03-03 11:13:35 -08:00
gravestench
9a2d92198e
Merge branch 'master' into anim-data-encoder 2021-03-03 11:13:11 -08:00
gravestench
cdfbeb6878
Merge pull request #1080 from gucio321/data-encoding2
bugfix string table encoding
2021-03-03 11:13:00 -08:00
gucio321
555de49b43
Merge branch 'master' into data-encoding2 2021-03-03 20:08:09 +01:00
gravestench
ecb21ff4d4
Merge branch 'master' into anim-data-encoder 2021-03-03 11:07:27 -08:00
gravestench
d82fe04f4b
Merge pull request #1084 from gucio321/hotfix3
build.sh: upgrade go 1.13.4 => 1.16
2021-03-03 11:06:55 -08:00
gravestench
09bea929be
Merge branch 'master' into hotfix3 2021-03-03 11:06:48 -08:00
gravestench
d112c87a0c
Merge pull request #1083 from gucio321/building
circleci: upgrade go 1.15.8 -> 1.16
2021-03-03 11:06:37 -08:00
gravestench
5a92082011
Merge branch 'master' into building 2021-03-03 11:06:29 -08:00
gravestench
ddec561f9a
Merge branch 'master' into anim-data-encoder 2021-03-03 11:06:08 -08:00
gucio321
18e467d5cb
Merge branch 'master' into hotfix3 2021-03-03 20:06:06 +01:00
gucio321
fb8d97dba7
Merge branch 'master' into data-encoding2 2021-03-03 20:04:02 +01:00
gravestench
f1b625e23e
Merge pull request #1081 from OpenDiablo2/dependabot/github_actions/golangci/golangci-lint-action-v2.5.1
build(deps): bump golangci/golangci-lint-action from v2.4.0 to v2.5.1
2021-03-03 11:03:00 -08:00
M. Sz
e311d76c41 build.sh: upgrade go 1.13.4 => 1.16 2021-03-02 14:17:00 +01:00
M. Sz
547b8cd53b circleci: upgrade go 1.15.8 -> 1.16 2021-03-02 09:55:51 +01:00
dependabot[bot]
db5efa15b0
build(deps): bump golangci/golangci-lint-action from v2.4.0 to v2.5.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.4.0 to v2.5.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.4.0...d9f0e73c0497685d68af8c58280f49fcaf0545ff)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 06:37:35 +00:00
M. Sz
b43da8f083 text dictionary: added no-named string check as separated test function 2021-02-28 20:35:35 +01:00
M. Sz
3b41f9e89b text dictionary: removed #2 string from test 2021-02-28 20:31:44 +01:00
M. Sz
4104d9d9ae text dictionary: added support for non-name (#??) strings 2021-02-28 16:29:05 +01:00
M. Sz
287fb2bf4d hotfix: lintfix 2021-02-28 14:14:47 +01:00
M. Sz
de1c0ebe5d hotfix: string table: fixed bug, when sometimes encoded end decoded table wasn't the same 2021-02-28 12:25:08 +01:00
M. Sz
90f13724cf animation data: methods for editing 2021-02-27 17:08:24 +01:00
gravestench
fa4276156c
Merge pull request #1078 from gucio321/anim-data-encoder
animation data engine + encoder
2021-02-26 12:09:08 -08:00
gucio321
ab14168f50
Merge branch 'master' into anim-data-encoder 2021-02-26 21:04:14 +01:00
gravestench
a96170561f
Merge pull request #1075 from gucio321/data-encoding2
general refactor of text dictionary encoder
2021-02-26 11:58:34 -08:00
gucio321
6d88c9eacc
Merge branch 'master' into data-encoding2 2021-02-26 20:56:06 +01:00
gravestench
23e93886d8
Merge pull request #1076 from gucio321/data-encoder-dat
pl2 encoder + test
2021-02-26 11:27:03 -08:00
gravestench
1ffafcb769
Merge branch 'master' into data-encoder-dat 2021-02-26 11:26:38 -08:00
gravestench
50f309dee1
Merge pull request #1074 from gucio321/hotfix
minor cof refactor
2021-02-26 11:24:53 -08:00
gravestench
bbd88cef78
Merge branch 'master' into hotfix 2021-02-26 11:23:59 -08:00
gravestench
203b4fd986
Merge pull request #1077 from gucio321/hotfix2
go.mod: dependencies upgrade + circleci: golang version update
2021-02-26 11:23:42 -08:00
M. Sz
62c58468e9 anim data: lintfix 2021-02-26 15:11:56 +01:00
M. Sz
25ea801cd4 Revert "circleci: golang version update"
This reverts commit 1125a7dd45.
2021-02-26 15:01:19 +01:00
M. Sz
ad192254a3 Revert "go.mod: dependencies upgrade"
This reverts commit 3f2e5d34d7.
2021-02-26 15:00:56 +01:00
M. Sz
e039c8ee70 anim data encoder + unit test for encoding 2021-02-26 14:57:55 +01:00
M. Sz
00e26fb862 animdata: the game now uses animation data manager from d2fileformats/d2animdata (instead of d2data/animation_data.go) 2021-02-26 11:56:49 +01:00
M. Sz
1125a7dd45 circleci: golang version update 2021-02-26 10:57:43 +01:00
M. Sz
3f2e5d34d7 go.mod: dependencies upgrade 2021-02-26 10:56:21 +01:00