Commit graph

7 commits

Author SHA1 Message Date
e0443585d0 Fixed target initialization still using sf::Vector2i
Forgot to move manhattanDistance to .cpp
2019-06-08 17:08:15 +02:00
633fda8336 Added type alias for std::pair<uint8_t,uint8_t> for grid coordinates as sf::Vector2 cannot be used in std::map or std::set 2019-06-08 16:11:29 +02:00
430d2b0307 Added representation of occupied squares and a way to retrieve them for A* implementation
Updated UML
2019-06-08 02:32:06 +02:00
86490f3ff4 Implemented move function for entities
Does not consider speed (TODO ?)
2019-06-07 22:38:55 +02:00
06841915f0 Entities are now constructable
Added utility function to display error window
Added textures
Added font
Added a way to choose resources location
2019-06-07 22:20:34 +02:00
a775d846d7 Started object construction and parsing
Simplified some structures
Missing : Entity construction
2019-06-07 02:59:27 +02:00
736eaac94c Project structure and UML first draft 2019-06-06 17:07:24 +02:00