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

Pages: 1 [2] 3 4 ... 8
16
Graphics / Unable to load images
« on: May 20, 2009, 02:42:09 pm »
In your project properties you should be able to change that.

17
General / using sf::string gives an memory error when closing
« on: April 21, 2009, 06:03:31 pm »
Quote from: "Laurent"
There are currently two workarounds:
- Use the static libraries of SFML
- Never use the default font, which means always passing a sf::Font to sf::String constructors


Ho ya... those too :D

18
General / using sf::string gives an memory error when closing
« on: April 21, 2009, 05:46:57 pm »
Wait until the fix is done.

19
Graphics / SFML startup image
« on: April 07, 2009, 02:37:57 pm »
Quote from: "Nexus"
Quote from: "Hiura"
or :
draw
display
clear
But I think the other order is more intuitive, since the first frame you have to clear too - just as you don't need to clear the last frame. It's a detail, I know. ;)


Hum it's more than that. The first frame you have can be some shit from memory so you need to clean before display anything (i think).

20
Graphics / SFML startup image
« on: April 03, 2009, 11:06:47 pm »
Quote from: "Hiura"
You have to use Clear before closing your window. Then, your next opened window won't have some waste from old instance.


you have to use clean before "draw" and "display" anyway...

while
{
Clear
Draw
Draw
Display
}

21
General / Can't get SFML 1.4 to work properly!
« on: April 03, 2009, 03:42:39 am »
Quote from: "Nexus"

Quote from: "Laurent"
Yep, you probably have a USB joystick ;)
Unplug it and try again.
You've got a nice crystal ball. ;)


Not really.. It's a know bug of sfml 1.4 and he's easy to identify.

22
Graphics / problems with sf::shape and list of stl
« on: March 22, 2009, 08:49:48 pm »
Quote
snake.push_back(new sf::Shape::Rectangle(100,100,200,200,sf::Color(0,0,255)));


?

23
Window / Choppy animation & sfml
« on: March 16, 2009, 06:59:49 pm »
Maybe it depend how much your cpu is used by other program? lol..

24
Window / Joysticks DO NOT Work On Windows Vista OS...
« on: March 11, 2009, 12:31:02 am »
I did more test and it work perfectly  in debug static with the lastest source from SVN.

25
Window / Joysticks DO NOT Work On Windows Vista OS...
« on: March 10, 2009, 01:05:14 am »
I did some test!

My joystick is actually detected by sfml but events aren't catched. So you should try to find why :D.

Edit: Logitech DUAL ACTION

26
Window / Joysticks DO NOT Work On Windows Vista OS...
« on: March 09, 2009, 07:00:35 pm »
I will try mine tomorrow to know if its really vista.

27
SFML projects / Aphid (Scrolling shooter)
« on: March 04, 2009, 05:45:35 pm »
Quote from: "pierreyoda"
Just In-cre-di-ble !  :shock:
It's beautiful  :D .
And it's your first C++ project  :shock: ?

* go sleeping  :x *

Good luck for next!


His sfml project is te RECREATE "Aphid" (it was created with a modification of the unreal engine 1) in c++ with sfml.

28
Window / Is there a GetError() in sfml?
« on: February 27, 2009, 02:18:20 pm »
And how will you desing a game with Graphics. Audio, Network, Game engine without global accessor? All objects need to use these module and the simplest (and fastest) way to do that is via global accessor.

"Global" -> "Static" don't exist for nothing.

29
Window / Is there a GetError() in sfml?
« on: February 26, 2009, 02:19:32 pm »
Quote from: "Tank"

And second, do never ever use global variables. I'd be fine if C++ didn't allow them. ;)


And global accessor?

30
General discussions / Problems with 1.4
« on: February 25, 2009, 02:10:53 pm »
Do you have an usb joystick..?

Pages: 1 [2] 3 4 ... 8
anything