Commit Graph

273 Commits

Author SHA1 Message Date
itsbth
e42d388fce Pleas notify me if this breaks anything. 2007-06-11 15:08:11 +00:00
tad2020
cec18bbc67 Added HAMMY's LED indicator models 2007-06-08 20:51:33 +00:00
Tomb332
49530629d0 Debug message removal 2007-06-06 15:19:16 +00:00
greenarrow
3c285e9b9a 2007-06-06 00:07:43 +00:00
TheApathetic
01add8a210 Do not target owner works now 2007-06-05 21:50:30 +00:00
Tomb332
7ea72416ac advanced pod updates. 2007-06-05 18:29:26 +00:00
Tomb332
62d530d55e Laser pointer.
Left click to start then left again to stop.
Right click on a reciever to link.
No beam atm cause its being dumb but people have been asking for a pointer.
2007-06-05 17:32:32 +00:00
BlackPhoenix
3be68f97e0 [ADD] Time/Date decoder (decodes wiretime and wiredate format into minutes, hours, seconds, days, and years. These formats are output by OS Time and OS Date)
[ADD] Square Pulse (like pulser, but distance between pulses: gaptime, length of a pulse: pulsetime)
2007-06-02 08:45:24 +00:00
greenarrow
7c24e21063 Multipayer support fixed.
Inputs now use tags <1> <2> etc
2007-06-02 01:21:42 +00:00
greenarrow
08606de33e Multipayer support fixed.
Inputs now use tags <1> <2> etc
2007-06-02 01:18:31 +00:00
Tomb332
074564f32a entity presencce check added to reduce errors 2007-05-30 16:40:50 +00:00
Tomb332
7a902ba63c Grabber Update.
Dynamic Weight removed.
Server Con Var for restricting grab to only owners props(false by default) added.
Grab reset upon removel added (no props left floating)
2007-05-30 16:39:09 +00:00
TheApathetic
327090dcbc *Screens now have a control panel option to be created flat to the surface shot (on by default)
*Screens are now welded to props shot (they are frozen if created on the ground)
2007-05-28 23:31:39 +00:00
tad2020
fb72975ddc fixed undo msg 2007-05-26 17:09:01 +00:00
TheApathetic
959a6ad30f just some minor bug fixes 2007-05-26 07:23:42 +00:00
tad2020
f703e3d242 fixed copying values
added numbers to value sliders on panel
2007-05-25 22:56:00 +00:00
tad2020
9d5f03b634 disabled spawning hover drives (crashing problems) 2007-05-25 22:42:44 +00:00
Syranide
542eef8008 egate: random(l,u) returned incorrect values (thanks to Scaevolus) 2007-05-24 11:27:24 +00:00
TheApathetic
094ba2623f *Internal coding change to the explosives, should no longer get Timer errors
*Fixed some control panel typos
2007-05-24 06:02:07 +00:00
itsbth
fe8e5021de %(/&/(&)&)%/&/)(& typo 2007-05-23 17:49:04 +00:00
itsbth
939c82382f Testing? What is testing? 2007-05-23 17:46:21 +00:00
TheApathetic
c0c3d52db7 *Fixed explosives crashing the game under certain conditions
*Weight set in control panel is now properly duplicated (requires Adv. Duplicator)
2007-05-23 01:48:42 +00:00
BlackPhoenix
36b121db91 [FIX] Bug when you got "string expected, got nil" on program uploading
[FIX] Misc CPU fix (some of "attempted to to ariphmetic operation on string" errors)
[FIX] Address bus is saved by CPU now
2007-05-22 11:34:09 +00:00
TheApathetic
0ab740c70d *Multiple HUD Indicator bugs fixed 2007-05-22 06:47:16 +00:00
Tomb332
b639ebc691 Added 8 value 2 way support for plug/socket.
Colour is temporarily disabled
2007-05-21 17:11:51 +00:00
Tomb332
237e87e475 pod changes 2007-05-20 18:54:21 +00:00
tad2020
c1d4ed7651 moved idiot check in to make function 2007-05-19 21:46:46 +00:00
tad2020
39638f59d1 removed debug msgs 2007-05-19 19:33:16 +00:00
Syranide
8cbbecdeae fixed function mod
added alias atan(x,y) for atan2(x,y)
removed some unused code from the stool
2007-05-19 00:33:24 +00:00
BlackPhoenix
18e2a093bc [ADD] 128KB RAM (remove if causes problems, works fine for me)
[ADD] Temporary binary opcodes

[FIX] Reading and writing to non-existing port does not cause interrupt now
[FIX] Port bus failure is interrupt #8 now (instead of #10)
[FIX] Reading from non-existing port is now #10 instead of #8
[FIX] Increased max CPU frequency
[FIX] Fixed bug when setting frequency over limit does not set it to maximum allowed value
[FIX] Removed debug message in constant gate
[FIX] CPU now sends packets with more bandwidth and speed in SP (bandwidth only in MP). Uploading 70KB now takes 3-5 seconds
[TEMP FIX] Multiply "CPU Upload complete" messages
2007-05-18 20:08:04 +00:00
BlackPhoenix
36de8e0903 [ADD] Hi-speed in constant value gate
[ADD] Presets in address bus
[ADD] wire_cpu_dumpcode convar, set it to "enable" to enable dumping some debug information (pointers to functions and variables, code listing with corresponding byte addresses, and raw bytes dump)
[ADD] Supports filenames without extension now
[ADD] More information for user about CPU upload status
[ADD] CVAR: wire_cpu_packet_bandwidth (size of each packet, def. 50). It seems that it's reliable to use bandwidth of 100, but not tested in MP (twice the less time needed for uploading program)
[ADD] CVAR: wire_cpu_packet_rate_sp (data rate in SP, def. 0.1)
[ADD] CVAR: wire_cpu_packet_rate_mp (data rate in MP, def. 0.4)

[FIX] Parameters handled as strings
[FIX] Precision fixed (at least floating point digits precision, 14-15 digits actual precision)
[FIX] TPG now sets CMPR to address of error instead of next page address (you cant read cmpr anyway)
[FIX] CPU upload status not displaying in MP
2007-05-17 21:30:52 +00:00
BlackPhoenix
bea58e390a Fixed:
Various bugs. Serious bug in ZASM, prevented strings from compiling sometimes.
Added:
Relative jump opcodes.
NMI CPU ability (triggers interrupts like INT, but saves state)
Some new opcodes (NMIRET to exit NMI state, etc)
2007-05-16 19:53:47 +00:00
tad2020
d028a8fabb reverting from fuckup 2007-05-16 19:44:02 +00:00
tad2020
e269e11740 adding missing materials (not sure if they are needed) 2007-05-16 19:38:34 +00:00
Tomb332
889ad90931 Added wired water sensor upon request. 2007-05-16 17:57:54 +00:00
tad2020
f4759aef8f fixed small bug with my Increment/Decrement gate
added that flashing thing that gmod buttons do
2007-05-16 04:37:10 +00:00
Tomb332
5a5be03573 Added ShaRoses advanced pod controller. 2007-05-15 19:35:58 +00:00
Tomb332
fce74da869 Added reset function on grabber to aid duping 2007-05-15 16:25:33 +00:00
Tomb332
36fc3155f5 Grabber Updates:
1.Now has beam range option.
2.Now removes grabbed props gravity for better hold.
3.Dynamic Weight(can be potentioally unstable)
2007-05-14 17:47:43 +00:00
tad2020
bb6e81cbd6 made some changes on sending vars
changed bools to save as 1/0 instead of true/false (avon's idea)
added an updated version of RDBeamLib to advdupe addon (this what draws the links in life support)
added flood control to rdbeamlib and beamnetvars
2007-05-13 06:59:09 +00:00
tad2020
d969e87e35 dupe bug fix 2007-05-13 04:59:33 +00:00
Tomb332
fd8143c2ec Fixed overlay Text 2007-05-09 19:53:59 +00:00
Tomb332
d02dadfc1b Adding GreenArrows Text Screen and Graphics Tablet. 2007-05-09 17:34:00 +00:00
TheApathetic
97bff0bea6 *Fixed a few gyroscope bugs
*Added Full Circle and Semi-circle styles to HUD Indicators
*Added a control panel interface to remotely unregister yourself from other people's HUD Indicators (untested)
2007-05-08 04:24:43 +00:00
Tomb332
adc51d4c49 bug fix 2007-05-07 14:55:09 +00:00
Tomb332
43459f19b6 Debugging info added 2007-05-07 14:45:35 +00:00
tad2020
004b9c96b8 changed a lot of stuff 2007-05-07 00:57:20 +00:00
tad2020
3dda4814c6 added Increment/Decrement gate
input A is value to increment/decrement
inputs increment and decrement are clk
good for +/- buttons
2007-05-06 21:55:23 +00:00
Tomb332
5474bdc364 changed weight to reduce movement when lifting heavy things 2007-05-06 19:55:14 +00:00
tad2020
59bd87f9f1 some updates for tomb 2007-05-06 19:50:46 +00:00