summary refs log tree commit diff stats
path: root/tools/sprite_dumper
Commit message (Expand)AuthorAgeFilesLines
* Added option to override palette in tileset_dumperKelly Rauchenberger2021-02-282-12/+51
* Modified map/tileset dumper to coalesce tilesetsKelly Rauchenberger2021-02-222-178/+250
* Map rendering Works but I don't want to use Tileson so I'm gonna change thatKelly Rauchenberger2021-02-021-23/+21
* Tileset dumper can now export to TiledKelly Rauchenberger2021-02-012-80/+254
* Fixed bug in LZ77 algoKelly Rauchenberger2021-02-011-2/+5
* Progress on map dumper, now renders images with holes in themKelly Rauchenberger2021-01-313-44/+215
* Map dumper gets map width/heightKelly Rauchenberger2021-01-311-2/+28
* Abstracted some of the sprite dumper functionality outKelly Rauchenberger2021-01-314-93/+199
* Sprite dumper combines arbitrary sheets nowKelly Rauchenberger2021-01-311-41/+68
* Fixed errors with signedness... yay!Kelly Rauchenberger2021-01-311-8/+14
* Fixed Flint sprite weirdnessKelly Rauchenberger2021-01-311-1/+3
* Spritesheets are in a map now because ID's may not be continuousKelly Rauchenberger2021-01-311-5/+5
* Added datafile formatKelly Rauchenberger2021-01-311-0/+8
* Entire sprite sheet is composited now (weird palette stuff tho)Kelly Rauchenberger2021-01-311-12/+48
* Started sprite dumper toolKelly Rauchenberger2021-01-302-0/+373
div class='alt'>
bbbbc71

b45b9bd ^
bbbbc71

















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81