Commit Graph

412 Commits

Author SHA1 Message Date
oakes
dca75ea7ff Remove create-joint! from docs 2014-04-18 18:00:02 -04:00
oakes
524839cf8b Update template to use bullet and box2d extensions 2014-04-18 17:39:54 -04:00
oakes
25eb567de5 Use Clojure 1.6 2014-04-18 17:37:24 -04:00
oakes
82a4508cff Create add-joint! multimethod 2014-04-16 17:15:28 -04:00
oakes
010c7d2a4e Fix initial body positioning 2014-04-16 16:35:08 -04:00
oakes
e8a542b209 Wrap bodies and worlds in records to prevent garbage collection of important objects 2014-04-16 16:19:39 -04:00
oakes
4e57316911 The step! function should only work with dynamic worlds 2014-04-16 14:06:19 -04:00
oakes
8d4abdf76a Improve physics docstrings 2014-04-16 13:28:13 -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
a7759819bb Revert "Remove unnecessary bangs from macros"
This reverts commit 0ecabbce47.
2014-04-14 09:19:05 -04:00
oakes
0ecabbce47 Remove unnecessary bangs from macros 2014-04-14 01:17:41 -04:00
oakes
4f94b5a495 Adjust loader macro to pass options to constructor 2014-04-11 18:55:48 -04:00
oakes
8570399128 Add more classes for the docs 2014-04-11 18:28:40 -04:00
oakes
cdfd77a8be Update template in preparation for 0.3.0 2014-04-11 16:35:59 -04:00
oakes
52d5322b20 Update template for RoboVM 0.0.11 2014-04-11 14:16:41 -04:00
oakes
0a2d0f9d50 Move function and improve docstring 2014-04-11 14:00:59 -04:00
oakes
30fe92f788 Make tiled-map-cell consistent with the other macros 2014-04-11 13:53:43 -04:00
oakes
bfd09c04b3 Clean up tiled-map-layer 2014-04-11 13:47:22 -04:00
oakes
622d74df7b Clean up map object and layer code 2014-04-10 23:07:38 -04:00
oakes
029e312500 Add map-object macros and improve map-layer macros 2014-04-10 22:52:20 -04:00
oakes
4f20cabb5d Rename basic-map-layer to map-layer 2014-04-10 00:13:57 -04:00
oakes
3117bb7815 Add bundle? function 2014-04-09 20:00:35 -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
1c28968d20 Adjust documentation 2014-04-09 12:16:59 -04:00
oakes
cd9cebb8e0 Add basic-map-layer 2014-04-09 12:11:08 -04:00
oakes
9a96162411 Remove warnings for now 2014-04-08 22:25:24 -04:00
oakes
b5e44dae65 Add color! macro 2014-04-08 22:07:01 -04:00
oakes
6a0ed22b1e Add bitmap-font! macro 2014-04-08 21:53:45 -04:00
oakes
7da1cdaa52 Add type hints to screenshot! function 2014-04-08 16:36:14 -04:00
oakes
32e24c8a33 Add type hints 2014-04-08 16:35:39 -04:00
oakes
08a9eb9ff3 Allow creating textures from pixmaps 2014-04-08 14:42:40 -04:00
oakes
f8c8d65ae1 Add dispose warning to screenshot! function 2014-04-08 14:18:07 -04:00
oakes
986fc91fe4 Add warnings about disposing from memory 2014-04-08 14:16:24 -04:00
Zach Oakes
311780c87e Merge pull request #12 from anthonyurena/master
fixed ByteBuffer management
2014-04-08 14:12:42 -04:00
anthonyurena
924a5425d1 fixed ByteBuffer management
this should be (.position 0) to ensure the buffer is at the beginning
2014-04-08 14:05:58 -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
6a3bbf07b6 Fix camera behavior 2014-04-07 11:26:10 -04:00
oakes
8d0502560a Modify and add boolean functions 2014-04-07 01:56:35 -04:00
oakes
6e45161518 Reorder functions so documentation is consistent 2014-04-06 20:12:27 -04:00
oakes
84f41c9216 Remove deprecated functions 2014-04-06 16:48:05 -04:00
oakes
d42dc3e55c Allow changing shape position via assoc 2014-04-06 14:31:55 -04:00
oakes
ef918eb21c Start 0.3.0-SNAPSHOT 2014-04-06 02:27:41 -04:00
oakes
25895faa9b Add boolean entity functions 2014-04-05 23:50:42 -04:00
oakes
f094a81651 Bring back shape-type 2014-04-04 03:16:08 -04:00
oakes
52ef5b9a38 Improve shape documentation 2014-04-04 03:06:49 -04:00
oakes
3d00c2d16a Make shape entities 2014-04-04 03:00:08 -04:00