1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 12:35:22 +00:00
Commit Graph

305 Commits

Author SHA1 Message Date
Tim Sarbin
da4ffba9c1
Map stitching and render upates (#95)
* Added region stitching and modified the rendering loops.
2019-11-06 21:25:09 -05:00
Tim Sarbin
01a48d8720
Added object support (#93)
* Fixed LevelTypes load
* Update ResourcePaths.go
* Added DCC loading support
* Added animation data. Fixed bitshift version compile issue.
* Fixed another go build error
* Initial support for object rendering
2019-11-06 18:25:19 -05:00
Tim Sarbin
2ec5dd2d85
Fixed another older go version build error (#92)
* Fixed another go build error
2019-11-05 23:03:41 -05:00
Tim Sarbin
68c55b41d0
Added animation data loading and fix build error (#91)
* Fixed LevelTypes load
* Update ResourcePaths.go
* Added DCC loading support
* Added animation data. Fixed bitshift version compile issue.
2019-11-05 23:00:44 -05:00
Tim Sarbin
26a9d1e8b1
Added DCC loading support (#89)
* Fixed LevelTypes load
* Update ResourcePaths.go
* Added DCC loading support
2019-11-05 22:23:48 -05:00
Robin Eklind
ab7d19197e run goimports to format all Go source files of the project (#88)
Actual command run:
    find . -type f -name '*.go' | xargs -I '{}' goimports -w '{}'
2019-11-05 20:46:52 -05:00
Robin Eklind
4a24fc0b8c de-normalize file name before searching in MPQ (#87)
This was actually fixed by @essial.
Fixes #86.
2019-11-05 18:29:02 -05:00
Tim Sarbin
c84698400b
Forgot to commit resource paths (#85)
* Fixed LevelTypes load
* Update ResourcePaths.go
2019-11-04 18:10:34 -05:00
Tim Sarbin
c32c24739e
Fixed LevelTypes load (#84) 2019-11-04 17:39:59 -05:00
Tim Sarbin
18ec052133
Delete OpenDiablo2.exe 2019-11-04 07:55:58 -05:00
liberodark
1d05925ce7 Update .gitignore (#82)
Remove OpenDiablo2.exe from source control.
2019-11-04 07:55:40 -05:00
ndechiara
98d9e61a64 add Weapons.txt load (#81) 2019-11-03 22:56:26 -05:00
ndechiara
07b0724575 Fix MPQ load, add Missiles.txt load, switch LvlPrest.bin to LvlPrest.txt, fix sound loading (#80)
* fix mpqs, add missiles.txt, fix lvlprest
* fix sound loading issue
2019-11-03 22:03:22 -05:00
ndechiara
46a60398d4 Load Objects.txt (#68)
* Missiles Parsing

* Missiles.txt lookup table and  fixes

* lost work

* Replaced old repo path with org path.

* Added editorconfig. Fixed line endings to LF.

* Fixed travis build badge path

* Added level warp data

* Added object type data load

* Load objects.txt

New Common class, Objects.go will load all of the object records in objects.txt
2019-11-03 11:04:58 -05:00
Tim Sarbin
1afd86005e
Changes necessary for migration to org account (#67)
* Replaced old repo path with org path.

* Added editorconfig. Fixed line endings to LF.

* Fixed travis build badge path
2019-11-02 17:38:39 -04:00
Tim Sarbin
039a96a077 Delete ResourceHacker.ini 2019-11-02 16:29:06 -04:00
Tim Sarbin
be2b9c6390 Final modification for builds 2019-11-02 16:25:24 -04:00
Tim Sarbin
4be6252654 Update .travis.yml 2019-11-02 16:19:14 -04:00
Tim Sarbin
fc8191c812 More build updates. Added build info to game. 2019-11-02 16:15:16 -04:00
Tim Sarbin
33db9b1a7b Updated readme. More travis.yml 2019-11-02 15:10:04 -04:00
Tim Sarbin
e15cea98c6 Update .travis.yml 2019-11-02 15:04:23 -04:00
Tim Sarbin
8130aac0f6 Updated readme. More CI stuff. 2019-11-02 14:58:03 -04:00
Tim Sarbin
267fe9b615 CI updates 2019-11-02 14:38:47 -04:00
Tim Sarbin
52d15d07c9 Update .travis.yml 2019-11-02 14:26:06 -04:00
Tim Sarbin
06e5d1ad1d Update .travis.yml 2019-11-02 14:23:00 -04:00
Tim Sarbin
ac362dc88b Update .travis.yml 2019-11-02 14:13:40 -04:00
Tim Sarbin
542ca94ca1 Update .travis.yml 2019-11-02 14:09:41 -04:00
Tim Sarbin
37ff5c4985 Update .travis.yml 2019-11-02 13:53:45 -04:00
Tim Sarbin
e421a28179 Update .travis.yml 2019-11-02 13:49:24 -04:00
Tim Sarbin
2014c1729c Update .travis.yml 2019-11-02 13:44:38 -04:00
Tim Sarbin
b81728bd02 CI release updates 2019-11-02 13:41:03 -04:00
Tim Sarbin
d5afb3f88c Update .travis.yml 2019-11-02 13:28:38 -04:00
Tim Sarbin
f192430377 Update .travis.yml 2019-11-02 13:23:49 -04:00
Tim Sarbin
f459a3c2a7 Update .travis.yml 2019-11-02 12:00:56 -04:00
Tim Sarbin
4d175f10df Update .travis.yml 2019-11-02 11:59:11 -04:00
Tim Sarbin
912ac9424f Update .travis.yml 2019-11-02 11:46:36 -04:00
Tim Sarbin
a43b50fd0f Update .travis.yml 2019-11-02 11:43:39 -04:00
Tim Sarbin
6fa0f39e14 Update .travis.yml 2019-11-02 11:39:27 -04:00
Tim Sarbin
62e6302ad4 Update .travis.yml 2019-11-02 11:35:03 -04:00
Tim Sarbin
0e9f19fc59 Travis config updates 2019-11-02 11:29:30 -04:00
Tim Sarbin
ef9a7826bb Minor updates. Working on tavis build configs. 2019-11-02 11:15:02 -04:00
Tim Sarbin
71c5b830fd Fixed more rendering issues. 2019-11-01 22:41:49 -04:00
Tim Sarbin
b05e887d8a Lots of map rendering changes. 2019-11-01 22:12:07 -04:00
Tim Sarbin
07709e2ddf More map rendering updates. 2019-11-01 16:51:50 -04:00
Tim Sarbin
7d228d116e Minor changes to get map rendering started. 2019-11-01 14:12:23 -04:00
Tim Sarbin
c4a27ad5ab Hopefully made older go happy about bitshifts. 2019-11-01 03:36:29 -04:00
Tim Sarbin
4f4dfccee0 More website updates. 2019-11-01 03:01:54 -04:00
Tim Sarbin
c163ab76da Website updates. 2019-11-01 02:35:09 -04:00
Tim Sarbin
1494a4fb7b More localization fixes 2019-11-01 00:34:23 -04:00
Tim Sarbin
da5baec685 Minor changes to support localized versions. 2019-11-01 00:21:39 -04:00