Search found 25 matches
- Fri Jul 22, 2011 11:39 am
- Forum: Programming Discussion
- Topic: My Own Lua Graphics Thing
- Replies: 29
- Views: 5423
Re: My Own Lua Graphics Thing
I see your point there ... Thanks for the advice
- Fri Jul 22, 2011 11:29 am
- Forum: Programming Discussion
- Topic: My Own Lua Graphics Thing
- Replies: 29
- Views: 5423
Re: My Own Lua Graphics Thing
Well, I wan't really trying to make an engine, this was just meant to be practice at my skills of combining the two. I think I'll carry it out till the performance drops, but just keep it at a practice level. Also, why is lots of scripting a bad engine, Is it because it pushers too much work on the ...
- Fri Jul 22, 2011 9:50 am
- Forum: Programming Discussion
- Topic: My Own Lua Graphics Thing
- Replies: 29
- Views: 5423
My Own Lua Graphics Thing
Hey there :) I've just started (pretty much) integrating lua with c++, and as a test for myself I decided to see if I could create a c++ program that lets lua use graphics and stuff. Because I've never done something like this before I thought it would be a good challenge, and having started it I'm ...
- Wed Jul 20, 2011 3:01 pm
- Forum: *(NULL) - Posts You Shouldn't Make
- Topic: I want help.
- Replies: 24
- Views: 16547
Re: I want help.
@Rebornxeno I don't want to continue the flaming here, but you are talking about how he should be helped, but posting massive attacks at the other members of the forum, this isn't helping his situation. In my experience on other forums, a few lines usually means that they haven't tried too hard at i...
- Wed Mar 23, 2011 3:23 pm
- Forum: Programming Discussion
- Topic: Flame Painter Dev Thread
- Replies: 81
- Views: 16478
Re: Flame Painter Dev Thread
untrue. Your creation looks simply awesomeI wouldn't say so lol, it doesn't generate pretty things all the time.
- Sun Mar 20, 2011 7:38 am
- Forum: Programming Discussion
- Topic: Lua and c++ co-routines
- Replies: 14
- Views: 2001
Re: Lua and c++ co-routines
okay, thanks
- Sat Mar 19, 2011 5:21 pm
- Forum: Programming Discussion
- Topic: Lua and c++ co-routines
- Replies: 14
- Views: 2001
Re: Lua and c++ co-routines
I meant like persisting globals between scripts, or is that what you were saying ?
- Sat Mar 19, 2011 7:40 am
- Forum: Programming Discussion
- Topic: Lua and c++ co-routines
- Replies: 14
- Views: 2001
Re: Lua and c++ co-routines
that's cool But doesn't that mean no globals for scripts? or is that a good thing as its more OO?
- Wed Mar 16, 2011 5:08 pm
- Forum: Programming Discussion
- Topic: Lua and c++ co-routines
- Replies: 14
- Views: 2001
Lua and c++ co-routines
This is at the moment a theoretical for me, but I remember in an AiGD Falco said something about having a continuous script running through the game with its only infinite loop. My question is, was this achieved with co-routines or is there a need for a sneaky alternative
- Mon Feb 28, 2011 12:44 am
- Forum: Programming Discussion
- Topic: [Solved] Need help with c++/sdl and drawing
- Replies: 25
- Views: 2842
Re: [Solved] Need help with c++/sdl and drawing
took a while, but hooray
- Sun Feb 27, 2011 2:42 pm
- Forum: Programming Discussion
- Topic: [Solved] Need help with c++/sdl and drawing
- Replies: 25
- Views: 2842
Re: Need help with c++/sdl and drawing
That looks nice :) The reason why I was telling him to use alpha was that even though the bit that he wanted to show was blue and the colour key was pink, it still didn't show the blue... that kinda stumped me. Alpha would fix that short term, but do you know of this error/glitch happening before? b...
- Sun Feb 27, 2011 1:35 pm
- Forum: Programming Discussion
- Topic: [Solved] Need help with c++/sdl and drawing
- Replies: 25
- Views: 2842
Re: Need help with c++/sdl and drawing
Well, you are using PNG's so just go into gimp(free) or photoshop(not free) and add an alpha channel. Alpha channels are transparent, so you can draw over them and it will be seen, but if you don't wnat to draw over a bit it will be invisible. http://www.sdltutorials.com/sdl-image/ This tutorial sho...
- Sun Feb 27, 2011 10:02 am
- Forum: Programming Discussion
- Topic: [Solved] Need help with c++/sdl and drawing
- Replies: 25
- Views: 2842
Re: Need help with c++/sdl and drawing
I am not quite sure why this is happening because the top that goes missing is blue not pink, but removing the colour key that you set in your image load function lets the program pritn out the top of the screen as it should
- Sun Feb 27, 2011 9:03 am
- Forum: Programming Discussion
- Topic: [Solved] Need help with c++/sdl and drawing
- Replies: 25
- Views: 2842
Re: Need help with c++/sdl and drawing
can you post the link when you've uploaded
- Sun Feb 27, 2011 8:36 am
- Forum: Programming Discussion
- Topic: [Solved] Need help with c++/sdl and drawing
- Replies: 25
- Views: 2842
Re: Need help with c++/sdl and drawing
I guess I might as well have a poke around in there