summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: Copy game data to build dir if out-of-treePatrick McDermott2021-03-162-1/+9
|
* Revert "build: Make games/classic build directory"Patrick McDermott2021-03-161-2/+0
| | | | This reverts commit feced94b1eda53b5234498a4a45d2544796291fc.
* build: Prettify PNG generationPatrick McDermott2021-03-151-1/+1
|
* build: Make games/classic build directoryPatrick McDermott2021-03-151-0/+2
|
* games/classic: Install game dataPatrick McDermott2021-03-154-0/+25
|
* db_games_find(): New functionPatrick McDermott2021-03-155-2/+96
|
* build: Check for required functionsPatrick McDermott2021-03-151-0/+11
|
* struct _db_xml_node: Align member namesPatrick McDermott2021-03-151-5/+5
|
* db_xml_check_tag(), db_xml_node_peek(): Mark purePatrick McDermott2021-03-151-2/+4
|
* xml_(): Prefix symbolsPatrick McDermott2021-03-152-30/+32
|
* src/xml.c: Use renamed output functionsPatrick McDermott2021-03-151-8/+8
|
* src/xml.[ch]: New filesPatrick McDermott2021-03-153-1/+215
| | | | Copied from boukengine.
* src/output.h: Add format attributes to functionsPatrick McDermott2021-03-151-3/+6
|
* src/output.c: Drop useless #includePatrick McDermott2021-03-151-1/+0
|
* db_err(): Don't quit()Patrick McDermott2021-03-152-5/+2
|
* src/output.[ch]: Prefix symbolsPatrick McDermott2021-03-152-9/+9
|
* src/logging.[ch]: Rename to src/output.[ch]Patrick McDermott2021-03-153-6/+6
|
* src/logging.[ch]: New filesPatrick McDermott2021-03-153-0/+89
| | | | Copied from boukengine.
* README: WRITEMEPatrick McDermott2021-03-151-0/+42
|
* Add build system and package documentationPatrick McDermott2021-03-1517-0/+1753
|
* .gitignore, games/classic/.gitignore: AddPatrick McDermott2021-03-152-0/+37
|
* games/classic: Add game.xml definition filePatrick McDermott2021-03-151-0/+19
|
* games/classic: Renumber map objectsPatrick McDermott2021-03-1410-65/+65
|
* games/classic: Add map and object propertiesPatrick McDermott2021-03-1410-65/+451
|
* games/classic: Add collision propertiesPatrick McDermott2021-03-141-0/+12
|
* games/classic: Export tilesetPatrick McDermott2021-03-1411-30/+14
|
* igames/classic: Add icon mapPatrick McDermott2021-03-141-0/+17
|
* games/classic: Fit star points within circlePatrick McDermott2021-03-141-0/+0
|
* games/classic: AddPatrick McDermott2021-03-1411-0/+195