.. |
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 |
FireBall.java
|
Fireball but not really
|
2022-06-17 23:36:52 -04:00 |
GameFrame.java
|
Add stuff
|
2022-06-17 13:55:23 -04:00 |
GamePanel.java
|
Fireball but not really
|
2022-06-17 23:36:52 -04:00 |
GenericSprite.java
|
Fireball
|
2022-06-17 21:39:14 -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
|
Starting to add fireball blocks
|
2022-06-17 13:50:22 -04:00 |
MenuPanel.java
|
Fix for new game bug
|
2022-06-17 21:38:25 -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
|
Fix sound bug on game resume
|
2022-06-18 22:27:44 -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 |
SoundWrapper.java
|
Add SoundWrapper class
|
2022-06-19 13:54:38 -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
|
Starting to add fireball blocks
|
2022-06-17 13:50:22 -04:00 |
UtilityFunction.java
|
Add loading object to file and reading object from file
|
2022-06-10 11:23:28 -04:00 |