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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
tools/mkpals.c: Remove.
P. J. McDermott
2013-11-14
1
-86/+0
*
data/palettes/palette.txt: Remove.
P. J. McDermott
2013-11-14
1
-58/+0
*
data/palettes/main.gpl: Remove.
P. J. McDermott
2013-11-14
2
-77/+0
*
data/maps/db16-route.tmx: Use DB16 cycle palettes.
P. J. McDermott
2013-11-14
1
-5/+5
*
Add morn, eve, and night DB16-based palettes.
P. J. McDermott
2013-11-14
4
-240/+295
*
tools/mkpals.c: New file.
P. J. McDermott
2013-11-14
1
-0/+86
*
data/palettes/palette.txt: New file.
P. J. McDermott
2013-11-14
1
-0/+58
*
Makefile.am: Add copyright and license notice.
P. J. McDermott
2013-11-12
1
-0/+18
*
configure.ac: Add copyright and license notice.
P. J. McDermott
2013-11-12
1
-0/+18
*
data/palettes/local.mk: New file.
P. J. McDermott
2013-11-12
3
-0/+17
*
data/tilesets/local.mk: Really dist tilesets.
P. J. McDermott
2013-11-12
1
-1/+1
*
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
*
data/maps/db16-route.tmx: New file.
P. J. McDermott
2013-11-12
1
-0/+39
*
data/tilesets/db16-forest.xcf: New file.
P. J. McDermott
2013-11-10
3
-1/+28
*
data/palettes/main.gpl: New file.
P. J. McDermott
2013-11-10
1
-0/+76
*
configure.ac: Add more Automake options.
P. J. McDermott
2013-11-02
1
-1/+1
*
data/tilesets/local.mk: Distribute tilesets.
P. J. McDermott
2013-11-02
1
-0/+1
*
.gitignore: Update.
P. J. McDermott
2013-11-02
1
-10/+13
*
Makefile.am: Add really-clean.
P. J. McDermott
2013-11-02
1
-0/+7
*
AUTHORS: Add self.
P. J. McDermott
2013-11-02
1
-0/+1
*
ChangeLog: Remove from repository.
P. J. McDermott
2013-11-02
1
-0/+0
*
Generate ChangeLog.
P. J. McDermott
2013-11-02
2
-0/+11
*
Makefile.am: Add uninstall-hook.
P. J. McDermott
2013-11-02
1
-0/+7
*
Centralize *dir stuff into Makefile.am.
P. J. McDermott
2013-11-02
3
-9/+6
*
Fix data/tilesets/$(am__dirstamp) stuff.
P. J. McDermott
2013-11-02
3
-9/+6
*
data/tilesets/local.mk: Clean up a bit.
P. J. McDermott
2013-11-02
3
-10/+7
*
Makefile.am: Set CLEANFILES.
P. J. McDermott
2013-11-02
1
-0/+2
*
Makefile.am: Distribute autogen.sh.
P. J. McDermott
2013-11-02
1
-0/+3
*
data/tilesets/local.mk: Move tilesetsdir stuff.
P. J. McDermott
2013-11-02
1
-4/+4
*
Move .xcf.png rule to Makefile.am.
P. J. McDermott
2013-11-02
2
-3/+3
*
Makefile.am: Move GCC_CFLAGS to sdlex_CFLAGS.
P. J. McDermott
2013-11-02
1
-1/+3
*
Makefile.am: Adjust indentation.
P. J. McDermott
2013-11-02
1
-9/+11
*
Makefile.am: Clear sdlex_SOURCES, move includes.
P. J. McDermott
2013-11-02
1
-4/+4
*
Use sdlex_CPPFLAGS.
P. J. McDermott
2013-11-02
3
-5/+3
*
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
[next]