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
/
examples
/
tilemap.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
render: Reimplement rendering engine using functional combinators.
David Thompson
2015-09-21
1
-10
/
+9
*
Rename start-game-loop to run-game-loop.
David Thompson
2015-06-10
1
-1
/
+1
*
Update examples to use new interfaces.
David Thompson
2015-06-06
1
-8
/
+8
*
render: model: Prefix procedures with 'model-'.
David Thompson
2015-04-05
1
-4
/
+5
*
render: Merge <group> into <model>.
David Thompson
2015-03-09
1
-6
/
+5
*
examples: Update tile map example to use more efficient rendering.
David Thompson
2015-01-19
1
-40
/
+45
*
examples: Update tile map example.
David Thompson
2014-11-30
1
-37
/
+32
*
render: Move color module to sly/render directory.
David Thompson
2014-11-08
1
-1
/
+1
*
input: Move keyboard module to sly/input directory.
David Thompson
2014-11-08
1
-1
/
+1
*
render: Move scene module to sly/render directory.
David Thompson
2014-11-08
1
-1
/
+1
*
render: Move tileset module to sly/render directory.
David Thompson
2014-11-08
1
-1
/
+1
*
render: Move sprite module to sly/render directory.
David Thompson
2014-11-07
1
-1
/
+1
*
render: Move texture module to sly/render directory.
David Thompson
2014-11-07
1
-1
/
+1
*
Rename (sly helpers) module to (sly utils).
David Thompson
2014-11-07
1
-1
/
+1
*
examples: Update tilemap example.
David Thompson
2014-09-10
1
-52
/
+54
*
Rename guile-2d to Sly!
David Thompson
2014-06-28
1
-7
/
+7
*
Replace vector2 module with a more generic vector module.
David Thompson
2014-06-07
1
-4
/
+4
*
Rename game loop procedures and remove parameter.
David Thompson
2014-04-24
1
-1
/
+1
*
Change license to GPLv3+.
David Thompson
2014-03-08
1
-0
/
+17
*
Remove sprite batch from tilemap example.
David Thompson
2014-02-16
1
-7
/
+5
*
Update some of the example programs to use the new API.
David Thompson
2014-01-10
1
-12
/
+8
*
Update examples.
David Thompson
2013-11-04
1
-1
/
+0
*
Update examples to use new scene/stage system.
David Thompson
2013-11-03
1
-8
/
+12
*
Update the rest of the examples to use the new declarative game stuff.
David Thompson
2013-09-06
1
-20
/
+10
*
Replace old vector module with new vector2 module.
David Thompson
2013-08-27
1
-5
/
+4
*
Update tilemap example.
David Thompson
2013-08-26
1
-16
/
+19
*
Update examples.
David Thompson
2013-08-15
1
-2
/
+0
*
Update examples.
David Thompson
2013-07-28
1
-2
/
+2
*
Update examples.
David Thompson
2013-07-22
1
-5
/
+5
*
Update examples to reflect changes in keyboard events.
David Thompson
2013-07-21
1
-3
/
+1
*
Use predefined tile layer in tilemap example.
David Thompson
2013-07-17
1
-3
/
+3
*
Use init-2d in all examples.
David Thompson
2013-07-17
1
-0
/
+2
*
Display some random tiles in the tilemap demo.
David Thompson
2013-07-06
1
-25
/
+28
*
Update demos to use new sprite-batch-draw procedure.
David Thompson
2013-07-06
1
-11
/
+5
*
Change sprite-batch-draw parameter list to use optional keyword arguments.
David Thompson
2013-07-06
1
-7
/
+7
*
Add tile map example.
David Thompson
2013-07-06
1
-0
/
+106