0.1.0
Second version of the game
- Added inventory screen, gold, wieght
- Added save/load game functionnality
- Added auto focus (center map) on player
Changelog
- 5d8920a WIP: add save screen
- 6c37711 WIP: adding inventory
- bf4fa67 WIP: inventory screen
- 8c9fb41 WIP: nearly save/load working version
- b5fc8c8 WIP: save and load screenn
- de50ba9 WIP: time still ko
- bef3478 chore: add Icon.png
- f38d04f chore: add a lots of comments on functions
- 03ee587 chore: add categories, rework inventory layout
- 1357b36 chore: add dev log
- 7f749e0 chore: add dialogs
- a32afe2 chore: add diary
- ffb3887 chore: add diary
- c140130 chore: add fake goreleaser using fyne-cross
- 12483f6 chore: add fyne-cross in gitignore
- ad1c0da chore: add goreleaser for first 0.0.1 version
- 7dafdf0 chore: add new tilesets and make a bigger map!
- f2e1cc0 chore: add newgame styles
- 1829051 chore: add npcs and player pos in map definition
- 1a1565b chore: add starting gold
- b974a13 chore: add weight and capacity to equip / un-equip
- 4cf7cd8 chore: move static to utils/static
- f005281 chore: remove all coordinates because we use a layout now
- f832177 chore: rename map and tweak it
- e50408f chore: rename var
- 75c4c40 chore: reorg categories
- a67b731 chore: reorganize dev log and readme
- 23c7d5f chore: replace purse by greaves category
- e763deb chore: rework newgame screen
- affd979 chore: split dev log
- 605089f chore: split game.go
- f3c78ce chore: update diary
- b2edb25 chore: update readme
- 6eae7a5 feat: add auto scroll to follow player on map
- 17c67fb feat: add dialog for friendly NPC
- e21e659 feat: add embedded images
- 397d9de feat: add inventory stats area
- 71d2e6f feat: embed all images
- 0c75075 feat: first version of inventory
- 32c5ca5 fix: #9
- 2ff7d24 fix: a few missing initializations
- 51742cf fix: add details in dev log
- e2b4b64 fix: better way to trick scrollable containers
- f52609d fix: fixes #10
- 8cb8f81 fix: fixes #12
- 392db68 fix: fixes #14
- a85c30a fix: going back and forth to game screen will heal player
- c4bf4d8 fix: part of the startup errors
- 584b0b2 fix: useless call
- 485a068 fixes: #11
- 53a5103 still WIP