Jump to content
The Dark Mod Forums

Doom3 GPL Source Release has landed


rebb

Recommended Posts

Yeah, I saw some more of the "Interaction Table" sizing code but it's spread out into several files and looks dynamic so there's no magic bullet to force a new overflow limit. Somewhere in the algorithm there must be a way to keep that table bigger though...

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Link to comment
Share on other sites

Hahaa, the image loading is exactly as I thought it'd be... oh god. Shouldn't be a problem to add 3Dc/ATI2/DXN support, and with the DTXn patent being either invalid(Apple vs HTC fallout, tho untested) or gpl-friendly (HTC is part of that linux patent friendly group iirc) it may even work well enough outside of windows in the near future (outside of horrible binary blobs) :V

 

And strangely enough a friend who wants to help with TDM performance and such decided to set up a dev environment a few hours before release, so he should come in a bit more handy now... or at least he'll have fun profiling useless crap (I know you'll read this - get busy).

 

A good day! :)

Link to comment
Share on other sites

Someone needs to build an executable ASAP so we can see if the performance went up or down :D

 

I think someone just compiled it... unless I'm misunderstanding this reply:

 

http://games.slashdot.org/comments.pl?sid=2539812&cid=38144420

Edited by nbohr1more

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Link to comment
Share on other sites

Hahaa, the image loading is exactly as I thought it'd be... oh god. Shouldn't be a problem to add 3Dc/ATI2/DXN support, and with the DTXn patent being either invalid(Apple vs HTC fallout, tho untested) or gpl-friendly (HTC is part of that linux patent friendly group iirc) it may even work well enough outside of windows in the near future (outside of horrible binary blobs) :V

 

First time accepted submitter boley1 writes "According to Cnet — S3 Graphics's case collapsed in their ITC suit, with the ITC ruling that Apple does not infringe on any of S3's patents. A big blow to HTC according to the report." So much for HTC buying a warchest; according to the ruling it looks like AMD/ATI actually owned the patents in question.

AMD asserted that. It wasn't decided.

 

Welcome to AMERICA!

 

(let's just put the server outside it).

Edited by i30817
Link to comment
Share on other sites

Hmmm...

# CPU type
cpu = commands.getoutput('uname -m')
exp = re.compile('.*i?86.*')
if exp.match(cpu):
cpu = 'x86'
else:
cpu = commands.getoutput('uname -p')
if ( cpu == 'powerpc' ):
 cpu = 'ppc'
else:
 cpu = 'cpu'
g_os = 'Linux'
# end system detection ---------------------------

... x86, ppc and generic cpu... thinking of the possibility of x86_64 and multi-core processor support as well. Then could AI be handled by a separate core, and physics by yet another?

And should linux compilation be done by scons, or should that be replaced by cmake maybe?

Edited by PranQster

System: Mageia Linux Cauldron, aka Mageia 8

Link to comment
Share on other sites

I compiled it on Debian. Doom 3 works great, but TDM not so much. TDM loads up (St. Alban's Cathedral). I was able to walk around and stuff. I didn't find any guards. The game hard locked though when I pressed exc to bring up the menu.

--- War does not decide who is right, war decides who is left.

Link to comment
Share on other sites

Mmmm: http://www.tomshardw...ml#xtor=RSS-181

 

 

During DOOM 3's development, Carmack independently discovered and publicized a shading process later dubbed as "Carmack's Reverse," but Creative Labs had already filed for a patent on the technique back in 1999. Carmack said he created a separate shading method that got around the patent issues, but that meant a significant "speed hit" in DOOM 3's performance. Thus, the studio had no choice but to license the "depth fail" patent from Creative and move on.

"The Doom 3 GPL source code release does not include functionality enabling rendering of stencil shadows via the 'depth fail' method, a functionality commonly known as 'Carmack's Reverse,'" states the source code notes.

 

So there's the old performance issue Carmack talked about?

Edited by lowenz

Task is not so much to see what no one has yet seen but to think what nobody has yet thought about that which everybody see. - E.S.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 1 reply
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
    • Petike the Taffer

      Maybe a bit of advice ? In the FM series I'm preparing, the two main characters have the given names Toby and Agnes (it's the protagonist and deuteragonist, respectively), I've been toying with the idea of giving them family names as well, since many of the FM series have named protagonists who have surnames. Toby's from a family who were usually farriers, though he eventually wound up working as a cobbler (this serves as a daylight "front" for his night time thieving). Would it make sense if the man's popularly accepted family name was Farrier ? It's an existing, though less common English surname, and it directly refers to the profession practiced by his relatives. Your suggestions ?
      · 9 replies
    • nbohr1more

      Looks like the "Reverse April Fools" releases were too well hidden. Darkfate still hasn't acknowledge all the new releases. Did you play any of the new April Fools missions?
      · 5 replies
×
×
  • Create New...