Hi Lori, The issue with picking up items at the same time as running is do to the way SFML handles input. it ddoesn't allow you to press and hold as many keys at the same time as DirectX. I'm forced to conclude I am going to have to create and produce two completely different versions of the game. One that uses Windows specific APIs and one that uses Linux APIs. People aren't going to get off my case about SFML nnot acting like DirectX this or that until I give them DirectX. As for everything going all weird on exit I'm working on that problem. For some unknown reason the game blue screens on exit on some systems. Again I can fix the problem for certain, but have to go back to the Win32 API to do it. Blast Microsoft and their proprietary Windows garbage anyway.
On 10/14/10, Lori Duncan <[email protected]> wrote: > Hi Tom and everyone. I just downloaded the new beata and impressed with the > improvements, especially borders on firepits. I'm finding though I can't > seem to pick up objects while running. I used to be able to run along and > pick things up with enter, but that's not happening now. Is this happening > to anyone else? Also when I exited the game all the music and speach seemed > to go a bit jumpy like a cd with a scratch and i had to shut down the > computer and reboot. Hope this gets sorted, other than that the beata is > great, I like having the targeting scope. > --- > Gamers mailing list __ [email protected] > If you want to leave the list, send E-mail to > [email protected]. > You can make changes or update your subscription via the web, at > http://audyssey.org/mailman/listinfo/gamers_audyssey.org. > All messages are archived and can be searched and read at > http://www.mail-archive.com/[email protected]. > If you have any questions or concerns regarding the management of the list, > please send E-mail to [email protected]. > --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
