.. |
BackgroundImage.java
|
Added double parallax, dialogue menu
|
2022-06-15 11:24:45 -04:00 |
BombDirectionShow.java
|
More sounds
|
2022-06-19 18:10:09 -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 loading dialogue
|
2022-06-19 14:31:19 -04:00 |
FileManager.java
|
Close scanner after use
|
2022-06-19 15:52:03 -07:00 |
FireBall.java
|
More sounds
|
2022-06-19 18:10:09 -04:00 |
GameFrame.java
|
Fix pause menu
|
2022-06-19 15:09:53 -07:00 |
GamePanel.java
|
working on signs on first level
|
2022-06-19 20:54:04 -04:00 |
GenericSprite.java
|
added first level
|
2022-06-19 20:18:58 -04:00 |
GlobalState.java
|
Move GlobalState randint to UtilityFunction
|
2022-06-19 16:20:58 -07:00 |
LevelManager.java
|
working on signs on first level
|
2022-06-19 20:54:04 -04:00 |
Main.java
|
Working on fireball
|
2022-06-19 15:57:22 -04:00 |
MapReader.java
|
Make signs work
|
2022-06-19 17:31:08 -07:00 |
MenuPanel.java
|
Fix deprecated keyevent, fix access error, center stickybomb explosion
|
2022-06-19 15:49:36 -07:00 |
Middleware.java
|
Various persistent state things
|
2022-06-14 14:54:55 -04:00 |
NonPlayer.java
|
More sounds
|
2022-06-19 18:10:09 -04:00 |
Particle.java
|
Make serialization to file efficient
|
2022-06-15 22:08:35 -04:00 |
PauseMenu.java
|
Fix pause menu
|
2022-06-19 15:09:53 -07:00 |
Player.java
|
Merge remote-tracking branch 'origin/master'
|
2022-06-19 20:19:05 -04:00 |
SafeObjectInputStream.java
|
Various persistent state things
|
2022-06-14 14:54:55 -04:00 |
SettingPanel.java
|
Fix pause menu
|
2022-06-19 15:09:53 -07: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
|
added first level
|
2022-06-19 20:18:58 -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
|
Fix deprecated keyevent, fix access error, center stickybomb explosion
|
2022-06-19 15:49:36 -07: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
|
Working on fireball
|
2022-06-19 15:57:22 -04:00 |
UtilityFunction.java
|
Move GlobalState randint to UtilityFunction
|
2022-06-19 16:20:58 -07:00 |
WallSign.java
|
Make signs work
|
2022-06-19 17:31:08 -07:00 |