Commit Graph

19 Commits

Author SHA1 Message Date
CHOMPStation2StaffMirrorBot
ed79946ade [MIRROR] some istype to macros (#9802)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-01-05 23:01:49 +01:00
CHOMPStation2
5ea698a0ef [MIRROR] Removes /obj/item/weapon and /obj/item/device [MDB IGNORE] (#9084)
Co-authored-by: Changelogs <action@github.com>
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
2024-09-30 21:36:41 +02:00
BlackMajor
09528d69d2 Update spacetravel.dm 2023-05-31 23:13:24 +12:00
Casey
f89834cd72 Merge pull request #12293 from Heroman3003/11743-fix
11743 fix
2022-02-20 00:07:37 +00:00
Leshana
4d2c0e9685 Merge pull request #11692 from VOREStation/vplk-fix-infinate-spacelost
Fix getting stuck in deep space because of bad creation of temporary sectors
2021-10-21 23:12:52 +00:00
Aronai Sieyes
9731e1a758 Merge pull request #11602 from VOREStation/upstream-merge-8297
[MIRROR] Adds sanity check to overmap temp Z level can_die()
2021-09-27 18:00:13 +00:00
Nadyr
384f936937 Merge pull request #2292 from CHOMPStationBot/upstream-merge-10754
[MIRROR] 2 Overmap Fixes
2021-06-25 22:07:02 -04:00
Novacat
9dcda80a06 Merge pull request #10754 from VOREStation/Arokha/shiplight
2 Overmap Fixes
2021-06-25 18:26:05 +00:00
Chompstation Bot
fb343cec6c [MIRROR] Linter diagnostics + bans non-var relative pathing 2021-06-22 22:17:02 +00:00
Chompstation Bot
5af77e4b11 Maybe make deepspace levels slightly more robust? 2021-05-25 21:32:11 +00:00
Novacat
3f99fb32f1 Merge pull request #10047 from Novacat/nova-ert
Properly garbage collects carp
2021-03-30 20:04:32 +00:00
Novacat
46a3ef1d35 Merge pull request #9424 from VOREStation/upstream-merge-7773
[MIRROR] Fixes unreachable landmarks breaking spacetravel
2020-12-08 03:35:06 +00:00
Atermonera
c421782aa2 Mobs don't get lost in space (#7713) 2020-10-02 21:24:00 -04:00
Atermonera
aa1575c27f Merge pull request #7593 from Cyantime/patch-3
Increases number of things that survive overmap ztransit
2020-08-31 23:41:07 -04:00
ShadowLarkens
9cf164d66c Fix AI multicam exploits & a few other bugs 2020-05-10 21:15:52 -07:00
Leshana
0c3126ffad Fix overmap spacemove not actually re-using deepspace sectors. 2020-04-17 10:22:22 -04:00
Aronai Sieyes
942ed8d806 Adds an overmap helper to find what sector you're in 2020-04-11 12:03:10 -04:00
Aronai Sieyes
09003a6c61 Improve space map edges 2020-04-02 01:08:07 -04: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