summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-21Start implementation of widgets featureNao Pross2-1/+47
2018-11-21Comment out annoying @Deprecated for MapLoaderNao Pross1-3/+3
2018-11-21Disable Pause feature, add scene UNIQUE_NAME generatorNao Pross6-51/+73
2018-11-21Fix InvalidStateException at scene loading, add Scene.requestScene()Nao Pross6-87/+138
2018-11-21Generalize to use only Scenes, attempt to implement pauseNao Pross9-137/+275
2018-11-20Add res folder for resourcesNao Pross1-1/+1
2018-11-20Refractor MapScene.render() AffineTransformsNao Pross3-19/+32
2018-11-20Correct BufferStrategy renderingNao Pross1-4/+9
2018-11-20Remove Scene.absoluteRender(), add Scene.build()Nao Pross5-21/+34
2018-11-20Refractor game state change detection / locksNao Pross4-27/+53
2018-11-20Move Map loading into Game (out of graphics)Nao Pross4-24/+59
2018-11-20Add currentMap to Game, waitStateChange now returns the new stateNao Pross2-3/+10
2018-11-20Refractor MapSceneNao Pross4-138/+159
2018-11-20Add Game class, fix GameWindow's scene loading / managementNao Pross6-61/+229
2018-11-20Make x y members of Tile publicNao Pross1-2/+2
2018-11-20Suppress serialVersionUID warningNao Pross5-40/+52
2018-11-20Separate MapLoader constructorsNao Pross1-6/+6
2018-11-20Implement unbreakable weaponsNao Pross1-6/+12
2018-11-19Move util.Palette to graphics.Palette, fix canvas resizeNao Pross4-3/+3
2018-11-19Create java package for the projectNao Pross12-7/+40
2018-11-19Set up CardLayout for GameWindow and Scene pause/resumeNao Pross4-39/+130
2018-11-19Update GameWindow and remove parent frame dependency on SceneNao Pross5-77/+74
2018-11-19Update Scene class (and some derivates) to be abstractNao Pross8-63/+83
2018-11-19Add Actor.SkillSet, remove useless members in various strucutresNao Pross4-96/+63
2018-11-19Add TODOs for various correctionsHEADmasterNao Pross10-7/+102