Commit Graph

34 Commits

Author SHA1 Message Date
BlackPhoenix
536d46b8cf [FIXED] Added to clientside file instead of serverside... 2009-01-02 12:15:48 +00:00
Syranide
8423cd3f0c fixed wire unlinking setting input to number zero instead of zero for the type 2008-09-20 19:53:15 +00:00
Syranide
4f4394a0f1 fixed mistake in "adjust special outputs" that would cause errors if a wired output was removed 2008-09-07 23:24:25 +00:00
tad2020
d901817915 [added] wiresvn server tag (bitch at me if it doesn't work properly) 2008-08-30 06:13:52 +00:00
BlackPhoenix
9ecf2466ad [FIXED] cl_gpulib.lua not downloaded from server 2008-07-14 15:59:35 +00:00
Admin
3f815efe45 Updating SVN properties 2008-06-14 00:55:20 +00:00
BlackPhoenix
3f9251afb6 [FIXED] nil version message when loading game from save 2008-06-08 18:48:14 +00:00
Syranide
c7f970e4e2 - fixed AdjustSpecialInputs and AdjustSpecialOutputs not returning the adjusted tables 2008-03-29 01:37:58 +00:00
tad2020
60643226ef [added] model selection to adv pod ctrlr
[changed] cleaned up more stools' code
[fixed] some ents not keeping updated values when duplicated
[added] presets to some stools
[fixed] some ents not being added to cleanup when duplicated
[fixed] some ents not being staying frozen when duplicated
[fixed] some ents cleanup & undo text
[changed] moved many stools control panels over to DForm functions
[changed] made easier to add preset control to cp
[changed] made easier to add cleanup and undo lang to stools/bak
[changed] made easier to add
2008-02-06 01:21:09 +00:00
tad2020
2d55b88a90 [changed] moved some I/O tools to single file (adv input, adv pod, button)
[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
2008-01-04 07:56:43 +00:00
tad2020
9403e373df [changed] cleanup/compacting/reorganization stools: rest of display stools (lamp, light, oscilloscope, panel, pixel, screen, soundemitter, text screen)
[added] version readout from svn revision
2007-12-28 04:22:41 +00:00
tad2020
85cc0efc31 [fixed] typo
[added] check to wirelib.Weld
2007-12-20 17:54:51 +00:00
tad2020
bbb13d7760 2007-08-11 17:31:02 +00:00
tad2020
92cb4609bb added phx stuff to lists (mostly wheels)
added model pack 1 button models to list
added updates that were lost
2007-08-07 19:08:00 +00:00
tad2020
f9b2262d22 updated version number to match release
made concommands admin only and display change to person that sets it
2007-07-03 05:21:25 +00:00
tad2020
595842d4d3 added paste over time function and unified paste thread 2007-04-30 03:03:25 +00:00
tad2020
c480a91fcd added some server vars for overlaytext mitigation:
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)
2007-04-29 11:02:53 +00:00
tad2020
b4145a13fe adding lots of stuff
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]
2007-04-26 05:35:36 +00:00
tad2020
37fe42e425 added multi data type and bi-directional wire support
added duplexer gates
2007-04-08 20:30:20 +00:00
tad2020
95725f4523 fixed value chip disconnecting wires on update
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)
2007-04-07 20:11:44 +00:00
tad2020
524d037dc2 more experimental stuff
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)
2007-04-07 18:40:13 +00:00
tad2020
56867d9511 added quick hack for "1000 pooled strings" problem
added multi values to value chip
fixed nailer force limit >10k crash
2007-04-06 19:38:17 +00:00
tad2020
24c08d76c6 fix by Syranide: unlinks wires of removed outputs 2007-03-29 15:31:22 +00:00
tad2020
8a9c18b1e7 bug fixes
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
2007-03-29 04:57:31 +00:00
tad2020
99ca8dead2 added ent freeze when making on to world
added WireLib.* of Wire_* functions
added WireLib.Weld function
fixed old sensor->finder link system
(this changes are untested)
2007-03-28 23:24:55 +00:00
tad2020
417eac960d fixed dupe bugs (mostly from Garry's non translating of pl keys on constraints) 2007-03-26 01:01:03 +00:00
tad2020
c449a3b5a9 changed wire stool so input and outputs are now sort in the order there were defined
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
2007-03-25 23:01:45 +00:00
tad2020
19e831f08e updates in preparations for beta
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
2007-03-22 03:27:52 +00:00
tad2020
090433a176 Fixed next target bug (mostly).
Forgot to update wirelib.lua, prevents sensor from being wired to other things.
2007-03-20 22:44:23 +00:00
shanjaq
3958bff174 2007-03-02 19:06:16 +00:00
erkle
2b08769279 2007-02-07 23:16:59 +00:00
erkle
b52238831b 2007-02-07 10:10:49 +00:00
erkle
d4e8934fa4 2007-02-07 05:08:07 +00:00
erkle
c53384a61a 2007-02-04 01:16:06 +00:00