summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/hud
AgeCommit message (Expand)AuthorFilesLines
2014-11-03UnitDock: use List<Pawn> instead of Iterator<Pawn>Jérémy Zurcher1-14/+10
2014-11-03add game/hud/UnitDockJérémy Zurcher1-0/+135
2014-11-02Text: add getWidth() getHeight()Jérémy Zurcher1-0/+12
2014-11-02add game/hud/TextJérémy Zurcher1-0/+66
2014-11-02Msg: font.dispose()Jérémy Zurcher1-8/+15
2014-11-02Player,Hud: move all graphics from Player to HudJérémy Zurcher1-2/+3
2014-11-01Msg: add getX() getX() setPosition(float, float, int) write(String, float)Jérémy Zurcher1-0/+27
2014-11-01Msg: add pushWrite(...) wait for the previous messages to be disblayedJérémy Zurcher1-2/+35
2014-11-01Msg: use PositionJérémy Zurcher1-2/+4
2014-11-01add game/hud/PositionJérémy Zurcher1-0/+69
2014-10-16Msg: add write(String, float)Jérémy Zurcher1-0/+7
2014-10-15add Hud/MsgJérémy Zurcher1-0/+53
2014-10-15Bg: rect is protectedJérémy Zurcher1-0/+51
2014-10-12Button: do not hit if ONJérémy Zurcher1-1/+1
2014-10-10Hud: extract hud/Button, Button instances go publicJérémy Zurcher1-0/+102