Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sph3re

Pages: [1]
1
Feature requests / Reset function for sf:Sprite
« on: February 16, 2009, 09:00:17 pm »
It was just an idea, you dont have to kill me. I haven't seen the disadvantages of that, sorry. I never developed anything like a library so please give your opinion in a way, noone has to feel attacked. Even not someone who did his first post in this forum! Belive me, I only wanted to be helpful.

2
Feature requests / Reset function for sf:Sprite
« on: February 15, 2009, 01:46:15 pm »
I've got an idea for a additional sf::Sprite function, Reset(). It resets scaling, rotation, center, etc to std value.
This could be useful when a Sprite has got several Images with different sizes. Every time you switch between them, you have to rescale the sprite, set a new center, etc
You don't need more than 5 minutes to write that function yourself, but humans are sick so I would be very pleased if that function exists :)

3
Window / Maybe that can help
« on: July 16, 2008, 09:31:49 pm »
i have exactly the same error. I also rebuild the sfml. There seemes to be something wrong with RenderWindow::ForceContextInit. I could debug until this line (WindowImpl.cpp)
Code: [Select]
WindowImpl* WindowImpl::New()
{
    WindowImpl* Window = NULL;

    #if defined(SFML_SYSTEM_WINDOWS)

        // Win32 window
 ->     Window = new WindowImplWin32();


the error seemes to be there... i couldn debug farer. also by pressing f11(new.cpp not found).

ps: i have no external sound card :?
ps2: vista 64 bit home premium

Pages: [1]