index
:
sly
master
wip-fast-vectors
wip-signal-improvements
Functional reactive game engine for Guile - failed experiment
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2d
/
sprite.scm
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add support for sprites that use texture regions and automatic drawing to a ↵
David Thompson
2013-07-06
1
-32
/
+104
|
|
|
|
batch.
*
Update TODO list.
David Thompson
2013-07-06
1
-3
/
+0
|
*
Add dynamic state to track the current sprite batch.
David Thompson
2013-07-06
1
-2
/
+12
|
*
Change sprite-batch-draw parameter list to use optional keyword arguments.
David Thompson
2013-07-06
1
-3
/
+4
|
*
Deleted texture module and moved contents into sprite module.
David Thompson
2013-07-06
1
-7
/
+159
|
*
Add optional texture coordinate parameters to texture-quad and ↵
David Thompson
2013-07-06
1
-6
/
+7
|
|
|
|
sprite-batch-draw.
*
Fix sprite batch not rendering the correct number of vertices.
David Thompson
2013-07-06
1
-1
/
+1
|
*
Create simple sprite batch renderer.
David Thompson
2013-06-27
1
-1
/
+116
|
*
Draw sprites using vertex arrays.
David Thompson
2013-06-26
1
-19
/
+84
|
*
Add anchor property to sprite object.
David Thompson
2013-06-23
1
-10
/
+21
|
*
Use a vector for sprite scale.
David Thompson
2013-06-23
1
-19
/
+11
|
*
Use a vector for sprite position.
David Thompson
2013-06-23
1
-13
/
+12
|
*
Use keyword arguments in make-sprite and load-sprite.
David Thompson
2013-06-23
1
-5
/
+7
|
*
Add default sprite arguments to load-sprite.
David Thompson
2013-06-23
1
-7
/
+9
|
*
Fix sprite default scale values.
David Thompson
2013-06-16
1
-1
/
+1
|
*
Fix sprite comment.
David Thompson
2013-06-16
1
-2
/
+2
|
*
Add a make-sprite procedure with keyword arguments.
David Thompson
2013-06-16
1
-2
/
+6
|
*
Add color property to <sprite>.
David Thompson
2013-06-16
1
-6
/
+11
|
*
Add basic docstrings to sprite module.
David Thompson
2013-06-12
1
-0
/
+3
|
*
Add sprite module.
David Thompson
2013-06-12
1
-0
/
+72