Skip to content

Releases: Nuno-Jesus/42_ft_transcendence

v1.0

20 Dec 20:57
Compare
Choose a tag to compare

What's Changed

  • Added a photo of the team to the login, signup and OTP pages.
  • Removed HTMX cache. This fixed browser navigation not loading CSS files.
  • Implemented tournament timeout mechanism that triggers upon timeout on connecting to another player in a game.
  • Several other small changes regarding UI bugs, issues at the repository and errors handling.

Full Changelog: v0.6...v1.0-delivery

v0.6

01 Dec 09:03
0842860
Compare
Choose a tag to compare

What's Changed

  • Introduce new AI gamemode
  • Updated the 3D pong game scene with an arcade
  • Fixed #56, #64

Full Changelog: v0.5.1...v0.6

v0.5.1

21 Nov 21:54
544b702
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where 42 users would get kicked off the session too early
  • Fixed #61
  • Added strong password validations

v0.5

21 Nov 00:22
dc8db3c
Compare
Choose a tag to compare

What's Changed

  • Remote tournaments are now working (both 4 and 8-sized)
  • JS scripts are loaded dynamically to force execution

Full Changelog: v0.4.1...v0.5

v0.4.1

17 Nov 22:55
74c2c6e
Compare
Choose a tag to compare

What's Changed

  • Fixed issues #4, #54 and #57
  • Added NGINX container to switch protocols to add TLS security to protocols

Full Changelog: v0.4...v0.4.1

v0.4

10 Nov 12:21
8040b96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3...v0.4

v0.3

23 Oct 20:32
c2a479e
Compare
Choose a tag to compare

Changelog

Features

  • Added Remote Mode to pong
  • Added new pages to the Game Stats and 4/8 players tournaments pages
  • Revamped the profile page

Bugs

Full Changelog: v0.2.1...v0.3

v0.2.1

06 Oct 18:27
332cc79
Compare
Choose a tag to compare

Changelog

  • Updating a game, now updates the corresponding game and users statistics
  • User statistics are being sent to the profile
  • Added custom errors for wrong tournament creation inputs

Bug fixes

  • Fixed INT_MAX getting displayed in profile when the user hasn't played any games yet
  • Fixed notifications not being dismissable
  • Fixed an issue where the statistics of player 2 in local games couldn't be updated, which caused the server to throw out an error

Pull Requests

Full Changelog: v0.2...v0.2.0.1

v0.2

01 Oct 20:52
Compare
Choose a tag to compare

Changelog

  • The 3D game was added to the "Local" section of the home page
  • Statistics are being calculated after the game ends directly on javascript
  • A Game instance is being created in the database and also updated upon game termination. Statistics are being sent but not updated in the database yet

Full Changelog: v0.1...v0.2

v0.1

26 Sep 18:29
Compare
Choose a tag to compare

Changelog

  • 42 Authentication Module
  • Generated first version of User Profile, Tournaments, Home, Search Users, Friends and Notifications front-end
  • Created .env file
  • Database updated with statistics