Garry's Mod

Garry's Mod

gmDoom
Affichage des entrées 21-30 sur 71
< 1  2  3  4  5 ... 8 >
Mis à jour le : 16 mai 2013 à 12h37

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

Mis à jour le : 16 mai 2013 à 9h03

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.

Mis à jour le : 15 mai 2013 à 17h15

Mis à jour le : 15 mai 2013 à 14h43

Mis à jour le : 15 mai 2013 à 8h02

Mis à jour le : 15 mai 2013 à 7h54

Mis à jour le : 14 mai 2013 à 11h25

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.

Mis à jour le : 14 mai 2013 à 10h34

Mis à jour le : 14 mai 2013 à 10h15

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.

Mis à jour le : 4 mai 2013 à 8h44

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