Particles would probably be best done as an extension.
Pixel-perfect collisions should go in Collision_Systems.
Pixel-perfect collisions should go in Collision_Systems.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
QuoteBranch the draw_SHAPE functions into sets of outline_SHAPE and fill_SHAPE functions to eliminate* `bool outline` (concerning SHELL/Graphics_Systems/OpenGL/GSstdraw.h). Alternative: draw_SHAPE_outline/draw_SHAPE_fill. (* Not really eliminate, just replace the need for. The outline argument would become optional)Actually, if you read it carefully, I think this is exactly what we were proposing.
Why not just wrap each of these instead, the function to draw is already there why not just introduce two new function that call the existing function with and without the optional arg?
#!/bin/sh
DB=~/Dropbox/Public/enigma-dep
WORK=~/enigma-dev
if [ "$#" -gt "0" ]; then
echo $1 | grep l > /dev/null 2>&1
if [ $? = 0 ]; then
cp ws-git/LateralGM/lgm16b4.jar $WORK/lgm16b4.jar
cp ws-git/LateralGM/lgm16b4.jar $DB/lgm16b4.jar
echo lgm16b4.jar
fi
echo $1 | grep e > /dev/null 2>&1
if [ $? = 0 ]; then
cp enigma-dev/pluginsource/enigma.jar $WORK/plugins/enigma.jar
cp enigma-dev/pluginsource/enigma.jar $DB/enigma.jar
echo enigma.jar
fi
fi
cd $WORK
md5sum lgm16b4.jar plugins/enigma.jar plugins/shared/jna.jar > $DB/update.md5
#!/bin/sh
url=http://dl.dropbox.com/u/9975312/enigma-dep
curl -silent $url/update.md5 | md5sum -c --quiet 2> /dev/null
# Next, trim the ": FAILED" from each line
# For each line:
#curl -O $url/$line (might need to do some splicing to not include the relative paths in the url)
$ openssl md5 lgm16b4.jar plugins/enigma.jar
MD5(lgm16b4.jar)= febec82e1498ebfab21751764e2e16d3
MD5(plugins/enigma.jar)= b5f6de84285a0795ad74f03c32bccafdCheck `object0::create...Syntax error in object `object0', Create event:0:
Line 7, position 6 (absolute 134): Invalid assignment to function `time'