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

Pages: [1]
1
General / [SFML 2.0] Collision
« on: February 20, 2012, 11:52:33 pm »
I am using SFML 2.0, and i need help with the collision class. i am attempting to use the collision class posted on the SFML website http://www.sfml-dev.org/wiki/en/sources/simple_collision_detection

Due to the new updates of SFML 2.0 it will not work so could some one help me fix this by providing what needs to be changed.

Things that do not work:
* TransformToGlobal()
* Offset()
* GetSubRect()
* GetWidth()
* GetHeight()
* TransformToLocal()
* GetPixel()
* GetSize()

Please help with the problums, or inform me of a alternate method.
-Thank you :)

2
Window / Need Help!!!
« on: November 26, 2011, 08:29:25 pm »
How come when ever i create a new class a new window pops up which is white and i cannot control. i even made a blank class with nothing in it and it still created another window. i am using SFML 2.0, but i don't recall problems like this on SFML 1.6.

Can someone please help me fix this?

3
General / CMD Console!?
« on: November 26, 2011, 12:26:18 am »
Hello, i am using Microsoft Visual C++ 2010 with SFML 2.0 on a Windows 7 computer and for some reason a console window pops up when ever i try to run any of my projects and i cant figure out a way to make it stop! Can someone please help me with my problem!?



4
System / Time and Date?
« on: September 11, 2011, 04:40:06 am »
I am trying to make a calendar/clock in SFML, but I don't know how to get the time or the date. So if anyone knows how to do this please tell me.
I am using SFML 2.0 with Visual C++ 2010 on a Windows 7 system if that helps at all.

5
General / Why does this happen!?!?!?!?!?
« on: August 12, 2011, 11:00:10 pm »
When ever you close the SFML window it comes up with this error



and opends "WglContext.cpp".

But when you close the CMD window or click "Stop Debugging" instead of closing the SFML window it doesn't do this.

Does any one know how to fix this?

6
General / Timer
« on: August 09, 2011, 08:59:46 pm »
I was wondering how i could make a timer for how long a program runs before closing. If anyone could help me do this please  do so.

7
General / ERROR!
« on: August 03, 2011, 07:38:52 am »


I believe it might be this part of the code...
Code: [Select]
int x = 761;
int y = 20;
for(int i=0; i < 2; i++)
{
Heart[i].SetPosition(x, y);
x -= 20;
}


Can anyone PLEASE help me with this!

8
Graphics / Collision Class
« on: July 30, 2011, 07:28:03 pm »
I think they should have included the collision class in the sfml library.

9
General / SFML/Box2D Help
« on: July 30, 2011, 05:21:32 am »
I am trying to set up collisions for my game using SFML and Box2D. If anyone can help me with this or know of a good tutorial please let me know. (I am a absolute beginner to Box2D)

Pages: [1]