Cataclysm
Cataclysm copied to clipboard
A post-apocalyptic roguelike.
g++ -O3 -c item.cpp -o obj/item.o item.cpp: In member function ‘std::string item::info(bool)’: item.cpp:282:43: error: ‘struct it_comest’ has no member named ‘health’ "\n Healthiness: " health); ^ # make: **\* [obj/item.o]...
I upgraded from experimental 2900 to 2992, copied over saved game folder, config, graveyard, memorial, templates folders. In-game when I tried to wear an elec balaclava it said "You cannot...
Apple ships a very old GCC (4.2). This one line change (const ref in npc_opinion constructor) is the only thing I needed to change for simply typing "make" to build...
Fix "resullts" typo in 9mm +P ammo description
**game::examine()** - Double query when unboarding moving vehicle. - Moved vehicle-screen to the end of function (it was blocking access to items). - Made available only trunk of your vehicle...
I've fixed a few bugs and made some minor design changes. Please pull!
I've made a number of enhancements, mostly related to multipickup and multidrop. ### Multipickup (examine) - Choosing an off-page item changes to that page. - Show inventory letter if picking...
I caught one crash that happens around NPCs due to not checking the return of mon_at. I just wish I understood the map system. There are still problems that appear...
Spotted a typo in the readme & I couldn't help myself.
Hi! I was impressed by how fast you worked on the bug I reported on the forums (burning to death while crafting) and I started taking a look at the...