-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #24
Open
mcgivrer
wants to merge
66
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add a new StormBehavior with lightning the sky with flashing white light. - refactor Behaviors between 2 new packages entity and scene into the demo package.
- Add a new StormBehavior with lightning the sky with flashing white light. - refactor Behaviors between 2 new packages entity and scene into the demo package.
- add SoundClip resource support - add Font resource support - add new resources like music and fonts.
- Add a new StormBehavior with lightning the sky with flashing white light. - refactor Behaviors between 2 new packages entity and scene into the demo package. feat(storm): Add storm thunder light - Add a new StormBehavior with lightning the sky with flashing white light. - refactor Behaviors between 2 new packages entity and scene into the demo package.
…-behavior' into feature/rematsering-particles-and-behavior
- Add a CollisionEvent class for any colliding object, - Update GameEntity with new collisionFlag attribute, - update PhysicEngine with Collision detection and a new collisions list , and a list of possible colliders. - for debug purpose add a DefaultScene and a Configuration behavior to load it as default is no config for scene.
- Add a GameLoop interface - Add a FixedFrameGameLoop implementation - Modify Game to use GameLoop.
- Add a GameLoop interface - Add a FixedFrameGameLoop implementation - Modify Game to use GameLoop. - updated doc about GameLoop.
- Set the Animations sets for player from Animations properties file - modify PlayerInputBehavior to manage animations - add Unit test U500 about Animations.
- add rotation to rendering - add rotation to PhysicEngine (gravity)
- Add a WaterEffectBehavior - add Influencer "wind" into DemoScene - fix multiple bugs around collision and Entity behaviors.
- add water level detection for RainEffectBehavior.
fix(waterDraw): fix WaterEffectBehavior draw operation.
Change screenshot reference.
- The Game constructor does not use the provided configuration file path.
…scene' into develop # Conflicts: # pom.xml # src/main/java/fr/snapgames/game/core/Game.java # src/test/resources/test.properties
- Add a scale parameter to the drawDebugInfo metods called from Wiindow - replace wind by magnetic field - add a debug filter activation on partial name list.
…m feature/move-debug-info-to-window-frame into develop Reviewed-on: http://nextserver01:4000/SnapGames/minimal/pulls/1
- fix the scla factor with scale on X and scale on Y - add Camera rotation on [L] and [M] keys.
- replace to fr.snapgames.game.demo101.Minimal
…ollision-response
… from feature/add-platform-and-collision-response into develop Reviewed-on: http://nextserver01:4000/SnapGames/minimal/pulls/2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.