Garry's Mod
gmDoom
Hiển thị 21-30 trong 71 mục
< 1  2  3  4  5 ... 8 >
Cập nhật: 16 Thg05, 2013 @ 12:37pm

Bug Fixes
  • Caught a serverside Lua error that occurred after a player disconnected from the server.

Cập nhật: 16 Thg05, 2013 @ 9:03am

Optimizations
  • Each texture now uses its own dedicated material when drawing. Previously, a single material shared by all draw operations would be assigned the desired texture when it was time to draw that texture. The new behavior should decrease draw times.

Cập nhật: 15 Thg05, 2013 @ 5:15pm

Cập nhật: 15 Thg05, 2013 @ 2:43pm

Cập nhật: 15 Thg05, 2013 @ 8:02am

Cập nhật: 15 Thg05, 2013 @ 7:54am

Cập nhật: 14 Thg05, 2013 @ 11:25am

Miscellaneous
  • Added code to override the behavior of "Gib / Gore Mod" if it is installed. This override prevents the mod from taking over the death behavior of gmDoom monsters, which cannot be ragdolled.

Cập nhật: 14 Thg05, 2013 @ 10:34am

Cập nhật: 14 Thg05, 2013 @ 10:15am

Bug Fixes
  • Fixed Cyberdemon and Spider Mastermind failing to play their respective wakeup sounds.
  • Caught an error that occurred when pressing Mouse1 or Mouse2 in the void while there were idle monsters in the map.

Lua
  • Shared:
    • Addded autohook:IsActive()

  • Server:
    • Added DOOM.GetNonMonsters()
    • Added DOOM.GetNonMonsters_ReadOnly()
    • Added DOOM.GetListeningMonsterTable()
    • Added mobj:SetUsingMPPickupRules( bUsing )
    • Added mobj:IsUsingMPPickupRules()
    • Added mobj:StartListening()
    • Added mobj:StopListening()

  • Client:
    • Added DOOM.IsFullbright()

Miscellaneous
  • Changed the autoaim trace test mask.

Cập nhật: 4 Thg05, 2013 @ 8:44am

Bug Fixes
  • Fixed a bug that caused clients to simulate every doom tick from 0 to the tick of the server upon joining.