Balázs Vigh balazs
  • Joined on 2021-04-25
balazs merged pull request esoko/mapguesser#48 2021-05-28 20:41:09 +02:00
feature/MAPG-235-basic-challenge-mode
balazs pushed to develop at esoko/mapguesser 2021-05-28 20:41:09 +02:00
784037de6f Merge pull request 'feature/MAPG-235-basic-challenge-mode' (#48) from feature/MAPG-235-basic-challenge-mode into develop
6f27450423 MAPG-235 replaced explicit margin-top and margin-bottom with marginTop and marginBottom classes
bbaa2fe1eb MAPG-235 removed font-family and font-weight css attributes for restrictions and now handled on higher level
28165d76d3 MAPG-235 refactored challenge token generation and check
1c1e5f051d MAPG-235 simplified highscore calculation
Compare 44 commits »
balazs commented on pull request esoko/mapguesser#48 2021-05-28 20:35:30 +02:00
feature/MAPG-235-basic-challenge-mode

That's a good idea. I'll write it into the ticket.

balazs pushed to feature/MAPG-235-basic-challenge-mode at esoko/mapguesser 2021-05-28 08:36:59 +02:00
6f27450423 MAPG-235 replaced explicit margin-top and margin-bottom with marginTop and marginBottom classes
balazs pushed to feature/MAPG-235-basic-challenge-mode at esoko/mapguesser 2021-05-28 08:19:50 +02:00
bbaa2fe1eb MAPG-235 removed font-family and font-weight css attributes for restrictions and now handled on higher level
balazs pushed to feature/MAPG-235-basic-challenge-mode at esoko/mapguesser 2021-05-28 08:07:16 +02:00
28165d76d3 MAPG-235 refactored challenge token generation and check
balazs commented on pull request esoko/mapguesser#48 2021-05-28 07:42:05 +02:00
feature/MAPG-235-basic-challenge-mode

I've read your comment again, and I see that bin2hex returns a string. Yes I thought it would perform better just to use an integer instead. I can also see now, that on Windows the getrandmax() is…

balazs commented on pull request esoko/mapguesser#48 2021-05-27 23:45:01 +02:00
feature/MAPG-235-basic-challenge-mode

Yes, that was my intention as well. I just couldn't find the time for implementing and properly testing it, and it's also isn't really part of this story.

balazs commented on pull request esoko/mapguesser#48 2021-05-27 23:41:31 +02:00
feature/MAPG-235-basic-challenge-mode

Users can even cheat, if they just reload the page, because that resets the timer, or just by pausing the script. That's a bigger issue. But because PHP doesn't support websockets and I didn't want…

balazs commented on pull request esoko/mapguesser#48 2021-05-27 23:37:40 +02:00
feature/MAPG-235-basic-challenge-mode

I know, but I already put a lot of changes into this PR. I think we should refactor it in a separate story.

balazs commented on pull request esoko/mapguesser#48 2021-05-27 23:36:23 +02:00
feature/MAPG-235-basic-challenge-mode

Good point. However I don't think it would cause any problems. I thought it would be better to use 4 byte length integers instead of 3 bytes for more possible ids, because challenges are normally not…

balazs commented on pull request esoko/mapguesser#48 2021-05-27 23:34:01 +02:00
feature/MAPG-235-basic-challenge-mode

My eye is twitching when variables are used outside of the scope of {}, but it's different in PHP, so it can be refactored.

balazs pushed to feature/MAPG-235-basic-challenge-mode at esoko/mapguesser 2021-05-26 08:16:41 +02:00
1c1e5f051d MAPG-235 simplified highscore calculation
283c214c50 MAPG-235 noZoom label fix
Compare 2 commits »
balazs commented on pull request esoko/mapguesser#48 2021-05-23 12:28:47 +02:00
feature/MAPG-235-basic-challenge-mode

I had to create span from javascript, because I didn't know, how else to control the display css attribute from both css (depending on screen size) and javascript (depending on the game type). Javascript overrides the css attribute even for narrow screens. Is there a more elegant solution?

balazs created pull request esoko/mapguesser#48 2021-05-22 21:21:19 +02:00
feature/MAPG-235-basic-challenge-mode
balazs pushed to feature/MAPG-235-basic-challenge-mode at esoko/mapguesser 2021-05-22 21:18:00 +02:00
7970927654 MAPG-235 refactored whitespaces
balazs pushed to feature/MAPG-235-basic-challenge-mode at esoko/mapguesser 2021-05-22 21:01:03 +02:00
567602c749 MAPG-235 hide restrictions information if there are no restrictions for the challenge
balazs pushed to feature/MAPG-235-basic-challenge-mode at esoko/mapguesser 2021-05-22 20:55:11 +02:00
a5238234d2 MAPG-235 information of the current restrictions displayed on the ribbon in the top
c965713c9c Merge branch 'develop' of gitea.e5tv.hu:esoko/mapguesser into feature/MAPG-235-basic-challenge-mode
c02f595606 Merge pull request 'MAPG-143 make it possible to disable game for guests (default is disable)' (#47) from feature/MAPG-143-allow-game-only-for-users into develop
54bc9c31db MAPG-143 make it possible to disable game for guests (default is disable)
Compare 4 commits »
balazs pushed to feature/MAPG-235-basic-challenge-mode at esoko/mapguesser 2021-05-22 11:35:06 +02:00
b00fe4ebe3 MAPG-235 highscores added to the end of challenge
599d8bf153 MAPG-235 fix unwanted time limit after page reload
636c47366a MAPG-235 fix loading other players' history and calculating final score
4520d11559 MAPG-235 fix calculating timelimit when 0 sec time was left from the last round
5f0b639fe7 MAPG-235 distance and score info added also to the player's own markers
Compare 8 commits »