Zuhayr
d289510da4
Merge pull request #8856 from comma/getarea
...
get_area returns master now
2015-04-19 15:45:20 +09:30
Neerti
b178e56a3b
Lazy fix because microwaves are terrible.
2015-04-18 22:04:05 -04:00
PsiOmega
27abc7404d
Gives AI a personal atmospherics control subsystem.
...
Includes further work on NanoUI interactions.
2015-04-19 00:24:19 +02:00
PsiOmega
b295b9e3c6
Another emergency shutter fix.
...
I goofed, and dropped the distance check.
2015-04-18 20:13:25 +02:00
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
804ca5aa0b
Fixes #8250 .
...
Uncomplicates the examine pre-check.
Ensures door/examine() returns the proper value.
2015-04-18 19:25:22 +02:00
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
PsiOmega
c39c929db7
Adds a PDA cartridge ejection verb.
...
The most requested feature.
2015-04-18 18:18:11 +02:00
PsiOmega
725e3335d2
Fixes #8895 .
...
Laptops now use the proper proc for checking camera status.
2015-04-18 17:49:40 +02:00
volas
dbd239f4ec
Corrections dual sanitizing
2015-04-18 17:49:25 +03:00
Chinsky
0206d6db8f
Merge pull request #8868 from Jarcolr/patch-2
...
Fixes #8633
2015-04-18 17:44:22 +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
Chinsky
3819fe8d03
Merge pull request #8747 from Kelenius/ofJarsAndLizards
...
The return of the jars
2015-04-18 17:01:08 +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
PsiOmegaDelta
0b6affb274
Merge pull request #8877 from Jarcolr/patch-3
...
Fixes #8559
2015-04-18 15:55:45 +02: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
Zuhayr
c8b9d93d66
Merge pull request #8892 from Baystation12/master
...
Master into dev-freeze
2015-04-18 21:45:41 +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
Den
daf6c17c88
Fix speed and add rotate()
...
If move NORTH and EAST speed[i] be + and "last_movement[i] + default_delay - speed[i]" decrease but if move SOUTH and WEST speed[i] be - and "last_movement[i] + default_delay - speed[i]" increase. abs(speed[i]) Fix it. "last_movement[i] + default_delay -abs(speed[i])" always decrease.
rotate() rotate ship icon in move dir.(Don't need a make additional dir sprites)
2015-04-17 23:37:57 +03:00
Den
1ff0eda601
Change dismantle turf to pipe turf.
2015-04-17 20:34:30 +03: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
1cf3fa4c7a
Fixes #8559
...
Device.dmi is where the sunflower icon is, this is targeting dev because it is ahead on master on this file.
2015-04-17 15:55:15 +03:00
Jarcolr
0030ca76af
Spans instead of fonts.
...
Hopefully no typos.
2015-04-17 15:34:37 +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
PsiOmega
a3fb012332
Updates the atom_pool, now datum_pool, to handle any datum object.
2015-04-17 10:37:47 +02:00
PsiOmega
a6a428af6a
Mecha + misc. Destroy() because I had already begun.
2015-04-17 09:55:59 +02:00
PsiOmega
4b040d93ba
Continues the painful process of porting Destroy()s, Dels(), and everything else needed for qdel.
2015-04-17 09:47:19 +02:00
PsiOmega
858b56a2e5
The Nar-Sie summoning ritual is now animated.
2015-04-17 08:04:59 +02:00
GinjaNinja32
159dccbfab
Fixes floor painter solid-dark icon
...
Fixes #8873
2015-04-17 03:18:53 +01:00
Den
1a000ea53c
Add rework switch to list of pipe types.
2015-04-16 20:54:12 +02:00
Den
6f77a98bc3
Fix activating with no metal.
2015-04-16 20:15:40 +02:00
Kelenius
ec1b6f122c
Merge remote-tracking branch 'origin/dev' into ofJarsAndLizards
...
Conflicts:
icons/obj/items.dmi
maps/exodus-1.dmm
2015-04-16 19:17:10 +03:00
Den
737b4fc08e
dismantle Fix
2015-04-16 16:42:57 +02:00
Den
0edb5a2ba5
user << add user.visible_message() replace
2015-04-16 16:40:06 +02:00
Kelenius
0c9eb8a112
Minor jar fixes
2015-04-16 17:30:01 +03:00
Jarcolr
9fda2a2614
Fixes #8633
...
Hopefully the wording is okay. Targeting dev because this file is ahead on master.
2015-04-16 17:27:57 +03:00