oakes
|
06a28157f5
|
Remove breakage exceptions and make (game :x) and (game :y) equivalent to (game :point-x) and (game :point-y)
|
2014-11-04 16:58:58 -05:00 |
|
oakes
|
84e1359198
|
Fix conditional that throws exception
|
2014-09-24 11:36:24 -04:00 |
|
oakes
|
b6417e10bb
|
Fix exception text
|
2014-09-19 17:58:32 -04:00 |
|
oakes
|
d38c1fe5ff
|
Throw exception for breaking change
|
2014-09-18 13:16:34 -04:00 |
|
oakes
|
d1974d5068
|
Remove radius arg from circle-shape
|
2014-09-18 12:22:40 -04:00 |
|
oakes
|
d85bf4aed4
|
Skip entities that don't have bodies
|
2014-05-11 15:45:14 -04:00 |
|
oakes
|
0bb64820af
|
Convert between radians and degrees and update the origin x/y
|
2014-05-11 15:38:14 -04:00 |
|
oakes
|
6729d0a32b
|
Update angle in 2D physics
|
2014-05-11 14:59:10 -04:00 |
|
oakes
|
814a06101a
|
Make body-type private again
|
2014-04-24 21:18:18 -04:00 |
|
oakes
|
6f89bec8b8
|
Improve body-def
|
2014-04-21 13:19:00 -04:00 |
|
oakes
|
644617df7e
|
Remove unnecessary nil check
|
2014-04-20 22:34:20 -04:00 |
|
oakes
|
6131b99776
|
Make step! a proper multi-arity function
|
2014-04-20 22:32:00 -04:00 |
|
oakes
|
62c287f53b
|
Adjust docstrings and make other small fixes
|
2014-04-20 21:54:53 -04:00 |
|
oakes
|
694d63448c
|
Use reflection to avoid static initializer in g2d-physics
|
2014-04-20 17:56:00 -04:00 |
|
oakes
|
c60abc6a96
|
Target Java 6 and fix a few docstrings
|
2014-04-19 20:57:45 -04:00 |
|
oakes
|
ab1936c84b
|
Remove multimethod use from the physics libraries
|
2014-04-19 18:36:30 -04:00 |
|
oakes
|
3bf79d72e4
|
Put common physics code into separate namespace
|
2014-04-19 17:16:33 -04:00 |
|
oakes
|
c8ffc51de7
|
Add contact listener for 3D physics
|
2014-04-19 01:10:06 -04:00 |
|
oakes
|
82a4508cff
|
Create add-joint! multimethod
|
2014-04-16 17:15:28 -04:00 |
|
oakes
|
3298382982
|
Add g3d-physics
|
2014-04-16 13:10:47 -04:00 |
|
oakes
|
1540623029
|
Always use :as when destructuring
|
2014-04-01 13:10:38 -04:00 |
|
oakes
|
c036e36786
|
Change docstrings
|
2014-03-31 19:57:19 -04:00 |
|
oakes
|
da9d9ce767
|
Rename symbols to avoid conflicts
|
2014-03-05 18:16:35 -05:00 |
|
oakes
|
0b35a1d9ee
|
Make macro name consistent
|
2014-02-13 12:32:55 -05:00 |
|
oakes
|
1cb42d38a6
|
Overhaul the symbol system again
|
2014-01-29 15:01:55 -05:00 |
|
oakes
|
db4f05d4ac
|
Modify docstrings a bit
|
2014-01-21 19:11:03 -05:00 |
|
oakes
|
5f6a8985f8
|
Make docstring grammatical
|
2014-01-21 16:20:16 -05:00 |
|
oakes
|
2e2ed7a322
|
Add docstring and make contact! work with the screen map
|
2014-01-21 15:11:09 -05:00 |
|
oakes
|
ba43d64eb5
|
Remove unnecessary newlines from docstrings
|
2014-01-21 02:38:46 -05:00 |
|
oakes
|
7fee9883d5
|
Add bang
|
2014-01-20 00:34:35 -05:00 |
|
oakes
|
9cc75ece37
|
Add docstrings to g2d-physics
|
2014-01-20 00:28:19 -05:00 |
|
oakes
|
ea37299a37
|
Add joint! macro
|
2014-01-19 10:41:33 -05:00 |
|
oakes
|
6bac86a94f
|
Use a centralized function to determine how to deal with objects used in entity macros
|
2014-01-19 03:37:18 -05:00 |
|
oakes
|
eefe6318cf
|
Move step! to the physics namespace where it belonds
|
2014-01-18 23:19:20 -05:00 |
|
oakes
|
dca730c8fd
|
Move all listeners into core so they can be made private
|
2014-01-18 19:17:57 -05:00 |
|
oakes
|
51547b9968
|
Make macros private
|
2014-01-18 19:04:17 -05:00 |
|
oakes
|
7497b33eca
|
Rename another macroj
|
2014-01-18 18:26:32 -05:00 |
|
oakes
|
862ffb282c
|
Rename functions for consistency
|
2014-01-18 18:25:16 -05:00 |
|
oakes
|
97df99acbf
|
Create macro for setting fields and add joint functions
|
2014-01-18 18:21:54 -05:00 |
|
oakes
|
2db20471e9
|
Remove reflection calls
|
2014-01-18 12:33:21 -05:00 |
|
oakes
|
3c7f6e4211
|
Remove redundancy
|
2014-01-18 00:40:08 -05:00 |
|
oakes
|
da9b61c47e
|
Auto-destroy bodies
|
2014-01-18 00:23:08 -05:00 |
|
oakes
|
e0371d4d28
|
Initialize circles with a radius
|
2014-01-17 22:50:06 -05:00 |
|
oakes
|
7dbf3509c9
|
Add more body functions and move entities in step! function
|
2014-01-17 21:11:20 -05:00 |
|
oakes
|
c25477e11d
|
Create shape functions
|
2014-01-17 19:42:01 -05:00 |
|
oakes
|
b703780089
|
Improve body functions and allow graphics macros to work on both the screen and the objects themselves
|
2014-01-17 18:11:37 -05:00 |
|
oakes
|
6b1eda86c8
|
Start work on body functions
|
2014-01-17 17:13:06 -05:00 |
|
oakes
|
52ab737a32
|
Add step! function
|
2014-01-17 15:18:02 -05:00 |
|
oakes
|
6f9c8a4ebd
|
Automatically add box2d contact listener
|
2014-01-17 14:17:47 -05:00 |
|
oakes
|
33a14ef1dd
|
Shorten the camera function names
|
2014-01-17 12:27:33 -05:00 |
|