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
/
resources
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sdlex_SOURCES in makefile fragments.
P. J. McDermott
2013-11-02
1
-1/+1
*
src/resources/local.mk: Adjust indentation.
P. J. McDermott
2013-11-02
1
-4/+4
*
src/resources/local.mk: Remove .h files.
P. J. McDermott
2013-11-02
1
-4/+4
*
Rename Makefile.am files to local.mk.
P. J. McDermott
2013-11-02
1
-0/+0
*
Add copyright and license headers.
P. J. McDermott
2013-11-01
8
-0/+144
*
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
*
Write a GIMP palette parser.
P. J. McDermott
2013-03-02
3
-1/+183
*
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
1
-0/+14
*
Improve build system.
P. J. McDermott
2013-02-20
1
-1/+1
*
Distribute headers and data.
P. J. McDermott
2013-02-20
1
-3/+3
*
Disable TMX parser debugging noise by default.
P. J. McDermott
2013-02-19
1
-0/+63
*
Enable and fix a bunch of GCC warnings.
P. J. McDermott
2013-02-19
2
-2/+2
*
Limit surfaces to 8 bpp. Set keys and palettes.
P. J. McDermott
2013-02-19
1
-0/+4
*
Add struct map * member to struct area.
P. J. McDermott
2013-02-19
1
-1/+1
*
Make the tileset firstgid a Uint32.
P. J. McDermott
2013-02-18
2
-5/+6
*
Clean up map layers.
P. J. McDermott
2013-02-18
2
-22/+14
*
Fix unsafe (char *)->(int *). Ensure byte order.
P. J. McDermott
2013-02-18
1
-1/+11
*
Support collision and unknown map layers.
P. J. McDermott
2013-02-17
2
-2/+11
*
Support unused tileset properties.
P. J. McDermott
2013-02-17
1
-0/+3
*
Handle tiles and properties in tilesets.
P. J. McDermott
2013-02-17
2
-13/+121
*
Add map exits to a collisions array.
P. J. McDermott
2013-02-17
2
-1/+30
*
Divide map exit dimensions by map tile dimensions.
P. J. McDermott
2013-02-17
1
-0/+4
*
Support objectgroups and map exits.
P. J. McDermott
2013-02-17
2
-3/+256
*
Delete old map-related files.
P. J. McDermott
2013-02-17
4
-199/+0
*
Support layers in maps.
P. J. McDermott
2013-02-17
2
-19/+205
*
Give each use of a tileset a unique firstgid.
P. J. McDermott
2013-02-17
2
-20/+38
*
Fix base paths for resources referenced in maps.
P. J. McDermott
2013-02-17
2
-5/+27
*
Allocate maps & tilesets before their start elems.
P. J. McDermott
2013-02-17
1
-28/+33
*
TMX parser rewrite number two.
P. J. McDermott
2013-02-17
2
-311/+293
*
TMX parser rewrite number one.
P. J. McDermott
2013-02-16
7
-1/+652
*
Split Makefile.am in recursively-included files.
P. J. McDermott
2013-02-15
1
-0/+3
*
Add resource manager and move src/image.*.
P. J. McDermott
2013-02-15
4
-0/+172