Commit Graph

295 Commits

Author SHA1 Message Date
izac112
4b051c23fc Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2020-09-13 15:05:53 +02:00
lbnesquik
305320d173 Make flying not cost your entire fat reserves 2020-08-30 20:33:39 +02:00
Novacat
762f655b59 Merge pull request #8873 from VOREStation/upstream-merge-7559
[MIRROR] Ladders respect Move Up/Down paradigm
2020-08-28 13:35:11 -04:00
Novacat
dedbb71ccf Update structures.dm 2020-08-28 12:59:17 -04:00
Novacat
9ac3f02519 Update movement.dm 2020-08-28 12:58:04 -04:00
Atermonera
f2f5ba7a9e Ladders respect Move Up/Down paradigm 2020-08-27 21:39:06 -04:00
Atermonera
fbf39daacf Actually adds (and TESTS) exclude_mobs parameter to visible_message 2020-08-25 00:31:12 -04:00
Killian
7ba02354f5 polish and tweaks 2020-07-23 00:45:53 +01:00
Aronai Sieyes
ce31fbdef3 Move openspace object updating to event listeners 2020-05-19 14:21:25 -04:00
Aronai Sieyes
09074eaabb Alter playsound paradigm 2020-05-18 23:42:15 -04:00
Aronai Sieyes
48571fa882 2 catwalk fixes, climbing and decon 2020-05-15 09:06:20 -04:00
Leshana
57285beb6c MultiZ Pulling Fixes
- Prevent pulling anchored stuff up stairs.
- Prevent pulling stuff up/down z-levels thru ladders.
2020-05-03 09:49:25 -04:00
Aronai Sieyes
3df736d571 Allow climbing up and falling through opened plated catwalks 2020-05-01 14:13:42 -04:00
Aronai Sieyes
b3c1cfd29d Merge pull request #7516 from VOREStation/upstream-merge-7045
[MIRROR] Removes limits on eating, centralizes nutrition changing.
2020-04-29 19:23:55 -04:00
Aronai Sieyes
893130bdff Merge nutrition refactor for vorestation 2020-04-29 18:34:22 -04:00
Aronai Sieyes
6ebd249748 Rewrite examine() to pass a list around 2020-04-29 16:42:50 -04:00
Aronai Sieyes
d3da6ae4a5 Refactor move code 2020-04-26 16:42:50 -04:00
Atermonera
45dec7760e Space spaced through open space looks like space (#7018)
* Space spaced through open space looks like space

* Unnecessary update_icon
2020-04-26 03:24:42 -04:00
ShadowLarkens
1d655268a4 Fixed merge conflicts and errors, everything seems to work 2020-04-23 18:25:25 -07:00
ShadowLarkens
139d5cd3c3 Saycode Overhaul -- Multilingualism 2020-04-20 04:12:53 -04:00
Aronai Sieyes
0d39c5535e Merge pull request #7200 from VOREStation/aro-offmap-rebase2
ITV Talon offmap spawn jobs
2020-04-13 09:28:19 -04:00
Aronai Sieyes
6bdda81593 Add vacuum openspace 2020-04-11 12:03:10 -04:00
Leshana
c6b970079c Fix openspace redering of under-objects that have no main icon (only over/underlays)
In particular stops manifolds from getting the openspace "map" icon state as its main icon instead of null.
2020-04-10 12:10:31 -04:00
Leshana
5bf15efcbc Refactor the Open Space controller into MC Subsystem
- Basically just refactor doWork() into fire() with the capablity to return in the middle with MC_TICK_CHECK.
- Move some vars around to be more organized.
- Only functional change is that when a turf is queued twice in one cycle, the second queue moves it to the end of the list instead of it being in the queue twice
2020-04-10 12:10:21 -04:00
Leshana
4c25dc91df Commit move of open_space_controller.dm to subsystems folder to track history through rename. 2020-04-10 12:07:07 -04:00
Arokha Sieyes
f0bc46cc49 Add 2 new pipe types 2020-04-05 23:05:33 -04:00
Aronai Sieyes
d25e67ee56 Small mech tweaks 2020-03-20 19:49:11 -04:00
Neerti
78430f8152 Makes walk intent protect you from lagging into lava. (#6841) 2020-03-16 05:51:19 -04:00
Aronai Sieyes
6917c3ebf1 Missed a good place to check is_incorporeal 2020-03-13 15:27:10 -04:00
Aronai Sieyes
0500515a41 Fix missing incorporeal floatyness 2020-03-08 15:47:36 -04:00
Novacat
6e23c5f45a Merge pull request #6709 from VOREStation/aro-mistake
Fix way too many vorestation edits
2020-03-05 19:03:58 -05:00
Leshana
c837078105 Replaced "area" shuttles with "landmark" shuttles.
Largely ported from the work done at Baystation in https://github.com/Baystation12/Baystation12/pull/17460 and later commits.

 - Shuttles no longer require a separate area for each location they jump to.
   Instead destinations are indicated by landmark objects, which are not necessarily exclusive to that shuttle.
   This means that more than one shuttle could use the same docking port (not at the same time of course).
 - Enhanced shuttle control computers to use nanoui if they didn't.
 - Organizes shuttle datum code a bit better so there is less re-inventing the wheel in subtypes.
 - Allows the possibility of shuttles (or destinations) that start on late-loaded maps.
 - Deprecate the "extra" shuttle areas that are no longer needed and update shuttle areas in unit tests

This all required a bit of infrastructure improvements.

 - ChangeArea proc, for changing the area of a turf.
 - Fixed lighting overlays actually being able to be destroyed.
 - Added a few utility macros and procs.
 - Added "turf translation" procs which are like move_contents_to but more flexible.
2020-03-05 10:29:08 -05:00
Aronai Sieyes
f475ecbdc6 Replace a bunch of VOREStation edits that can be sent to Polaris 2020-02-29 19:45:58 -05:00
Arokha Sieyes
47ccc655db Deprecate the stream operator 2020-02-12 19:38:43 -05:00
Atermonera
5bcb9cc934 Fix various syntactic problems 2020-01-21 01:06:04 -05:00
Unknown
c342290277 Multi-Z connectivity no longer limited by bit field
Port of Baystation  (#19832), Mirrored to Polaris (#6534)
2019-11-22 08:37:03 -05:00
Unknown
2ce617a5f0 Improves Sanity check 2019-10-14 23:16:16 -04:00
Unknown
960b26a63b Sanity Check 2019-10-14 23:11:26 -04:00
Unknown
5072a753e7 Precise portals 2019-10-14 22:48:30 -04:00
Unknown
a4f2053c66 Fixes adminspawned ladders 2019-10-14 22:34:28 -04:00
Unknown
80ce44c5c8 New sprite for portal gateway 2019-10-01 20:41:16 -04:00
Unknown
0ba3f037f5 Minor Event Stuff 2019-09-30 20:11:49 -04:00
Unknown
a646af0c4c Stops infinite loop 2019-04-24 20:53:32 -04:00
Unknown
4f70cf5865 I did a stupid 2019-04-24 20:26:12 -04:00
Unknown
f21c5e4430 Adds Subtle Teleporter
It is also a structure, which should make it easier to use in buildmode. Current uses vanilla portal sprite.
2019-04-24 20:20:51 -04:00
Neerti
9df9e135a6 Merge pull request #6105 from Heroman3003/climbybois
Fixes borgs being unable to use ladders
2019-04-22 00:28:01 -04:00
Neerti
fee131b612 Merge pull request #6093 from Heroman3003/zpipe-fix
Fixes newly constructed vertical pipes being invisible
2019-04-16 22:00:31 -04:00
Heroman
f6586554b1 Fixes moving items downstairs, virgo edition 2019-04-15 04:19:09 +10:00
Heroman
86a98230b9 Fixes being unable to climb ladders you're already on 2019-04-08 07:09:18 +10:00
Heroman
5a9e1f1566 Ports some fixes 2019-04-07 14:02:34 +10:00