AntMeNet / AntMeCore

This repository includes the whole simulation/backend Part of the AntMe! Engine and the AntMe! Simulation Calculation.
http://www.antme.net
MIT License
35 stars 5 forks source link

Fix the MapTile Validation Methods #21

Closed tomwendel closed 8 years ago

tomwendel commented 8 years ago

Map Tiles have two Methods to validate the Map Structure: GetEnterLevelOnSide() and ValidateMapTileOnSide(). The first one is implemented but don't work correct for the most of the Cliff-MapTiles.

Target Brach https://github.com/AntMeNet/AntMeCore/tree/feature/mapextension

tomwendel commented 8 years ago

First step is done. EnterLevel[Side] is renamed to ConnectionLevel[Side] and returns the right values for all existing Map Tiles

tomwendel commented 8 years ago

Reeeeaaaaady!