AC Blog-ish
#1
Yo diggity,

I'm not sure where this should go, but I am essentially starting a blog here on the forums. The first thing you might ask is, isn't this offtopic? I posted it in general because it's a blog about AC and the things I do with it. So why is it not private, you may ask? It's not private because I'm currently trying to figure out what exactly AC does. As of right now, I'm considering doing a UML diagram of the code. It's not private because, as stef put it, we don't have many active developers right now. So this is here, because I'm thinking "Hey, maybe someone will see this, something will click, and we'll have more people working on the project!".

I should put a disclaimer here that I don't pretend to be a competent code, nor do I believe myself to be competent in UML. I may get frustratingly stuck on something simple, there may be mistakes in my UML, but hey. This is why this is posted here -- so I can get feedback on if I mess up. I also may not finish this project, and if I don't, I hope someone will be able to follow up and continue working on this game that we all play.
So far, I have a class diagram of the audio manager class:

[Image: ynmxGi5.png]

Hopefully, more updates to come!

Cheers,
Mousikos

Edit: I should probably mention that UML is supposed to be broad -- so you can look at a UML and implement the design in any language you choose. Therefore, sometimes in the code you will see `char*`, but in the UML you will see `string`. Also, I neglected to include constructors/destructors. If those are actually necessary in UML, let me know.
Thanks given by:


Messages In This Thread
AC Blog-ish - by Mousikos - 29 May 15, 12:14AM
RE: AC Blog-ish - by Mousikos - 29 May 15, 06:06AM
RE: AC Blog-ish - by Mousikos - 29 May 15, 08:07AM
RE: AC Blog-ish - by Mr.Floppy - 29 May 15, 09:51AM
RE: AC Blog-ish - by Mousikos - 29 May 15, 11:16AM
RE: AC Blog-ish - by Mr.Floppy - 29 May 15, 11:55AM
RE: AC Blog-ish - by Mousikos - 29 May 15, 06:30PM
RE: AC Blog-ish - by MathiasB - 29 May 15, 06:51PM
RE: AC Blog-ish - by Luc@s - 29 May 15, 06:34PM
RE: AC Blog-ish - by Mousikos - 29 May 15, 06:40PM
RE: AC Blog-ish - by TheNihilanth - 29 May 15, 06:58PM
RE: AC Blog-ish - by Mousikos - 29 May 15, 10:47PM
RE: AC Blog-ish - by MathiasB - 01 Jun 15, 09:28AM
RE: AC Blog-ish - by Mr.Floppy - 01 Jun 15, 11:58AM
RE: AC Blog-ish - by Ronald_Reagan - 29 May 15, 11:20PM
RE: AC Blog-ish - by Mousikos - 29 May 15, 11:27PM
RE: AC Blog-ish - by Mousikos - 31 May 15, 08:26PM
RE: AC Blog-ish - by 1Cap - 01 Jun 15, 01:29PM
RE: AC Blog-ish - by Mousikos - 04 Jun 15, 06:07AM
RE: AC Blog-ish - by MathiasB - 04 Jun 15, 07:37AM
RE: AC Blog-ish - by Thrawn - 04 Jun 15, 11:35PM