Ziemas
b0d753aef9
Changing the terminology of tile components. ( #220 )
...
Orientation > Type
MainIndex > Style
SubIndex > Sequence
2019-11-21 20:34:29 -05:00
Ziemas
90b5e8a334
Fix GetTiles being called for already cached tiles. ( #219 )
...
* Don't call GetTile from the render functions.
Don't bother trying to render uncached tiles.
* Added back randomization code
* Update refs
* Fix random tiles selection.
No sorting the input, no selecting 0 probability tiles if there are
other options.
2019-11-21 19:54:56 -05:00
Tim Sarbin
31cda81847
Added areas screenshot gif. ( #218 )
2019-11-20 22:37:08 -05:00
Tim Sarbin
a0a0600737
Updated module references. ( #214 )
2019-11-19 17:10:39 -05:00
Tim Sarbin
dba17fc5fe
Fixed tile cache leak. Broke tile randomization. ( #213 )
2019-11-19 00:38:02 -05:00
Ziemas
2656672fa7
Random tiles ( #211 )
...
* Add position into the tile index
Prevents it from caching one random tile and using it for everything
* Generate tiles based on the current seed
2019-11-18 22:29:34 -05:00
Ziemas
e70378d627
Increase draw distance up and down ( #209 )
...
* Scroll slowly in map test by holding shift
* Increase draw distance up and down
Avoid issues with long tiles popping in and out of view. (As long as
camera is reasonably within bounds)
2019-11-18 18:23:33 -05:00
Ziemas
9117616b0c
Fix the tile coordinates shown in the top left ( #208 )
2019-11-18 17:42:38 -05:00
Tim Sarbin
908d186fea
Prevent some map load crashes. ( #206 )
2019-11-17 22:55:31 -05:00
Ziemas
30b680d9d1
Lower wall stuff ( #205 )
...
Move to top of render order and remove offset
2019-11-17 19:01:17 -05:00
Tim Sarbin
7f6e14c5d0
More map engine improvements. ( #203 )
2019-11-17 16:06:02 -05:00
Tim Sarbin
0c7f4e0647
Minor enhancements to map loading ( #202 )
...
* Minor improvements to map loading/rendering speed.
* Update region.go
2019-11-17 14:21:48 -05:00
Averrin
5eafa9cc0b
Create tiles cache on region loading ( #200 )
...
* tile choice algo
* cycle region files
* switcher limited by preset
* create tile caches befor rendering
* remove keyLocked
2019-11-17 08:09:54 -05:00
achim-t
43e76230cf
Update README.md ( #201 )
2019-11-17 08:00:43 -05:00
Tim Sarbin
4254b0f020
Finished orientation values. ( #198 )
...
* Finished directions for entity.
2019-11-17 02:54:22 -05:00
Tim Sarbin
297184376f
Phase 1 prep work for gameplay ( #196 )
...
* Updates
* More merge adjustments.
* Don't commit local changes...
2019-11-17 01:14:58 -05:00
Averrin
c3ba3f71e4
Switcher with presets & better tiles randomizing ( #173 )
...
* tile choice algo
* cycle region files
* switcher limited by preset
2019-11-17 00:52:13 -05:00
Hajime Hoshi
7222f57c2c
Remove texture atlass ( #194 )
...
Now Ebiten's NewImage / NewImageFromImage / ReplacePixels uses
PBOs, they work much faster. OpenDiablo 2 doesn't have to have its
own texture atlases.
2019-11-17 00:17:09 -05:00
ndechiara
1c2b4869a1
Migrate out d2common d2helper d2data modules ( #195 )
...
* Switch items to dynamic load with a common struct, add misc.txt loading
* Update Ebiten Reference
* Switch references to point to D2Shared
* Migrate part 2
2019-11-17 00:16:33 -05:00
Ziemas
404a87afd4
Fix issues with rendering order ( #193 )
...
* Rework render passes
* Fix drawing order logic
Mostly at least, probably need the objects OrderFlags to do better.
* Third pass required for Lut Gholein palace roof
2019-11-16 22:53:55 -05:00
ndechiara
7044a1695c
Update Ebiten Reference ( #192 )
...
* Update Ebiten Reference
2019-11-16 20:36:02 -05:00
Tobias Koch
72bf080017
Visual Studio Code extension recommendations ( #191 )
...
* Updating .gitignore file to allow vs code extension recommendations
* Adding vs code extension recommendations
* Adding a note about vs code extension recommendations
2019-11-16 12:56:45 -05:00
Christian Nicola
050faf2c06
Add Linux build info to README ( #163 )
2019-11-16 11:18:49 -05:00
ndechiara
f13433f299
Switch items to dynamic load with a common struct, add misc.txt loading ( #185 )
2019-11-15 22:31:10 -05:00
Ziemas
0e0ad09e70
Adjust sub-tile rendering offset. ( #182 )
...
-5 Y when rendering based on sub-tile matches real D2 (at least for
rendering act 1 stash)
2019-11-15 19:48:49 -05:00
axx
c72c4d5768
Some corrections for credits ( #183 )
...
Related to issue #77
2019-11-15 19:47:58 -05:00
Tim Sarbin
b5673c1d6f
Fix animation issue and map layer rendering. ( #181 )
...
* Fixed animation 'catchup' issue. Fixed map layer rendering.
2019-11-15 14:12:23 -05:00
Tim Sarbin
4c9f0ec03e
Performance improvements ( #180 )
...
* Performance improvements for rendering.
* Update go.mod
* Changed ebiten revision to support less copying
2019-11-15 13:40:26 -05:00
Ziemas
8ce6da1f6e
Render loop with two passes ( #179 )
...
* Render in two passes
To avoid drawing over objects.
* Apply optimization suggestions
* Less pointers
* Also call GenTiles in GenerateMap, oops.
2019-11-15 11:03:58 -05:00
Tim Sarbin
a9cb2914b7
Revert "Render in two passes ( #169 )"
...
This reverts commit 05ce55da65
.
2019-11-15 10:49:53 -05:00
Ziemas
05ce55da65
Render in two passes ( #169 )
...
* Render in two passes
To avoid drawing over objects.
* Apply optimization suggestions
* Less pointers
2019-11-15 10:09:10 -05:00
Ziemas
0475a11512
Toggle tile display in map test with F7 ( #172 )
...
* Toggle tile display in map test with F7
* Sub-tile display
Cycle through tile display modes with F7
2019-11-15 09:04:27 -05:00
Myles
b9209541c8
Closes Issue#176 ( #178 )
2019-11-14 23:55:51 -05:00
Tim Sarbin
b97bf6353d
Added inventory objects. ( #177 )
2019-11-14 22:20:01 -05:00
Ziemas
ea134afe90
Render to center of subtile ( #167 )
2019-11-13 22:26:52 -05:00
sclaire-1
3abfa51b8f
Edit README.md ( #168 )
...
The about this project section, the second paragraph has been edited to improve flow. There was one spelling error as well.
2019-11-13 22:16:02 -05:00
Ziemas
e2bee09469
Place objects according to sub-cell ( #165 )
2019-11-13 20:31:47 -05:00
liberodark
f2ac62bf18
Update run.sh ( #151 )
...
* Update run.sh
2019-11-13 15:54:26 -05:00
Tim Sarbin
da9b86c679
Fixed crash on 0 animation speed entities. ( #164 )
2019-11-13 15:08:09 -05:00
Averrin
78a70c2d2b
add map switcher ( #162 )
2019-11-13 14:26:42 -05:00
TehGoat
055fcd72ed
Idle animation and hover gets out of sync ( #161 )
2019-11-13 12:56:54 -05:00
TehGoat
358fa1481c
Modified hero animation speed ( #160 )
2019-11-13 12:32:17 -05:00
Averrin
f83ab90d96
Add CONTRIBUTORS file content to credits screen ( #159 )
2019-11-13 11:56:45 -05:00
liberodark
738a203325
Update go.yml ( #157 )
2019-11-13 08:49:58 -05:00
Tim Sarbin
2e05406f05
Update go.yml
2019-11-13 08:32:08 -05:00
Tim Sarbin
13cfb3d0c4
Update go.yml
2019-11-13 08:09:24 -05:00
Tim Sarbin
59dd184038
Created pull request action.
2019-11-13 08:08:39 -05:00
Tim Sarbin
a8171145f9
Started work on gameplay scene. ( #153 )
2019-11-13 00:31:52 -05:00
Tim Sarbin
4fa66988d4
Added the scrollbar. ( #152 )
2019-11-12 23:44:04 -05:00
Robin Eklind
12f8ca1004
d2enum: update readme to mention go generate
( #133 )
2019-11-12 17:36:30 -05:00