Henri215
de50855e45
TG port: New display, pod control and request console sprites ( #22979 )
...
* TG port: New display, pod control and
request console sprites
* fixing pod control sprite animation speed
2023-10-29 20:55:39 +00:00
Henri215
47b3d08f04
Newscasters/camera monitors/displays tweaks ( #19305 )
...
* frames and autolathe
* final adjustment
* engine monitor
* circuit board selection and newscaster tweaks
* names adjustments
* entertainment frame icon adjustment
* moving to another PR
* forgot to move those
* added the other monitors circuit boards
* Update code/game/machinery/computer/camera.dm
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
* removed unnecessary flow
* display
* entertainment frame uses correct icon now
* merge conflcit part 2, do_build for newscasters
* moving var
* Sirryan suggestion and reverting piece of code removed by mistake
* Update code/game/machinery/computer/buildandrepair.dm
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
* added description
* Apply suggestions from code review
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
* Sirryan suggestion and removed 1
* moved to on_deconstruction
* Removing unused arguments
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com >
2022-10-28 19:00:03 +02:00
S34N
7b5a60ef93
New newscaster sprites ( #19251 )
2022-10-08 12:02:21 +01:00
Sirryan2002
b4539344e4
Minor Mountable Frame Code Refactor ( #18738 )
...
* bugfix turned into a refactor
* fixes exploit with producing infinite metal
* Update code/__DEFINES/construction.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
2022-08-27 16:04:43 -05:00
AffectedArc07
04ba5c1cc9
File standardisation ( #13131 )
...
* Adds the check components
* Adds in trailing newlines
* Converts all CRLF to LF
* Post merge EOF
* Post merge line endings
* Final commit
2020-03-17 18:08:51 -04:00
Tigercat2000
71e5344a98
Mass replace
2016-07-07 19:34:02 -07:00
Tigercat2000
78f53553f8
Reduce lines by removing blank lines added by PJ's script
2016-04-05 08:25:57 -07:00
Tigercat2000
9d430844c3
Replace most (if not all) output << operators with to_chat(user, message)
...
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.
Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Fox-McCloud
a019934e9e
Pass I
2015-09-04 05:18:48 -04:00
ComicIronic
44aa2ba225
Code rework of placing things on walls.
...
Stuff goes under types.
Types have procs.
Never have 500 lines of repeated code again.
I came very close to crying while editing this. You should appreciate
that.
----
This commit entirely reworks how placing things on walls work- Posters
have intentionally been left alone to reduce the amount of lines
changed. With this commit, wall-mounted objects are no longer snowflaked
into the wall file.
2015-04-19 14:29:42 -07:00