index
:
overworld-rpg/overworld-rpg.git
master
Experimental overworld RPG engine
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Name package and program "boukengine"
P. J. McDermott
2015-08-24
2
-2/+2
*
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
*
Expose init_viewport() to Lua scripts.
P. J. McDermott
2013-11-16
3
-0/+20
*
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
*
Move demo out of main().
P. J. McDermott
2013-11-15
4
-122/+197
*
src/main.c: Make days longer.
P. J. McDermott
2013-11-14
1
-1/+1
*
src/main.c: Add another shortcut to the demo.
P. J. McDermott
2013-11-14
1
-2/+2
*
src/resources/local.mk: Add header files.
P. J. McDermott
2013-11-12
1
-1/+5
*
src/local.mk: Add header files.
P. J. McDermott
2013-11-12
1
-1/+9
*
src/resources/local.mk: Sort source file names.
P. J. McDermott
2013-11-12
1
-2/+2
*
src/local.mk: Sort source file names.
P. J. McDermott
2013-11-12
1
-6/+6
*
src/area.c: Change color of demo "sprite".
P. J. McDermott
2013-11-12
1
-1/+1
*
src/main.c: Demo new map.
P. J. McDermott
2013-11-12
1
-15/+19
*
Use sdlex_SOURCES in makefile fragments.
P. J. McDermott
2013-11-02
2
-4/+3
*
src/resources/local.mk: Adjust indentation.
P. J. McDermott
2013-11-02
1
-4/+4
*
src/local.mk: Adjust indentation.
P. J. McDermott
2013-11-02
1
-10/+10
*
src/resources/local.mk: Remove .h files.
P. J. McDermott
2013-11-02
1
-4/+4
*
src/local.mk: Remove .h files.
P. J. McDermott
2013-11-02
1
-8/+8
*
Rename Makefile.am files to local.mk.
P. J. McDermott
2013-11-02
2
-1/+1
*
Add copyright and license headers.
P. J. McDermott
2013-11-01
25
-0/+450
*
src/main.c: It's summer somewhere...
P. J. McDermott
2013-03-05
1
-5/+19
*
Change the viewport size.
P. J. McDermott
2013-03-05
2
-3/+3
*
src/main.c: Make demo day length less hardcoded.
P. J. McDermott
2013-03-04
1
-5/+7
*
src/area.c: Disable RLE on area layers.
P. J. McDermott
2013-03-04
1
-2/+1
*
Add a sprite color to palettes.
P. J. McDermott
2013-03-04
1
-2/+2
*
Support palette cycling in area layers.
P. J. McDermott
2013-03-04
3
-37/+18
*
src/main.c: Merge palette cycling & walking demos.
P. J. McDermott
2013-03-04
1
-106/+60
*
Make palette cycling a real part of the engine.
P. J. McDermott
2013-03-04
4
-95/+180
*
src/main.c: Tweak cosine palette cycling macro.
P. J. McDermott
2013-03-04
1
-4/+19
*
Add a default map palette.
P. J. McDermott
2013-03-03
2
-3/+19
*
Support palette properties in maps.
P. J. McDermott
2013-03-03
2
-5/+89
*
src/resources/palette.c: Fix EOF handling.
P. J. McDermott
2013-03-03
1
-0/+3
*
src/main.c: Run morn->day->eve->night cycle.
P. J. McDermott
2013-03-02
1
-34/+97
*
Write a GIMP palette parser.
P. J. McDermott
2013-03-02
3
-1/+183
*
src/main.c: Run day/night cycle on minutes clock.
P. J. McDermott
2013-03-02
1
-29/+41
*
src/main.c: Use cosine curve for day-night cycle.
P. J. McDermott
2013-03-02
1
-7/+23
*
src/main.c: Run a day->night palette cycling demo.
P. J. McDermott
2013-03-02
1
-10/+30
*
src/area.c: Split up area_new().
P. J. McDermott
2013-03-02
2
-12/+25
*
src/resources/image.c: Clean up palette debugging.
P. J. McDermott
2013-02-24
1
-9/+13
[next]