summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-022022 updateHEADmasterTom Barrett
2020-03-25cargo update & lintTom Barrett
2019-08-27can cycle and select responses and go through the treetom barrett
2019-08-27cargo update and dialogbox now disappears and npc resumes wanderingtom barrett
2019-08-19created abstraction between world and game, added temlate for dialogtreestom barrett
2019-07-24dialog boxtom barrett
2019-07-23update depstom barrett
2019-07-23state -> world, moved struct members to privatetom barrett
2019-07-22cleanuptom barrett
2019-07-22wandering enabledtom barrett
2019-07-13frame delay can now be randomizedtom barrett
2019-07-13fmttom barrett
2019-07-13cargo updatetom barrett
2019-07-13less codetom barrett
2019-07-13fmttom barrett
2019-07-10animation now always works, added player spawntom barrett
2019-07-08rotation now workstom barrett
2019-07-07reorganizedtom barrett
2019-07-05now a cells struct whichs layers own, which takes from tileset tilestom barrett
2019-07-05removed math, operable to map and layers, on the way to merging tile and frametom barrett
2019-07-04moved animation file, moved player function to enitity, tile now uses animati...tom barrett
2019-07-04better namingtom barrett
2019-07-03refactored how entities worktom barrett
2019-07-02cargo updatedtom barrett
2019-07-02entities now spawn on pointstom barrett
2019-07-01invisible property now workstom barrett
2019-07-01simpilfied interfaces and added new xml propertiestom barrett
2019-07-01having idle states for each directiontom barrett
2019-06-28animation workingtom barrett
2019-06-28unified interfacestom barrett
2019-06-27Merge branch 'master' into feature/dudetom barrett
2019-06-27tiles can now animatetom barrett
2019-06-26clippy and fmttom barrett
2019-06-26now can parse tile propertiestom barrett
2019-06-25second person spriteLucy Veron
2019-06-24now draws accurately depending on fliptom barrett
2019-06-22now draw at the tile leveltom barrett
2019-06-22added animated tiles with attributesLucy Veron
2019-06-22added animated tiles with attributesLucy Veron
2019-06-22reordered layers, now added rotation of tiles, fixed tileset mapping bugtom barrett
2019-06-21Added rotated tiles, also angledLucy Veron
2019-06-21cannot leave map boundrytom barrett
2019-06-20now goes through animation vectorstom barrett
2019-06-19can now move in anglestom barrett
2019-06-19camera now doesnt display unused maptom barrett
2019-06-18sampling testtom barrett
2019-06-18got drawing of charactertom barrett
2019-06-18much better way of receiving xmltom barrett
2019-06-18added camera struct, moved map drawing to map struct, now draws a character t...tom barrett
2019-06-17moved state filetom barrett