final/src
bob 6a293bc086 Merge remote-tracking branch 'origin/master' 2022-06-20 13:51:03 -04:00
..
BackgroundImage.java Added double parallax, dialogue menu 2022-06-15 11:24:45 -04:00
BombDirectionShow.java Level 3 2022-06-20 10:11: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 loading dialogue 2022-06-19 14:31:19 -04:00
FileManager.java Document FileManager 2022-06-20 13:35:37 -04:00
FireBall.java More sounds 2022-06-19 18:10:09 -04:00
GameFrame.java Add tip to return from settings 2022-06-19 19:01:59 -07:00
GamePanel.java Document GamePanel and remove obsolete documentation 2022-06-20 13:25:45 -04:00
GenericSprite.java Ensure unix compliance by ending every text file with a newline 2022-06-19 18:18:08 -07:00
GlobalState.java Move GlobalState randint to UtilityFunction 2022-06-19 16:20:58 -07:00
LevelManager.java lEVEL 4 2022-06-20 13:50:52 -04:00
Main.java Ensure unix compliance by ending every text file with a newline 2022-06-19 18:18:08 -07:00
MapReader.java Make signs work 2022-06-19 17:31:08 -07:00
MenuPanel.java Fix continue bug 2022-06-20 11:06:00 -04:00
Middleware.java Various persistent state things 2022-06-14 14:54:55 -04:00
NonPlayer.java Ensure unix compliance by ending every text file with a newline 2022-06-19 18:18:08 -07: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 Change ceiling height, default player frame 2022-06-20 12:41:58 -04:00
SafeObjectInputStream.java Various persistent state things 2022-06-14 14:54:55 -04:00
SettingPanel.java Add tip to return from settings 2022-06-19 19:01:59 -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 First level done 2022-06-19 21:30:25 -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 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 Remove extraneous print statement 2022-06-19 17:53:52 -07:00