Commit Graph

30 Commits

Author SHA1 Message Date
D3athrow
5e634c3962 Fix #9368 Also fixes having the longest arms when using the component exchanger. 2016-08-29 15:28:45 -05:00
ComicIronic
b2b5c81633 Moved research names over to defines. (#11424)
* Moved research names over to defines.

Also fixed 4 (four) instances of the incorrect research name being used.

* Changed research names to avoid collisions.
2016-08-14 17:47:22 -05:00
ComicIronic
24e1c261b9 Moves w_class to defines. (#10051) 2016-05-14 19:37:06 -05:00
Intigracy
06e112aecb Renames a bunch of storage.dm variables to be more clear in what they do (#9354)
Removes a bunch of unneeded max_w_class defines on items using can_only_hold

If you defined can_only_hold, it ignores w_class automatically
2016-04-10 17:04:55 -05:00
D3athrow
e7b583ff29 Proper fix to prevent RPD from making a thing while storing it. 2015-12-05 15:38:34 -06:00
PJB3005
99bf59d80e Adds a to_chat() proc, to pave the way to a non shit chat. 2015-11-25 15:55:15 +01:00
PJB3005
3cca5692af Removes the panic writer messages. 2015-11-20 03:17:06 +01:00
D3athrow
d59f6a07b0 comment out panicwriter and saytesting 2015-07-20 16:04:48 -05:00
D3athrow
41d7df01fd just fuck my shit up 2015-07-18 02:30:51 -05:00
d3athrow
c1c6b03602 Merge pull request #5012 from dylanstrategie/RMCE
Another back of fixes for the RMCE
2015-06-19 16:07:14 -05:00
dylanstrategie
26c50310ad Fix adjacency check 2015-06-18 08:03:43 +02:00
dylanstrategie
885dfedd5f Another back of fixes for the RMCE
- Lower the research cost to make it easier to come by. Now Engineering
4, Materials 4, Programming 2. Still needs gold and silver to produce
- Remplace changed to Replace whenever applicable
- Fix the busy check to not allow once to work on multiple machines by
abusing the initial do_after
- Fix RMCE's inventory by using the proper storage procs for components
- Machine scanning now outputs into the chat. Fomatting and delays
whenever applicable (the delays are solely to prevent UI freezes and
improve readability. .5 second per string)

Fixes #4766 fully this time
Fixes #5007
2015-06-17 19:24:10 +02:00
d3athrow
9ca7769ace Merge pull request #4584 from ComicIronic/MaterialDatumImpl
Material datum implementation
2015-06-16 16:44:54 -05:00
D3athrow
6f8f1ff08f 110% plagiarism 2015-06-13 20:18:43 -05:00
ComicIronic
06b5e60bbe Material datum implementation
Material datum functionality changed to mimic that of reagents etc. by
using a global datum list and an assoc value list.
Material datums added at the atom level.
starting_materials var added - on New(), the materials in the list are
added to a datum. An empty list generates an empty datum, a null means no
datum.
m_amt, g_amt, and where applicable gold_amt, etc. completely removed,
replaced with starting_materials where applicable.

Fabricators
Fixed a bug with fabricators taking design cost, not shown cost.
Fixed a bug with fabricators taking costs before a design was shown
completable.
Fabricators now transfer the materials they use in the design to the atom
produced's material datum.
Designs are now world-consistent : scanning the same atom will ref the
same design, and scanning an atom with a design will fetch it.
Mechanic fabs now add plastic cost on top of the design, not to it.
Mechanic designs no longer require random extra materials.
Mechanic designs are now material-specific, not type-specific.
Mechanic blueprint uses have been removed, in favour of a consumable
system.
RnD wires moved to the datum system.
Autolathe moved under fabricators. It preserves as much functionality as
possible.
Framework added for plastic costs on mechanic fabs to be toggled, and for
removal of designs to be toggled also.
2015-06-13 16:13:02 +01:00
dylanstrategie
54900c252a Lower all delays on the RMCE
- Setting up now takes 2 seconds instead of 3
- Exchanging a component takes .5 second instead of 1 (Two times faster)
- RMCE no longer takes a whole 3 seconds to return after replacing, but
.5 seconds as intended
2015-05-31 01:06:41 +02:00
dylanstrategie
866ede9410 OH GOD DON'T DO THAT 2015-05-30 23:52:16 +02:00
dylanstrategie
24be8573f1 I shiggy diggy do 2015-05-30 23:51:14 +02:00
dylanstrategie
140f8572fa Fixes #4766
Using the RMCE on multiple machines at a time caused problems, so you
can't anymore. Which makes all the sense in the world given that it is
explicitely stated you stick the RMCE into a machine's hatch while
maintaining

- Added a special busy check to prevent multi-tasking
- Updated a few strings to actually be correct

Fixes #4766

Changelog included
2015-05-30 23:50:20 +02:00
Kurfursten
668af4cc4c Compatible with DNA modifier 2015-04-27 16:32:01 -05:00
Kurfursten
f86b84c46a Fixes RMCE bugs 2015-04-27 03:42:11 -05:00
dylanstrategie
ccadb78bc0 Fixes #3927
- Fix the Component Exchanger sharing its design ID with the Device
Analyzer, and thus making either unresearchable depending on which's
preresquite techs were hit first
- Up container from 10 to 20 components on request. That's a lot of
components, and of course you can carry a few filled gadget bags along
2015-04-16 09:01:29 +02:00
dylanstrategie
d2e5d7d220 Last batch of fixes to the RMCE 2015-04-11 10:16:12 +02:00
dylanstrategie
6c53d39e38 Add in ability to empty Gadget Bag into component exchanger, fix Adjacent flags 2015-04-05 00:05:23 +02:00
dylanstrategie
1b862f3cb5 Replace not Remplace 2015-04-04 01:29:41 +02:00
dylanstrategie
7d24006a74 Adjacent flags, remove one redundant active_hand check 2015-04-03 20:03:01 +02:00
dylanstrategie
e60c3e0fce Adjacent check 2015-04-03 18:42:02 +02:00
dylanstrategie
d7aa090dd9 Proximity flag at preattack 2015-04-03 18:27:45 +02:00
dylanstrategie
7584b4b0f0 Fixes Part 1 2015-04-03 18:26:24 +02:00
dylanstrategie
23d1816753 Add in a new Mechanic tool, the Rapid Machinery Component Exhcanger
[Description pending]
2015-04-03 18:01:42 +02:00