Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | map: Fix shift overflow warningHEADmaster | P. J. McDermott | 2023-02-25 | 1 | -4/+4 |
* | ffi: Eliminate call_arg_index static global var | P. J. McDermott | 2023-02-24 | 3 | -32/+32 |
* | ffi: Reset arg index on each Lua->C function call | P. J. McDermott | 2023-02-24 | 1 | -0/+2 |
* | bindings: Make variables not static global | P. J. McDermott | 2023-02-24 | 3 | -12/+8 |
* | ffi: Print full name with namespaces in warnings | P. J. McDermott | 2023-02-24 | 2 | -22/+42 |
* | ffi: Fix missing args in warnings about args | P. J. McDermott | 2023-02-24 | 3 | -26/+37 |
* | games/hello: Fix sleep call | P. J. McDermott | 2023-02-24 | 1 | -1/+1 |
* | demo: Fix format specifier | P. J. McDermott | 2023-02-24 | 1 | -1/+1 |
* | Add function attributes | P. J. McDermott | 2023-02-24 | 4 | -8/+12 |
* | palettes: Don't try to force inlining | P. J. McDermott | 2023-02-24 | 1 | -4/+4 |
* | demo: Prevent potential null pointer dereferences | P. J. McDermott | 2023-02-24 | 1 | -0/+6 |
* | build: Use ASAN and GCC warnings from Gnulib | P. J. McDermott | 2023-02-24 | 13 | -18/+891 |
* | build: Use AC_CONFIG_SUBDIRS() | P. J. McDermott | 2023-02-24 | 3 | -9/+15 |
* | demo: Exclude delay time from benchmark | P. J. McDermott | 2023-02-23 | 1 | -5/+7 |
* | build: Pass verbosity to xcftools makefile | P. J. McDermott | 2023-02-23 | 1 | -1/+7 |
* | 3rdparty/xcftools: Update submodule | P. J. McDermott | 2023-02-23 | 1 | -0/+0 |
* | build: Use silent rules by default | P. J. McDermott | 2023-02-23 | 3 | -2/+3 |
* | build: Distribute embedded xcf2png, use by default | P. J. McDermott | 2023-02-23 | 5 | -8/+170 |
* | 3rdparty/xcftools: New submodule | P. J. McDermott | 2023-02-23 | 2 | -0/+3 |
* | README: WRITEME | P. J. McDermott | 2023-02-23 | 1 | -2/+3 |
* | README: WRITEME | P. J. McDermott | 2023-02-21 | 1 | -0/+20 |
* | init_viewport_lua(): Remove | P. J. McDermott | 2015-08-25 | 2 | -15/+0 |
* | src/script.[ch]: Remove | P. J. McDermott | 2015-08-25 | 3 | -65/+0 |
* | src/game.h: Update #incude directive | P. J. McDermott | 2015-08-25 | 1 | -1/+1 |
* | games/hello/init.lua: Use bouken.viewport.set_size | P. J. McDermott | 2015-08-25 | 1 | -1/+1 |
* | game_run(): Use FFI functions | P. J. McDermott | 2015-08-25 | 1 | -1/+4 |
* | src/scripting/ffi.c: Fix stack index | P. J. McDermott | 2015-08-25 | 1 | -1/+1 |
* | src/scripting/ffi.c: Fix variable | P. J. McDermott | 2015-08-25 | 1 | -1/+1 |
* | init(): Initialize bindings | P. J. McDermott | 2015-08-25 | 1 | -0/+4 |
* | script_get(): Register bindings | P. J. McDermott | 2015-08-25 | 1 | -2/+2 |
* | Add bouken.viewport bindings | P. J. McDermott | 2015-08-25 | 4 | -3/+55 |
* | Finish Lua->C FFI setup | P. J. McDermott | 2015-08-25 | 1 | -1/+23 |
* | Save pointer to namespace struct in bindings TU | P. J. McDermott | 2015-08-25 | 3 | -4/+9 |
* | Add "bouken" namespace to bindings | P. J. McDermott | 2015-08-25 | 4 | -0/+56 |
* | Add incomplete FFI code | P. J. McDermott | 2015-08-25 | 4 | -0/+295 |
* | Manage scripts as resources | P. J. McDermott | 2015-08-25 | 6 | -42/+120 |
* | Makefile.am: Add -lm to _LDADD | P. J. McDermott | 2015-08-25 | 1 | -0/+1 |
* | configure.ac: Add home page | P. J. McDermott | 2015-08-24 | 1 | -1/+2 |
* | configure.ac: Update e-mail address | P. J. McDermott | 2015-08-24 | 1 | -1/+1 |
* | Name package and program "boukengine" | P. J. McDermott | 2015-08-24 | 5 | -10/+10 |
* | src/area.c: Include "resources/tileset.h". | P. J. McDermott | 2013-11-18 | 1 | -0/+1 |
* | Split up src/resources/map.c. | P. J. McDermott | 2013-11-18 | 7 | -362/+474 |
* | usage(): Mention "games/hello". | P. J. McDermott | 2013-11-16 | 1 | -1/+1 |
* | hello: Initialize a viewport. | P. J. McDermott | 2013-11-16 | 1 | -0/+5 |
* | Expose init_viewport() to Lua scripts. | P. J. McDermott | 2013-11-16 | 3 | -0/+20 |
* | hello: New game. | P. J. McDermott | 2013-11-16 | 1 | -0/+3 |
* | Add code to load and initialize games. | P. J. McDermott | 2013-11-16 | 4 | -0/+93 |
* | Add basic scripting interface. | P. J. McDermott | 2013-11-16 | 3 | -0/+101 |
* | Makefile.am: Build with the Lua 5.1 library. | P. J. McDermott | 2013-11-15 | 1 | -1/+3 |
* | configure.ac: Check for the Lua 5.1 library. | P. J. McDermott | 2013-11-15 | 1 | -0/+4 |