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

Pages: [1]
1
Graphics / (SOLVED) Alpha Blending
« on: January 04, 2008, 02:07:06 am »
oh, never mind! solved it. CreateMaskFromColor() was the thing! =)

2
Graphics / (SOLVED) Alpha Blending
« on: January 04, 2008, 02:03:13 am »
I want to use a color as alpha 0, let's say that sf::color(255,0,255) is what I want to be unseen. can I use sf::image::getpixel(x,y), check the color, and set the alpha value somehow? or do I have to fix it with an image editor?

3
General / needed files
« on: December 03, 2007, 09:08:06 pm »
what are the files needed when you zip the application and intend to send it to someone? do I have to bring all the dll:s or what is the deal?

edit: oh, it was just some of the dll:s, nevermind ^______^

4
Graphics / sfml-graphics.lib
« on: December 03, 2007, 08:17:25 pm »
awesome, it worked!

5
Graphics / sfml-graphics.lib
« on: December 03, 2007, 05:12:13 pm »
when I compile my project in debug, everything works fine.

additional dependencies:
Code: [Select]
sfml-graphics-d.lib sfml-main-d.lib sfml-system-d.lib sfml-window-d.lib

then in release I have:
Code: [Select]
sfml-graphics.lib sfml-window.lib sfml-system.lib  sfml-main.lib

but when I compile in release I get:
Code: [Select]
fatal error C1047: The object or library file /../ sfml-graphics.lib was created with an older compiler than other objects; rebuild old objects and libraries

I use Visual Studio 2005

6
Graphics / how about primitives?
« on: December 03, 2007, 12:21:33 am »
is there any simple way to draw lines and circles? or do I have to use other graphic packages to do that?

Pages: [1]
anything