Archived
1
0
Commit Graph

18 Commits

Author SHA1 Message Date
589eb0f8e7 -Started to add distanceFromPoint to drone tools
-Continued implementation of move in Police

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-10-04 14:47:09 -07:00
8b0ec5fcc0 -Created NeighborObjective Class to reference an objective on the map
-Implemented discovery of Objectives nearyby

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-22 15:43:31 -07:00
c6dd0455a5 -Implemented LumaLocator
-Deleted old drawings

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-21 13:09:03 -07:00
fbdffb5905 -Sorted files into different packages to clean up object list
Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-20 14:57:18 -07:00
8d6840ac87 -NeighborBuilding is now Drone specific.
Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-15 13:52:08 -07:00
a5e5999b4d -Created classes for additional building types
-Restructred how buildings are represented

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-13 15:12:14 -07:00
fda0029f82 Created method for finding nearby buildings with in a drone's sight range
Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-12 15:54:45 -07:00
89a6f1e559 -Refactored Neighbor to NeighborDrone
-Created NeighborBuilding

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-10 21:57:45 -07:00
564c97c8b9 -Fixed testing of valid moves
Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-10 20:57:34 -07:00
Tony Grosinger
b7c5991a7a -Implemented most of Steal
-Started Attack

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-06-04 22:35:53 -07:00
Tony Grosinger
c7bf2268e8 -Created TownHall object
-Implemented Inventory
-Started Objectives

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-05-19 17:22:54 -07:00
Tony Grosinger
20e7ec66fe -Implemented randomly generated MoneyPiles
-Continued implementing creation of drones and houses

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-27 14:15:34 -07:00
Tony Grosinger
bb5ab7a7aa -Implemented most of creating a new drone
Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-26 13:47:41 -07:00
Tony Grosinger
4f7140b45a -Added houses
-Almost finished with adding ability to build a house
-Houses included in safezone if they are on the same team

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-26 12:59:04 -07:00
Tony Grosinger
db1b945815 Added new mapping feature. Will now create a directory and output generated map files every turn. Will probably add a way to change the frequency these are generated.
Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-25 20:02:34 -07:00
Tony Grosinger
806a3da1c3 -Added Neighbor object
-Added ability to find neighbors nearby within your visible distance

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-23 21:56:30 -07:00
Tony Grosinger
f4bae64bbd -Fixed moving, hitting an edge no longer crashes the game
-Other stuff that I forget now...

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-23 20:03:45 -07:00
Tony Grosinger
70a933ac09 -Major overhaul of design. Now using interfaces rather than extending
-Added DroneTools to allow a Drone to find out necessary information
-Prevented drone from accessing information it shouldn't get
-Changed moving again
-More stuff that I have forgotten by now
2011-04-22 19:46:44 -07:00