r31

Details

  • Filename
    sc2-map-analyzer-r31.zip
  • Uploaded by
  • Uploaded
    Aug 27, 2010
  • Size
    801.91 KB
  • Downloads
    136
  • MD5
    7e69a3b91c415553ac1e20840c82c76e

Changelog

------------------------------------------------------------------------
r31 | dimfish | 2010-08-27 15:41:59 +0000 (Fri, 27 Aug 2010) | 1 line
Changed paths:
   M /trunk/SC2Map.cpp
   M /trunk/SC2Map.hpp
   M /trunk/config.cpp
   M /trunk/makefile
   M /trunk/output.txt
   A /trunk/pathing.cpp
   M /trunk/placedobjects.cpp
   M /trunk/read.cpp
   M /trunk/to-analyze.txt

New terrain pathing can handle diagonal ramps, need to do straight ramps next.
------------------------------------------------------------------------
r30 | dimfish | 2010-08-12 20:49:08 +0000 (Thu, 12 Aug 2010) | 1 line
Changed paths:
   M /trunk/placedobjects.cpp
   M /trunk/read.cpp
   M /trunk/to-analyze.txt

Bug fixes here and there
------------------------------------------------------------------------
r29 | dimfish | 2010-08-12 17:48:25 +0000 (Thu, 12 Aug 2010) | 1 line
Changed paths:
   M /trunk/bases.cpp
   M /trunk/config.cpp
   M /trunk/config.hpp
   M /trunk/makefile
   M /trunk/output.txt
   M /trunk/read.cpp
   M /trunk/sc2mapanalyzer.cpp
   M /trunk/to-analyze.txt

Bringing config files together, bug fix for base identification crash
------------------------------------------------------------------------
r28 | dimfish | 2010-08-11 20:07:41 +0000 (Wed, 11 Aug 2010) | 1 line
Changed paths:
   M /trunk/SC2Map.hpp
   M /trunk/bases.cpp
   M /trunk/dijkstra.cpp
   M /trunk/render.cpp
   M /trunk/sc2mapTypes.hpp
   M /trunk/sc2mapanalyzer.cpp

Changed bases so that it does not require a location over a pathable cell, calculates patch distances to nearby cells, such as a base that is blocked by a destructible rock, but keeping the true base location is better for analysis calculations.
------------------------------------------------------------------------
r27 | dimfish | 2010-08-09 00:55:27 +0000 (Mon, 09 Aug 2010) | 1 line
Changed paths:
   M /trunk/SC2Map.hpp
   M /trunk/SC2MapAggregator.cpp
   M /trunk/colors.txt
   M /trunk/config.cpp
   M /trunk/config.hpp
   M /trunk/constants.txt
   M /trunk/output.txt
   M /trunk/render.cpp
   M /trunk/sc2mapanalyzer.cpp
   M /trunk/spreadsheet.cpp
   M /trunk/to-analyze.txt
   M /trunk/utility.cpp
   M /trunk/utility.hpp

Improving new config-file usage style.
------------------------------------------------------------------------
r26 | dimfish | 2010-08-07 22:02:16 +0000 (Sat, 07 Aug 2010) | 1 line
Changed paths:
   D /trunk/footprints.config
   D /trunk/locales.config
   D /trunk/researchingMapInfo.txt

Deleted obsolete files
------------------------------------------------------------------------
r25 | dimfish | 2010-08-07 22:00:25 +0000 (Sat, 07 Aug 2010) | 1 line
Changed paths:
   M /trunk/SC2Map.hpp
   A /trunk/aggregate-stats.csv
   A /trunk/colors.txt
   M /trunk/config.cpp
   M /trunk/config.hpp
   A /trunk/constants.txt
   A /trunk/footprints.txt
   A /trunk/locales.txt
   M /trunk/makefile
   A /trunk/output.txt
   M /trunk/placedobjects.cpp
   M /trunk/read.cpp
   M /trunk/render.cpp
   M /trunk/sc2mapanalyzer.cpp
   M /trunk/spreadsheet.cpp
   A /trunk/to-analyze.txt
   M /trunk/utility.cpp
   M /trunk/utility.hpp

Altering tool to use config files instead of command line arguments.
------------------------------------------------------------------------
r24 | dimfish | 2010-08-03 19:10:42 +0000 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk/SC2Map.hpp
   M /trunk/placedobjects.cpp

implemented no-pathing fills
------------------------------------------------------------------------
r23 | dimfish | 2010-08-03 18:01:47 +0000 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk/SC2Map.hpp
   M /trunk/placedobjects.cpp
   M /trunk/read.cpp
   M /trunk/sc2mapanalyzer.cpp

working on pathing, other little changes
------------------------------------------------------------------------
r22 | dimfish | 2010-07-28 06:20:40 +0000 (Wed, 28 Jul 2010) | 1 line
Changed paths:
   M /trunk/bookkeeping.cpp
   M /trunk/config.cpp
   M /trunk/dijkstra.cpp
   M /trunk/footprints.config
   M /trunk/openness.cpp
   M /trunk/placedobjects.cpp
   M /trunk/read.cpp
   M /trunk/render.cpp
   M /trunk/sc2mapTypes.hpp

There are two separate pathing maps for buildable, any buildings and main buildings, where main buildings cannot be too close to a resource.  Resources also have a special "nobuildmain" footprint as well.
------------------------------------------------------------------------
r21 | dimfish | 2010-07-23 05:16:58 +0000 (Fri, 23 Jul 2010) | 1 line
Changed paths:
   M /trunk/footprints.config
   M /trunk/placedobjects.cpp

Get footprints for destructibles back to where they were
------------------------------------------------------------------------