Commit Graph

119 Commits

Author SHA1 Message Date
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
34f1618f31 Move comments in defscreen docstring for better readability 2014-08-03 13:17:29 -04:00
oakes
86dd54cdc4 Mention input->screen in docstring 2014-06-18 04:52:53 -04:00
oakes
cc17e483b3 Don't remove entities/world when disposing the world 2014-05-25 19:27:21 -04:00
oakes
9f03440009 Clear the physics world during REPL development 2014-05-25 19:01:48 -04:00
oakes
70cea243ca Use update-fn! instead of swap! 2014-05-25 16:58:06 -04:00
oakes
d6f9d6a944 Fix how the screen is updated 2014-05-25 16:46:34 -04:00
oakes
817d36e82e Fix how listeners are initialized 2014-05-25 15:28:14 -04:00
oakes
dc54957bae Improve docstring and symbol names 2014-05-23 12:04:06 -04:00
oakes
a529a19ef2 Add run! function 2014-05-20 03:42:20 -04:00
oakes
aed7e8e57e Pass metadata the wrapper function so it knows which screen function is running 2014-05-17 23:26:21 -04:00
oakes
edde8e507f Fix typo 2014-05-16 18:37:47 -04:00
oakes
02bfa2393c Remove loader macros and improve docstrings 2014-05-16 18:24:43 -04:00
oakes
5a6bf81f5f Improve wording and add more tips to the defscreen docstring 2014-05-10 16:03:49 -04:00
oakes
4f9d300e0b Only create input listeners when screen is first created 2014-05-10 13:11:53 -04:00
oakes
7315e1ad1d Move ui listener macros to ui.clj 2014-05-10 12:54:02 -04:00
oakes
e0deae642a Store all listeners in the screen atom and add macros to call methods on them 2014-05-10 12:37:55 -04:00
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