project-navigation
Personal tools

Author Topic: [r29770] Huge number of models - No .mdx found  (Read 10484 times)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: [r29770] Huge number of models - No .mdx found
« Reply #15 on: May 07, 2010, 10:38:54 pm »
the changes were already commited - feedback is welcome. (the -mwindows stuff was added as windows-only flag of course). also i don't think that anyone on linux is using the c::b project files to compile ufo ;)

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
Re: [r29770] Huge number of models - No .mdx found
« Reply #16 on: May 07, 2010, 11:28:52 pm »
As of r29781 the -mwindows was in, but the SDL was gone.
r29782 now has it back.

Thx for the help :)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: [r29770] Huge number of models - No .mdx found
« Reply #17 on: May 08, 2010, 08:20:29 am »
i've reverted this once and you readded it again? ;)

the sdl lib is already included in the linker flags - if that isn't working we have to fix that. because sdl is needed for mac and linux, too - adding this to the windows only section doesn't make sense. see https://sourceforge.net/apps/trac/ufoai/changeset/29780

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: [r29770] Huge number of models - No .mdx found
« Reply #18 on: May 08, 2010, 08:22:08 am »
Code: [Select]
<Linker>
<Add library="SDL" />
<Add library="SDL_image" />
<Add library="z" />
<Add library="jpeg" />
<Add library="png" />
</Linker>

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
Re: [r29770] Huge number of models - No .mdx found
« Reply #19 on: May 09, 2010, 12:35:09 am »
The
   <Add library="SDL" />
was gone for me.
Anyway change the cbp to yor liking and I'll tell you if it works for me ;)

btw is there a way to make ufomodel use more than one core ? I mean other than to call it via make models ?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: [r29770] Huge number of models - No .mdx found
« Reply #20 on: May 09, 2010, 08:30:56 am »
no, not yet - but feel free to change that ;)

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Re: [r29770] Huge number of models - No .mdx found
« Reply #21 on: May 09, 2010, 10:30:33 am »
Arisian fixed the mdx problem in latest trunk & the mdx files are generated on the fly now as I understand. Also the latest trunk version behaves very smooth... ;)

Offline Muton

  • Sergeant
  • *****
  • Posts: 496
    • View Profile
Re: [r29770] Huge number of models - No .mdx found
« Reply #22 on: May 09, 2010, 12:11:58 pm »
ufomodel.exe 'couse
27318:29824M

Die Anweisung in "0x0040bd77" verweist auf Speicher in "0x00000000". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Re: [r29770] Huge number of models - No .mdx found
« Reply #23 on: May 09, 2010, 12:51:55 pm »
I was talking about r29794 running very smooth...
I have not tested more recent versions yet...