Open
Conversation
There was a problem hiding this comment.
Copilot reviewed 161 out of 176 changed files in this pull request and generated no suggestions.
Files not reviewed (15)
- src/toniarts/openkeeper/game/controller/creature/ICreatureController.java: Evaluated as low risk
- src/toniarts/openkeeper/cinematics/Cinematic.java: Evaluated as low risk
- src/toniarts/openkeeper/game/component/MapTile.java: Evaluated as low risk
- src/toniarts/openkeeper/game/component/Navigation.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/room/AbstractRoomController.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/CreaturesController.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/GameWorldController.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/map/FlashTileControl.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/IMapController.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/entity/EntityController.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/chicken/ChickenController.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/room/CombatPitController.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/MapController.java: Evaluated as low risk
- src/toniarts/openkeeper/game/controller/room/DoubleQuadController.java: Evaluated as low risk
- src/toniarts/openkeeper/common/EntityInstance.java: Evaluated as low risk
Comments skipped due to low confidence (1)
src/toniarts/openkeeper/Main.java:25
- The initialization of the 'params' variable is incorrect. It should be 'new HashMap<>(args.length)'.
params = HashMap.newHashMap(args.length);
42cfbac to
32a8650
Compare
32a8650 to
b9eb4f5
Compare
This file contains hidden or 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
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.
I guess I won't take this much further so I'll drop it here for reference and in case you want to pull some of it.
This removes stuff from Main as a first step and adds a main to AssetConverter so it can be used as a standalone tool too.