Page 1 of 1

libogc 1.8.4

Posted: Sun Oct 03, 2010 9:58 pm
by WinterMute
libogc 1.8.4 is now available through the windows installer as usual and from the getting started page on the wiki.

libogc 1.8.4
  • added libaesnd, improved version of libasnd It supports 32 voices now and uses ACCL to read in the samples.
  • removed zlib in favour of the portlibs supplied version.
  • GX functions added, GX_ReadBoundingBox, GX_GetVtxDescv, GX_InitTexObjUserData, GX_SetFogColor, GX_SetFogRangeAdj, GX_InitFogAdjTable.
  • exit to wii menu now works with no bootstub installed.
  • FPU context switch fixed, hopefully.
  • async network init fixed.
  • smb code improvements.
  • dvd pseudo device now works on gamecube.
  • dvd reading from ppc on Wii.
  • allow override of Arena1 area from user code.
  • usb 2.0 support through ios 58+.
  • code cleanup and more doxygenation.
gamecube examples 20100930 and wii examples 20100930 have been updated for the new libogc.

With thanks to shagkur, tantricity, dhewg, ccfreak2k, rodries, emukidid, tueidj & dimok for their contributions to this release.

Re: libogc 1.8.4

Posted: Mon Oct 04, 2010 3:34 pm
by the_marioga
Aesndlib is compatible with asndlib in the same homebrew? (for example, for use mod and mp3 in the same homebrew)

Thanks :)

Re: libogc 1.8.4

Posted: Wed Oct 06, 2010 8:14 am
by shagkur
No. Because both use the DSP to do the channel mixing.

Re: libogc 1.8.4

Posted: Fri Oct 08, 2010 9:37 pm
by DacoTaco
o yayz0r \o/
about time, the svn seemed to have been stable for a while now :') (and no ipc crash either ;D )

Re: libogc 1.8.4

Posted: Mon Oct 11, 2010 3:24 pm
by BHSPitMonkey
Are the doxygen docs hosted somewhere publicly, by any chance?

Re: libogc 1.8.4

Posted: Mon Oct 11, 2010 9:55 pm
by WinterMute
doxygen docs are hosted at http://libogc.devkitpro.org

Re: libogc 1.8.4

Posted: Mon Oct 18, 2010 10:12 pm
by dancinninja
Ha! It's so exciting. I actually helped with something, neato! It was fun to make GX_GetVtxDescv. Awesome work on the fog too. That one had me just plain stumped!