kalvindukes
9481d94c98
Fix for "front() called on empty vector" Errors on debug builds.
...
Now using the C++11 vector.data() to fetch the proper pointer instead of $vector.front()
- Which fails on empty vectors because of the standard compiler setting _ITERATOR_DEBUG_LEVEL=2 when debugging
2018-09-26 19:23:46 +02:00
David Carlier
bc432345a4
namespace for both types
2018-07-29 17:15:29 +01:00
David Carlier
3928570ce4
Further changes
2018-07-28 19:19:42 +01:00
David Carlier
3dacda7522
One unit compil has similar struct but the signess differ.
2018-07-28 18:05:42 +01:00
John Zimmermann
82600b3e2e
game/render/font_ft2.cpp: PAGE_SIZE -> FONT_PAGE_SIZE to fix naming conflict with musl libc
2018-07-26 22:05:48 +02:00
Lucas de Vries
cc307720ff
Open source Star Ruler 2 source code!
2018-07-17 14:15:37 +02:00