Commit Graph

  • 84e1359198 Fix conditional that throws exception oakes 2014-09-24 11:36:24 -04:00
  • c5d105aaf6 Fix how asset manager loads bitmap font oakes 2014-09-23 16:36:46 -04:00
  • 7a83c3bf9f Load skin with asset manager oakes 2014-09-23 15:54:59 -04:00
  • 6d184d8b98 Change how recording is started oakes 2014-09-23 05:39:07 -04:00
  • cb1af60e5a Revert "Make cell! private" oakes 2014-09-22 22:25:04 -04:00
  • b58b2155bb Make cell! private oakes 2014-09-22 22:21:25 -04:00
  • e171777a2e Rename draw-entity! to draw! to reduce redundancy oakes 2014-09-22 20:58:31 -04:00
  • 822d6772c5 Remove run! function oakes 2014-09-20 14:12:09 -04:00
  • b6417e10bb Fix exception text oakes 2014-09-19 17:58:32 -04:00
  • 63f7aaa70a Don't save duplicate entities vectors in timeline oakes 2014-09-19 14:46:25 -04:00
  • ab3ad38890 Add time travel oakes 2014-09-19 12:24:49 -04:00
  • 1a9edceab9 Make update-fn! take variadic args oakes 2014-09-18 16:06:26 -04:00
  • d38c1fe5ff Throw exception for breaking change oakes 2014-09-18 13:16:34 -04:00
  • d1974d5068 Remove radius arg from circle-shape oakes 2014-09-18 12:22:40 -04:00
  • feb8d3484c Merge pull request #50 from kul/master Zach Oakes 2014-09-18 01:34:23 -04:00
  • c20d8c678d unqote path in texture-atlas macro. kul 2014-09-18 10:23:40 +05:30
  • 1d413a12a8 making alpha work. Remington Covert 2014-09-17 12:29:20 -07:00
  • d36a87bff5 Throw exception in deprecated functions oakes 2014-09-17 14:11:18 -04:00
  • 83b980b30d Revert "Add breaking changes" oakes 2014-09-17 14:06:17 -04:00
  • f60d65e124 Add breaking changes oakes 2014-09-17 12:14:14 -04:00
  • 2651b519e8 Start 0.4.0-SNAPSHOT oakes 2014-09-17 12:13:54 -04:00
  • 66eae07ca0 Merge branch 'master' of github.com:brycecovert/play-clj = 2014-09-10 14:31:25 -07:00
  • 7c4f8f723c hack for making centering work. = 2014-09-10 14:29:32 -07:00
  • 16b4cbcf91 Start 0.3.12-SNAPSHOT oakes 2014-09-08 00:45:56 -04:00
  • df19a9e025 Add caveat about mobile oakes 2014-09-06 21:27:28 -04:00
  • 4f233a24e0 Generate nightmod docs if files exist oakes 2014-09-06 18:14:30 -04:00
  • e9bb51e24e Mention screen! in tutorial oakes 2014-09-06 17:33:52 -04:00
  • 14af5d6884 Increment template version oakes 2014-09-06 14:36:48 -04:00
  • d999bae0fd Increment version number oakes 2014-09-06 13:45:52 -04:00
  • 5061fd75cb Always clear layers in :on-show oakes 2014-09-06 13:17:08 -04:00
  • 9558673d01 Deprecate run! infavor of screen! to avoid conflict with clojure 1.7 oakes 2014-09-06 11:50:47 -04:00
  • 5425625709 Remove :on-dispose (no different than :on-hide) oakes 2014-09-04 16:57:28 -04:00
  • d6b994602f Add execute-fn-on-gl! function oakes 2014-09-01 23:18:11 -04:00
  • bf77d6b82d Add :on-dispose oakes 2014-09-01 22:53:48 -04:00
  • b7c33a563b Get function directly from screen object oakes 2014-09-01 11:16:36 -04:00
  • 27786d6b2a Add functions to the screen object oakes 2014-09-01 00:54:49 -04:00
  • 96988182c4 Clean up defscreen oakes 2014-08-31 23:27:22 -04:00
  • 2cf5ba0049 Start 0.3.11-SNAPSHOT oakes 2014-08-31 23:17:35 -04:00
  • 7c2e3cb0b8 Add back the calls to move oakes 2014-08-27 15:36:33 -04:00
  • 479f028f88 Use :point-x and :point-y in tutorial oakes 2014-08-27 15:22:08 -04:00
  • e02272932f Remove assert from set-screen! function oakes 2014-08-27 14:05:33 -04:00
  • e3c4d105b8 Increment version number oakes 2014-08-27 13:33:33 -04:00
  • 466a11f408 Introduce (game :point-x) and (game :point-y) to preserve backwards compatibility oakes 2014-08-26 23:42:41 -04:00
  • c3f74d97f7 Remove assertions oakes 2014-08-26 21:18:50 -04:00
  • 8b5474fab0 Flip (game :y) oakes 2014-08-26 20:43:46 -04:00
  • 00e522948a Revert "Add :x and :y to all screen maps" oakes 2014-08-26 20:40:59 -04:00
  • 94bf3807ea Add :x and :y to all screen maps oakes 2014-08-26 18:50:12 -04:00
  • e3ca0ff234 Revert "Add :x and :y to screen map when necessary" oakes 2014-08-26 18:36:11 -04:00
  • 1c85268b95 Add :x and :y to screen map when necessary oakes 2014-08-26 18:13:31 -04:00
  • 407fe2fa2e Update libGDX to 1.3.1 oakes 2014-08-24 11:46:12 -04:00
  • 97a3938039 Replace throw with an assert oakes 2014-08-23 23:11:38 -04:00
  • a72df8b0ad Remove confusing reference oakes 2014-08-23 23:03:53 -04:00
  • 522c8b6ea4 Add more assertions to core.clj oakes 2014-08-23 22:59:36 -04:00
  • 7ce81abe9f Improve error message when passing invalid defscreen args oakes 2014-08-23 22:20:30 -04:00
  • 8288139b32 Add 2d physics functions to the docstring oakes 2014-08-23 17:18:26 -04:00
  • b1dd7f39dc Move macro and adjust docstring oakes 2014-08-20 20:46:03 -04:00
  • e437761c3e Fix on-pause and on-resume comments oakes 2014-08-20 10:40:52 -04:00
  • 4546b95fff Remove unnecessary threading oakes 2014-08-18 01:11:18 -04:00
  • 36782029fe Add information on digital signing oakes 2014-08-17 13:57:47 -04:00
  • f8d63d5ab1 Correct the iOS instructions oakes 2014-08-17 13:51:11 -04:00
  • 12bfdd6a94 Use the new REPL functions in the tutorial oakes 2014-08-10 23:04:10 -04:00
  • 8965588d98 Use asset manager in image constructor oakes 2014-08-10 17:10:55 -04:00
  • 44392352fd Start 0.3.10-SNAPSHOT oakes 2014-08-10 17:10:38 -04:00
  • a1ac0cf8da Sort the map correctly oakes 2014-08-09 20:11:03 -04:00
  • f8ce6e15d0 Update to libGDX 1.3.0 oakes 2014-08-09 16:12:15 -04:00
  • d2481a6aaf Rearrange imports oakes 2014-08-08 15:52:34 -04:00
  • 93ad83db7b Support next version of libGDX oakes 2014-08-08 15:48:52 -04:00
  • 0cd1b03bdf Increment version number oakes 2014-08-07 14:51:25 -04:00
  • 1ffe3858eb Add examples of UI widgets with no style oakes 2014-08-03 19:13:25 -04:00
  • d7e5bdb5ca Warn when no Java classes are found oakes 2014-08-03 16:50:23 -04:00
  • 007b5fcadc Don't allow field names to start with hyphen oakes 2014-08-03 16:44:07 -04:00
  • 34f1618f31 Move comments in defscreen docstring for better readability oakes 2014-08-03 13:17:29 -04:00
  • ac1012a471 Don't call the same event multiple times oakes 2014-08-03 13:17:00 -04:00
  • 40c1bc617a Make the filter-fn the first arg to be consistent with filter oakes 2014-08-02 22:25:57 -04:00
  • 1ed5ff9a2a Use more efficient way to get layer oakes 2014-08-02 17:28:03 -04:00
  • eab8caaf63 Fix libGDX capitalization oakes 2014-08-02 16:43:49 -04:00
  • f9a8fe7156 Remove :keycode from key events oakes 2014-08-02 15:58:11 -04:00
  • 2e87bcc712 Use consistent wording oakes 2014-08-02 15:35:33 -04:00
  • 5a89eee201 Use 'when' because there is no else condition oakes 2014-08-02 15:34:07 -04:00
  • d6174afc1c Add find-first as a convenience oakes 2014-08-01 18:02:20 -04:00
  • 7c07912fda Cast to vector for clarity oakes 2014-08-01 12:40:39 -04:00
  • 800a0f8e86 Add question marks oakes 2014-07-31 21:15:37 -04:00
  • dba57240dd Add and rename REPL functions oakes 2014-07-31 21:10:27 -04:00
  • e196600efe Remove unnecessary require oakes 2014-07-31 00:16:51 -04:00
  • dd304b7344 Start work on REPL convenience functions oakes 2014-07-31 00:15:49 -04:00
  • d442a9168e Start 0.3.9-SNAPSHOT oakes 2014-07-31 00:00:45 -04:00
  • 564eb78241 Don't add hyphens to upper-case strings oakes 2014-06-30 12:31:55 -04:00
  • bdf232d1c8 Fix camel->keyword oakes 2014-06-30 12:18:01 -04:00
  • 04be0f1727 Increment version number oakes 2014-06-22 14:46:12 -04:00
  • 47e3c15839 Update doc link oakes 2014-06-22 14:42:15 -04:00
  • f25d06d3ba Update location of Cell class oakes 2014-06-22 13:57:29 -04:00
  • d8eb2c7780 Update template to use LibGDX 1.2.0 oakes 2014-06-22 13:56:50 -04:00
  • 8648b05b76 Adjust bundle docstring oakes 2014-06-21 08:49:38 -04:00
  • 6ec283b558 Merge without losing entity type oakes 2014-06-21 08:28:56 -04:00
  • aefec83bce Reverse the bundle precedent order oakes 2014-06-21 07:08:25 -04:00
  • 86345394ab Coerce bundle entities into a vector oakes 2014-06-20 17:11:37 -04:00
  • 380afd6598 Revert "Allow entities to be stored in maps" oakes 2014-06-19 22:31:01 -04:00
  • fbb4e9f2b5 Allow entities to be stored in maps oakes 2014-06-19 21:33:16 -04:00
  • 5b93cc6a00 Remove unnecessary quote-unquote oakes 2014-06-19 17:23:26 -04:00
  • 52e3bcbf19 Start 0.3.8-SNAPSHOT oakes 2014-06-19 17:23:14 -04:00