Commit Graph

26 Commits

Author SHA1 Message Date
oakes
e171777a2e Rename draw-entity! to draw! to reduce redundancy 2014-09-22 20:58:31 -04:00
oakes
d2481a6aaf Rearrange imports 2014-08-08 15:52:34 -04:00
oakes
93ad83db7b Support next version of libGDX 2014-08-08 15:48:52 -04:00
oakes
6ec283b558 Merge without losing entity type 2014-06-21 08:28:56 -04:00
oakes
aefec83bce Reverse the bundle precedent order 2014-06-21 07:08:25 -04:00
oakes
380afd6598 Revert "Allow entities to be stored in maps"
This reverts commit fbb4e9f2b5.
2014-06-19 22:31:01 -04:00
oakes
fbb4e9f2b5 Allow entities to be stored in maps 2014-06-19 21:33:16 -04:00
oakes
44eeda1f95 Don't throw error when drawing a nil 2014-06-03 22:32:13 -04:00
oakes
2a7607463a Allow nested bundles 2014-05-24 16:21:12 -04:00
oakes
02fb380c58 Remove origin-x/origin-y and add scale-x/scale-y to shape 2014-05-23 03:20:00 -04:00
oakes
1c878bf078 Revert "Remove origin-x and origin-y from shape"
This reverts commit 5e89e9fead.
2014-05-23 03:01:22 -04:00
oakes
5e89e9fead Remove origin-x and origin-y from shape 2014-05-23 02:53:03 -04:00
oakes
b59f2f8e55 Allow model position to be set without assoc 2014-05-22 02:09:30 -04:00
oakes
617bc85148 Support :angle, :origin-x, and :origin-y in actor and shape entities 2014-05-11 20:04:25 -04:00
oakes
64739c2714 Allow shape position to be changed 2014-05-03 22:35:47 -04:00
oakes
c3c1e032e2 Calculate origin-y by the height 2014-05-03 02:31:59 -04:00
oakes
7cba84db08 Cast draw inputs to floats 2014-05-03 00:36:52 -04:00
Corey
db91bab951 Added scaling/rotation to entity drawing
use fields :scale-x :scale-y :origin-x :origin-x and :angle to scale/rotate entities
when angle and both scales are not set, this will still use the simpler drawing
2014-04-27 18:57:45 -04:00
oakes
f92cc42fa1 Allow shape entities to coexist with texture entities 2014-04-21 22:36:10 -04:00
oakes
3298382982 Add g3d-physics 2014-04-16 13:10:47 -04:00
oakes
ad73891910 Merge bundle into internal entities 2014-04-09 18:35:22 -04:00
oakes
a8a980a569 Add bundle 2014-04-09 18:19:55 -04:00
oakes
d42dc3e55c Allow changing shape position via assoc 2014-04-06 14:31:55 -04:00
oakes
3d00c2d16a Make shape entities 2014-04-04 03:00:08 -04:00
oakes
c036e36786 Change docstrings 2014-03-31 19:57:19 -04:00
oakes
0920379e28 Break entity code into separate namespace 2014-03-21 20:06:08 -04:00