Commit Graph

19653 Commits

Author SHA1 Message Date
Cyberboss 311ba7b7f0 Fixes admin uploaded map templates (#24581) 2017-03-02 15:12:40 +01:00
oranges c218c9af74 Merge pull request #24570 from Cyberboss/DeitusDidThis
You can now smite ahelpers
2017-03-02 20:11:37 +13:00
PKPenguin321 463b9cd147 Mimery Kit Adjustments (#24575)
* Mimery Kit Adjustments

This commit lowers the cost to 12 TCs

* Grammar changes

Makes some messages more grammatically correct and better sounding yeah

* Fixes shooting mime bullets while restrained/incapacitated
2017-03-02 20:10:46 +13:00
oranges 312f0e2d3a Merge pull request #24559 from Cyberboss/KeysPartII
A/Dsay radio keys redux
2017-03-02 20:10:09 +13:00
Iamgoofball 93f9b713aa Adds a Bicycle to the game (#24431)
* 自転車をゲームに追加する

* adds file

* dfssdffds

* cdvsffsg

* fixes

* Update bicycle.dm
2017-03-02 19:56:44 +13:00
oranges 8930b26c1f Merge pull request #24512 from Cyberboss/CoilShock
Fixes runtime with tesla coils shocking things
2017-03-02 19:43:07 +13:00
GunHog 55c173bea5 Allows more mobs to use advanced camera consoles (#24550)
* Allows more mobs to use advanced camera consoles

Lessend mob type restrictions on advanced camera consoles, specifically
affecting drones and cyborgs.

* Remove borg adjacency check + Restrict AI

- Uncomments to AI restriction
- Removed adjacency requirement for borgs.
2017-03-02 19:42:23 +13:00
kevinz000 4408a8fbdc [READY]Pressure plates - Idea by Arianya (#24319)
* welcome to minecraft

* all good

* fix

* forcemove

* new procs
2017-03-02 19:35:20 +13:00
coiax 1a73938c3d Alien larva poll ghosts before bursting (#24523)
* Alien larva poll ghosts before bursting

🆑 coiax
add: Ghosts are polled if they want to play an alien larva that is about
to chestburst. They are also told who is the (un)lucky victim.
/🆑

* Messages and fixes

* Removed var from giant list of vars
2017-03-02 19:33:17 +13:00
oranges 1041873ed4 Merge pull request #24535 from Cyberboss/AnimateThePlanet
Animates "Server Hop"
2017-03-02 19:30:17 +13:00
bgobandit 0708bee69d Traitor codewords and responses now pull from the ion storm wordlists. (#24538)
* Traitor codewords and responses now pull from the ion storm wordlists.

* more words for codewords/ion laws

* oops honk
2017-03-02 19:29:40 +13:00
oranges 8406e2a8c1 Merge pull request #24554 from coiax/spod-gasping
Clones no longer gasp for air in cloning pods + Mime's Bane reagent
2017-03-02 19:26:53 +13:00
Cyberboss 114704b97c You can now smite ahelpers 2017-02-28 21:36:12 -05:00
Joan Lung 96dab8601b Merge pull request #24529 from Robustin/supplydemand
Combat Shotgun Price Increase
2017-02-28 19:27:17 -05:00
Cyberboss a689937d9f A/Dsay radio keys redux 2017-02-28 17:07:52 -05:00
oranges 97279cd41c Merge pull request #24556 from MrStonedOne/patch-323
[s]More security exploit patching
2017-03-01 09:26:27 +13:00
oranges 6ec969d180 Merge pull request #24521 from Cyberboss/Electrocute
Fixes prototypes of electocute_act
2017-03-01 09:13:55 +13:00
oranges f70c5f6c62 Merge pull request #24503 from Jordie0608/itsagoodthingwedontneedtousethepollsforanythingimportantsoonright
Fixes poll_question
2017-03-01 09:11:23 +13:00
bgobandit 1bfb868c68 Fixes bug where the library scanner is not recognized. (#24496)
* fixes bug where scanner is not recognized

* find scanner is a proc
2017-03-01 09:09:18 +13:00
oranges fbf93d8c68 Merge pull request #24516 from Cyberboss/MoreOverlayProblems
Fixes runtime with burger overlays
2017-03-01 09:08:01 +13:00
oranges 2a3d6dc945 Merge pull request #24514 from Cyberboss/RoboCamTimer
Fixes robot cameras
2017-03-01 09:07:22 +13:00
oranges bff44197af Merge pull request #24513 from Cyberboss/RidingIsShit
Fixes a ton of shit with riding_datums
2017-03-01 09:07:09 +13:00
oranges eb99981926 Merge pull request #24507 from Cyberboss/patch-13
Fixes a call to copy_overlays
2017-03-01 09:06:45 +13:00
Kyle Spier-Swenson 82ab8bcd19 [s]More security exploit patching
Thanks to Nadrew at byond forums

The full details is that somebody can use the built in version of these verbs to aimbot or find the location of items.

.click 'name-of-mob' and you will click on that mob, meaning you now point in that direction and if its in range, you click directly on it. something that could be automated with auto hotkey.

This still requires a control_freak bypass, but there is a way to do that that is stupid easy that I don't want to detail it.
2017-02-28 11:44:29 -08:00
Jack Edge afc585c95c Clones no longer gasp for air in cloning pods
🆑 coiax
fix: Clones no longer gasp for air while in cloning pods.
add: Adds a new reagent, "Mime's Bane", that prevents all emoting while
it is in a victim's system. Currently admin only.
/🆑

- Clones keep gasping a lot, either because they're not in an oxygenated
environment, or because they start in crit. This fixes that in a fairly
clean manner, and also adds a "fun" reagent to give to evil clowns or
something.
2017-02-28 18:32:34 +00:00
Cyberboss 0bee4885df Fixes built APCs never getting a loc (#24509) 2017-02-28 12:21:22 -06:00
Cyberboss 0ae196b92a Fixes runtimes with rapid fire again (#24508) 2017-02-28 12:20:02 -06:00
Cyberboss 874c912b96 Fixes damp rag logging (#24519) 2017-02-28 12:18:11 -06:00
Kyle Spier-Swenson 419097cd44 Revert "[READY]Asay and dsay radio keys" (#24400) 2017-02-28 18:10:04 +13:00
ExcessiveUseOfCobblestone dcaeccf2b3 Fixes Gatfruit (#24469)
* Oh Cyberboss

* Update grown.dm
2017-02-28 18:04:12 +13:00
XDTM 9f7bffa1b2 Multitools can change the I/O dirs of ORMs (#24460)
* Multitools can change the I/O dirs of ORMs

* remie

* invert!
2017-02-28 18:03:25 +13:00
Kyle Spier-Swenson a808e6f3b6 Closes up a exploit (#24543)
This was mostly harmless as it requires breaking out of control freak, but breaking out of control freak isn't hard for low security level verbs like this. I won't go into details but I was able to break out of control freak enough to run this command using a simple text editor.
2017-02-27 22:06:50 -06:00
Leo 88785f7f86 Changes the button order in the note's menu (#24489)
* Changes the button order in the note's menu

* Fixes spacing
2017-02-28 15:01:52 +11:00
Joan Lung affeb5bed2 Merge pull request #24472 from lzimann/stupidsnowflake
Fixes NODECONSTRUCT modular consoles being deconstructable
2017-02-27 22:50:15 -05:00
Joan Lung b92df38371 Merge pull request #24473 from lzimann/holodeckconsole
Fixes adjacent check for admin ghosts in the holodeck console
2017-02-27 22:49:57 -05:00
Leo e730f2685f Weldertanks are now logged in the attack log instead of game log. Also logs in the individual's mob attack log. (#24474) 2017-02-27 18:57:24 -06:00
Cyberboss 23868ce0cf Animates "Server Hop" 2017-02-27 16:23:53 -05:00
Robustin e2eb742a16 Combat Shotgun Price Increase 2017-02-27 14:37:22 -05:00
Cyberboss 782d38d964 Fixes prototypes of electocute_act 2017-02-27 12:52:06 -05:00
Cyberboss f55995f6c5 Fixes runtime with burger overlays 2017-02-27 12:32:07 -05:00
Cyberboss 0480274b55 Fixes robot cameras 2017-02-27 12:25:51 -05:00
Cyberboss ef7879545b Fixes a ton of shit with riding_datums 2017-02-27 12:14:29 -05:00
Cyberboss eb17b1f3a4 Fixes runtime with tesla coils shocking things 2017-02-27 11:53:50 -05:00
Cyberboss 193c8a376a Fixes a call to copy_overlays 2017-02-27 10:53:41 -05:00
Jordie0608 97733d8dcf fixes poll_question 2017-02-27 23:58:18 +11:00
Jordie 72a93bae7d Continues to add default sql indexes and table optimisations (#24456)
* adds default sql indexes and table optimisations

* fixes warnings

* edits to text and better update queries

* wrong table

* superior copypaste skills

* who has

* names

* that long

* add inet

* fix for badmins giving 2 billion brainloss

* fixes rank name and adds sanitizing
2017-02-27 22:44:26 +11:00
oranges 1ca72e1c71 Merge pull request #24463 from Tofa01/aiferry_master
Stops AI And Borgs From Interfacing With Ferry Console
2017-02-27 12:41:07 +13:00
coiax 3dee7c96b6 Drone shell changes (#24379)
* Drone shell changes

Fixes #24376.

- Drone shells are now points of interest.
- Derelict drone shells are now just dusty drone shells.

* For GUN_HOG

* Adds ushanka to derelict drones

* Less compiling errors
2017-02-27 12:28:31 +13:00
Tofa01 ecbd387bd7 Fixes a grammar issue (#24436) 2017-02-26 15:34:17 -06:00
Tofa01 1c4e0f832a Fixes ID Access For Player Sleepers & Fixes Space Bar Access To Kitchen Freezer (#24430)
* Fixes space bartender not able to access kitchen freezer

* Fixes id_access on awaymission sleepers
2017-02-26 15:31:55 -06:00