carpg icon indicating copy to clipboard operation
carpg copied to clipboard

Combination of action rpg with roguelike.

Results 100 carpg issues
Sort by recently updated
recently updated
newest added

Allow more 3d dungeon generation: - random room y (indoors different height - whole room) - stairs/angled corridors - building vb - slopes - holes - random room/corridor height -...

Epic

## Traps Different trap levels (weak, normal, strong, lethal). - sliding floor - bear trap - crushing ball - moving wall with spikes - crushing walls - lowering ceiling with...

Epic

- fix function names, Generate vs Spawn - common code for players and ai - convexSweepTest for bullets - unify error message for loading - rename City -> Settlement -...

Epic
tech

Epic for changes that don't fit anywhere. ## Changes + spawning corpses with items in dungeons + iron golems spawn almost never + same armor for guards / militia (maybe...

Epic

Instead of walking on green area to transfer add "Zone" door. On use (E) act like green zone.

enhancement

Crash GUID: 4fb7e9ad-77e6-47e4-8536-700218c1d7c2 Reported by: Savagesheep Crash in void QuestManager::Write(BitStreamWriter& f) when there are other changes then REGISTER_ITEM. Added some checking to prevent crash and log errors. Last errors reported...

bug
crashrpt

- loading text files encoded as ascii or utf8 (or utf8 only), there should be check for BOM to inform there is something wrong if other encoding is used -...

tech

I encountered a quite nasty bug which, as this issue's title says, resulted in blackscreen upon quitting the game. I was unable to get any picture back, ALT+F4 closed background...

bug

Use scene renderer for: - inside buildings (SimpleScene) - outside location (QuadtreeScene) - inside location (PortalScene)

tech