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 - OmaManfred

Pages: 1 [2]
16
General / Re: Pressing F12 triggers a breakpoint
« on: January 08, 2017, 04:33:09 pm »
Oh hey,

thanks a lot! No it doesn't bother me if it is only within Visual Studio. Thanks again :)

17
General / Pressing F12 triggers a breakpoint
« on: January 02, 2017, 11:32:45 am »
Hey,

pressing F12 triggers a breakpoint in ntdll.pdb. The programm can continue. The breakpoint occurs before the
window->pollEvent(sfEvent) recognizes the button press, so it can't be a fault on my side. Triggers in both release and debug. Any ideas whats causing this?

18
SFML projects / Re: Dispersio is now available on Steam!
« on: January 01, 2017, 02:38:52 pm »
Can I ask you how you integrated steam? I managed to get the overlay pop up, but it crashes on screenshots..

19
Window / Re: Confused about Fullscreen with views
« on: December 07, 2016, 02:02:09 am »
Urgh, nevermind.. As always.. 5 seconds after posting an online question, you find the issue yourself.

In this case, I myself was the idiot.. I overwrote the view size deep in my gameInstance class myself every tick for debugging reasons a few days back.. forgott to remove it.

20
Window / Confused about Fullscreen with views
« on: December 07, 2016, 01:55:30 am »
Hello everyone,

I've been using SFML now for around a week and still didn't figure out how to properly fullscreen and can't find anything about it online. I am probably just stupid and missing something obvious, but I just can't manage to fullscreen without a stretched display of everything.

So I create my videoMode, set it's size to 1920, 1080, bbp to 32, and it always just stretches everything, even in default view (not fullscreen)

Am I understanding something wrong? When I have 800x800 as ´Window Size, it should create a window with 800 pixel width and height. When I create one with 1920 pixels width, pixel 800 (or any pixel), should be still on the same spot, it is one pixel. I just do not understand how the sprite is being stretched, as if I would somewhere say, hey render the game at 1:1 ratio and stretch it to 1920x1080.

I tried to add a view, but no matter what I set as the size there, it stays stretched..
I am just looking for a way where I can have fullscreen, and 400 pixels width are in fact 400 pixels in width, so that it has the right proportions.

Thanks a lot in advance!

Pages: 1 [2]
anything