oakes
|
bfaa4c9cc1
|
Update to libGDX 1.5.0
|
2014-12-15 13:22:20 -05:00 |
|
oakes
|
5b874400d4
|
Remove confusing info in defscreen docstring
|
2014-12-15 13:03:16 -05:00 |
|
oakes
|
7c5d7985e3
|
Mention (game :x) and (game :y) in defscreen docstring
|
2014-11-06 13:08:08 -05:00 |
|
oakes
|
06a28157f5
|
Remove breakage exceptions and make (game :x) and (game :y) equivalent to (game :point-x) and (game :point-y)
|
2014-11-04 16:58:58 -05:00 |
|
oakes
|
e7ca9139c9
|
Make music* take a string and fix docstrings
|
2014-11-04 16:43:55 -05:00 |
|
|
|
eb78a44f79
|
adding music
|
2014-11-04 12:46:48 -08:00 |
|
oakes
|
a7964fcfb8
|
Remove type hints due to Android dexing error
|
2014-10-17 11:58:16 -04:00 |
|
oakes
|
26c2a2f890
|
Revert "Add input processors backwards"
This reverts commit e50bf569d1.
|
2014-10-17 11:27:08 -04:00 |
|
oakes
|
7197a864da
|
Cast unit to float in tiled map constructors
|
2014-10-12 21:34:06 -04:00 |
|
oakes
|
e50bf569d1
|
Add input processors backwards
|
2014-10-12 18:33:59 -04:00 |
|
oakes
|
00fced3317
|
Move the tiled-map* conditional to the renderer constructors
|
2014-09-27 00:40:48 -04:00 |
|
oakes
|
5d90389c27
|
Add pixmap-format and a new arity to pixmap*
|
2014-09-26 23:56:34 -04:00 |
|
oakes
|
f10639ed99
|
Only allow string paths when loading assets
|
2014-09-26 23:26:38 -04:00 |
|
oakes
|
5f5e1e6e8b
|
Break skin initialization into separate function
|
2014-09-24 12:18:56 -04:00 |
|
oakes
|
c6baf326ff
|
Fix how asset manager loads sounds
|
2014-09-24 12:07:39 -04:00 |
|
oakes
|
84e1359198
|
Fix conditional that throws exception
|
2014-09-24 11:36:24 -04:00 |
|
oakes
|
c5d105aaf6
|
Fix how asset manager loads bitmap font
|
2014-09-23 16:36:46 -04:00 |
|
oakes
|
7a83c3bf9f
|
Load skin with asset manager
|
2014-09-23 15:54:59 -04:00 |
|
oakes
|
6d184d8b98
|
Change how recording is started
|
2014-09-23 05:39:07 -04:00 |
|
oakes
|
cb1af60e5a
|
Revert "Make cell! private"
This reverts commit b58b2155bb.
|
2014-09-22 22:25:04 -04:00 |
|
oakes
|
b58b2155bb
|
Make cell! private
|
2014-09-22 22:21:25 -04:00 |
|
oakes
|
e171777a2e
|
Rename draw-entity! to draw! to reduce redundancy
|
2014-09-22 20:58:31 -04:00 |
|
oakes
|
822d6772c5
|
Remove run! function
|
2014-09-20 14:12:09 -04:00 |
|
oakes
|
b6417e10bb
|
Fix exception text
|
2014-09-19 17:58:32 -04:00 |
|
oakes
|
63f7aaa70a
|
Don't save duplicate entities vectors in timeline
|
2014-09-19 14:46:25 -04:00 |
|
oakes
|
ab3ad38890
|
Add time travel
|
2014-09-19 12:24:49 -04:00 |
|
oakes
|
1a9edceab9
|
Make update-fn! take variadic args
|
2014-09-18 16:06:26 -04:00 |
|
oakes
|
d38c1fe5ff
|
Throw exception for breaking change
|
2014-09-18 13:16:34 -04:00 |
|
oakes
|
d1974d5068
|
Remove radius arg from circle-shape
|
2014-09-18 12:22:40 -04:00 |
|
kul
|
c20d8c678d
|
unqote path in texture-atlas macro.
|
2014-09-18 10:23:40 +05:30 |
|
oakes
|
d36a87bff5
|
Throw exception in deprecated functions
|
2014-09-17 14:11:18 -04:00 |
|
oakes
|
83b980b30d
|
Revert "Add breaking changes"
This reverts commit f60d65e124.
|
2014-09-17 14:06:17 -04:00 |
|
oakes
|
f60d65e124
|
Add breaking changes
|
2014-09-17 12:14:14 -04:00 |
|
oakes
|
5061fd75cb
|
Always clear layers in :on-show
|
2014-09-06 13:17:08 -04:00 |
|
oakes
|
9558673d01
|
Deprecate run! infavor of screen! to avoid conflict with clojure 1.7
|
2014-09-06 11:50:47 -04:00 |
|
oakes
|
5425625709
|
Remove :on-dispose (no different than :on-hide)
|
2014-09-04 16:57:28 -04:00 |
|
oakes
|
d6b994602f
|
Add execute-fn-on-gl! function
|
2014-09-01 23:18:11 -04:00 |
|
oakes
|
bf77d6b82d
|
Add :on-dispose
|
2014-09-01 22:53:48 -04:00 |
|
oakes
|
b7c33a563b
|
Get function directly from screen object
|
2014-09-01 11:16:36 -04:00 |
|
oakes
|
27786d6b2a
|
Add functions to the screen object
|
2014-09-01 00:54:49 -04:00 |
|
oakes
|
96988182c4
|
Clean up defscreen
|
2014-08-31 23:27:22 -04:00 |
|
oakes
|
e02272932f
|
Remove assert from set-screen! function
|
2014-08-27 14:05:33 -04:00 |
|
oakes
|
466a11f408
|
Introduce (game :point-x) and (game :point-y) to preserve backwards compatibility
|
2014-08-26 23:42:41 -04:00 |
|
oakes
|
c3f74d97f7
|
Remove assertions
|
2014-08-26 21:18:50 -04:00 |
|
oakes
|
8b5474fab0
|
Flip (game :y)
|
2014-08-26 20:43:46 -04:00 |
|
oakes
|
00e522948a
|
Revert "Add :x and :y to all screen maps"
This reverts commit 94bf3807ea.
|
2014-08-26 20:40:59 -04:00 |
|
oakes
|
94bf3807ea
|
Add :x and :y to all screen maps
|
2014-08-26 18:50:12 -04:00 |
|
oakes
|
e3ca0ff234
|
Revert "Add :x and :y to screen map when necessary"
This reverts commit 1c85268b95.
|
2014-08-26 18:36:11 -04:00 |
|
oakes
|
1c85268b95
|
Add :x and :y to screen map when necessary
|
2014-08-26 18:13:31 -04:00 |
|
oakes
|
97a3938039
|
Replace throw with an assert
|
2014-08-23 23:11:38 -04:00 |
|