.. |
BackgroundImage.java
|
Added double parallax, dialogue menu
|
2022-06-15 11:24:45 -04:00 |
BombDirectionShow.java
|
Made changes to allow for serialization, removed unnecessary statics from GameFrame and moved them to GamePanel (GamePanel.game.{var} instead of GameFrame.{var})
|
2022-06-14 21:34:35 -04:00 |
BufferedImageWrapper.java
|
Close FileManager after use, add atomic saves and saves every tick, fixed BIW flipping, add dialogue array and delayed dialogue print
|
2022-06-16 13:31:44 -04:00 |
Camera.java
|
Various persistent state things
|
2022-06-14 14:54:55 -04:00 |
CameraPanel.java
|
Made camera consistent across panels, add middleware class to enable key changes, add settings panel
|
2022-06-09 14:18:16 -04:00 |
DialogueMenu.java
|
Add right side DialogueMenu
|
2022-06-16 17:57:35 -04:00 |
FileManager.java
|
Fixed serialization bugs, bomb bug during dialogue
|
2022-06-16 17:28:59 -04:00 |
GameFrame.java
|
Add stuff
|
2022-06-17 13:55:23 -04:00 |
GamePanel.java
|
Add stuff
|
2022-06-17 13:55:23 -04:00 |
GenericSprite.java
|
Add clouds, fix ghost keypresses after load from save, add example dialogue
|
2022-06-17 13:32:53 -04:00 |
GlobalState.java
|
Made changes to allow for serialization, removed unnecessary statics from GameFrame and moved them to GamePanel (GamePanel.game.{var} instead of GameFrame.{var})
|
2022-06-14 21:34:35 -04:00 |
LevelManager.java
|
WOrking o n steel
|
2022-06-15 11:25:38 -04:00 |
Main.java
|
Revert changes
|
2022-05-30 14:46:53 -04:00 |
MapReader.java
|
Make serialization to file efficient
|
2022-06-15 22:08:35 -04:00 |
MenuPanel.java
|
Add stuff
|
2022-06-17 13:55:23 -04:00 |
Middleware.java
|
Various persistent state things
|
2022-06-14 14:54:55 -04:00 |
NonPlayer.java
|
WOrking o n steel
|
2022-06-15 11:25:38 -04:00 |
Particle.java
|
Make serialization to file efficient
|
2022-06-15 22:08:35 -04:00 |
PauseMenu.java
|
Made changes to allow for serialization, removed unnecessary statics from GameFrame and moved them to GamePanel (GamePanel.game.{var} instead of GameFrame.{var})
|
2022-06-14 21:34:35 -04:00 |
Player.java
|
Finished Moving Steel
|
2022-06-17 13:28:39 -04:00 |
SafeObjectInputStream.java
|
Various persistent state things
|
2022-06-14 14:54:55 -04:00 |
SettingPanel.java
|
Made changes to allow for serialization, removed unnecessary statics from GameFrame and moved them to GamePanel (GamePanel.game.{var} instead of GameFrame.{var})
|
2022-06-14 21:34:35 -04:00 |
SingleTile.java
|
Made changes to allow for serialization, removed unnecessary statics from GameFrame and moved them to GamePanel (GamePanel.game.{var} instead of GameFrame.{var})
|
2022-06-14 21:34:35 -04:00 |
Sound.java
|
Made changes to allow for serialization, removed unnecessary statics from GameFrame and moved them to GamePanel (GamePanel.game.{var} instead of GameFrame.{var})
|
2022-06-14 21:34:35 -04:00 |
SpriteException.java
|
Added box and background sprites, background image class, tiles with sprites, some error handling
|
2022-06-02 13:22:17 -04:00 |
StickyBomb.java
|
WOrking o n steel
|
2022-06-15 11:25:38 -04:00 |
TextBox.java
|
Made changes to allow for serialization, removed unnecessary statics from GameFrame and moved them to GamePanel (GamePanel.game.{var} instead of GameFrame.{var})
|
2022-06-14 21:34:35 -04:00 |
Tile.java
|
Made changes to allow for serialization, removed unnecessary statics from GameFrame and moved them to GamePanel (GamePanel.game.{var} instead of GameFrame.{var})
|
2022-06-14 21:34:35 -04:00 |
UtilityFunction.java
|
Add loading object to file and reading object from file
|
2022-06-10 11:23:28 -04:00 |