Commit Graph

16109 Commits

Author SHA1 Message Date
Amunak
4882074739 Code formatting, EOL at EOF fixes, refactoring 2014-12-18 03:11:49 +01:00
Amunak
edffbc680d Fixed capitalization of most game items 2014-12-18 03:10:36 +01:00
Amunak
1fcf11cdb5 You can no longer plant explosives on webbing. 2014-12-18 01:17:50 +01:00
Amunak
cc327cb671 Fixes typos in powercells.dm 2014-12-17 20:03:04 +01:00
Amunak
42bdf427b8 Properly decapitalized mecha equipment. 2014-12-17 19:10:31 +01:00
Amunak
4a7fdbf595 Removed unused substation batteryrack code. 2014-12-17 14:31:57 +01:00
Amunak
1a972974bc Moves all circuitboards to their respective files.
Computer boards are now in /code/game/objects/items/weapons/circuitboards/computer/.
Buildable machinery boards are in /code/game/objects/items/weapons/circuitboards/machinery/.
Everything else is just in /code/game/objects/items/weapons/circuitboards/.
The circuitboard parent definition is in /code/game/objects/items/weapons/circuitboards/circuitboard.dm.
Did some minor renaming and capitalization fixes on the boards.
2014-12-17 14:31:21 +01:00
Amunak
ae8829cabe Moved supply computers to a separate file in machinery/computer/.
Renamed supply shuttle console to supply control console and properly de-capitalized both console names.
2014-12-17 12:53:18 +01:00
Amunak
b2c266ff93 More research console GUI formatting.
Also simplified the <LI>st definitions.
2014-12-14 05:18:43 +01:00
Amunak
6bf59253fd Fixes wrong shield design path 2014-12-14 05:16:49 +01:00
Amunak
b84cc64027 Removes duplicate shield research definitions.
They were moved to the common designs file by a previous commit.
2014-12-14 05:05:55 +01:00
Amunak
b7e7d08599 Fixes destructive analyzer name. Removed oldcode. 2014-12-14 05:05:09 +01:00
Amunak
67c719d9d6 Updated medical records console description. 2014-12-14 05:03:15 +01:00
Amunak
158573f066 Corrects names of computers, code formatting, updated computer descriptions.
Everything in game/machinery/computers/ and modules/shuttles should now have properly (de)capitalized names. Computer, board and research names should now be coherent, too. Adds a research for employment records circuit board.
2014-12-14 05:00:38 +01:00
Amunak
429a898e72 Fixes a bug that made bubble shield gen unconstructable 2014-12-14 04:56:23 +01:00
Amunak
9cf4de5faa Removes redundant item info from circuitboard/mecha.
Also fixes capitalization.
2014-12-13 07:44:31 +01:00
Amunak
8961ee9014 Refactoring designs.dm.
They now use a better system of assigning names and descriptions. Removes the need to copypaste most of the lines. For now only computer boards were changed. Also attempt to do proper capitalization.
2014-12-13 07:43:46 +01:00
Amunak
c313a413ef Added macro for computer boards to assemble their name.
Adds the ability to change it from a single place. Also makes arguably cleaner code. Capitalization of nouns fixed.
2014-12-13 07:39:14 +01:00
Amunak
d3237d69e7 Updated circuitboard properties.
Moved stuff from circuitboard/mecha to just circuitboard, since it is basically the same item and they should all have the same properties.
2014-12-13 07:27:00 +01:00
Amunak
41d81a14ef Buffed the research testing item, made more clear that it's for testing only. 2014-12-13 07:10:37 +01:00
Amunak
b60e9eedbe Added detailed research information to R&D console
It lists 'desc' of each researched and 'buildable' datum/design, which was a previously unobtainable information. And it's all-access (just like technology level listing).
2014-12-13 07:08:39 +01:00
Amunak
6e15257df9 R&D console refactor, formatting and output format improvements 2014-12-13 07:06:42 +01:00
Amunak
6419f3426e Destructor now asks for confirmation using alert instead of list 2014-12-13 07:02:54 +01:00
Amunak
ddc598702c Fixed typo. Apparently I'm bad with letters. 2014-12-11 11:31:47 +01:00
Amunak
94a93ac97d Reverted accidental changes to SMES building and RCON research 2014-12-11 11:27:01 +01:00
Amunak
1e769b4314 Attempt to normalize computer and circuit board names and their research names.
Also moved RCON console board and SMES board where they belong. Formatted some board code and fixed some typos, too.

