# # ChangeLog for / in galcon-client # # Generated by Trac 1.5.4 # Sep 16, 2024, 6:50:50 PM Wed, 23 Jun 2010 23:56:50 GMT dportnoy [999095f] * message_spec.txt (added) Merge with 126e8f3b156a7a79bd0040bc37ea085d36e2e5ce Wed, 23 Jun 2010 23:55:40 GMT dportnoy [b87af8a] * .classpath (modified) * src/com/example/helloandroid/ClientThread.java (modified) * src/com/example/helloandroid/Connection.java (deleted) * src/com/example/helloandroid/MessageType.java (deleted) Moved Connection and MessageType to galconcommon. Sun, 20 Jun 2010 18:59:12 GMT dportnoy [a4f5200] * message_spec.txt (added) Added a message spec for client/server communication 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:26:18 GMT dportnoy [38ac100] * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/Game.java (modified) Merge with 857938d5aed1e002aa2743080bcd10f6eee25fca 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 ... 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 ... Sun, 06 Jun 2010 02:50:25 GMT dportnoy [647a312] * src/com/example/helloandroid/Fleet.java (modified) Fleet pathing seems to be working correctly, even if the fleet needs ... Sun, 06 Jun 2010 02:02:24 GMT dportnoy [730d808] * src/com/example/helloandroid/Fleet.java (modified) Currently debugging fleet pathing. Sat, 05 Jun 2010 22:08:21 GMT dportnoy [4a1f590] * res/layout/lunar_layout.xml (deleted) * res/values/strings.xml (modified) Removed the layout from Lunar Lander and some unnecessary variables ... Sat, 05 Jun 2010 22:01:21 GMT ZeroCool [b15ff93] * .hgignore (added) * res/values/strings.xml (modified) Name change 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 21:08:56 GMT dportnoy [1bc5794] * .hgignore (added) * res/values/strings.xml (modified) Added the bin folder to hgignore and changed the app_name. Sat, 05 Jun 2010 20:02:26 GMT dportnoy [17dfb52] * src/com/example/helloandroid/Fleet.java (modified) handeld merge 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:02:40 GMT Zero Cool [0986844] * src/com/example/helloandroid/Fleet.java (modified) Some more updates, almost done going round the planet 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 ... Tue, 01 Jun 2010 02:12:31 GMT Zero Cool [9ef6f68] * src/com/example/helloandroid/Fleet.java (modified) Chugging along with path finding 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 ... Fri, 28 May 2010 03:32:34 GMT Zero Cool [5a03a06] * src/com/example/helloandroid/Fleet.java (modified) Some more updates to fleet update method Fri, 28 May 2010 00:55:50 GMT Zero Cool [1291908] * src/com/example/helloandroid/Fleet.java (modified) * src/com/example/helloandroid/Planet.java (modified) Fleet attack function works now Fri, 28 May 2010 00:47:31 GMT Zero Cool [3e9f39e] * AndroidManifest.xml (modified) * 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 (modified) * 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) * src/com/example/helloandroid/Planet.java (modified) Merge with a30e7e8b565e27d0defe9bba05b1e60e10906df6 Fri, 28 May 2010 00:34:15 GMT Zero Cool [1a91f0d] * src/com/example/helloandroid/Fleet.java (modified) Fleet Class pdate Wed, 26 May 2010 03:46:05 GMT Zero Cool [96857ee] * src/com/example/helloandroid/Fleet.java (modified) Fleet.java 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:40:31 GMT dportnoy [76819ac] * AndroidManifest.xml (added) * res/values/strings.xml (added) Had to re-add some files I deleted before 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. ... Sun, 23 May 2010 22:02:04 GMT dportnoy [159eef8] * src/com/example/helloandroid/Fleet.java (added) * src/com/example/helloandroid/Planet.java (added) Created basic interfaces for Fleet and Planet. Sun, 23 May 2010 21:13:37 GMT dportnoy [0b49d7a] * .classpath (added) Adding classpath Sun, 23 May 2010 20:51:23 GMT dportnoy [d936b97] * .project (added) * AndroidManifest.xml (added) * default.properties (added) * res/drawable-hdpi/icon.png (added) * res/drawable-ldpi/icon.png (added) * res/drawable-mdpi/icon.png (added) * res/layout/main.xml (added) * res/values/strings.xml (added) * src/com/example/helloandroid/HelloAndroid.java (added) Initial commit