Iris2.de

Iris2-Forum
It is currently Thu Mar 28, 2024 5:38 pm

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: mini-news / devblog
PostPosted: Sat Nov 21, 2009 6:15 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
UPDATE : our new devblog is at http://iris.schattenkind.net/blog/

i just don't like the wiki as blog anymore *g*

* 2d mode : maploader improved, there shouldn't be black areas when moving around or resizing the window anymore, before it just loaded a (rather small) circle around the player, now it calculates the visisible area on screen.
* win directx crash : when iris detects a crash during render-system-startup, it now asks the user if he wants to use opengl instead at next start. i hope this catches the recent problem, but hasn't been tested under win yet. it won't help if the segfault occurs later, only when it happens during rendersystem startup (OgreInit).


Top
 Profile  
 
 Post subject: Re: mini-news / devblog
PostPosted: Tue Nov 24, 2009 6:27 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
Currently working on new granny loader, to solve the problem with some anims.
The trusty worker beetle especially, it seems to use a different, lowpoly mesh for walk anims, that we somehow have to translate to the full mesh.
Image
Image


Top
 Profile  
 
 Post subject: Re: mini-news / devblog
PostPosted: Wed Nov 25, 2009 2:33 am 
Offline
Power User
User avatar

Joined: Thu Jul 24, 2003 9:51 pm
Posts: 169
Location: Earth
Would that also be the cause of the ever popular Mongbat Wing Of Doom?

_________________
Time is a plaything; But if it breaks, you're f*****.


Top
 Profile  
 
 Post subject: Re: mini-news / devblog
PostPosted: Wed Nov 25, 2009 7:49 am 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
yep, exactly =) i hope we'll be able to solve those anim problems with the new loader, but it's still a bunch of work left until it works


Top
 Profile  
 
 Post subject: Re: mini-news / devblog
PostPosted: Wed Nov 25, 2009 8:13 am 
Offline
Power User
User avatar

Joined: Fri Apr 17, 2009 2:32 pm
Posts: 122
good work ghouly =) now can you solve the granny scaling problem ? a granny scaling filters will be so good i think =)

_________________
Programer's Mantra wrote:
If it ain't broke, it doesn't have enough features yet!


Top
 Profile  
 
 Post subject: Re: mini-news / devblog
PostPosted: Wed Nov 25, 2009 5:30 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
Sehlor wrote:
good work ghouly =) now can you solve the granny scaling problem ? a granny scaling filters will be so good i think =)

the old current grannyloader already supports scaling :
Code:
lib.bodygfx.lua : MakeBodyPartGfx :  ...   
        local myscalex = forcescalex or modelinfo.scalex * gGrannyScaleFactor
        local myscaley = forcescaley or modelinfo.scaley * gGrannyScaleFactor
        local myscalez = forcescalez or modelinfo.scalez * gGrannyScaleFactor
        if (myscalex ~= 1 or myscaley ~= 1 or myscalez ~= 1) then
            partgfx:SetScale(myscalex,myscaley,myscalez)
            partgfx:SetNormaliseNormals(true)
        end

but the scalefactor is only loaded from the model-info files in the uo/Models/ dir so far.
So i just added a filter option to trunk/unstable, to allow overriding this :
in the file lua/filter/filter.granny.lua , for custom scaling use gGrannyFilter[400] ={scale={x=2,y=2,z=2}}
please test =)


Top
 Profile  
 
 Post subject: Re: mini-news / devblog
PostPosted: Wed Nov 25, 2009 11:49 pm 
Offline
Power User
User avatar

Joined: Fri Apr 17, 2009 2:32 pm
Posts: 122
i'll test but i'm making some serverside changes now for my mmorpg [serverside scale factors with mobile packet]
when i'm done, i'll test and post some screenshots :). by the way, you're recently working strange congrats for your effort and thank you again :)

_________________
Programer's Mantra wrote:
If it ain't broke, it doesn't have enough features yet!


Top
 Profile  
 
 Post subject: Re: mini-news / devblog
PostPosted: Thu Nov 26, 2009 8:28 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
hagish set up a brand new wordpress blog for us, big thanks for that ! =)
http://iris.schattenkind.net/blog/


Top
 Profile  
 
 Post subject: Re: mini-news / devblog
PostPosted: Fri Nov 27, 2009 3:34 am 
Offline
Power User
User avatar

Joined: Fri Apr 17, 2009 2:32 pm
Posts: 122
http://wordpress.org/extend/themes/jq

good theme for a dev blog, it have pretty fonts and good calendar which is important.

_________________
Programer's Mantra wrote:
If it ain't broke, it doesn't have enough features yet!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


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® Forum Software © phpBB Group