Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
commul
oetzit
Commits
0150a793
Commit
0150a793
authored
Apr 06, 2022
by
Paolo.Brasolin
Browse files
chore: cut 0.6.0
parent
fe57929d
Pipeline
#25357
canceled with stages
Changes
5
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
0150a793
...
...
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.6.0] - 2022-04-06
### Added
-
`FE`
added game clock.
-
`FE`
/
`BE`
added ingame time tracking.
-
`FE`
clues are placed in bounded area
-
`FE`
clues are placed in a smart way, seeking free spaces and avoiding piles.
-
`FE`
the whole HUD is scaled responsively.
-
`FE`
all game entities are scaled responsively.
-
`FE`
pause shortcut for desktop and mobile.
-
`FE`
make game more discoverable w/ better hints.
### Changed
-
`FE`
general rehaul of UI/HUD and aesthetics.
### Fixed
-
`FE`
fixed pause handling in ingame time.
-
`BE`
improve shot graph readability in dashboard.
-
`FE`
clues don't overlap anymore.
## [0.5.0] - 2022-04-04
### Added
...
...
@@ -100,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
POC by
[
Giovanni Moretti
](
https://www.giovannimoretti.it/
)
.
[
unreleased
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.5.0...development
[
unreleased
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.6.0...development
[
0.6.0
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.5.0...0.6.0
[
0.5.0
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.4.0...0.5.0
[
0.4.0
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.3.0...0.4.0
[
0.3.0
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.2.0...0.3.0
...
...
backend/package-lock.json
View file @
0150a793
{
"name": "oetzi-backend",
"version": "0.
4
.0",
"version": "0.
6
.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "oetzi-backend",
"version": "0.
4
.0",
"version": "0.
6
.0",
"license": "MIT",
"dependencies": {
"@sinclair/typebox": "^0.23.4",
...
...
backend/package.json
View file @
0150a793
{
"name"
:
"oetzi-backend"
,
"version"
:
"0.
4
.0"
,
"version"
:
"0.
6
.0"
,
"description"
:
"Ötzi game backend."
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
frontend/package-lock.json
View file @
0150a793
{
"name": "oetzi-backend",
"version": "0.
4
.0",
"version": "0.
6
.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "oetzi-backend",
"version": "0.
4
.0",
"version": "0.
6
.0",
"license": "MIT",
"dependencies": {
"axios": "^0.26.0",
...
...
frontend/package.json
View file @
0150a793
{
"name"
:
"oetzi-backend"
,
"version"
:
"0.
4
.0"
,
"version"
:
"0.
6
.0"
,
"description"
:
"Ötzi game frontend."
,
"license"
:
"MIT"
,
"scripts"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment