Commit Graph

483 Commits

Author SHA1 Message Date
e836a6b2b9 Merged in feature/MAPG-56-change-disabled-buttons-cursor (pull request #30)
MAPG-56 change disabled button's cursor to 'not-allowed'
2020-05-22 21:32:56 +00:00
94037dda31 MAPG-53 check if Core.googleLink is not null before trying to modify it 2020-05-22 23:32:17 +02:00
fd3cd5e673 MAPG-56 change disabled button's cursor to 'not-allowed' 2020-05-22 23:29:04 +02:00
4a1bb0fef6 Merged in feature/MAPG-20-make-it-work-with-1-map-instance (pull request #29)
Feature/MAPG-20 make it work with 1 map instance
2020-05-22 21:27:50 +00:00
f110bb9b18 MAPG-20 rename guessMap to map 2020-05-22 23:23:54 +02:00
96ee250f96 MAPG-20 merge guessMap and resultMap into one map 2020-05-22 23:22:11 +02:00
cc99848ae8 Merged in develop (pull request #28)
Develop
2020-05-22 00:06:33 +00:00
67358d91ea Merged in feature/MAPG-25-multi-round-score-localstorage (pull request #27)
Feature/MAPG-25 multi round score localstorage
2020-05-21 23:46:21 +00:00
dca88ac9a0 MAPG-25 don't query place in GameController 2020-05-22 01:32:30 +02:00
41456098bf MAPG-25 store rounds and score sum in sessionStorage 2020-05-22 01:31:32 +02:00
b0b95fbbee MAPG-25 implement multi round game
refator of JS code
2020-05-21 23:55:59 +02:00
eeceed1d58 Merged in hotfix/MAPG-51-fix-page-overflow-scrollbar-visi (pull request #26)
MAPG-51 fix page overflow (showGuessButtonContainer is not absolute in non-mobile mode)
2020-05-21 13:55:55 +00:00
25e87e4626 MAPG-51 fix page overflow (showGuessButtonContainer is not absolute in non-mobile mode) 2020-05-21 15:55:18 +02:00
5271dca19a Merged in develop (pull request #25)
Develop
2020-05-21 13:23:12 +00:00
8cf727a54a Merged in bugfix/MAPG-40-fix-invalid-usage-of-math.ceil (pull request #24)
MAPG-40 use Math.floor instead of accidentally used Math.ceil
2020-05-21 13:19:51 +00:00
3d636be4ea MAPG-40 use Math.floor instead of accidentally used Math.ceil 2020-05-21 15:19:05 +02:00
d7fbb717bc Merged in feature/MAPG-39-improve-controllability-mainly-on-mobile- (pull request #23)
MAPG-39 increase spaces between elements
2020-05-21 13:11:13 +00:00
532bc0416d MAPG-39 increase spaces between elements 2020-05-21 15:10:15 +02:00
f6582900c2 Merged in develop (pull request #22)
Develop
2020-05-21 12:09:37 +00:00
848c155c62 Merged in feature/MAPG-29-draw-line-on-result-map (pull request #21)
MAPG-29 draw line between the real and guess position on result map
2020-05-21 12:08:42 +00:00
6cd777fc1b MAPG-29 draw line between the real and guess position on result map
minor fixes and improvements in JS
2020-05-21 14:07:37 +02:00
f04b0fa24a Merged in feature/MAPG-38-layout-fixes-and-improvements (pull request #20)
Feature/MAPG-38 layout fixes and improvements
2020-05-21 10:21:17 +00:00
521229fc4b MAPG-38 fix resultMap's border-radius 2020-05-21 12:18:17 +02:00
cb000a5887 MAPG-38 turn out motiontracking for the time being 2020-05-21 12:17:53 +02:00
3afadb506b MAPG-38 reset zoom in the documented way 2020-05-21 12:17:18 +02:00
4a2da9c89b Merged in develop (pull request #19)
Develop
2020-05-21 01:28:27 +00:00
31e274c8cb Merged in feature/MAPG-35-further-mobile-layout-adaptations (pull request #18)
MAPG-35 further adaptations for mobile devices
2020-05-21 01:25:05 +00:00
f0344bfc6c MAPG-35 further adaptations for mobile devices
implicitely fix issue MAPG-17
2020-05-21 03:24:09 +02:00
b4615c2cdd Merged in bugfix/MAPG-35-fix-scorebar (pull request #17)
MAPG-35 re-add border-radius for scoreBarBase
2020-05-21 00:31:01 +00:00
bbd19cc1d8 MAPG-35 re-add border-radius for scoreBarBase 2020-05-21 02:26:36 +02:00
655815db77 Merged in feature/MAPG-35-make-layout-nice-on-mobile (pull request #16)
feature/MAPG-35-make-layout-nice-on-mobile
2020-05-21 00:10:22 +00:00
cdbcb6ca52 MAPG-35 adapt JS to mobile layout
use null instead of explicit value when reset
2020-05-21 01:59:31 +02:00
4d8ad9f10f MAPG-35 introduce layout for mobile
further style fixes and adjustments
2020-05-21 01:58:47 +02:00
f039c80eaa Merged in feature/MAPG-37-use-better-random-algorithm (pull request #15)
feature/MAPG-37-use-better-random-algorithm
2020-05-20 19:50:07 +00:00
6116b94527 MAPG-37 use random_int() for selecting the position 2020-05-20 21:48:37 +02:00
068d581a07 Merged in develop (pull request #14)
MAPG-34 change default zoom to 0
2020-05-20 18:40:39 +00:00
b673be741a Merged in feature/MAPG-34-let-zoom-be-0-instead-of-1 (pull request #13)
feature/MAPG-34-let-zoom-be-0-instead-of-1
2020-05-20 18:37:01 +00:00
2b88d721d0 MAPG-34 change default zoom to 0 2020-05-20 20:30:19 +02:00
d1b0522fdd Merged in develop (pull request #12)
Develop
2020-05-20 14:01:41 +00:00
1219fb55c5 Merged in feature/MAPG-19-create-loading-screen (pull request #11)
feature/MAPG-19-create-loading-screen
2020-05-20 13:57:07 +00:00
f647e77366 MAPG-19 show loading gif during loading 2020-05-20 15:54:09 +02:00
51be16395e MAPG-19 add loading.gif 2020-05-20 15:53:14 +02:00
310f36e442 MAPG-19 store gif files in LFS 2020-05-20 15:52:55 +02:00
496021198c Merged in bugfix/MAPG-33-fix-deployment-scripts (pull request #10)
MAPG-33 fix shebang in deployment scripts
2020-05-20 13:12:54 +00:00
f87ca60122 MAPG-33 fix shebang in deployment scripts 2020-05-20 15:10:55 +02:00
6437e923c5 Merged in bugfix/MAPG-32-use-ceil-instead-of-round-for-score-percent (pull request #9)
bugfix/MAPG-32-use-ceil-instead-of-round-for-score-percent
2020-05-20 13:03:31 +00:00
961e6e2380 MAPG-32 use default width (0) for scorebar 2020-05-20 15:00:11 +02:00
82f69664c1 MAPG-32 use Math.ceil instead of Math.round for scorebar 2020-05-20 14:59:48 +02:00
c36b91d5a8 Merged in feature/MAPG-7-implement-automatic-deployment (pull request #8)
Feature/MAPG-7 implement automatic deployment
2020-05-20 12:51:36 +00:00
ba01767c6c MAPG-7 implement install and update scripts
minor adaptations for paths, environment variables and Dockerfile
2020-05-20 13:44:54 +02:00