source: advance-wars/src/com

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41c11dd   13 years devnull Added cities to the game, moved the map to a new static class, and …
(edit) @511177b   13 years devnull Added the player class. Forgot to do this before.
(edit) @c3ad11c   13 years devnull Units are now colored based on the player that controls them. The …
(edit) @99433bb   13 years devnull Added Enum.java (forgot to do this before)
(edit) @fea4b77   13 years devnull Implemented turn and support for computer-controller movement of …
(edit) @b660017   13 years devnull Removed the AppState enum and a bunch of code associated with it. This …
(edit) @379005b   13 years devnull Moved all the enums to an Enum.java file.
(edit) @bdd63ba   13 years devnull Clicking on a unit and then clicking on a tile in its range will move …
(edit) @113d7cf   13 years devnull Implemented saving/loading of the map and the units on it. Also did …
(edit) @b23048f   14 years devnull Created new unit classes, updated some basic data, will upload …
(edit) @78d3c6f   14 years devnull Minor changes to Unit and Soldier constructors
(edit) @b97a618   14 years devnull Touching a unit now displays its movement area. Touching a square …
(edit) @6a639f7   14 years devnull Redid something I undid in the last commit.
(edit) @ebaddd9   14 years devnull Added code to draw a unit's possible movement options on the map.
(edit) @5d77d43   14 years devnull merged Unit
(edit) @bbee931   14 years devnull Merge with 4ea71410ecc8df175ca6d416dbdb0f393e2b3431
(edit) @a79ce1b   14 years devnull Added some attributes to soldier class
(edit) @1a1e8c7   14 years devnull Added a basic draw function to Unit and made some other minor code changes.
(edit) @abe7b3d   14 years devnull Changed the package names from com.example.* to com.medievaltech.*
(edit) @54e0965   14 years devnull Merge with 254fecfd72fd67f9486c055e4b182be5f45655af
(edit) @7f693b4   14 years devnull Merge with 75ffb384ec7d8b4ad4fcbf491b318b55f8320342
(edit) @ece634d   14 years devnull Added Window as a container for other gui objects.
(edit) @15ddb57   14 years devnull More game objects
(edit) @26a9fd6   14 years devnull Added a Window class that draws all GUI objects that are added to it.
(edit) @a0f5455   14 years devnull Created the game package and started creating actual game objects.
(edit) @205f525   14 years devnull Added some buttons to the main menu. Added a new package to the …
(edit) @dd3e793   14 years devnull Created a blank window where the main menu should be. Touching the …
(edit) @681c37d   14 years devnull Removed advancewars.java because Game.java is the starting point of …
(edit) @2e798d9   14 years devnull -A simple 6x8 map now gets drawn to the screen, with green and blue …
(edit) @5d9e7bb   14 years devnull Added lots of code from the android blackjack project.
(add) @9b1f66b   14 years devnull Initial checkin
Note: See TracRevisionLog for help on using the revision log.