Support
I've been working on a screensaver for the past couple weeks using AgateLib and a game engine built on top of it I've been working on for a while now. I've created fake fullscreen, removing the window border, resizing it to the main monitor size and moving it to 0,0. Now I need to duplicate the screensaver onto all screens, is there any way to do it? |
|||
Would it trouble someone if i could get a more indepth set of instructions on how to install Agate?... Do i have to copy all of these libraries into my project, or what? Thanks in advance. |
|||
Hi. I trying to draw string with russian letters and catched an exception:
|
|||
As the title says, sound effects are higher pitched, when I use SDL for Audio (with wav). Music-Class (with ogg) works as expected. I've tried to use MDX, but the DLL throws a LoaderLock exception (Although I'd prefer to use SDL) |
|||
3rd overload of WritePixels seems doesn't work as intended. PixelBuffer is source PixelBuffer
|
|||
Okay, I have a few issues with fullscreen, the first is fullscreen itself; I can't switch to it. I'm using my F key to toggle fullscreen. I've tried moving the call to my toggler function out of the key event and check before my update loop to see if I need to switch to fullscreen but it crashes anyway. Here's the error
|
|||
I just downloaded and built the latest svn version and now my game runs extremely slow. I'm using the same drivers(OTK and SDL). The performance is terrible compared to 0.31, and it's especially noticable when I draw a bunch of lines to the display(my turret range strategic overlay is drawn manually with lines, because Display.DrawEllipse was very very slow while zoomed in) |
|||
Hi, I am trying to develop a game using MonoDevelop on ubuntu 10.10. I'm using AgateLib 0.31. I have a problem with AgateSDL. Whenever I include it in my Debug folder, and starts a debugging session, my program crashes on this line: If I run the game without a debugger, it starts without a problem. Like the debugger wont attach to the process, or something. Do you have any idea what can cause this? I have attached the entire application output in a text file. |
|||
Hi, never used agate before and i'm wondering how it is used in monodevelop (in linux). The getting started tutorial looks like its aimed at 2.5, and refers to files that don't exist. How do I use agate 3.1 in monodevelop? Cheers. |
|||
I'm trying to convert a bitmap into a surface from within a thread and it results in a pure white surface every time, when doing it from the main thread it works perfectly. Any ideas why this would happen? Here's what I'm doing: I start a new thread, which draws to a bitmap using a System.Display.Graphics object, then I convert the bitmap to a surface and add it to my sprite using sprite.AddFrame(...) Here's my conversion function:
|
|||
|
|
