c0292842a5cb4b0719d9ca61eefc22d7730a773b
test/item/test_inventory.c was disabled via a commented-out add_subdirectory(item) with no explanation - the actual cause was a stale "item/inventory.h" include left over from before the rpg/ reorg (real path is rpg/item/inventory.h). The current inventory.h/.c API it tests hasn't drifted; only the include path had rotted. Also fixes a copy-paste bug in test_inventorySort: the "sort by type" assertions were calling INVENTORY_SORT_BY_ID again instead of INVENTORY_SORT_BY_TYPE, so inventorySortByType/Reverse had zero real coverage. Asserts on type grouping only (not the tied FOOD-vs-FOOD order), since the underlying sort() is qsort and not stable. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Dusk
RPG Game Project, small and able to run on a PSP.
Building
Each build target has different requirements. You can take a look at the git workflow to see how the builds are done for each target. In addition, for accessing the editor and building the game on your host system, install the following packages, depending on your system;
Fedora;
sudo dnf install git make gcc cmake python python-polib python3-pillow python3-dotenv python3-numpy python-qt5 python3-pyopengl SDL2-devel zlib-devel libzip-devel bzip2-devel openssl-devel lzma-sdk-devel xz xz-devel lua-devel
Ubuntu;
sudo apt-get install git build-essential gcc python python-polib python3-pillow python3-dotenv python3-numpy python3-pyqt5 python3-opengl
Arch Linux;
sudo pacman -S git base-devel gcc python python-polib python-pillow python-dotenv python-numpy python-pyqt5 python-opengl
Description
Languages
C
86.5%
JavaScript
4.5%
CMake
3.5%
Python
3.5%
HTML
1%
Other
1%