Developer Store
Support
Member Forums

Screenshots
FAQ
Documentation
License
Known Issues
Downloads

MMOWorkshop.com Store Opened!
Torque MMO Kit - Open Sourced!
Torque MMO Kit - 1.5.2 Port Alpha Test
Torque MMO Kit - OSX Status

GarageGames.com irc.prairiegames.com
#mmoworkshop

PyTorque
TGB Web Browser


Zortek

mpratt - MMO Game
xapken - nice
foodstamp - Another Day Another Step Accomplished
hallsofvalhalla - After a long epiphany
Leathel - FoHO pre-Alpha 2.42
OldRod - More Musings on the MMO Industry
J.C. Smith - 0.0.4.1 Build Notes
Wolf Dreamer - Pointless blog of pointless things
... MORE BLOGS!

No worlds showing up
Problem with reactor.connectTCP(...
Quest Remnants of Chaos
Foundations of Hope Online
need help with creating spells
avatar
ITEM VARIANTS ERADICATED... (for...
Recruiting a artist and 3D artis...
Looking for support and 3D model...
Trouble

Changeset 1570

Show
Ignore:
Timestamp:
06/01/08 14:36:37 (6 months ago)
Author:
talentraspel
Message:

- FIX_0066:

> MoM Changeset 1556.
> New pytge.pyd:

  • Removed water block reordering again, the fix doesn't work with multiple water blocks in a zone.
  • waterblock fix
  • fix for scaled DTS objects not getting lighted correctly
  • fix for scaled DTS objects not clipped correctly
  • fix for correct function of RenderBans?
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/community/torque/mmo/v1/talentraspel_development/applied_patches.txt

    r1550 r1570  
    191191- FIX_0065: 
    192192    > MoM Changeset 1540. 
     193- FIX_0066: 
     194    > MoM Changeset 1556. 
     195    > New pytge.pyd+pytge.so: 
     196      - Removed water block reordering again, the fix doesn't work with multiple water blocks in a zone. 
     197      - waterblock fix 
     198      - fix for scaled DTS objects not getting lighted correctly 
     199      - fix for scaled DTS objects not clipped correctly 
     200      - fix for correct function of RenderBans 
    193201 
    194202MoM SVN changesets: 
     
    445453    > Guild chat should now work across servers. 
    446454    > Added a GM chat channel with /gc or /gmchat, should work across servers and with GM Tool. 
     455- 1556 
     456    > Fixed item stat percent lookup. 
  • branches/community/torque/mmo/v1/talentraspel_development/mud/world/defines.py

    r1549 r1570  
    717717 
    718718RPG_STATS = ("STR","BDY","REF","AGI","DEX","MND","WIS","MYS") 
    719 RPG_STAT_PERCENTLOOKUP = ("HASTE","MOVE","SWIMMOVE","SLOW","FLYING","DMGBONUSPRIMARY", 
    720 "DMGBONUSOFFHAND","MELEEDMGMOD","CRITICAL","CASTHASTE","INNATEHASTE","CASTHEALMOD","CASTDMGMOD","AGGRORANGE","SIZE","REGENCOMBAT","VISIBILITY","SEEINVISIBLE","SNEAK") 
    721 RPG_DERIVEDSTATS = ("maxHealth","maxMana","maxStamina","offense","defense","primaryAttackRate","secondaryAttackRate","critical") 
     719RPG_STAT_PERCENTLOOKUP = ("haste","move","swimMove","slow","flying", 
     720    "dmgBonusPrimary","dmgBonusOffhand","meleeDmgMod","critical","castHaste", 
     721    "innateHaste","castHealMod","castDmgMod","aggroRange","size","regenCombat", 
     722    "visibility","seeInvisible","sneak") 
     723RPG_DERIVEDSTATS = ("maxHealth","maxMana","maxStamina","offense","defense", 
     724    "primaryAttackRate","secondaryAttackRate","critical") 
    722725RPG_RESISTSTATS = ("resistPhysical","resistMagical","resistAcid","resistElectrical","resistDisease","resistFire","resistCold","resistPoison") 
    723726RPG_RESISTLOOKUP = {"resistPhysical":RPG_RESIST_PHYSICAL,"resistMagical":RPG_RESIST_MAGICAL,"resistAcid":RPG_RESIST_ACID,"resistElectrical":RPG_RESIST_ELECTRICAL, 
  • branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/base.mis

    r1530 r1570  
    5353      useSkyTextures = "1"; 
    5454      renderBottomTexture = "0"; 
    55       noRenderBans = "0"; 
     55      noRenderBans = "1"; 
    5656         windEffectPrecipitation = "1"; 
    5757         locked = "true"; 
  • branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/landone.mis

    r821 r1570  
    5353      useSkyTextures = "1"; 
    5454      renderBottomTexture = "0"; 
    55       noRenderBans = "0"; 
     55      noRenderBans = "1"; 
    5656         locked = "true"; 
    5757         windEffectPrecipitation = "1"; 
  • branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/landtwo.mis

    r1530 r1570  
    5353      useSkyTextures = "1"; 
    5454      renderBottomTexture = "0"; 
    55       noRenderBans = "0"; 
     55      noRenderBans = "1"; 
    5656         windEffectPrecipitation = "1"; 
    5757         locked = "true";