|
ab6ef6c338
|
BaseMapSource doesn't need to know T. Only fetch() will need that.
|
2015-06-06 14:23:21 +02:00 |
|
|
49f7d15379
|
Vector doesn't need to be told the type every time.
|
2015-06-06 14:16:35 +02:00 |
|
|
12db1d9638
|
Clean up and handle endianness.
|
2015-06-04 20:59:07 +02:00 |
|
|
f1a6cac62b
|
Start implementing the tyler map loader.
Untented and incomplete.
|
2015-05-29 00:15:06 +02:00 |
|
|
72b400ac0c
|
Warning fix on clang.
|
2015-05-28 00:25:06 +02:00 |
|
|
a82e8c16f6
|
Helper recursive map loader.
Recursion not tested since the file format is not ready yet, sorry.
|
2015-05-28 00:20:40 +02:00 |
|
|
ea71478948
|
Refactoring in the data loading classes.
Lots of junk code removed, the architecture is now much simpler.
AsciiMapSource works as before.
|
2015-05-25 01:37:20 +02:00 |
|
|
1c5cb6299c
|
Show diamond-shaped tiles on a larger map.
|
2015-05-24 17:19:10 +02:00 |
|
|
edbb3fe1d8
|
Crash fix when going from a smaller view to a larger one.
|
2015-05-24 17:18:46 +02:00 |
|
|
b2eae08d02
|
New code to calculate the tiles position esp. in 2D.
|
2015-05-24 17:17:53 +02:00 |
|
|
20a7e0450d
|
Buildfix.
Don't use surfaces, SDL2_image lets you create a texture
directly.
This is missing the graphic files that the code seeks to
load so it will not run.
|
2015-05-21 18:14:07 +02:00 |
|
|
2d61a84c13
|
AsciiMapReader works on raw data, so it needs to know
the map size (2D only) from the outside.
|
2015-05-21 09:52:45 +02:00 |
|
|
701366bf86
|
Replace size_t with uint32_t for template parameter D
This fixes the build on 64-bit machines, where size_t and uint32_t from vector.hpp would mismatch.
|
2015-01-08 12:20:17 +01:00 |
|
|
7a8ffe2060
|
Public header files moved into the doorkeeper subdirectory
|
2015-01-06 16:38:52 +01:00 |
|