Search found 61 matches

by Ewan
Mon May 04, 2009 4:04 pm
Forum: Programming Discussion
Topic: Scripting
Replies: 12
Views: 728

Re: Scripting

MarauderIIC wrote:Finally! Eatcomics was the only other one to hit it, but he posted past it and didn't notice.

Click here to see the hidden message (It might contain spoilers)
temp.jpg
:shock: Does it change back when he makes one more post?
by Ewan
Mon May 04, 2009 1:47 pm
Forum: Programming Discussion
Topic: N00bish function wont work with class thingy
Replies: 13
Views: 996

Re: N00bish function wont work with class thingy

EDIT 2: Dani93's solution is better lol, use his :) I'm not really a C++ pro. Why should a reference be better than a pointer? OK, you don't need to care about if you use values or adresses ;) Well, mainly because with pointers you have to use -> to access member functions, and when passing the arg...
by Ewan
Mon May 04, 2009 1:05 pm
Forum: Programming Discussion
Topic: N00bish function wont work with class thingy
Replies: 13
Views: 996

Re: N00bish function wont work with class thingy

In your Attack function, it's a copy of the instance of Player that's being passed as an argument, not the actual instance. It's like copying a file and putting it into a different folder then modifying the contents of the new file, when really you want to change the data in the original. You'll nee...
by Ewan
Mon May 04, 2009 5:06 am
Forum: Art, Music, and Design
Topic: Pixel Art Tutorials
Replies: 28
Views: 26066

Re: Pixel Art Tutorials

Awesome. I've been making crappy sprites for years but it would be nice to have a game that looks nice for once. I'll definitely give those tutorials a go ;)
by Ewan
Mon May 04, 2009 5:02 am
Forum: Programming Discussion
Topic: Guides & resources
Replies: 59
Views: 63993

Re: Guides & resources

This guy:

http://www.youtube.com/thenewboston

He has loads of great computer-related tutorials - including C++, Python and now Java. There's also some more technical ones like robotics and electronics which some people here might find interesting. 325 videos in total! :mrgreen:
by Ewan
Sun May 03, 2009 4:23 pm
Forum: Programming Discussion
Topic: Guides & resources
Replies: 59
Views: 63993

Re: Guides & resources

Mar, might you be interested in adding Project Euler (http://www.projecteuler.com) to this somewhere? Not sure if it would be relevant but, I found it to be a great help with expanding my understanding of mathematics and it made me think a lot about some programming specific problems. wrong link ge...
by Ewan
Fri May 01, 2009 4:46 pm
Forum: General Gaming
Topic: Emulators with low reqs?
Replies: 14
Views: 1882

Re: Emulators with low reqs?

Cool thanks, I'll check out ZSNES
by Ewan
Fri May 01, 2009 6:34 am
Forum: General Gaming
Topic: Emulators with low reqs?
Replies: 14
Views: 1882

Emulators with low reqs?

I'm trying to get hold of an emulator that will run on a shitty laptop - Windows ME, Pentium 3 and 64mb of RAM. Tried a bsnes one but there's .DLLs missing (works fine on my XP, so presumably they are DLLs that Windows ME isn't supposed to have.) Not toooo fussy about what games I can play with it, ...
by Ewan
Wed Apr 29, 2009 6:45 am
Forum: Current Events and Science/Technology
Topic: Lawsuit against "God" dismissed.
Replies: 18
Views: 3364

Re: Lawsuit against "God" dismissed.

There was some movie made a wile back I dont remember what it was called but it was about a guy who sued God because a bolt of lightning struck is boat/home and demolished it. It was funny because the Catholic church ended up being there to "speak" in God's behalf. Man I really wish I cou...
by Ewan
Wed Apr 29, 2009 5:31 am
Forum: Current Events and Science/Technology
Topic: Conficker C Worm?
Replies: 19
Views: 3162

Re: Conficker C Worm?

I've heard of this virus but its a joke... I don't have any antivirus software (mainly because it slows down game performance) and I didn't catch anything. I heard it hit Australia pretty hard though. You should get some. I didn't update Norton (yeah, I used to have Norton) for like a few months on...
by Ewan
Tue Apr 28, 2009 7:31 am
Forum: Game Development
Topic: The Official Golvellius Thread
Replies: 252
Views: 28825

Re: The Official Golvellius Thread

trufun202 wrote:I've gotten some pretty good feedback on my last "Behind the Scenes" video. Alot of people have asked for another one, so here it is:

(...and now I have the sudden urge to go play some Megaman 2.)

http://www.youtube.com/watch?v=DK--q7jPYmI
Yay, I was one of them :mrgreen: Great vid!
by Ewan
Mon Apr 27, 2009 5:20 am
Forum: Programming Discussion
Topic: Allegro tutorial pl0x?
Replies: 7
Views: 725

Re: Allegro tutorial pl0x?

This is pretty good if you're a beginner http://www.loomsoft.net/resources/alltu ... _index.htm ;)

And of course the Allegro manual http://alleg.sourceforge.net/stabledocs/en/allegro.html
by Ewan
Wed Apr 22, 2009 7:41 am
Forum: General/Off-Topic
Topic: ES Dev Team - ART POSITION OPEN!
Replies: 47
Views: 3846

Re: ES Dev Team - ART POSITION OPEN!

Good luck to you both :)
by Ewan
Wed Apr 22, 2009 7:35 am
Forum: Programming Discussion
Topic: Lua help
Replies: 4
Views: 504

Re: Lua help

You need the M$-C-Runtime-Library. Isn't it included with VS? Sorry, I can't give you further information cause I don't use VS (gcc ;) ). Maybe it is because you didn't create the project yourself. Look for the dll in the Windows-directory. If you can't find it you can download it from here . Or cr...
by Ewan
Wed Apr 22, 2009 4:06 am
Forum: Programming Discussion
Topic: Lua help
Replies: 4
Views: 504

Re: Lua help

You have to put quotes around lua.h instead of brackets. Thanks, I figured that out but now I get this: http://i161.photobucket.com/albums/t240/Ewansphotoalbum/errorbitch.jpg "The application has failed to start because MSVCR90.dll was not found. Re-installing the application may fix this prob...