Game Development Community

Richard Andersson's Forum Posts

Thread Post Date Posted
FMOD vs SFX Well, at present we have 500mb of music (~25 minutes) loaded into RAM. If we can't get streaming to ... read more 06/08/2009 (9:06 am)
FMOD vs SFX A related question; has anyone got a solution for the not yet implemented streaming support in SFX? ... read more 06/08/2009 (7:55 am)
Can the StringTable class handle Unicode? I'm wondering the same thing. I see strange results when converting UTF-16 to UTF-8 and maybe the St... read more 03/02/2009 (1:24 am)
commandToClient stops working What does this piece of code in NetConnection::eventReadPacket do? [code] seq |= (mNextRecvEventSe... read more 02/13/2009 (10:04 am)
Initializing client side (Working with ODE) Did you solve this Jeff? We have the exact same problem with unpackUpdate being called before onA... read more 02/10/2008 (11:24 am)
FileObject::openForWrite disabled in trial? Thanks alot guys! Looking back I don't understand why I didn't try full paths earlier :)... read more 09/10/2007 (11:45 am)
FileObject::openForWrite disabled in trial? A simple yes/no would do... Has anyone had similar problems?... read more 09/10/2007 (2:52 am)
SimObject referencing I see. That's pretty cool, I should start using those :) That's probably not what's causing my pr... read more 06/14/2007 (2:10 am)
ITickable and thread safety (continued) I feel stupid. Of course that's how it is. The animation is updated in advanceTime on a tickable obj... read more 02/26/2007 (1:36 am)
ITickable and thread safety (continued) I've done a whole lot of debugging on this issue and I know for a fact that the process list grows s... read more 02/23/2007 (2:02 am)
ITickable and thread safety Ben: Ok, thanks for clearing that up. We are basically using stock Torque and haven't added any mult... read more 02/22/2007 (6:05 am)
ITickable and thread safety Thanks for the answer Tim. ITickable::advanceTime is called from clientProcess just like in stoc... read more 02/21/2007 (2:02 pm)
Engine crashes on .delete(); function. I'm not really sure but I'm guessing you want to pass the object along as a parameter in OnCollision... read more 02/21/2007 (1:45 am)
Can't access C++ fields in script? Was there a solution to this problem? I'm having the same one. A persistent field always returns ... read more 12/03/2006 (10:00 am)