NewsWeeZ
07/08/2010, 10:30
SplinterGU released new BennuGD versione with Caanoo support! That’s means all games made by Bennu for Wiz, now work on Caanoo too.
Highlights from this release:
Accelerometer functions now available, and examples available in the pacman and galaxian source code. jkeys.lib updated to support Cannoo too.
Now, if you set the environment variable OS_ID, BennuGD will use it as its OS_ID. This is very useful while testing games for another platform from your computer.
OS_WII constant added for unofficial Wii port.
joy functions fixed to return 0 instead of -1 on error, to improve error handling.
Wiz and Caanoo timing fixed. You can now correctly set the FPS on both systems (it wasn’t working as it should up until now).
To make them working, it needs a modified .gpe script such this:
#!/bin/sh
unset OS_ID
# It’s important to set first bgd-runtime folder
LD_LIBRARY_PATH=../bgd-runtime:$LD_LIBRARY_PATH
PATH=../bgd-runtime:$PATH
# To use Wiz games on Caanoo, uncomment next lines
#OS_ID=8
#export OS_ID
echo 2 > /proc/cpu/alignment
for prg in *.prg; do
name=`basename $prg .prg`
bgdc $prg
bgdi $name
done
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Download BennuGD v. 1.0.0 RC13(r156) for Caanoo (http://betatester.bennugd.org/snapshot/bgd-1.0.0RC13(r156)-caanoo.tar.gz)
Download BennuGD v. 1.0.0 RC13(r156) for Wiz (http://betatester.bennugd.org/snapshot/bgd-1.0.0RC13(r156)-openwiz.tar.gz)
Bennu Website (http://www.bennugd.org/)
http://www.bennugd.org/themes/abarre/logo.png
Source (http://www.bennugd.org/node/96)
Moreover, PiXeL (panreyes) made this little app that use G-Sensor:
Download Caanoo Laser Sword (http://www.megaupload.com/?d=8ZP7IZVO)
http://lostsite.altervista.org/wiz/wp-content/uploads/ls-320x149.jpg (http://lostsite.altervista.org/wiz/wp-content/uploads/ls.jpg)
Source (http://www.gp32spain.com/foros/showthread.php?t=75888)
Más información... (http://lostsite.altervista.org/wiz/?p=1966)
Highlights from this release:
Accelerometer functions now available, and examples available in the pacman and galaxian source code. jkeys.lib updated to support Cannoo too.
Now, if you set the environment variable OS_ID, BennuGD will use it as its OS_ID. This is very useful while testing games for another platform from your computer.
OS_WII constant added for unofficial Wii port.
joy functions fixed to return 0 instead of -1 on error, to improve error handling.
Wiz and Caanoo timing fixed. You can now correctly set the FPS on both systems (it wasn’t working as it should up until now).
To make them working, it needs a modified .gpe script such this:
#!/bin/sh
unset OS_ID
# It’s important to set first bgd-runtime folder
LD_LIBRARY_PATH=../bgd-runtime:$LD_LIBRARY_PATH
PATH=../bgd-runtime:$PATH
# To use Wiz games on Caanoo, uncomment next lines
#OS_ID=8
#export OS_ID
echo 2 > /proc/cpu/alignment
for prg in *.prg; do
name=`basename $prg .prg`
bgdc $prg
bgdi $name
done
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Download BennuGD v. 1.0.0 RC13(r156) for Caanoo (http://betatester.bennugd.org/snapshot/bgd-1.0.0RC13(r156)-caanoo.tar.gz)
Download BennuGD v. 1.0.0 RC13(r156) for Wiz (http://betatester.bennugd.org/snapshot/bgd-1.0.0RC13(r156)-openwiz.tar.gz)
Bennu Website (http://www.bennugd.org/)
http://www.bennugd.org/themes/abarre/logo.png
Source (http://www.bennugd.org/node/96)
Moreover, PiXeL (panreyes) made this little app that use G-Sensor:
Download Caanoo Laser Sword (http://www.megaupload.com/?d=8ZP7IZVO)
http://lostsite.altervista.org/wiz/wp-content/uploads/ls-320x149.jpg (http://lostsite.altervista.org/wiz/wp-content/uploads/ls.jpg)
Source (http://www.gp32spain.com/foros/showthread.php?t=75888)
Más información... (http://lostsite.altervista.org/wiz/?p=1966)