# # ChangeLog for src/com/example/helloandroid/GameView.java in galcon-client # # Generated by Trac 1.5.4 # Sep 19, 2024, 9:30:40 PM 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. Mon, 14 Jun 2010 01:19:14 GMT dportnoy [9d030cb] * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/Game.java (modified) * src/com/example/helloandroid/GameView.java (modified) Merge with 422c8ef5772e988da2065d1c4b95e6d6ab6192e7 Mon, 14 Jun 2010 01:07:33 GMT dportnoy [04a9a00] * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/Planet.java (modified) Framerate is now set to 20 fps and planets spawn ships at different ... Thu, 10 Jun 2010 03:23:14 GMT dportnoy [69f6f01] * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/Planet.java (modified) Added a display of the fleet size, a percentage of the population of ... Sat, 05 Jun 2010 21:55:49 GMT Zero Cool [6ebf60f] * res/values/strings.xml (modified) * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/GameView.java (modified) Updates to fleet traveling + planet attack and fleet deletion Sat, 05 Jun 2010 19:07:34 GMT dportnoy [c65ef39] * src/com/example/helloandroid/GameView.java (modified) Changed something really minor, but I forget what. 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 ... Sat, 05 Jun 2010 17:08:40 GMT dportnoy [61c4fbc] * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/Planet.java (modified) The player can now send fleets by clicking on the source and ... 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 ... Tue, 25 May 2010 14:46:37 GMT dportnoy [8a4e64f] * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/Planet.java (modified) Generated planets are guaranteed not to collide or or be off the ... Mon, 24 May 2010 21:46:26 GMT dportnoy [9b87c8d] * src/com/example/helloandroid/GameView.java (modified) * src/com/example/helloandroid/Planet.java (modified) Planets get randomly generated and drawn. 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. ...