Tinkering with ScummVM

All the inane chatter goes in here. If you're curious about whether we will support a game, post HERE not in General Discussion :)

Moderator: ScummVM Team

Post Reply
AlaraMoonrunner
Posts: 15
Joined: Sat Mar 14, 2009 10:08 am
Location: Indiana, USA

Tinkering with ScummVM

Post by AlaraMoonrunner »

Would I be able to look at the code with CodeLite?
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

Assuming you are talking about the ScummVM source code, then you can look at it with any text editor, or even MS Word if you wanted to (for some obscure reason ;). Google tells me that CodeLite is a C++ IDE, so it should be able to display the ScummVM source files just fine.

However, I have no idea whether CodeLite can compile ScummVM, or how, never having used it.
AlaraMoonrunner
Posts: 15
Joined: Sat Mar 14, 2009 10:08 am
Location: Indiana, USA

Post by AlaraMoonrunner »

Ah, ok. I've been looking at a tutorial for C++ as I'm interested in helping out.
User avatar
bobdevis
Posts: 567
Joined: Fri Jan 16, 2009 10:52 am

Post by bobdevis »

AlaraMoonrunner wrote:Ah, ok. I've been looking at a tutorial for C++ as I'm interested in helping out.
You need to forget about ScummVM for little while then.
FIRST get familiar with C++ so that you can write your own small apps, THEN start looking at ScummVM code. There is no way stuff will make any sense otherwise.
You also will want to get familiar with the SDL libraries because they are the foundation under ScummVM on most platforms.
fingolfin wrote:Assuming you are talking about the ScummVM source code, then you can look at it with any text editor, or even MS Word if you wanted to (for some obscure reason ;).
A capable programmer and Mac fan suggests looking at source code in MS Word.... So the apocalypse IS upon us after all...
KuroShiro
Posts: 473
Joined: Thu May 15, 2008 7:42 am
Location: Somewhere Out There

Post by KuroShiro »

For just reading through source code I'd suggest Notepad++. It's fairly intuitive.
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

bobdevis wrote:
fingolfin wrote:Assuming you are talking about the ScummVM source code, then you can look at it with any text editor, or even MS Word if you wanted to (for some obscure reason ;).
A capable programmer and Mac fan suggests looking at source code in MS Word.... So the apocalypse IS upon us after all...
I never suggested to use MS Word -- I just pointed out that it is possible :-).
User avatar
MeddlingMonk
Posts: 221
Joined: Wed Jan 21, 2009 10:06 pm

Post by MeddlingMonk »

fingolfin wrote:I never suggested to use MS Word -- I just pointed out that it is possible :-).
Come to that, you could probably view the code using an early version of WordPerfect via DOSBox...but only someone with serious mental problems would want to. :?
User avatar
clone2727
Retired
Posts: 1611
Joined: Fri Jun 09, 2006 8:23 pm
Location: NJ, USA

Post by clone2727 »

MeddlingMonk wrote:
fingolfin wrote:I never suggested to use MS Word -- I just pointed out that it is possible :-).
Come to that, you could probably view the code using an early version of WordPerfect via DOSBox...but only someone with serious mental problems would want to. :?
Image
This is how I edit for ScummVM. :)
AlaraMoonrunner
Posts: 15
Joined: Sat Mar 14, 2009 10:08 am
Location: Indiana, USA

Post by AlaraMoonrunner »

I can read that, but at the same time I think my brain just broke...
User avatar
dreammaster
ScummVM Developer
Posts: 555
Joined: Fri Nov 04, 2005 2:16 am
Location: San Jose, California, USA

Post by dreammaster »

clone2727 wrote:This is how I edit for ScummVM. :)
Reminds me of this Xkcd comic. :lol:
Post Reply