March 22, 2025 - March 22, 2026
Overview
1 Release published by 1 user
Published version-0.2 Zedcaster Version 0.2: Punching, Fire, and Lightning Oh My 11 months ago
60 Issues closed from 1 user
Closed #29 Create dead bodyy with no collision for no-loot situation 7 months ago
Closed #59 Refactor the LevelManager into a module like textures 7 months ago
Closed #85 DinkyECS shouldn't be copying facts and other stuff over to new worlds 7 months ago
Closed #62 Enemy drops not working on next level 7 months ago
Closed #80 Need to check for the file existing at textures.cpp:17 to give a better error 7 months ago
Closed #83 Icons on the map don't match their visual location. 7 months ago
Closed #82 Items you pickup and then drop not showing in the map 7 months ago
Closed #84 Confirm that events can be sent in a for-loop 7 months ago
Closed #79 Dead body prevents other things from being picked up 7 months ago
Closed #81 Need a SpatialMap::get_all that returns all things at that spot because can't pickup potion after skull 7 months ago
Closed #72 Need to a component for collision to tag things that have it and don't 8 months ago
Closed #78 Rendering should better show that there's mutliple items on the ground 8 months ago
Closed #73 Systems::distribute_loot should account for multiple things dying in the same spot 8 months ago
Closed #76 SpatialMap::get and neighbors need to account for collision and multiple entities 8 months ago
Closed #77 Drop items in the spot where the player is aiming 8 months ago
Closed #74 If you go down a level you get items disappear when you walk over them and rats became ghosts 8 months ago
Closed #2 Raycaster cuts off sprites because of render 8 months ago
Closed #51 Redesign MapViewUI to use a grid of sprites. 8 months ago
Closed #64 Make a MapGrid for wchar_t instead of Matrix 8 months ago
Closed #58 Can't swap items in loot_ui 9 months ago
Closed #1 Pickup item in combat makes it 'disapear' 9 months ago
Closed #3 Grabbed items from inv->loot render behind loot UI 9 months ago
Closed #57 WorldBuilder::configure_entity_in_map should init an aiming_at 9 months ago
Closed #9 components::Position can have direction? 9 months ago
Closed #53 Change the fact inventory::Model to one that is a constant keyed off player.entity 9 months ago
Closed #52 Allow for swapping items in inventory. 9 months ago
Closed #54 Need to be able to put stuff back on the ground 9 months ago
Closed #56 Possible inventory drop edge case: Grab torch, put down where already torch 9 months ago
Closed #17 Does make_action work after next level? 9 months ago
Closed #19 Ability to mark sprites no_expand? 9 months ago
Closed #21 DinkyECS identity/entity should be some kind of global counter 9 months ago
Closed #34 In DNDLoot stop using a fake loot container for loose items 9 months ago
Closed #39 Rewrite the MapViewUI::update and friends to not use a string 9 months ago
Closed #6 guecs::UI has no way to map gui_id -> name 9 months ago
Closed #40 Make rayview update itself rather than force update 9 months ago
Closed #50 Bring back raycaster.cpp::aiming_at so I can boost things you aim at. 9 months ago
Closed #42 In rayview.cpp::sprite_casting I can probably change $sprites to not hold SpriteTexture 9 months ago
Closed #43 Use SpriteTexture.dim in rayview to replace the hard coded TEXTURE_WIDTH/HEIGHT 9 months ago
Closed #48 raycaster.cpp:update_level is a giant pile of bullshit 9 months ago
Closed #47 rituals.cpp:Blanket and friends should have their own id not DinkyECS::Entity, or the blanket items should be in the world too 9 months ago
Closed #49 I mix up uint32_t and RGBA in raycaster.cpp 9 months ago
Closed #16 aiming_at is way too convoluted 9 months ago
Closed #11 Convert all DinkyECS::Entity to guecs::Entity 9 months ago
Closed #41 Next level breaks the blanket and combat belt 9 months ago
Closed #23 inventory::Model should have a _constant_ flag 9 months ago
Closed #14 MainUI is weird with update_level 9 months ago
Closed #32 Investigate worldbuilder.cpp::42 for PLAYER_TILE crash 9 months ago
Closed #44 Make the tests/textures.cpp do a sprite/texture validation on all textures 9 months ago
Closed #46 System::distribute_loot should create a new entity for the loot rather than reuse the dead thing. 9 months ago
Closed #18 Make a DinkyECS::destroy method 9 months ago
Closed #27 Confirm Pathing::random_walk includes dir.size 9 months ago
Closed #26 Rename map::neighbors to walk or move? 9 months ago
Closed #28 Confirm that I'm using GameConfig everywhere 9 months ago
Closed #33 In DNDLoot, handle commit_move with a bool to abort 9 months ago
Closed #38 Confirm that matriix.cpp::make_map is correct 9 months ago
Closed #45 Crash when moving a torch from hand_r to feet or something 9 months ago
Closed #13 Texture get frame width/height 9 months ago
Closed #15 Mouse coordinates wrong when full screen. 9 months ago
Closed #31 Rename GUI::ENEMY_SPAWN to ENTITY_SPAWN 9 months ago
Closed #35 Make a function in main_ui for getting at overlay cells. 9 months ago
30 Issues created by 1 user
Opened #4 Change ritual::JunkItem to not use std::string 9 months ago
Opened #5 Blanket should use the World for its items too 9 months ago
Opened #7 Prevent copy of UI classes in gui/ 9 months ago
Opened #8 Need a spawn system that can spawn into placed 9 months ago
Opened #10 inventory_count and InventoryItem needs a rewrite/remove 9 months ago
Opened #12 Can I move the FSM::State enum and other into the FSM class? 9 months ago
Opened #20 Rewrite dbc to use a macro 9 months ago
Opened #22 In the GOAP algorithm is there really no way to have cost 9 months ago
Opened #24 Implement BossFightUI v1 9 months ago
Opened #25 Take the if(main.in_state) found in main.cpp and find a way to put in the FSM directly. 9 months ago
Opened #30 Fix getting stuck in combat (systems.cpp:30) 9 months ago
Opened #36 Unify event IDs so that there's not this weird GUI vs. FSM events 9 months ago
Opened #37 Should guecs::make_action include the gui? 9 months ago
Opened #55 Cleanup how inventory::Model is used in status, dnd_loot, and loot_ui to recover from get_the 9 months ago
Opened #60 LootUI is using $target=$temp_loot 9 months ago
Opened #61 Investigate sf::RenderTexture in rayview 9 months ago
Opened #63 The icongen.cpp will make the last square in the map_tile.png black before moving to centered tiles 8 months ago
Opened #65 map.hpp:EntityGrid has to exist already 8 months ago
Opened #66 The map should really be a component like Rectangle 8 months ago
Opened #67 Get rid of "id" in tiles.json 8 months ago
Opened #68 Calculate compass_dir/direction in rayview and put in Position 8 months ago
Opened #69 Document main_ui.plan_rotate and raycaster.plan_rotate better 8 months ago
Opened #70 Rayview is rendering the sprites way too much 8 months ago
Opened #71 In worldbuilder.cpp:95 I need to use a new component instead of using an inventory_count setting. 8 months ago
Opened #75 LevelManager::spawn_enemy is hot dogshit 8 months ago
Opened #86 Enemies standing on items still don't fight 7 months ago
Opened #87 Need to prevent invalid cell errors 7 months ago
Opened #88 Raycaster$camera needs to be properly initialized 7 months ago
Opened #89 Add an assert for player position equaling camera position 7 months ago
Opened #90 StatusUI::init called way too much 7 months ago