[changed] wire material select (works better in gmod 2007)
[fixed] error with gate tool in gmod 2007
[changed] wire version output
[changed] moved sound emitter sounds defines to modplug file
sv_Wire_SlowerOverlayTextUpdate 1: forces an extra second dealy on sending overlay text added some server vars for overlaytext mitigation:
sv_Wire_SlowerOverlayTextUpdate 1: forces an extra second delay on sending all wired overlay text.
sv_Wire_DisableOverlayTextUpdate 1: disables all wired overlay text.
sv_Wire_ForceDelayOverlayTextUpdate 1: forces all wired ents that don't have a minimum overlay text update rate set to have the minimum delay, this is now the default for non single player games.
changed wired netwars update send rate (now occures more often)
added function DebugDuplicator.GetAllConstrainedEntities: works like Duplicator.GetAllConstrainedEntitiesAndConstraints but only good for ents and is faster.
changed debug printing of wire types on link
added expermental jump drive to hover drive controller (don't ask how to use it)
added effects for jump (stargate required for sounds and maybe required for jump to function at all, untested w/o stargates)
added Syranide's wire render caching speed bump, use "cl_Wire_DisableWireRender 2" to enable
merged multi data typing into standard gate framework
changed duplexor into standard gate and tool
removed old duplexor test ent
added 4 ent function support for (un)link wire to I/O, funnction usage is in the comments of wirelib.lua
added onlink functions support to gates (todo: onunlink and custom stuff)
updating hover drive, now takes data input from controller
added hover drive controller, alpha stage still
[ignore the commented out line in wirelib about beamlib, thats not even close to stable to be added to the svn]
added desc field to outputs (for value chip use)
fixed sorting outputs on wire tool (first output is now first, not last)
changed indicator overlay text to format value as % instead of a factor (it was confusing)
switched base_wire_entity's overlaytext to use Beam_NetVars instead. there should no long be a danger for wire ents to update overlaytext more often.
added two server convars
sv_Wire_EnableGateInputValues: show values on input text instead of names
sv_Wire_FastOverlayTextUpdate: disables the delayed updates of overlaytext (for testing Beam_NetVars only)
added simple delay gate
added swapyz option to sensor
added temp hack fix for keepupright, it's crappy hack and i'm going to redo it later
cleaned up old code from advdupe module
added an all-gate-in-one stool and move all gate action to single file
added noclip option to gates
further fixed thruster
allow wires to be duplicated when connected outside copied system
changed deleteonremove to use new system in welds instead
massive updates to adv duplicator. now separate module and addon
include modified weight stool that support duplication
lots of other shit