View unanswered posts | View active topics It is currently Sat Dec 28, 2024 2:48 pm



Reply to topic  [ 23 posts ]  Go to page Previous  1, 2
 Bizarre Graphics behaviour on newer MacBooks. 
Author Message
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post Re: Bizarre Graphics behaviour on newer MacBooks.
Possibly. But development time to do this would probably be absurd.


Fri Aug 20, 2010 5:13 pm
Profile WWW
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: Bizarre Graphics behaviour on newer MacBooks.
Quite offtopic, but it seems this thread has mostly served its purpose anyway, and I wanted to clarify.

The problem isn't that multithreading is oh so hard, it's that Dan's never done it before, so the current systems probably aren't set up in a way that would be able to be multithreaded easily (ie without rewriting how all of the managers do what they do). However, if he actually has kept the code properly encapsulated, it wouldn't be to hard to put all of the managers on their own threads (or at least put movableman on one, and the rest on another). The problem is that there's not ever going to be distribution of the physics calculations this way (movableman handles physics) so you're not getting _that_ much of a gain as opposed to running it on a dual core as-is. The game hasn't been designed for multithreading, and it's unlikely that Dan would even consider a rewrite of anything at this stage. -> There won't ever be multithreading (Though i7 CPUs run it amazingly fast, and I've never had much trouble with lag on my Phenom II 720BE).
The game is built on top of directx 7 afaik, which is only used for blitting stuff to the screen and not for any of the pixel-based physics calculations. Acceleration would help this (with a dedicated GPU being a lot better at doing things to pixels than your average CPU) but Dan's stated that his intentions are more towards finishing the game than fiddling with the tech. The best way to improve graphics performance is to keep your resolution down.
It's more likely that various optimisations will be used to up the game speed, not multithreading or hardware accelerated graphics.

Regardless, I've written a guide on making CC run faster as-is, go check it out.


Fri Aug 20, 2010 10:56 pm
Profile WWW
User avatar

Joined: Mon Aug 17, 2009 3:00 am
Posts: 242
Location: The Great White North
Reply with quote
Post Re: Bizarre Graphics behaviour on newer MacBooks.
Quote:
The game is built on top of directx 7 afaik

Allegro, actually.


PhantomAGN, any news from your friend.


Mon Aug 23, 2010 9:56 pm
Profile
User avatar

Joined: Mon Jun 29, 2009 2:40 am
Posts: 610
Location: Deep below The Map of Mars
Reply with quote
Post Re: Bizarre Graphics behaviour on newer MacBooks.
Whoops, forgot to have him look at it.
He's left for fall quarter, so it may be too late -- I'll see if I can catch him online.


Tue Aug 24, 2010 1:48 am
Profile
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: Bizarre Graphics behaviour on newer MacBooks.
Dr. Evil wrote:
Allegro, actually.
dev log wrote:
There actually is hardware acceleration done in the blitting of bitmaps in CC, albeit very primitive and limited (DirectDraw7 on windows). ... – Data
?


Tue Aug 24, 2010 4:30 am
Profile WWW
User avatar

Joined: Mon Aug 17, 2009 3:00 am
Posts: 242
Location: The Great White North
Reply with quote
Post Re: Bizarre Graphics behaviour on newer MacBooks.
Image
?


Wed Aug 25, 2010 12:27 am
Profile
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: Bizarre Graphics behaviour on newer MacBooks.
dev log wrote:
(DirectDraw7 on windows)
The plot thickens.

I imagine allegro got used in the porting process because Directanything is M$ exclusive, and allegro is a similar interface to DD7 (or so I've heard).


Wed Aug 25, 2010 4:49 am
Profile WWW
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Bizarre Graphics behaviour on newer MacBooks.
Allegro's been used since b11 at least, well before the mac version existed.

You may notice the AllegroConfig file in Base.rte.

Allegro itself, though, is just a C library; it's not a display management system. To the best of my knowledge, it's equally capable of using OpenGL and DX. Likely, Data's using directdraw on windows because he's more comfortable with it/he finds it more stable/whatever.

The port to OSX was done by a third party who would naturally choose something that works on OSX and is also more generally useful and less proprietary.


Wed Aug 25, 2010 4:57 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 23 posts ]  Go to page Previous  1, 2

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.023s | 14 Queries | GZIP : Off ]