Commit Graph
10863 Commits
Author SHA1 Message Date
Daranz 1bd25c54e3 Add random access inserting into paper bundles
You can now insert papers into paper bundles by clicking on the next page or
previous page link with a sheet of paper in hand.

The bundle window also now correctly updates when the bundle is in a folder.
2015-04-23 21:49:56 -04:00
Daranz ad51379d86 Make papers in a clipboard renameable without removing 2015-04-23 08:48:52 -04:00
PsiOmega b9f8b0b8aa Re-shuffles huma/say(). Removes non-existing map variables. 2015-04-23 13:36:13 +02:00
PsiOmega eee67109d1 Merge remote-tracking branch 'upstream/dev-freeze' into dev
Conflicts:
	code/modules/mob/living/carbon/human/say.dm
2015-04-23 13:15:43 +02:00
PsiOmega 2aa9a70496 Merge remote-tracking branch 'upstream/master' into dev-freeze 2015-04-23 12:59:47 +02:00
Zuhayr 3fc9260187 Merge pull request #8954 from GinjaNinja32/diona_speech
Fixes dionaea always using the verb "says".
2015-04-23 17:02:20 +09:30
GinjaNinja32 07cc28af8e Fixes dionaea always using the verb "says".
Not sure why, but speech_problem_flag is being set to 1 for dionaea, and only dionaea.
Fixes #8952
2015-04-23 08:03:07 +01:00
Chinsky 71ffa782c4 Merge pull request #8914 from PsiOmegaDelta/BadMove
Ensures new players cannot ghost by moving.
2015-04-23 07:34:34 +03:00
Yoshax e68f9cec70 Adjusts fruits and stuff to have more juice and stuff. 2015-04-22 15:05:38 +01:00
PsiOmega 4cc524265b Change of random virus targets.
The random virus event will now only infect mobs on station and which currently have a player that has been active in the last 5 minutes.
Placeholder until a more indepth discussion about what to do about the random event is concluded.
2015-04-22 12:27:28 +02:00
PsiOmegaDelta 7a27aece0d Merge pull request #8941 from Baystation12/master
Dev
2015-04-22 09:32:56 +02:00
PsiOmegaDelta 5da7c877d3 Merge pull request #8930 from Mark9013100/mercsuitfix
Fixes the naming of the merc space suits
2015-04-21 19:06:06 +02:00
GinjaNinja32 a440b228c9 Diona 'split' command, plus bugfix 2015-04-21 01:55:43 +01:00
Mark9013100 f97d73f2a8 Fixes the naming of the merc space suits 2015-04-20 18:19:04 -04:00
Zuhayr fc9c00bb5b Merge pull request #8867 from Jarcolr/patch-1
Fixes #8810
2015-04-20 18:04:04 +09:30
PsiOmega 7f6b908af2 Fixes #8917.
Makes it possible to scan for new sensors as necessary.
Useful if the ability to remove/change/create new sensors is added.
2015-04-20 10:03:54 +02:00
PsiOmega 799a5b79db Ensures new players cannot ghost by moving, really breaks things. 2015-04-20 08:37:57 +02:00
Chinsky 940b5c8c62 Merge pull request #8891 from volas/sanitize3
sanitize() 3
2015-04-19 14:59:36 +03:00
volas 7dedbc6d78 Alternative copytext, safe for html entities 2015-04-19 12:37:04 +03:00
Zuhayr 0b03a389df Merge pull request #8910 from Baystation12/master
Master into dev
2015-04-19 17:26:04 +09:30
Zuhayr 05d05732f8 Merge pull request #8888 from PsiOmegaDelta/ThemLogs
Ports the changelog system used by /vg/, /tg/, and others.
2015-04-19 03:17:49 +09:30
Zuhayr 243157d339 Merge pull request #8894 from PsiOmegaDelta/CleanStart
Clean server start.
2015-04-19 03:17:29 +09:30
PsiOmega a4fbb01e2b Makes it possible to write [date] and [time] to get the current date and time in ISO 8601 format. 2015-04-18 18:40:35 +02:00
volas dbd239f4ec Corrections dual sanitizing 2015-04-18 17:49:25 +03:00
Chinsky 66a686c301 Merge pull request #8869 from Ravensdale/supamattah
Changes SM alerts to Engineering frequency
2015-04-18 17:44:07 +03:00
PsiOmegaDelta 6c59eb46fe Merge pull request #8878 from Jarcolr/patch-4
Fixes #8444
2015-04-18 15:58:00 +02:00
Chinsky 511d3764e7 Merge pull request #8846 from PsiOmegaDelta/CantClickMeDontClickMe
Makes objects without moues opacity not appear via alt-click.
2015-04-18 16:57:01 +03:00
Chinsky 9d6ff2f939 Merge pull request #8865 from PsiOmegaDelta/Adminery
Ensures Admin Delete uses qdel.
2015-04-18 16:56:40 +03:00
Chinsky fb34bd361b Merge pull request #8860 from PsiOmegaDelta/SanityChecks
Ghost-possession sanity checks.
2015-04-18 16:56:36 +03:00
Chinsky ead0ffdc29 Merge pull request #8853 from PsiOmegaDelta/ModuleStat
Adds Hardsuit Module tab.
2015-04-18 16:56:31 +03:00
Chinsky bababb05d2 Merge pull request #8887 from PsiOmegaDelta/AdminDeadmanLog
Threating to and actually using a signaler deadman switch now admin logged.
2015-04-18 16:55:31 +03:00
Chinsky 2192e3d77e Merge pull request #8881 from PsiOmegaDelta/NanoPDA
Fixes #8880.
2015-04-18 16:55:12 +03:00
Chinsky 0d77262c69 Merge pull request #8885 from PsiOmegaDelta/EngineerMasterJob
Fixes #7943.
2015-04-18 16:55:06 +03:00
PsiOmega 9ef7aeb940 On join clients are now given a changelog notice, if the changelog has changed since last. 2015-04-18 15:53:23 +02:00
PsiOmega eca7569077 Clean server start.
Server start messages concerning initialization, object generation, etc. is now only propagated to users with R_DEBUG access.
2015-04-18 15:32:25 +02:00
Zuhayr bc9d1ba38b Merge pull request #8893 from Baystation12/dev-freeze
Dev freeze into dev
2015-04-18 21:50:40 +09:30
PsiOmega 3edfbf0040 Moves us to the changelog system used by /vg/, /tg/, and others.
Cleans up the HTLM folder, removing unused files.
Will also attempt include /tg/'s "You have unread changelog entries" notification on join.
2015-04-18 13:00:28 +02:00
PsiOmega 860fb4946f Threating and actually using a signaler deadman switch now admin logged. 2015-04-18 12:18:14 +02:00
PsiOmega 0e0d13f1b1 Fixes #8490.
Now properly calls update icon on EMP effect changes.
2015-04-18 12:01:32 +02:00
PsiOmega f5948f8bb6 Fixes #7943.
Access to engineering equipment is now enough to manipulate shield generators.
2015-04-18 11:52:03 +02:00
PsiOmega 67708c6d3b Fixes #8880.
Case of incorrectly sent parameter.
2015-04-18 08:59:49 +02:00
Jarcolr 4ec329f050 Fixes #8444
Now it won't hurt people's OCD and it won't bubble at round start!
2015-04-17 16:44:43 +03:00
Jarcolr c8256e70e1 Fixes #8810
This is targeting dev branch because latest commit on dev is from March 22 and the latest on master is from February 1.
2015-04-17 12:56:55 +03:00
Ravensdale a1dbfb69c1 Changes SM alerts to Engineering frequency 2015-04-16 07:01:11 -07:00
PsiOmega d3b000f2cc Ensures Admin Deletes uses qdel.
Ensures that Destroy() is properly called, for types implementing it.
2015-04-16 12:56:24 +02:00
PsiOmega 08fa1193ce Adds Hardsuit Module tab.
Allows one to (de)activate, engage, select and change module charges from the  	"Hardsuit Modules" tab panel.
Basic idea similar to spells.
2015-04-16 08:54:04 +02:00
PsiOmega a6a9cb76e8 Ghost-possession sanity checks.
Adds sanity checks referred to in #8849.
2015-04-15 16:10:36 +02:00
PsiOmega 2ddf8ecf28 Movement fixes.
Ensures observers use Process_Incorpmove() despite being dead, while disallowing the once living from doing the same.
Ensures incorporeal creatures denied moving unto holy ground don't keep calling more movement code.
2015-04-15 14:21:58 +02:00
Zuhayr 20cfea7813 Merge pull request #8852 from PsiOmegaDelta/AutoGhost
Moving while dead now auto-ghosts you.
2015-04-15 19:59:38 +09:30
Chinsky 3f93454017 Merge pull request #8849 from PsiOmegaDelta/GhostPossess
Allow admins to drag-drop ghosts into mobs.
2015-04-15 12:46:56 +03:00