Commit graph

24 commits

Author SHA1 Message Date
Hendrik Brummermann
257b1f9814 automatic code cleanup 2017-05-28 01:03:01 +02:00
Kimmo Rundelin
507940883b Removed unused code 2015-07-07 09:52:50 +03:00
Kimmo Rundelin
7f8f730054 Set GameScreen's world size from onZoneChangeCompleted(), instead of
going through ScreenController. Removed the resulting unused code.
2015-04-08 01:06:59 +03:00
Kimmo Rundelin
300d8a6aa9 Added @Override 2013-04-25 21:50:35 +00:00
Kimmo Rundelin
685b3958dd Avoid using raw types 2012-04-07 06:58:28 +00:00
Kimmo Rundelin
b590de0359 Allow sprites anchored to the bottom of the game screen. For now used only for the achievements 2011-06-04 23:09:21 +00:00
Markus
0621146c8f add handling of reached_achievements events client side by drawing just a figure that's not visible 2011-01-10 20:22:14 +00:00
Hendrik Brummermann
c9e3478cc8 added licence block 2010-09-19 01:29:21 +00:00
Kimmo Rundelin
69485a78be Implemented GroundContainer without wt. j2DClient can no longer have wt panels 2010-09-12 19:04:43 +00:00
Kimmo Rundelin
1d91cf1561 ported GameScreen to swing 2010-08-01 12:18:52 +00:00
Kimmo Rundelin
e074d8eecf updated for changed IGameScreen 2009-08-13 20:27:41 +00:00
Astrid Sawatzky
edc1ac1046 removed deprecated methods from IGamescreen interface and its implementors 2009-03-16 11:05:32 +00:00
Astrid Sawatzky
2b18bd882a removed all // TODO Auto-generated method stub 2009-01-09 11:25:41 +00:00
Martin Fuchs
ee1b5daa5d remove unused import 2008-07-18 20:25:25 +00:00
Astrid Sawatzky
55e5f3e16d introduce interface IEntity and make use of it 2008-07-15 10:30:47 +00:00
Astrid Sawatzky
99ca1c838b brooming , add final parameter where possible.
code format.
2008-07-12 14:44:47 +00:00
Astrid Sawatzky
841d7bd739 use interface EntityView and not class Entity2Dview as base
renamed Entity2DViewFactory to EntityViewFactory
2008-07-11 19:36:02 +00:00
Astrid Sawatzky
cb5ca477b6 use supertype EntityView of Entity2dview where possible 2008-07-11 08:57:10 +00:00
Astrid Sawatzky
9271cac4b9 switching client back to WT 2008-06-13 16:06:41 +00:00
Martin Fuchs
0995222687 update to the new client interfaces 2008-03-30 21:32:12 +00:00
Hendrik Brummermann
0ffdc707f8 use RPEvent for private_text instead of the one turn living attribute private_text. 2007-12-04 22:58:41 +00:00
Astrid Sawatzky
e21624f682 code format nothing else 2007-11-22 22:04:38 +00:00
Astrid Sawatzky
04b2bcc48d removed / replaced TODOs 2007-11-18 23:13:32 +00:00
Astrid Sawatzky
f12d7b5aaa start clean up dependencies
IGamescreen new Interface for screen.
other files use interface where possible
created MockGameScreen for tests
2007-10-25 10:11:36 +00:00