Garry's Mod

Garry's Mod

gmDoom
71개 중 31~40개 표시 중
< 1  2  3  4  5  6 ... 8 >
업데이트: 2013년 5월 3일 @ 오후 7시 03분

Bug Fixes
  • Re-added a missing Lua script.

업데이트: 2013년 5월 3일 @ 오후 1시 25분

업데이트: 2013년 5월 3일 @ 오후 12시 34분

Bug Fixes
  • Caught a crash that occurred on maps compiled without vvis and maps compiled with leaks.

Optimizations
  • Modified the way visibility/audibility information for a map is stored, which should use less memory and have faster lookups.

Lua
  • Added hook "DOOM.CanMonsterHearSound". Arguments are ( mobjListener, entEmitter, entTarget ). Return a boolean to override the results of the audibility test.
  • Added bool BSP:IsClusterAudible( iSrcCluster, iDestCluster )
  • Added bool BSP:IsClusterVisible( iSrcCluster, iDestCluster )
  • Added bool BSP:HasVisInfo()
  • BSP.GetPAS and BSP.GetPVS now return a table containing a series of range-defining tables with the keys "firstcluster" and "lastcluster".

Mapping
  • Added inputs "disable", "enable", "goto", and "settarget" for monsters.
  • Added outputs "onarrival", "ondamaged", "ondeath", "onhalfhealth", "ontargetacquired", "onrespawned", and "onwake" for monsters.
  • Added keyvalue "blind" for monsters.

Miscellaneous
  • Fist and Chainsaw no longer change the view angles when hitting non-NPC/non-Player entities.

업데이트: 2013년 4월 28일 @ 오후 4시 12분

Bug Fixes
  • Fixed mobjs not complying with MF_NOCLIP.

업데이트: 2013년 4월 28일 @ 오후 2시 00분

Miscellaneous
  • Changed the autoaim trace test mask.

업데이트: 2013년 4월 28일 @ 오후 12시 18분

Bug Fixes
  • Fixed autoaim targeting some NPCs that should be untargetable.

업데이트: 2013년 4월 28일 @ 오전 11시 57분

Bug Fixes
  • Difficulty now reflects the value of the cvar doom_skill when the session begins.

Miscellaneous
  • Adjusted the position of MT_BOSSBRAIN's death explosions.

업데이트: 2013년 4월 28일 @ 오전 11시 37분

Bug Fixes
  • Caught a Lua error that occurred for users without an installed IWAD, which was introduced by the addition of on-demand texture loading.

업데이트: 2013년 4월 28일 @ 오전 10시 54분

Bug Fixes
  • Fixed the Berserk item failing to restore player health.

업데이트: 2013년 4월 28일 @ 오전 10시 23분

Lua
  • Added boolean field "loaded" to TexRect objects.
  • Added "DOOM.OnMatSysReloaded" hook.

Optimizations
  • Texture loading is now performed on-demand.

Bug Fixes
  • Fixed a bug in flat generation that kept the first pixel from being written.