- Added the machine loading floor tiles, changed loading sprites (which get deleted upon round start)

- Added a messaging server which will log all PDA and RC messages. Eventually I will make PDAs and RCs use this server, but since there are two major mapping things being done, I taught I'd get the map parts in early
- Messaging server currently logs all PDA and RC traffic (Only admins can see it tho via the View Variables verb)
- Included the missing file from a previous revision

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1252 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-03-23 20:53:38 +00:00
parent 7996c4b1f9
commit cfe29735c7
6 changed files with 4182 additions and 4168 deletions
+3
View File
@@ -444,6 +444,9 @@
last_text = world.time
for (var/obj/machinery/message_server/MS in world)
MS.send_pda_message("[P.owner]","[src.owner]","[t]")
src.tnote += "<i><b>&rarr; To [P.owner]:</b></i><br>[t]<br>"
P.tnote += "<i><b>&larr; From <a href='byond://?src=\ref[P];editnote=\ref[src]'>[src.owner]</a>:</b></i><br>[t]<br>"