AffectedArc07
03bc64ad13
R&D Rework PT1 - The network refactor ( #26420 )
...
* R&D Rework PT1
* Give robotics access too
* Run prettier
* More lints
* This is INCREDIBLY ironic
* Re-add blacklisting
* Oops
* Review changes
* Some fixes
* Fix outstanding issues
* Warriorstar fixes
* Tiny tweak
2024-09-08 16:38:17 +00:00
Arthri
a96e634a8e
Research & Development Console Restructure ( #25653 )
...
* RnD console
* Undefine local defines
* [ci skip]
* Build and update /tg/ui
* Reformat /tg/ui
* Apply suggestions from code review
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: Arthri <41360489+Arthri@users.noreply.github.com >
* Snake casing
[ci skip]
* If statement over ternary
* Document menu variables
* Replace user with ui.user
* Add documentation to copied variables
[ci skip]
* Rename icon to ui_icon
* Factor out wait message box
* Reorganize settings menu
* Refactor technology row
* [ci skip]
* Build and update /tg/ui
* Fix errors
* [ci skip]
* Build and update /tg/ui
---------
Signed-off-by: Arthri <41360489+Arthri@users.noreply.github.com >
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2024-07-30 14:27:53 +00:00
DGamerL
bad8b31afa
Changes all .len to length() where applicable ( #25174 )
...
* Globals work
* Double access works
* All other things
* Revert "All other things"
This reverts commit 6574442eb6 .
* More changes that compile and work
* IT WORKS AAAAAA
* Changes even more .len to length()
* Apply suggestions from code review
* Update code/datums/mind.dm
* Update code/__HELPERS/sorts/InsertSort.dm
Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com >
* Update code/__HELPERS/sanitize_values.dm
Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com >
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com >
2024-04-19 17:32:09 +00:00
warriorstar-orion
0667f20681
move all EOL comments on typepath names to dmdoc ( #23928 )
...
* move all EOL comments on typepath names to dmdoc
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
---------
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
2024-03-01 20:05:49 +00:00
Contrabang
48d7b00a0d
CI now bans the use of weird spacing in conditionals ( #22777 )
...
* no more spaces
* Matthew 10:22
* fixes
* dgamerl review
* Update code/modules/hydroponics/plant_genes.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/mob/living/simple_animal/bot/ed209bot.dm
* Update code/modules/mob/mob.dm
* Update code/modules/mob/mob.dm
* Update code/modules/mob/mob.dm
* Update code/modules/mob/mob.dm
* Update code/modules/mob/mob.dm
* Update code/modules/pda/PDA.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* fuck
* bah
* Update tools/ci/check_grep2.py
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* oops
* guh
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2023-11-12 20:59:43 +00:00
Aylong
58e88eeec3
Tweak: Removes position randomization for some things ( #22820 )
...
* Tweak: Removes position randomization for some things
* Randomize when create in machines
* Review changes
2023-10-13 14:26:27 +01:00
ZERO-XZB
6f76740f9e
Creates research costs for some PKA mods ( #22748 )
...
* req_tech test
* add req_tech to some PKA mods
* var/requires_whitelist test
* forget a newline
* how do I newline
* remove research reqs
* conform to new /// comment style
---------
Co-authored-by: ZERO-XZB <temp@temp.com >
2023-10-09 20:46:11 +01:00
Qwertytoforty
fa7e321f10
Lets the rnd server controller actually have use in blacklisting ( #21034 )
...
* [WIP] Lets the rnd server controller actually have use in blacklisting
* grief protection gave me grief, more at 11.
* Apply suggestions from code review
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* Update research.dm
* Apply suggestions from code review
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
---------
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
2023-06-07 20:32:37 +01:00
Henri215
dc75a748f1
Fixing common spelling mistakes part 3 ( #20870 )
...
* Fixing common spelling mistakes part 3
* collectable
* another collectable
* part 3.2
* "</span>."
* A bunch more fixes
2023-04-22 09:44:27 +02:00
Sirryan2002
61145a02f8
[TGUI] Space Credit Economy Overhaul + Supply Point -> Space Cash ( #19209 )
...
* initial edits
* initial edits
* converting shit over to machinery/economy
* vending and mapping fixes
* vending fix pt.2
* Converts Supply Economy to Use Space Credits instead of Supply Points
* Job Payment, NanoBank, and Paychecks
* clothing type path fixes (damn merge conflicts)
* fixes map typepath issues
* adjusts supply prices
* Vendor Price Adjustments
* account uplink terminal tweaks
* please pass tests
* Apply suggestions from code review
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
* reviews and bug fixes
* Review Suggestions/Fixes and Request Console Rewrite
* edits
* vending changes for merge
* typepath fix
* final tweaks
* proc ref fixes
* Fixes and Tweaks from 2nd TM
* rebuild TGUI
* final tweaks
* Apply suggestions from code review
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
* requested reviews
* tweaks
* updates slot machine winnings
* fixes
* GC fixes
* fixes
* oops. still need to deconflict this
* Apply suggestions from code review
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* requested changes and bug fixes
* atm runtime fix
* requested reviews
* vend act stuff
* attempt to pass tests
* supply packs fix
* user tochat -> debug log
* FINAL FIXES
* removes CC db stuff
* Apply suggestions from code review
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2022-11-21 23:30:50 +00:00
AffectedArc07
34ed47ae74
Refactors stack traces, tiny bit of cleanup ( #18773 )
2022-08-14 02:11:40 +01:00
S34N
240c738e2b
Gamma armoury balance ( #17495 )
...
* cc fixes, gamma armoury changes
* reverts the fixes
* how did these change, who knows, here's a revert anyway
* merge master
* what the hell am i doing, i dont know
* fixes weird lathe stuff
2022-05-03 04:38:34 +01:00
S34N
e23ee29fad
Removes "name" design datums. Adds logging for null design error. ( #17165 )
2021-12-06 07:53:05 +01:00
Kyep
46144e3c07
Syndie Space Base ( #15104 )
...
* v1
* v2, floors
* more tweaks
* areas, powernet
* cleanup
* changed filename, added east wing, 6 slots
* syndi autolathe
* update ruins refs & config, delete comms agent
* IDs look properly syndie, names are randomized
* glass
* convert map file to TG map format
* del old file
* air alarms
* del navconsole, fix area tile
* AA request
* refactor
* AA requests II
* dorms symmetry
* deletes explosive plastitanium walls & self destruct device (from lavabase)
* add light to medical operating table
* atmos refill connectors
* add air canister and move meter in distro, add 2 portable air pumps
* improved vents
* tweaks pipes
* removes duplicate air alarm
* (PR req) replace areas/lathe/spawners with PR versions
* wrench, tele area icon, headset name
* player panel fix, replace /anyone ID with /researcher ID, ID.untrackable refactor
* fixes teleporter runtime
* "Syndicate Researcher" consistency
* cryo room
* delete syndiwrath
* default job on ID card for telecomms purposes
* add vents and airlocks
* air alarms toggle firelocks
* artvend
* trashbags
* revert alarm.dm
* delete rogue light
* update syndi lathe name, remove newscaster frame
* changes made necessary by atmos/redcross PRs
* fixes merge conflict
* update to fix conflicts with PR 15384 as well
* syndi teleporter now requires SYNDI_LEADER access, no more runtimes
* avoids making offstation cryopods always face right
* add scrubber net
* dmm2tgm
Co-authored-by: Kyep <Kyep@users.noreply.github.com >
2021-03-30 18:54:19 +01:00
AffectedArc07
f2770ed6be
Merge remote-tracking branch 'ParadiseSS13/master' into brutal-part1
2021-03-11 18:41:17 +00:00
SabreML
0ae777e2cb
Tech naming ( #15622 )
2021-03-02 09:28:44 +00:00
AffectedArc07
f5f97882cf
BRUTAL Part 1 - No proc var/ in procs
2021-02-01 14:10:08 +00:00
Qwertytoforty
d7dee47fd1
fixes rnd logging stuff ( #15213 )
2020-12-30 14:35:04 +00:00
AffectedArc07
8f72d7556e
Annihilates the blackbox ( #15132 )
...
* Lets get this show on the road
* Now were talking
* These matter
* Oh the joys of CI testing
* And this
* Wrong version
* Tweaks
* More tweaks
* Lets document this
* This too
* Upgrades this
* Fixed some sanity issues
* This too
* Screw it, this too
* More sanity
* And these
* This too
* Documentation
* This too
* Fixes **awful** scoreboard logic
* Why do we care about only half-absorbing someone
* Revert "Why do we care about only half-absorbing someone"
This reverts commit 8de1cfdf05 .
* Refactors these
* Hashing
* Moxian tweaks
2020-12-24 16:06:48 -05:00
nicetoolbox
3362dac407
track imported techs in an autolathe variable instead of updating the global tech dataum. Do checks for tech import compatibility in autolathe instead of rnd console
2020-10-02 00:38:35 -07:00
Fox McCloud
b3d69aac9b
Moves to BYOND 513 ( #13650 )
...
* Fixes Orbiting
* moves to 513
* travis update
* check for minor version too
2020-06-26 01:15:59 -06:00
AffectedArc07
04ba5c1cc9
File standardisation ( #13131 )
...
* Adds the check components
* Adds in trailing newlines
* Converts all CRLF to LF
* Post merge EOF
* Post merge line endings
* Final commit
2020-03-17 18:08:51 -04:00
joep van der velden
fd913498bf
Make every obj/.../New() call it's parents
2020-01-29 10:43:32 +01:00
Fox McCloud
f9c0fd2d25
fixes
2019-08-11 15:33:00 -04:00
datlo
74a3631741
compilin and mostly workin
...
has runtimes due to body color
need to wrap up commented procs
2019-02-03 06:40:50 +00:00
datlo
45ac02fcac
Adds toxin research
2018-12-12 21:35:13 +00:00
Fox McCloud
a58c2a8693
smelter to components
2018-04-23 19:56:27 -04:00
Fox McCloud
5c4aa9b3fd
Removes All Weapons
2018-04-15 16:25:56 -04:00
tigercat2000
633c972f46
RnD autolathe removal + tech level overhaul
2017-06-01 11:34:29 -07:00
Markolie
3b73053bc4
Tool fixes
2017-03-06 20:46:24 +01:00
Fox-McCloud
104bfab759
sprite and code fixes
2017-01-22 23:25:56 -05:00
Fox-McCloud
ea76990b7a
Botany Rework
2017-01-21 18:28:03 -05:00
Crazylemon64
deb5c01038
SMES and Borg coolers can now be made again, R&D maxing works again
2016-09-19 16:33:06 -07:00
Crazylemon64
fb291bec3f
Ports tg's associative-list research datums
2016-09-14 20:38:21 -07:00
Crazylemon64
6bc84e0111
Data disks now get a nice name and description when written to
2016-09-14 16:29:27 -07:00
monster860
3df85518e1
Removes .0 at the end of w_class numbers
2016-07-08 12:26:34 -04:00
Fox-McCloud
2954aa88ea
abductor tech
2016-04-18 19:17:46 -04:00
Fox-McCloud
28bcd7e78b
R&D Update and Fix & Cargo Tweaks
2015-09-07 20:03:06 -04:00
Fox-McCloud
a019934e9e
Pass I
2015-09-04 05:18:48 -04:00
Fox-McCloud
52df4c6a33
Fixes Max Research Levels
2015-08-25 21:59:51 -04:00
DZD
d9bb30f47a
Replaces typesof with subtypesof where applicable
2015-08-03 11:04:28 -04:00
Fox-McCloud
dec621eefd
Revert "R&D Research Levels Unification"
2015-04-07 01:16:19 -04:00
jack-fractal
a0be969870
Unifying tech levels
...
Unifies tech levels between design and their products.
2015-04-06 22:07:44 -04:00
Markolie
04fab6fc9e
R&D submenus, autolathe rework from /tg/
2014-12-22 19:40:22 +01:00
Markolie
266b4cb113
R&D UI rework
2014-12-22 17:38:22 +01:00
Fox-McCloud
261157cb58
AI, PDA, and Other changes
2014-11-26 01:18:49 -05:00
ZomgPonies
853d490660
Various fixes.
2013-09-27 02:41:41 -04:00
ZomgPonies
0a0c2c79f9
Framework for Job Objectives
2013-09-17 14:27:25 -04:00
NicholasDV
0b20496f7d
Adds Uranium Capability to Circuit Imprinters
...
Well, looking over the RUST circuits... They required uranium
which we didn't even have implemented in the code to work with
circuit imprinters. I considered simply changing them to use
a different resource, but it honestly makes more sense to improve
the current code to have it more versatile-- To this end, I've made
circuit imprinters capable of using uranium.
As a further note...
closes #2757
2013-06-10 00:12:28 -04:00
giacomand@gmail.com
78cc7379d4
Made fires be garbage collected and not hard deleted on demand.
...
Committing for S0ldi3rKr4s0 (I hate your name).
Fixes some typos in blueprints.dm, designs.dm, dna_mutations.dm, gift_wrappaper.dm and research.dm.
Gives minerborg some eyes to signify activity (finally)
Made pAI cards need only programming 2.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5452 316c924e-a436-60f5-8080-3fe189b3f50e
2013-01-02 17:30:40 +00:00