3b9972e958
Merge branch 'fix-input-issue'
2015-03-07 08:04:02 -08:00
4120eed58a
Fixes memory leak and input issue.
...
The input issue is caused by the fact that the previous screen is
still rendered, even after .setScreen is called. Executing on
the gl thread fixes this.
The documentation says that old screens need to be disposed manually.
This instantly freed up a lot of memory when running my game.
2015-03-07 08:01:32 -08:00
de5b1944c0
Merge branch 'master' of https://github.com/oakes/play-clj
2015-03-07 07:57:43 -08:00
a78b703b8d
hacks to support a map as entities.
2015-03-04 13:37:06 -08:00
Zach Oakes
6f37552ed6
Merge pull request #73 from floybix/master
...
draw map layers in their correct order when using :with or :without
2015-03-04 10:03:50 -05:00
Felix Andrews
b734f0c0ae
draw map layers in their correct order when using :with or :without options.
2015-03-04 22:32:02 +08:00
oakes
eabdaa3339
Make sure actors have a stage before trying to draw them
2015-02-28 23:55:44 -05:00
oakes
f74c5d7820
Add '-game' to game object name to prevent name clashes
2015-02-28 23:27:41 -05:00
oakes
8cd2e32553
Add a new arity to direction! and improve documentation of position!
2015-02-27 00:35:10 -05:00
942b3ae7f4
fixes for resizing.
2015-02-23 16:45:31 -08:00
082f814cc2
Merge remote-tracking branch 'oakes/master'
2015-02-20 11:33:32 -08:00
oakes
d679b9968c
Merge branch 'kamn-master'
2015-02-18 19:34:48 -05:00
oakes
99402624a1
Add up! and make a few aesthetic changes
2015-02-18 19:34:42 -05:00
Kamn
4806f6d6c4
Added the ability to get the up vector of a camera. I didn't add the set ability yet.
2015-02-16 18:05:38 -07:00
oakes
486cdae382
Start 0.4.5-SNAPSHOT
2015-02-12 16:09:16 -05:00
oakes
78f8062c92
Update lein-droid
2015-02-11 23:08:52 -05:00
oakes
76b7003355
Increment version number
2015-02-11 23:05:12 -05:00
oakes
9aa7d5f0a2
Update android libraries
2015-02-11 22:59:12 -05:00
oakes
e1757cb504
Use different array constructor
2015-02-11 21:58:25 -05:00
oakes
4324344263
Remove assertion
2015-02-11 20:40:07 -05:00
oakes
8de6baeae2
Add assertions
2015-02-11 19:22:45 -05:00
oakes
d430c120ae
Merge branch 'compmstr-master'
2015-02-11 17:01:27 -05:00
oakes
86e21cc73d
Add touch-ups after frame redesign
2015-02-11 17:01:02 -05:00
oakes
4d0e4ecce7
Merge branch 'master' of https://github.com/compmstr/play-clj into compmstr-master
2015-02-11 15:08:13 -05:00
oakes
5c69689d37
Update libGDX to 1.5.3
2015-02-11 14:55:20 -05:00
Corey
c95dda06b1
Renamed Home to Frames
2015-01-23 17:08:30 -05:00
Corey
03cc86e159
Reworked doclet to work with frames
...
Hash in url bar is page to load for frames
When you click a nav link, it sets the hash
If you go to nav link in new tab, and click home, it will load the same page, but in the frames
2015-01-23 17:06:37 -05:00
Corey
bf38f37224
Migrated html generation to use frames
2015-01-23 14:42:32 -05:00
Zach Oakes
f82e3620b2
Merge pull request #64 from kamn/master
...
Fixed issue with position! screen Vector3 IllegalAccessError
2015-01-11 23:01:45 -05:00
Kamn
8ee6596cd5
Fixed issue where passing in a Vector3 to position! will throw and IllegalAccess error
2015-01-11 20:14:18 -07:00
oakes
fa8ceeb92d
Improve how static fields are converted to keywords
2014-12-28 18:34:03 -05:00
oakes
019c02a5f6
Start 0.4.4-SNAPSHOT
2014-12-21 16:05:12 -05:00
oakes
1a0ebe8f58
Update template
2014-12-21 15:52:25 -05:00
oakes
94a4c2d2df
Increment version number
2014-12-21 15:36:11 -05:00
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
Zach Oakes
3bcab9b01d
Merge pull request #61 from briancain/master
...
Fix broken link for Clojure logo
2014-12-14 18:23:30 -05:00
Brian Cain
fb29d89c6d
Update clojure logo file name in example block
...
This commit updates the file name in the texture code block to reflect
the updated URL from wikipedia.
2014-12-14 14:54:46 -08:00
Brian Cain
927d16c059
Fix broken link for Clojure logo
...
Prior to this commit the clojure logo gif resulted in a 404 from
wikipedia. This commit fixes that by using the current clojure logo gif
from the clojure wikipedia entry.
2014-12-14 14:24:21 -08:00
oakes
f20d7dba4e
Update highlight.js
2014-11-25 09:03:28 -05:00
oakes
14424038c5
Merge branch 'BorisKourt-master'
2014-11-25 09:02:44 -05:00
Boris Kourtoukov
38374b87ee
Update main.css
...
Typo in font
2014-11-25 01:42:40 -05:00
Boris Kourtoukov
64efbb163a
Update main.css
...
Revising based on feedback.
2014-11-25 01:34:30 -05:00
Boris Kourtoukov
c79e0a38f5
Update main.css
...
Proposed adjustment for doc readability.
2014-11-24 23:59:08 -05:00
oakes
a645081bcd
Add missing paren
2014-11-15 16:05:09 -05:00
oakes
18bd71ec52
Update Carmack link
2014-11-08 13:51:49 -05:00
oakes
3a7b652726
Add music to classes.edn
2014-11-06 18:40:00 -05:00
oakes
f0ff37b344
Fix Android project in template
2014-11-06 16:37:54 -05:00
oakes
c195fd817f
Start 0.4.3-SNAPSHOT
2014-11-06 16:10:59 -05:00
oakes
a5febf56c0
Increment version number
2014-11-06 15:56:50 -05:00