index
:
Subconscious-java
dev
master
Role play videogame (java implementation)
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
Refractor MapScene.render() AffineTransforms
Nao Pross
3
-19
/
+32
2018-11-20
Correct BufferStrategy rendering
Nao Pross
1
-4
/
+9
2018-11-20
Remove Scene.absoluteRender(), add Scene.build()
Nao Pross
5
-21
/
+34
2018-11-20
Refractor game state change detection / locks
Nao Pross
4
-27
/
+53
2018-11-20
Move Map loading into Game (out of graphics)
Nao Pross
4
-24
/
+59
2018-11-20
Add currentMap to Game, waitStateChange now returns the new state
Nao Pross
2
-3
/
+10
2018-11-20
Refractor MapScene
Nao Pross
4
-138
/
+159
2018-11-20
Add Game class, fix GameWindow's scene loading / management
Nao Pross
6
-61
/
+229
2018-11-20
Make x y members of Tile public
Nao Pross
1
-2
/
+2
2018-11-20
Suppress serialVersionUID warning
Nao Pross
5
-40
/
+52
2018-11-20
Separate MapLoader constructors
Nao Pross
1
-6
/
+6
2018-11-20
Implement unbreakable weapons
Nao Pross
1
-6
/
+12
2018-11-19
Move util.Palette to graphics.Palette, fix canvas resize
Nao Pross
4
-3
/
+3
2018-11-19
Create java package for the project
Nao Pross
12
-7
/
+40
2018-11-19
Set up CardLayout for GameWindow and Scene pause/resume
Nao Pross
4
-39
/
+130
2018-11-19
Update GameWindow and remove parent frame dependency on Scene
Nao Pross
5
-77
/
+74
2018-11-19
Update Scene class (and some derivates) to be abstract
Nao Pross
8
-63
/
+83
2018-11-19
Add Actor.SkillSet, remove useless members in various strucutres
Nao Pross
4
-96
/
+63
2018-11-19
Add TODOs for various corrections
HEAD
master
Nao Pross
10
-7
/
+102