Garry's Mod
gmDoom
21–30 из 71
< 1  2  3  4  5 ... 8 >
Обновление: 16 мая. 2013 г. в 12:37

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

Обновление: 16 мая. 2013 г. в 9:03

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.

Обновление: 15 мая. 2013 г. в 17:15

Обновление: 15 мая. 2013 г. в 14:43

Обновление: 15 мая. 2013 г. в 8:02

Обновление: 15 мая. 2013 г. в 7:54

Обновление: 14 мая. 2013 г. в 11:25

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.

Обновление: 14 мая. 2013 г. в 10:34

Обновление: 14 мая. 2013 г. в 10:15

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.

Обновление: 4 мая. 2013 г. в 8:44

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