XNA Creators Club Online
foros de la comunidad

Search Forums

Page 1 of 13 (126 items) 1 2 3 4 5 Next > ... Last »
  • Re: Real MP3 Support for XNA (WINDOWS & XBOX360)

    Mindless bickering, while perhaps unproductive, is much more fun than sending a request on it's way and forgetting about it.
    Posted to General (Forum) by Stanlo on 11/12/2007
  • Re: Real MP3 Support for XNA (WINDOWS & XBOX360)

    The ZMan [MVP/Moderator]:go on check out the 'help' menu in Xact if you want a good laugh... I have found the help quite useful since different versions of Xact are not compatible with each other. The version you're using if you have multiple installed is good to know!   How about .wma? Is it possible to play that? Quality and ...
    Posted to General (Forum) by Stanlo on 11/12/2007
  • Re: [2.0] GraphicsDevice is getting disposed...

    I'm not the right person to answer this but I think it's a bug in 2.0. I think the same thing should happen if you try resizing your window size to 0. LoadContent will get called so you can handle things in there for a temporary work around I guess.
    Posted to General (Forum) by Stanlo on 27/11/2007
  • Re: Transparency

    Buckshot:And the reason you use the constructor initializing of variables is so that you don't end up with a constructor being called twice.  Reference type members in C# are default initialized to null (so no constructor invocation), and structs are default initialized to 0. If they're members of a class you can initialize them when ...
    Posted to General (Forum) by Stanlo on 27/11/2007
  • Re: [2.0] How to prevent "Cannot open output assembly ...Content.dll"?

    Thanks - I'm a huge fan of edit and continue in C# so I'll just bear it for now. I've had this problem with other projects (unrelated to xna) too, how did you fix it? It seems to happen if I have an msbuild project that doesn't output an assembly in the solution. I tried messing with a lot of different various properties in the project ...
    Posted to General (Forum) by Stanlo on 26/11/2007
  • Re: Differences between nVidia and ATI in HLSL?

    Is it all ATI cards? And all drivers? Can you try posting a screenshot of how it looks?Try fooling around with the cull mode. Also, this is my biased opinion, but a lot of ATI cards in my experience have all sorts of dumb problems.  
    Posted to General (Forum) by Stanlo on 26/11/2007
  • [2.0] How to prevent "Cannot open output assembly ...Content.dll"?

    Whenever I try debugging and I step through a statement, I'll get: ''Cannot open output assembly 'WindowsGameContent.dll' for Edit and Continue: The system cannot find the file specified.'' in the output window. This is really annoying, does anyone know of a way to stop this?
    Posted to General (Forum) by Stanlo on 26/11/2007
  • Re: Multiple Vertex Streams

    Why does your player need a dynamic vertex buffer? Also, I don't think setting a stream source is very costly in the grand scheme of things. You're not uploading anything significant to the GPU with this call, you're just saying ''Hey Mr. GPU, you should use these vertices for stream #n when I tell you to''. The source index corresponds to the ...
    Posted to General (Forum) by Stanlo on 21/11/2007
  • Re: Garbage Day!?

    Knowing when the garbage collector runs isn't going to help because all that tells you is that you've been making unnecessary allocations, not where they are. Besides, the CLR profiler will tell you when the GC runs anyway.
    Posted to General (Forum) by Stanlo on 25/10/2007
  • Re: Need Texture Data Really Fast

    Does it need to be on the CPU? You can't use a render target?
    Posted to General (Forum) by Stanlo on 23/10/2007
Page 1 of 13 (126 items) 1 2 3 4 5 Next > ... Last »