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
*
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
6
-5/+5
*
Add copyright and license headers.
P. J. McDermott
2013-11-01
25
-0/+450
*
Add LGPL (GPL + exception) license text.
P. J. McDermott
2013-11-01
2
-0/+839
*
autogen.sh: chmod a+x.
P. J. McDermott
2013-11-01
1
-0/+0
*
autogen.sh: New file.
P. J. McDermott
2013-11-01
1
-0/+16
*
Add Lostgarden wilderness tileset.
P. J. McDermott
2013-11-01
2
-0/+54
*
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
5
-2/+10
*
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 generated 58-color palettes.
P. J. McDermott
2013-03-04
4
-0/+244
*
data/tilesets/collision.tsx: Fix image source.
P. J. McDermott
2013-03-03
1
-1/+1
*
data/maps/forest1-8bit.tmx: Add palette refs.
P. J. McDermott
2013-03-03
1
-1/+8
*
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
*
Optionally list palette colors of loaded images.
P. J. McDermott
2013-02-22
2
-3/+28
*
Clean up dirstamp for data/tilesets/.
P. J. McDermott
2013-02-22
3
-0/+4
*
configure.ac: Add an AC_CONFIG_AUX_DIR() macro.
P. J. McDermott
2013-02-22
1
-0/+1
*
Define installation directory preprocessor macros.
P. J. McDermott
2013-02-20
4
-1/+13
*
Prevent segmentation faults in some places.
P. J. McDermott
2013-02-20
2
-3/+24
*
Organize maps in their own directory.
P. J. McDermott
2013-02-20
7
-9/+29
*
Improve build system.
P. J. McDermott
2013-02-20
9
-18/+52
*
.gitignore: Update.
P. J. McDermott
2013-02-20
1
-0/+3
*
Distribute headers and data.
P. J. McDermott
2013-02-20
3
-10/+21
*
Clean up some "#if 0" conditions.
P. J. McDermott
2013-02-19
5
-217/+15
*
Disable TMX parser debugging noise by default.
P. J. McDermott
2013-02-19
3
-0/+90
*
Enable and fix a bunch of GCC warnings.
P. J. McDermott
2013-02-19
10
-18/+29
*
Try to get some small performance improvements.
P. J. McDermott
2013-02-19
2
-2/+3
*
Enable more GCC warnings.
P. J. McDermott
2013-02-19
2
-1/+5
*
src/area.c: Consolidate area layer creation code.
P. J. McDermott
2013-02-19
1
-38/+16
*
data/forest1-8bit.tmx: Add.
P. J. McDermott
2013-02-19
1
-0/+63
*
Limit surfaces to 8 bpp. Set keys and palettes.
P. J. McDermott
2013-02-19
4
-30/+74
*
Add struct map * member to struct area.
P. J. McDermott
2013-02-19
3
-24/+26
[next]