Cloning console renamed to Cloning Control Console.
The teleporter console is now called Teleporter Control Console.
The power monitor is now called Power Monitoring Console.
SMES board glass and acid construction price normalized (though other resources are still required; is that a good thing? It would be better to just introduce a new expensive part that is used to build it (if the coils aren't enough) rather than have a single board with atypical price.
2014-12-10 20:37:18 +01:00
PsiOmegaDelta
44e8dd7153 Merge pull request #7359 from GinjaNinja32/machinedir
Change unary-atmos machine (heater, freezer) construction to use constructing mob's dir
2014-12-10 11:45:48 +01:00
PsiOmegaDelta
1327808386 Merge pull request #7275 from atlantiscze/substation-features
RCON System
2014-12-10 11:45:32 +01:00
Zuhayr
a3dc661c62 Merge branch 'dev-freeze' of https://github.com/Baystation12/Baystation12 into dev 2014-12-10 18:50:31 +10:30
Zuhayr
5730bcb885 Merged master/dev config.txt. 2014-12-10 16:35:39 +10:30
Zuhayr
1481c1e985 Merge pull request #7360 from SkyMarshal/astar-fix
Fix/Cleanup for A* implementation
2014-12-10 16:29:55 +10:30
Zuhayr
dda27082ba Merge pull request #7357 from mwerezak/infinity
Prevents infinite loop
2014-12-10 16:29:22 +10:30
ccomp5950
3414e48ceb Adds "paranoid" option to remove more powerful debug options from R_DEBUG.
The purpose of this is to allow for testers on our test server without them having advance proc call which can do some fun stuff with python, etc.
    Also removes debug controller so that testers can't just edit the configuration to remove debugparanoid

    The default config is the status quo, you have to go out of your way and set this option in config to remove proccal from R_DEBUG
2014-12-09 21:25:07 -05:00
GinjaNinja32
9c1fffc16a Change unary atmos machine construction to use constructing mob's dir 2014-12-10 01:49:23 +00:00
SkyMarshal
f44a58e358 Fixes the heap fix. 2014-12-09 18:42:54 -07:00
SkyMarshal
d3e64deb06 Fixes a small derp. 2014-12-09 18:42:53 -07:00
SkyMarshal
928a0fcf42 Refactors the AStar code to not be retarded. Works just like it used to. 2014-12-09 18:42:52 -07:00
mwerezak
0a6d1f8c81 Prevents infinite loop if a camera takes a picture of an atom with null in either it's overlays or underlays. 2014-12-09 17:19:02 -05:00
Atlantiscze
389b12091d Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into substation-features 2014-12-09 20:48:56 +01:00
PsiOmega
52e6f96dc7 Merge remote-tracking branch 'upstream/dev-freeze' into dev 2014-12-09 17:55:14 +01:00
Zuhayr
53627175ef Merge pull request #7347 from Baystation12/master
Updating dev-freeze from master.
2014-12-10 03:21:56 +10:30
Ccomp5950
cab064cd16 Merge pull request #7340 from Zuhayr/dev-freeze
Dev-freeze fixes.
2014-12-09 11:48:33 -05:00
Zuhayr
90f5da4e83 Merge pull request #7333 from PsiOmegaDelta/RadioWiresAreNotForYou
Fixes #7323.
2014-12-10 03:15:28 +10:30
PsiOmegaDelta
5842c17536 Merge pull request #7338 from Loganbacca/tapefix
Tape fixes
2014-12-09 17:44:23 +01:00
Zuhayr
61cb862690 Merge pull request #7300 from PsiOmegaDelta/RoundEnd
Fixes #7295.
2014-12-10 03:11:38 +10:30
Zuhayr
4aa7c072ca Merge pull request #7337 from Loganbacca/glassesfix
Science goggles overlay fix
2014-12-10 03:11:18 +10:30
PsiOmegaDelta
41cca1b250 Merge pull request #7303 from TwistedAkai/dev
Implements existing assistant alternate job titles
2014-12-09 17:34:31 +01:00
Zuhayr
39f303c50e Actually fixes hardsuit back icons. 2014-12-10 02:37:23 +10:30
Zuhayr
fea8868753 Fixes #7310 and should also fix #7311 2014-12-10 02:28:03 +10:30
Zuhayr
e80f59742d Fixes #7316 2014-12-10 00:56:26 +10:30