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 - K-Bal

Pages: 1 2 [3] 4 5 ... 7
31
Window / [SOLVED] Window Crashing
« on: December 07, 2009, 11:59:05 am »
Just list the names of the libraries you are using.

32
Graphics / Tiles : many sprites or many moves ? [SOLVED]
« on: November 25, 2009, 09:19:19 am »
Depends on your platform. On a new PC I would go the many sprites way. On a gameboy you probably would use the other method.

33
Graphics / Sprites rendered approximately
« on: November 05, 2009, 11:03:36 pm »
How about rotated rects?

34
General / I am from china,Help me
« on: November 04, 2009, 10:57:06 am »
Sorry for OT but this topic title really made me laugh :D

35
Graphics / performance drop linux vs. vista
« on: October 23, 2009, 06:30:35 pm »
Have you installed a new driver from your vendor or are you using the windows default driver?

36
Graphics / Maybe a problem with Rect intersections
« on: October 18, 2009, 10:42:37 am »
A static member function would be appropriate ;)

37
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 17, 2009, 06:12:12 pm »
The newest revision works on my Laptop (ATI) :D

38
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 14, 2009, 08:08:26 pm »
The current revision fails on my PC with my nvidia card again  :?  Don't know about my Laptop with the ATI chip.

Quote
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  128 (GLX)
  Minor opcode of failed request:  34 ()
  Serial number of failed request:  26
  Current serial number in output stream:  29

39
Graphics / Rendring to image?
« on: October 12, 2009, 11:37:46 pm »
Use the SFML2 branch from SVN.

40
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 12, 2009, 10:14:38 am »
Quote
Creating the first context...
Succeeded to create context!
Creating a shared context on the same display...
Succeeded to create context!
Creating a shared context on a new display...
Succeeded to create context!


 :?

EDIT: I'm such an idiot, I compiled it on my PC :D I redo it on my Laptop now.
EDIT2: Same output on my Laptop, no GLX error.

41
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 11, 2009, 03:10:54 pm »
Quote from: "Laurent"
Quote
Revision 1190 works fine for me.

And what about 1191?


GLX error ;)

42
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 11, 2009, 02:39:48 pm »
Revision 1190 works fine for me.

43
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 10, 2009, 08:34:48 pm »
Quote from: "Laurent"
I'll probably need help from you guys ;)


What do you want us to do, send you an ATI card? :D

44
General / Can't Static Link Ubuntu 8.10
« on: October 02, 2009, 12:57:12 am »
Why are you trying to link statically? :D

45
Graphics / Drawing huge amount of sprites
« on: September 28, 2009, 07:02:07 pm »
You could draw your tilemap on RenderImages with a bigger size if your map is static.

Pages: 1 2 [3] 4 5 ... 7
anything