Rules verb moved to the interface to make it more visible (so new players may
actually -read- it occasionally).
Minor changes to investigate singulo based on feedback. Entries are now
timestamped and the "time \ref[src] (location)" bit is in a smaller font.
Collectors note how much fuel they are loaded with.
Revision: r3687
Author: elly1...@rocketmail.com
floor without ever picking them up.
- New hotkeys: Delete is the 'stop dragging' button and insert cycles through
intents.
- Added some user feedback messages to the drop, throw, stop-dragging and cycle-
intents hotkeys.
- Added the hotkeys thing to the changelog.
Revision: r3631
Author: baloh.matevz
little to the right to create some whitespace between the browser+info and
wiki+forum buttons, since the browser+info buttons tend to get used more. In
addition I added a message that gets displayed when someone clicks the button
when the wiki and forum addresses are not configured in the files. The last
change is a confirmation message which shows up when you click the wiki and
forum buttons. This is because people often clicked the wiki button in error,
which then opened up a browser, took focus away from the game and all that unfun
stuff.
Revision: r3600
Author: baloh.matevz
- Uses freelook visibility calculations
- all visible turfs represented as a 2x2 square
- - doors, windows, and structural objects that block movement show up in different colours from walls, floors, and space
- - windows and windoors that only block the edge of a tile show as a 1x2 line
- Areas that were visble but now aren't display in red. This will happen during regular activity, as doors open and close, as well as during abnormal circumstances, such as a camera being disabled/destroyed, or additional walls being constructed that block a camera's LOS.
- changes in visibility in an area triggers a map update which takes place two minutes later, reducing amount of processing (since further update triggers are ignored until the pending update has taken place), and give antagonists time after disabling a camera to conduct their business, before the map reveals that anything is out of the ordinary.
Sample screenshot: http://i.imgur.com/PS2vF.png
Todo:
- Remove test verb available to everyone, replace with AI-only (and perhaps avaiable to admins and ghosts?) verb.
- Clicking a tile immediately enters freelook and jumps to that tile
- Perhaps overlay blinking blue for areas with atmosphere alerts, brown for power? Independant of visibility, or centred on APC?
- A verb to force-update the current 3x3 area, while in freelook?
Set the urls within config.txt. Both buttons do nothing by default, you have to
set the urls yourself.
Removed two unused txt files that I forgot to remove.
Revision: r3502
Author: elly1...@rocketmail.com
▫ Signals can now be rejected by Subspace broadcasters through a specific data[]
parameter.
▫ Improved the log browser.
▫ Log browsers and telecommunication monitors no longer require access to use.
You do need access to delete logs, however.
▫ Intercoms need power to work. They don't drain power, they just need a
constant flow of equipment power. As such, that offline intercom sprite's now
finally being put to use.
Scripting language:
▫ Sorry about all the files; they're all necessary! It's important to notice
that the basic structure of the scripting language code is not mine; I
cannibalized the base structure from some obscure BYOND project. It's pretty
well documented, and I'd say easier to browse through than atmos. Here's the
basic deal:
A compiler datum manages the relationships between the three main subsystems of
a scripting language: the Scanner, the Parser, and the Interpreter. The Scanner
splits raw text into token datums that the Parser can read. The Parser
transforms the otherwise random bits and strings into ordered AST Trees and
nodes for the Interpreter to read. The interpreter actually executes the code
and handles scope/functions/code blocks.
Revision: r3193
Author: vageyenaman
Pretty sure everyone who cares knows about this already, but the low down is that shit is more responsive and potentially prettier.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2529 316c924e-a436-60f5-8080-3fe189b3f50e
Added a sprite for welded vents. (Original courtesy of Cheridan)
Added an overlay for connected canisters. (Thanks to ruarai)
Updated one of the AI statuses to be animated.
Fixed the original style hotkeys.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2409 316c924e-a436-60f5-8080-3fe189b3f50e
The new list of hotkeys is as follows: (Valid as of 21.10.2011)
Numpad with Num Lock enabled = movement in wanted direction.
Numpad with Num Lock disabled = as it was before. movement north-south-east-west and throw, drop, swap hands, use item on itself.
Page up (also numpad 9 with num lock disabled) = swap hands
Page down (also numpad 3 with num lock disabled) = drop
home (also numpad 7 with num lock disabled) = throw
end (also numpad 1 with num lock disabled) = use item in hand on itself
CTRL + A = throw
CTRL + S = swap hands
CTRL + D = drop
CTRL + W = use item in hand on itself
Numpad divide (/) = throw
Numpad multiply (*) = swap hands
Numpad subtract (-) = drop
Numpad add (+) = use item in hand on itself
In short, use Num Lock to swap between the two layouts.
Changelog updated with the change above.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2407 316c924e-a436-60f5-8080-3fe189b3f50e
CTRL + A = throw
CTRL + S = swap hands
CTRL + D = drop
CTRL + W = use item in hand on itself
Numpad divide (/) = throw
Numpad multiply (*) = swap hands
Numpad subtract (-) = drop
Numpad add (+) = use item in hand on itself
Changelog updated with this information.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2387 316c924e-a436-60f5-8080-3fe189b3f50e
The upper right panel, where the verbs usually are now has two functions, verbs and the browser. This feature has been added to hopefully reduce the number or pop-ups that appear. Currently only request consoles and vending machines use this feature. I'll wait for feedback and then update the rest, if feedback is positive.
Also removed the redcoat spawn pack... The redcoat suit is MINE.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2170 316c924e-a436-60f5-8080-3fe189b3f50e
Implemented CTRL+DIRECTION KEY to face a direction.
Tweaked some drink icons.
Added in two new icon_states to genetics.dmi. It doesn't do anything yet, but I might toy with them later on.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1954 316c924e-a436-60f5-8080-3fe189b3f50e
Luminosity
Admins editing the luminosity var now properly uses sd_SetLuminosity().
Britcup
A cup spawns for Kingston in hydroponics.
Taser guns
New sprites, courtesy of Arcalane. Now with an actual 4-shot gauge!
Interface
16x16 mode re-enabled for shits and giggles.
Mining
Reverted the uranium ore sprite.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1507 316c924e-a436-60f5-8080-3fe189b3f50e