# # ChangeLog for src/com/example/helloandroid/Game.java in galcon-client # # Generated by Trac 1.6 # Apr 21, 2025, 8:30:37 AM Sun, 20 Jun 2010 18:29:03 GMT dportnoy [3a0d468] * AndroidManifest.xml (modified) * res/values/strings.xml (modified) * src/com/example/helloandroid/ClientThread.java (added) * src/com/example/helloandroid/Connection.java (added) * src/com/example/helloandroid/Game.java (modified) * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/MessageType.java (added) Added code to connect to the game server. Tue, 08 Jun 2010 02:02:51 GMT Zero Cool [012e702] * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/Game.java (modified) Let's hope the ships do not turn around cause if they randomly do it ... Sat, 05 Jun 2010 19:01:47 GMT dportnoy [95509e1] * res/drawable-land/earthrise.png (deleted) * res/drawable-port/earthrise.png (deleted) * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/Game.java (modified) * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/LunarLander.java (deleted) * src/com/example/helloandroid/LunarView.java (deleted) * src/com/example/helloandroid/Planet.java (modified) Removed reference Lunar Lander classes and lots of code that was ... Sun, 30 May 2010 21:42:17 GMT dportnoy [c27abf4] * src/com/example/helloandroid/Game.java (modified) * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/Planet.java (modified) Changed the width of the planet selection circle. Sun, 30 May 2010 21:32:02 GMT dportnoy [5053d90] * src/com/example/helloandroid/Game.java (modified) * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/Planet.java (modified) The game now responds to touchscreen events and the player can select ... Fri, 28 May 2010 04:02:05 GMT dportnoy [b6a9b5f] * src/com/example/helloandroid/Game.java (modified) * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/Planet.java (modified) Each planet is colored based on the faction that controls it and the ... Mon, 24 May 2010 18:38:28 GMT dportnoy [7f84c20] * AndroidManifest.xml (deleted) * res/drawable-land/earthrise.png (added) * res/drawable-port/earthrise.png (added) * res/drawable/app_lunar_lander.png (added) * res/drawable/lander_crashed.png (added) * res/drawable/lander_firing.png (added) * res/drawable/lander_plain.png (added) * res/layout/lunar_layout.xml (added) * res/layout/main.xml (modified) * res/values/strings.xml (deleted) * src/com/example/helloandroid/Game.java (added) * src/com/example/helloandroid/GameView.java (added) * src/com/example/helloandroid/HelloAndroid.java (deleted) * src/com/example/helloandroid/LunarLander.java (added) * src/com/example/helloandroid/LunarView.java (added) Created a copy of the LunarLander demo to use for development. ...