85b48c40d4Massive improvements to launcher
François Autin
2021-06-03 00:47:49 +02:00
80e3a879eeAdded flipTextureWrapH
Antoine
2021-06-02 23:20:40 +02:00
ba7e093a00Background
Antoine
2021-06-02 22:16:18 +02:00
9a93fafd0dPremière implémentation du tracking d'un personnage
Antoine
2021-06-02 22:12:57 +02:00
48c0a66f11Added correctViewport
Antoine
2021-06-02 20:12:13 +02:00
7b349c573bAdded coordinate tracking in ObjectGl
Antoine
2021-06-02 20:07:34 +02:00
b5319de940Petite correction invoke in GLFWFramebufferSizeCallback
Antoine
2021-06-02 17:30:43 +02:00
80ab5fb99bImplémentation de la conservation de l'aspect ratio quand on modifie la taille de la fenêtre
Antoine
2021-06-02 16:46:29 +02:00
e83aabf56fAdded functions to link gamepad inputs (as recognized by the engine) and the inputs defined in the gameplay classes.
no
2021-06-02 16:00:20 +02:00
fbf65f3a6fImplémentation minimal match.java
Antoine
2021-06-02 15:37:41 +02:00
aa06c55dd7Merge remote-tracking branch 'origin/master'
Antoine
2021-05-31 19:39:18 +02:00
ccdbbfb279Son de test
Antoine
2021-05-31 19:39:11 +02:00
db05036c01detection of all gamepad buttons (except RT LT)
Léo
2021-05-31 19:09:07 +02:00
bd587a5587SoundManager, SoundBuffer Fixed, BufferUtils.java rename to BufferUtilsEngine.java to avoid conflict with org.lwjgl.BufferUtils Le son fonctionne yay
Antoine
2021-05-31 18:45:38 +02:00
4f8a32d5a4SoundManager update
Antoine
2021-05-29 02:49:33 +02:00
a9bbde6c46Removed references to JXInput (using directinput instead)
François Autin
2021-05-29 00:54:12 +02:00
efbef95aa0SoundManager import
Antoine
2021-05-29 00:46:50 +02:00
17ca8eedb7SoundBuffer, SoundListener, SoundManager, SoundSource, Correction d'un shader qui portait pas très bien son nom.
Antoine
2021-05-29 00:36:33 +02:00
bd2a338370Update README.md
François Autin
2021-05-28 20:59:48 +00:00
68580ce40bCorrect camera: l'espace de jeu est compris entre les coordonnées -1000:1000 et -1000*aspectRatio:1000*aspectRatio Peut-être fixé l'aspect ratio du jeu pour ne pas avoir certains problèmes
Antoine
2021-05-28 13:37:03 +02:00
9612db9b49Modification du constructeur d'Engine ajout de la largeur et la hauteur de la fenêtre ainsi que l'aspect ratio
Antoine
2021-05-28 13:02:48 +02:00
d57696c30dUntracked .project
François Autin
2021-05-28 02:56:38 +02:00
8eea24a428Removed .idea from repo, should be kept for IDEA users though
François Autin
2021-05-28 02:52:43 +02:00
7c1992e71eUpdated .gitignore
François Autin
2021-05-28 02:50:16 +02:00
a88cbebd18Removed window decorations from launcher
François Autin
2021-05-28 01:20:26 +02:00
0da311c65aMain class now correctly launches the Launcher
François Autin
2021-05-28 01:16:51 +02:00
cd7627d36dLauncher now finds and correctly sets main Scene
François Autin
2021-05-28 01:15:50 +02:00
4e99b1e115Added stage attr along with getters and setters to launcher.Settings.
François Autin
2021-05-28 00:55:12 +02:00
b52bbb506aAdded setting file manipulator class to launcher package.
François Autin
2021-05-28 00:50:57 +02:00