Commit graph

16 commits

Author SHA1 Message Date
0bae01fd3f Start writing the new coordinates classes.
I'm not sure I'm going down the right path, so I'm committing
what I have so far and putting this on hold.
2017-01-30 18:40:05 +00:00
3907ef6d6d Move movement logic out from the gameplay scene.
Character now knows how to move by itself.
2017-01-30 12:29:57 +00:00
4715552b44 Update to latest vectorwrapper. 2017-01-27 19:37:20 +00:00
952a8af9c6 Register things that need the world size as observers to WorldGrid.
Character and WorldViewport get notified when the world size is set.
This way even if world size never changes they still get notified
about the proper world size as soon as that information is ready,
be it during instantiation or registration. Previously I was having
trouble because at the point where Character was instantiated, the
world size was not known yet. As such, I had to call a
character.update_world_size() function after it became available. The
same happened for the viewport, and this looked a bit too brittle
from the programmer's perspective. Now you just instantiate the
Character and things get sorted out automatically.
2017-01-27 16:07:50 +00:00
38826b94b8 Fix randomly happening floating point error during clipping. 2016-11-09 01:46:36 +01:00
e65c2341c2 Draw a test character to start experimenting. 2016-11-09 01:46:10 +01:00
5d231206ef Fix rect clipping 2016-11-08 20:15:19 +01:00
20f8e75937 Use boost spirit to load csv files.
Allow loading of multiple csv files. Iterating on tiles now returns
a list of tiles, in back-to-front order.
Add a nicer tileset (although it's non-free and needs permission from
its author, need to get in touch in due time).
2016-11-07 22:02:46 +01:00
5da4cef4a5 Move clipping and drawing to base class and fix int<->float warnings. 2016-10-30 23:30:32 +01:00
629a3d9e08 Add movingobject 2016-10-28 21:06:19 +02:00
b8840045a5 Load and display actual tiles 2016-10-27 00:06:59 +02:00
b5a6b9f9bc Quick dirty implementation of a world grid+viewport+iterator.
This commit makes the program quit immediately.
Prints debug info about iterator.
Incomplete, no actual tile being iterated.
2016-10-26 02:24:59 +02:00
92a1069324 Show window and allow user to close it to quit. 2016-10-26 01:20:01 +02:00
6afa1a4cd4 Make virtual methods protected. 2016-10-26 00:50:14 +02:00
482a13ea47 Import DeathHandler. 2016-10-25 01:28:05 +02:00
95499e3d77 First commit 2016-10-24 00:48:30 +02:00