Commit Graph

4 Commits

Author SHA1 Message Date
Mike Blumenkrantz 1e36e23751 add physics module TODO
anyone who feels like helping out can check this list for ideas; I've marked a few of the easy ones for starters


SVN revision: 73403
2012-07-06 08:38:38 +00:00
Mike Blumenkrantz bec893f820 forgot to turn off physics debug messages when I committed
SVN revision: 73396
2012-07-06 06:57:39 +00:00
Mike Blumenkrantz 402cbbdf02 physics module now fails to init when tiling is enabled to prevent colossal battles over which one controls your window positioning
SVN revision: 73395
2012-07-06 06:41:25 +00:00
Mike Blumenkrantz cfaf0c12b5 brace yourselves: E WINDOW PHYSICS MODULE!
if you have ephysics installed, a new module 'Physics' will be available under Look which provides some fun physics effects on windows such as:
*velocity based on drag direction/speed
*collisions
*gravity
note that the edges of the screen are considered boundaries, and so windows will bounce off or get stuck in them; you will have to drag a window out if it gets stuck because I've disabled physics effects in edge areas to both 1) prevent windows from sneaking past the screen limits and flying off into space 2) actually getting stuck to the point that you can't get them out

help needed!


SVN revision: 73365
2012-07-05 15:01:58 +00:00