oakes
|
7e5b8738f0
|
Improve defscreen docstring
|
2014-05-10 03:59:38 -04:00 |
|
oakes
|
8932480dbe
|
Mention :on-timer in the defscreen docstring
|
2014-05-10 01:04:01 -04:00 |
|
oakes
|
ffec7a11ab
|
Make the camera position functions work on vector-2 and vector-3 objects
|
2014-05-09 21:42:11 -04:00 |
|
oakes
|
a1f269a0bf
|
Start transitioning :keycode to :key so it is consistent with :button
|
2014-05-09 20:42:17 -04:00 |
|
oakes
|
0c23bf45f0
|
Pass actors in screen map using a consistent keyword
|
2014-05-08 03:14:39 -04:00 |
|
oakes
|
355abaecab
|
Add all defscreen functions to docstring
|
2014-05-07 23:11:04 -04:00 |
|
oakes
|
e24f676a36
|
Move set-asset-manager! function
|
2014-05-05 22:09:55 -04:00 |
|
oakes
|
603c73e337
|
Improve docstring
|
2014-04-30 18:36:01 -04:00 |
|
oakes
|
348612b62f
|
Add global asset manager
|
2014-04-30 18:18:00 -04:00 |
|
oakes
|
c5b67ed7a9
|
Add pref! macro
|
2014-04-24 14:34:28 -04:00 |
|
oakes
|
b1df0d0ee7
|
Clean up screen function execution code
|
2014-04-22 13:56:12 -04:00 |
|
oakes
|
7ff6ab60f4
|
Move wrapper function so it can catch errors in lazy seqs
|
2014-04-21 16:41:25 -04:00 |
|
oakes
|
3bf79d72e4
|
Put common physics code into separate namespace
|
2014-04-19 17:16:33 -04:00 |
|
oakes
|
dde4541314
|
Add window->screen and screen->window
|
2014-04-19 11:50:11 -04:00 |
|
oakes
|
c8ffc51de7
|
Add contact listener for 3D physics
|
2014-04-19 01:10:06 -04:00 |
|
oakes
|
3298382982
|
Add g3d-physics
|
2014-04-16 13:10:47 -04:00 |
|
oakes
|
b523b237db
|
Rename local symbol for consistency
|
2014-04-15 14:16:35 -04:00 |
|
oakes
|
d36a72e564
|
Add set-screen-wrapper! function
|
2014-04-15 14:11:59 -04:00 |
|
oakes
|
4f94b5a495
|
Adjust loader macro to pass options to constructor
|
2014-04-11 18:55:48 -04:00 |
|
oakes
|
029e312500
|
Add map-object macros and improve map-layer macros
|
2014-04-10 22:52:20 -04:00 |
|
oakes
|
a8a980a569
|
Add bundle
|
2014-04-09 18:19:55 -04:00 |
|
oakes
|
aa0ad6df4c
|
Merge screenshot functions and allow specifying file name
|
2014-04-08 01:49:27 -04:00 |
|
Anthony Urena
|
16ba12315c
|
added rough implementation of screen shot capturing
|
2014-04-07 23:26:41 -04:00 |
|
oakes
|
ef918eb21c
|
Start 0.3.0-SNAPSHOT
|
2014-04-06 02:27:41 -04:00 |
|
oakes
|
3d00c2d16a
|
Make shape entities
|
2014-04-04 03:00:08 -04:00 |
|
oakes
|
8fdf35665a
|
Add ShapeRenderer
|
2014-04-03 23:42:38 -04:00 |
|
oakes
|
0854b6c0e8
|
Add pixmap
|
2014-04-02 19:48:36 -04:00 |
|
oakes
|
7b9b5aef5d
|
Remove unnecessary metadata map
|
2014-03-31 20:03:20 -04:00 |
|
oakes
|
c036e36786
|
Change docstrings
|
2014-03-31 19:57:19 -04:00 |
|
oakes
|
98130de91a
|
Remove unnecessary import
|
2014-03-24 14:45:26 -04:00 |
|
oakes
|
ba7bb6df2b
|
Provide a cleaner way to wrap screen functions
|
2014-03-23 21:50:33 -04:00 |
|
oakes
|
fe3735fea8
|
Pass screen directly to wrapper function
|
2014-03-23 20:19:03 -04:00 |
|
oakes
|
0920379e28
|
Break entity code into separate namespace
|
2014-03-21 20:06:08 -04:00 |
|
oakes
|
8dd9024fc7
|
Fix defscreen to allow adding new screen functions in a REPL session
|
2014-03-21 14:51:32 -04:00 |
|
oakes
|
dfe88b316b
|
Generalize wrapping code
|
2014-03-16 16:23:24 -04:00 |
|
oakes
|
3c94e08dbf
|
Allow passing a custom error function for screens
|
2014-03-16 13:31:18 -04:00 |
|
oakes
|
52f6b38477
|
Break camera code into separate file and add getter functions
|
2014-03-16 01:00:37 -04:00 |
|
oakes
|
07c296fee6
|
Draw entities with a protocol instead of a multi-method
|
2014-03-15 20:29:36 -04:00 |
|
oakes
|
a806010b17
|
Add timer
|
2014-02-22 18:59:10 -05:00 |
|
oakes
|
030c823699
|
Start 0.2.1-SNAPSHOT
|
2014-02-18 13:57:21 -05:00 |
|
oakes
|
1a6da1e246
|
Add asset-manager
|
2014-02-12 21:10:59 -05:00 |
|
oakes
|
c110f07deb
|
Add functions to assist with isometric maps
|
2014-02-12 17:34:14 -05:00 |
|
oakes
|
4781d34efe
|
Allow rendering a subset of layers in a tiled map
|
2014-02-08 01:57:42 -05:00 |
|
oakes
|
99a69f5d47
|
Make the entities list a vector
|
2014-02-06 20:42:06 -05:00 |
|
oakes
|
b6f0883b9f
|
Allow models to be rendered
|
2014-01-29 17:21:05 -05:00 |
|
oakes
|
1e83df1e92
|
Start g3d
|
2014-01-29 01:45:08 -05:00 |
|
oakes
|
43b706dccc
|
Add particle-effect
|
2014-01-25 00:25:46 -05:00 |
|
oakes
|
73c4e0222f
|
Add nine-patch
|
2014-01-24 21:54:17 -05:00 |
|
oakes
|
076c0142cd
|
Add sound
|
2014-01-24 00:26:36 -05:00 |
|
oakes
|
ba43d64eb5
|
Remove unnecessary newlines from docstrings
|
2014-01-21 02:38:46 -05:00 |
|