summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src/scripting/ffi.c: Fix variableP. J. McDermott2015-08-251-1/+1
* init(): Initialize bindingsP. J. McDermott2015-08-251-0/+4
* script_get(): Register bindingsP. J. McDermott2015-08-251-2/+2
* Add bouken.viewport bindingsP. J. McDermott2015-08-254-3/+55
* Finish Lua->C FFI setupP. J. McDermott2015-08-251-1/+23
* Save pointer to namespace struct in bindings TUP. J. McDermott2015-08-253-4/+9
* Add "bouken" namespace to bindingsP. J. McDermott2015-08-254-0/+56
* Add incomplete FFI codeP. J. McDermott2015-08-254-0/+295
* Manage scripts as resourcesP. J. McDermott2015-08-256-42/+120
* Makefile.am: Add -lm to _LDADDP. J. McDermott2015-08-251-0/+1
* configure.ac: Add home pageP. J. McDermott2015-08-241-1/+2
* configure.ac: Update e-mail addressP. J. McDermott2015-08-241-1/+1
* Name package and program "boukengine"P. J. McDermott2015-08-245-10/+10
* src/area.c: Include "resources/tileset.h".P. J. McDermott2013-11-181-0/+1
* Split up src/resources/map.c.P. J. McDermott2013-11-187-362/+474
* usage(): Mention "games/hello".P. J. McDermott2013-11-161-1/+1
* hello: Initialize a viewport.P. J. McDermott2013-11-161-0/+5
* Expose init_viewport() to Lua scripts.P. J. McDermott2013-11-163-0/+20
* hello: New game.P. J. McDermott2013-11-161-0/+3
* Add code to load and initialize games.P. J. McDermott2013-11-164-0/+93
* Add basic scripting interface.P. J. McDermott2013-11-163-0/+101
* Makefile.am: Build with the Lua 5.1 library.P. J. McDermott2013-11-151-1/+3
* configure.ac: Check for the Lua 5.1 library.P. J. McDermott2013-11-151-0/+4
* Move demo out of main().P. J. McDermott2013-11-154-122/+197
* src/main.c: Make days longer.P. J. McDermott2013-11-141-1/+1
* src/main.c: Add another shortcut to the demo.P. J. McDermott2013-11-141-2/+2
* tools/mkpals.c: Remove.P. J. McDermott2013-11-141-86/+0
* data/palettes/palette.txt: Remove.P. J. McDermott2013-11-141-58/+0
* data/palettes/main.gpl: Remove.P. J. McDermott2013-11-142-77/+0
* data/maps/db16-route.tmx: Use DB16 cycle palettes.P. J. McDermott2013-11-141-5/+5
* Add morn, eve, and night DB16-based palettes.P. J. McDermott2013-11-144-240/+295
* tools/mkpals.c: New file.P. J. McDermott2013-11-141-0/+86
* data/palettes/palette.txt: New file.P. J. McDermott2013-11-141-0/+58
* Makefile.am: Add copyright and license notice.P. J. McDermott2013-11-121-0/+18
* configure.ac: Add copyright and license notice.P. J. McDermott2013-11-121-0/+18
* data/palettes/local.mk: New file.P. J. McDermott2013-11-123-0/+17
* data/tilesets/local.mk: Really dist tilesets.P. J. McDermott2013-11-121-1/+1
* src/resources/local.mk: Add header files.P. J. McDermott2013-11-121-1/+5
* src/local.mk: Add header files.P. J. McDermott2013-11-121-1/+9
* src/resources/local.mk: Sort source file names.P. J. McDermott2013-11-121-2/+2
* src/local.mk: Sort source file names.P. J. McDermott2013-11-121-6/+6
* src/area.c: Change color of demo "sprite".P. J. McDermott2013-11-121-1/+1
* src/main.c: Demo new map.P. J. McDermott2013-11-121-15/+19
* data/maps/db16-route.tmx: New file.P. J. McDermott2013-11-121-0/+39
* data/tilesets/db16-forest.xcf: New file.P. J. McDermott2013-11-103-1/+28
* data/palettes/main.gpl: New file.P. J. McDermott2013-11-101-0/+76
* configure.ac: Add more Automake options.P. J. McDermott2013-11-021-1/+1
* data/tilesets/local.mk: Distribute tilesets.P. J. McDermott2013-11-021-0/+1
* .gitignore: Update.P. J. McDermott2013-11-021-10/+13
* Makefile.am: Add really-clean.P. J. McDermott2013-11-021-0/+7