Go Back   Forums > Search Forums
Memberlist Forum Rules Search Today's Posts Mark Forums Read
Search Forums:
Click here to use Advanced Search

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: Eagg
Forum: Programming 23-02-2007, 03:40 AM
Replies: 62
Views: 22,900
Posted By Eagg
<div class='quotetop'>QUOTE(Nitro @ Feb 21 2007,...

<div class='quotetop'>QUOTE(Nitro @ Feb 21 2007, 11:15 AM) 280318</div>
Tbh. I don't think comments would help making the code more readable, this code wasn't written to be easily understandable but...
Forum: Programming 25-11-2006, 08:11 PM
Replies: 3
Views: 1,596
Posted By Eagg
The Kyrandia games were professionally made...

The Kyrandia games were professionally made games, so they didn't use any programs that were not home made.
Such old games probably were made with Assembly.
The graphics were made with whatever good...
Forum: Music, Art, Movies 25-11-2006, 12:56 AM
Replies: 30
Views: 6,585
Posted By Eagg
Best game music for me is the one from Secret of...

Best game music for me is the one from Secret of Monkey Island.
Another title where the music improves the gameplay dramatically is Defcon by Introversion, I think in this case we would have a...
Forum: Gaming Zone 24-11-2006, 11:35 PM
Replies: 125
Views: 18,013
Posted By Eagg
I don't have most favourite games, but I think...

I don't have most favourite games, but I think the best adventure games I've played were Secret of Monkey Island and Beneath a Steel Sky.
My favourite strategy game (serie) is Civilization and so far...
Forum: Programming 22-11-2006, 10:47 PM
Replies: 8
Views: 4,586
Posted By Eagg
Or make something that is entertaining: a small...

Or make something that is entertaining: a small game :ok: .

Since I don't know your level of skill I'll just give you this link (http://experimentalgameplay.com).
I think the site contains some...
Forum: Games Discussion 15-11-2006, 03:05 PM
Replies: 29
Views: 7,392
Posted By Eagg
I loved this game on my Amiga when I was a kid,...

I loved this game on my Amiga when I was a kid, but I also remember that I was quite crappy at it which was frustrating.
Forum: Programming 04-11-2006, 03:14 PM
Replies: 54
Views: 7,664
Posted By Eagg
And the probably best IDE today and one of the...

And the probably best IDE today and one of the best compilers, also in a free edition: Microsoft Visual Studio Express (http://msdn.microsoft.com/vstudio/express/).
Forum: Troubleshooting 03-11-2006, 05:45 PM
Replies: 7
Views: 3,623
Posted By Eagg
Just wanted to give my last word on this issue, I...

Just wanted to give my last word on this issue, I managed to get it running by using DosBox 0.65, which seems to solve some issues with DOS4GW enhanced games.
The game doesn't run very stable though,...
Forum: Tech Corner 03-11-2006, 05:39 PM
Replies: 52
Views: 5,791
Posted By Eagg
I heard good things about Kaspersky and Nod32. As...

I heard good things about Kaspersky and Nod32. As of free ones I used AntiVir for a while and it did ok.
Forum: Programming 03-11-2006, 05:32 PM
Replies: 54
Views: 7,664
Posted By Eagg
C++ is quite a complex programming language, but...

C++ is quite a complex programming language, but if you are serious about programming and are especially interested in game programming then it would be a good one to know.
C and C++ requires...
Forum: Gaming Zone 25-10-2006, 07:17 PM
Replies: 15
Views: 3,323
Posted By Eagg
<div class='quotetop'>QUOTE(TheChosen @ Oct 23...

<div class='quotetop'>QUOTE(TheChosen @ Oct 23 2006, 07:55 AM) 263000</div>
More cinematic and epic then the ones we already get? Please not, I have faith that the industry will get back to the core...
Forum: Programming 07-09-2006, 05:42 AM
Replies: 1
Views: 1,150
Posted By Eagg
I was thinking hard and I find it very difficult...

I was thinking hard and I find it very difficult to name something specific that I don't like about a game simply because there are so many things I don't like, I guess.

In this case I find it even...
Forum: Programming 30-08-2006, 05:29 PM
Replies: 140
Views: 13,490
Posted By Eagg
Eclipse is not limited to Java development only,...

Eclipse is not limited to Java development only, you get plugins for other languages also.

I think it is the most used Java IDE but I don't know of anyone using it for anything else, so I can't tell...
Forum: Programming 29-08-2006, 04:37 AM
Replies: 140
Views: 13,490
Posted By Eagg
<div class='quotetop'>QUOTE(Iowa @ Aug 29 2006,...

<div class='quotetop'>QUOTE(Iowa @ Aug 29 2006, 12:54 AM) 251561</div>
You will need the Java SDK which you can get from Sun Micr. and an editor (IDE).
My favourite for Java would be Eclipse, which...
Forum: Programming 24-08-2006, 06:37 PM
Replies: 140
Views: 13,490
Posted By Eagg
This is going offtopic, we should discuss that in...

This is going offtopic, we should discuss that in the other topic I created.

Btw. your code is not usable on my machine, since the time is too short to be measured at all, except for the excessive...
Forum: Programming 24-08-2006, 06:17 PM
Replies: 2
Views: 1,699
Posted By Eagg
Pointers don't necessarily make programs slower,...

Pointers don't necessarily make programs slower, they are there to improve performance and memory footprint when used correctly.

I don't have any output within the time critical sections as you can...
Forum: Programming 24-08-2006, 04:37 PM
Replies: 2
Views: 1,699
Posted By Eagg
So since the other thread made me curious about...

So since the other thread made me curious about this issue, I wrote a small program in C++ to test the statement: "OOP makes programs slower".

I would have written a more complex one, but being busy...
Forum: Programming 22-08-2006, 02:47 PM
Replies: 140
Views: 13,490
Posted By Eagg
<div class='quotetop'>QUOTE(Reup @ Aug 22 2006,...

<div class='quotetop'>QUOTE(Reup @ Aug 22 2006, 09:09 AM) 250143</div>
The same way you could fill the heap with arrays (especially multidimensional, new programmers admire those) without using...
Forum: Programming 21-08-2006, 09:28 PM
Replies: 140
Views: 13,490
Posted By Eagg
Since this discussion made me curious about oop...

Since this discussion made me curious about oop vs procedural execution speed, I wrote a little test program in C++.
I don't have time to search the program for logical errors, so I won't release it...
Forum: Programming 19-08-2006, 11:50 PM
Replies: 140
Views: 13,490
Posted By Eagg
Let's take C and C++ for example. Both have their...

Let's take C and C++ for example.
Both have their uses today, C mostly at close to hardware development (sometimes together with ASM) and C++ mostly in application/game development.
So it is very...
Forum: Programming 19-08-2006, 01:46 PM
Replies: 140
Views: 13,490
Posted By Eagg
I find it amusing that on some boards, this one...

I find it amusing that on some boards, this one included, people still argue about oop vs procedural programing.

With todays' complexity of the applications and especially games there is simply no...
Forum: Music, Art, Movies 18-08-2006, 03:23 AM
Replies: 8
Views: 1,632
Posted By Eagg
For me Foobar2000 is perfect. It it basically not...

For me Foobar2000 is perfect.
It it basically not limited in the way and amount of customization and the core system works clean, efficient and provides the best possible sound quality, what for me...
Forum: Programming 09-06-2006, 01:03 AM
Replies: 62
Views: 22,900
Posted By Eagg
Interesting how compact source code can be, even...

Interesting how compact source code can be, even though I have a different view about what "minimal" source code is.
What I would like to know is how long it would take you to complete such a...
Forum: Programming 12-05-2006, 02:45 PM
Replies: 140
Views: 13,490
Posted By Eagg
You are right, I was generalizing too far. I was...

You are right, I was generalizing too far.
I was thinking more of the "major" languages like C, C++, Java.
If you had a portion of functional languages like Haskell aswell then the rest is usually...
Forum: Programming 11-05-2006, 11:30 PM
Replies: 140
Views: 13,490
Posted By Eagg
You know one, you know them all, at least with...

You know one, you know them all, at least with the oo languages.

If you are seriously into programming you can't go without C/C++.
Assembler (Assembly) is not needed anymore in most cases, unless...
Showing results 1 to 25 of 29

 
Forum Jump

The current time is 01:37 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.