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.


Topics - 1aam2am1

Pages: [1]
1
Graphics / Font not loaded
« on: June 22, 2017, 11:56:53 pm »
When I first create sf::Font object and then use this font for many sf::Text objects.
Next I draw them(main thread)
Next to main thread I launch (resource loading thread), where sf::Font is loaded.
The bug is if the text was first drawn. Then even when we load font, nothing is drawn.

2
Feature requests / Add readCurrentReadPosition in sf::Packet
« on: February 27, 2016, 09:03:27 pm »
I have a header in my sf::Packt (saved). He has different length (depending of the type). I do other action depending of the header. I would read current position of reading Packet, because my functions use pointer to data (const void*getData()). I want know, where I should begin read data.

3
Feature requests / Font more function load
« on: February 27, 2016, 08:54:09 pm »
Add functions addFromFile, addFromMemory, addFromStream.
I have a font, he hasn't all utf-8 glyph.
I would load first any of basic operating system font. Later I wold load my font, he should replace glipth of old font.

4
Feature requests / Ftp
« on: August 25, 2015, 12:22:24 am »
Add a FTP server in SFML.

5
Window / Not freezing window on Windows 7
« on: August 19, 2015, 12:10:49 am »
Window is freeze when I moved id or resized id.

6
Graphics / Bug. In draw a Repeated teksture.
« on: June 15, 2015, 05:49:07 pm »
My friend has a problem with repeted teksture. In his console displays:

Warning: Detected "Microsoft Corporation GDI Generic" OpenGL implementation. The current OpenGL implementation is not hardware-accelerated ...

And a display part of the repeted sprite are away about 50px.


These black gaps between white textured should not be.

7
Feature requests / A close() function in sf::Thread
« on: June 15, 2015, 05:33:36 pm »
I would like to call the closing event for my thread. Not force close, without releasing resources.

Pages: [1]
anything