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

Pages: [1] 2 3 ... 18
1
SFML projects / Air Forte - SFML game released on Steam
« on: October 09, 2010, 12:11:19 pm »
Great game, I wish the demo was a bit longer though :)

2
SFML projects / Screenway - a racing game
« on: April 23, 2010, 12:29:58 pm »
The game just closes when I try to start it; I can see the window showing up for a second. Perhaps it is because of my crappy integrated Intel graphics.

The images look great, was looking forward to trying it out.

3
General discussions / Re: Visual Studio 2010
« on: April 18, 2010, 12:46:44 am »
Quote from: "kolofsson"
Hey, I just installed the new Visual Studio 2010 Professional from the MSDN Academic Alliance (it's free for students!).

That's unfair, I still only have Beta 1. :D

4
General / Questions about .dlls and such
« on: August 29, 2009, 02:40:50 pm »
you don't handle any events.

5
SFML projects / Squeebs, a 2d comic mmorpg
« on: August 28, 2009, 06:43:58 pm »
Quote from: "Dinocool"
ah, yes a few minor glitches here and there, but overall ALOT more stable, wouldnt you agree?


yes, after all i got it running this time :)

6
SFML projects / Squeebs, a 2d comic mmorpg
« on: August 28, 2009, 03:28:26 pm »
I can finally run the game. Will register and see what it's all about :)

EDIT: After registering, I get this error:

"Failed to image font from memory, no data provided"

EDIT2: After restarting the game it works.

7
Feature requests / String sub rectangle
« on: August 27, 2009, 06:12:26 pm »
Render to image will (is?) be implemented in SFML 2, I believe that's what you want.

8
Network / TCP Listening server doesn't get whats sent to it
« on: August 27, 2009, 06:00:34 pm »
try
Code: [Select]
sizeof(char) * (data.size() + 1)

i guess you get 4 all the time because you check the size of a pointer.

9
SFML projects / Word Foo - an anagram game
« on: August 24, 2009, 11:51:33 am »
does anything special happen if you can make words out of every letter? I only got one letter left once.

10
SFML projects / Word Foo - an anagram game
« on: August 23, 2009, 12:33:09 am »
Try typing with your keyboard. But I'm also wondering what the highlighting thing is all about?

11
SFML projects / Word Foo - an anagram game
« on: August 18, 2009, 02:59:57 pm »
It was fun and quite addictive.

What is the size of the window? it didn't fit properly on my screen (1024x768), the taskbar was in the way. Maybe add a fullscreen mode?

Don't know what else to say, I'm looking forward to the upcoming features you mentioned.

12
General / FPS cut in half on Windows 7
« on: August 15, 2009, 02:21:06 pm »
ok, I have a crappy built-in Intel graphics chipset.

When I used win XP I also got a FPS boost while running in fullscreen mode, I don't get that anymore.

13
General / FPS cut in half on Windows 7
« on: August 15, 2009, 03:28:12 am »
Yes, both. Only difference now is that I'm using version 1.5 instead of 1.3.

14
General / FPS cut in half on Windows 7
« on: August 14, 2009, 11:49:34 pm »
Is this normal? (compared to Windows XP)

I haven't noticed anything else slow down since I switched OS.

I have an old laptop but as I wrote, nothing else is slower than on Win XP.

Has anyone else noticed any slow-downs comparing XP and 7?

15
Window / ConvertCoords not working as expected
« on: August 05, 2009, 01:16:25 am »
Quote from: "Ezbez"
The instant I post I realize what the problem is.


I'm familiar with that phenomenon, really annoying isen't it :D

Pages: [1] 2 3 ... 18