Commit Graph

23 Commits (0fdfa65ddf940e8656d4b8d409e2862597da350d)

Author SHA1 Message Date
sigonasr2 203290c94a Added static tileset world optimization and generation features. 1 year ago
sigonasr2 2f302f7370 Convert all world size positions to use the map's direct map width and height values instead. Fix a bug where using teleport outside the map crashed the game. 1 year ago
sigonasr2, Sig, Sigo bff7eabef5 Debug map toggle configuration paramater added. Added in tiled and scaled versions of interface 9-patch patterning. 1 year ago
sigonasr2 c4db27a78d Boss name overlays added to map editor and game. 1 year ago
sigonasr2 195364e0ab Tile animations implemented. Fix off-by-one error with tileset identification. 1 year ago
sigonasr2, Sig, Sigo 11742b61f9 Populate animation data into map 1 year ago
sigonasr2 ee16393f85 Fix incorrect ordering of fade layers. 1 year ago
sigonasr2 36fb89e556 Code analysis suggestions implemented. 1 year ago
sigonasr2 6a12a45cb2 Moved all enemy reading over to purely using config files. Removed all enemy enum dependencies. Removed bugs involving loading infinite maps by accident. 1 year ago
sigonasr2 228a3caa0e Upper level and lower level spawning now distinguished in map editor. 1 year ago
sigonasr2 57d7f3344b Implemented reading spawn zones on maps. Monsters now spawn according to spawn zones. 1 year ago
sigonasr2 9a2af45245 Add in lower bridge tile zones (horizontal blocks on lower level). Use official map instead of test map. 1 year ago
sigonasr2 69fac079f7 Zones caused the player to swap between upper and lower levels. 1 year ago
sigonasr2, Sig, Sigo 005c49aa04 Read Zone tile data from the map to prepare for special interactions in the game. 1 year ago
sigonasr2 cdab15d8d3 Add hit reset flag for monsters that charge at players such that they must reset it to damage the player with contact damage again. Player spawn location now reads from the level file. Collision tile data loaded. 1 year ago
sigonasr2 b2eda563f2 Sync up monster names with in-game values. Spawners loaded from map data. Spawners now are ellipses instead of circles. Added yellow slime missing death animation. New release build. 1 year ago
sigonasr2 d6e9ade54e Made map data xml tag more specific (output width and height as values). Add load level functionality, changes world size. 1 year ago
sigonasr2 b4d6d1cd09 Fix up tileset displays and enable the ability to have multiple tilesets in one map for the parser. 1 year ago
sigonasr2 1d3b07eb98 Revamped TMXParser.h such that there is a separation between function declarations and definitions for modular support. 1 year ago
sigonasr2 66d8b9050c Parse spawn groups from tiled map data. 1 year ago
sigonasr2 89473d417c We no longer read invalid tags or lone tags. 1 year ago
sigonasr2 635f580ba6 Proper handling of names with spaces in parsing. 1 year ago
sigonasr2 5967b1823f Fix up TMXParser. Make the map levels not as buggy to edit. 1 year ago