CHOMPStation2StaffMirrorBot
8fa48e2a3e
[MIRROR] Fixes map issues found in #18285 [MDB IGNORE] [IDB IGNORE] ( #11485 )
...
Co-authored-by: Cameron Lennox <killer65311@gmail.com >
2025-08-23 22:23:45 +02:00
CHOMPStation2StaffMirrorBot
bb70ca1093
[MIRROR] Icon Fixup [IDB IGNORE] ( #11451 )
...
Co-authored-by: Cameron Lennox <killer65311@gmail.com >
2025-08-17 20:03:49 -04:00
CHOMPStation2StaffMirrorBot
2c9453b5c3
[MIRROR] var/global/list -> GLOB. conversion ( #11193 )
...
Co-authored-by: Cameron Lennox <killer65311@gmail.com >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2025-07-16 00:24:42 +02:00
CHOMPStation2StaffMirrorBot
f04f992cfe
[MIRROR] code/global.dm => code/_global_vars/ ( #10689 )
...
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2025-04-21 19:16:48 +02:00
CHOMPStation2StaffMirrorBot
e501986575
[MIRROR] only tab indentation ( #10517 )
...
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2025-03-24 01:30:43 +01:00
CHOMPStation2StaffMirrorBot
c844cc3dee
[MIRROR] Finish Machinery new to init ( #10439 )
...
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2025-03-16 15:44:59 +01:00
CHOMPStation2StaffMirrorBot
ce2446922e
[MIRROR] Initialize fixing ( #10335 )
...
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2025-03-08 22:22:04 +01:00
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
CHOMPStation2StaffMirrorBot
0180cc74c5
[MIRROR] usr to user up to player effects ( #9552 )
...
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2024-12-01 18:31:19 +01:00
CHOMPStation2
ab154b48b2
[MIRROR] refactors most spans ( #9139 )
...
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com >
Co-authored-by: Kashargul <KashL@t-online.de >
2024-10-04 15:00:17 +02: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
Casey
2fbd18b67c
Merge pull request #13681 from Heroman3003/few-things-aaa
...
Fixes a few minor things
2022-09-10 20:35:43 +00:00
Chompstation Bot
481c0e314e
Convert some bools to TRUE/FALSE instead of 1/0.
2021-07-16 17:44:40 +00:00
Cadyn
07775449d7
Fixing conflicts
2020-10-05 18:10:53 -07:00
ShadowLarkens
b1c7c65cb6
TGUI Teleporter
2020-09-19 21:16:18 -07:00
BlackMajor
717a5fa049
aughe
2020-07-23 13:57:39 +12:00
Aronai Sieyes
275eeb4400
Fix bug with in-round constructed teleporters
2020-06-10 10:44:22 -04:00
Aronai Sieyes
adcc8047d6
Redo teleporter control in nanoui
2020-05-07 21:10:58 -04:00
Atermonera
9c32a0e2b3
Updates machines to use default_apply_parts()
2020-05-07 00:40:34 -04:00
Aronai Sieyes
01d52ae515
Teleporter hub sprite
2020-04-18 23:27:58 -04:00
Atermonera
cbb40196fc
Machinery: Always use update_use_power()
2020-03-23 23:21:10 -04:00
Arokha Sieyes
47ccc655db
Deprecate the stream operator
2020-02-12 19:38:43 -05:00
Heroman
8e26511aa1
Prevents some teleporting abuses with taur riding
2020-02-08 07:45:53 +10:00
Heroman
ea1a6cfcf8
Fixes command teleporter sprites
2019-04-08 20:27:00 +10:00
Atermonera
131636b1d2
Capitalizes initialize() to Initialize() because Destroy() is capitalized and this is pretty nerve-grinding
2019-03-26 13:21:08 -04:00
Atermonera
2df5e9fe0e
Merges AI Branch into Master
2018-12-01 00:06:38 -05:00
Neerti
be73b8c36a
for(var/bad_code in world)
...
Removes a very large amount of world loops.
Adds a macro to painlessly generate a global list, and the needed code to modify the list when an object is made or deleted automatically.
Cleans up some commented out code.
2018-04-29 17:55:04 -04:00
Leshana
5847319443
Update every initialize() proc to return an initialize hint.
...
* Yes, all of them.
* Also did a few corrections to redundant New() and broken Destroy() along the way
* Renamed the turf_initializer.initialize() proc to InitializeTurf to avoid confusion.
* Subsumed /area/proc/initialize into /atom/proc/initialize() - Made /area's LateInitialize to get same behavior as before.
2018-02-05 15:50:13 -05:00
Belsima
8d3ceab287
grammar never ends ( #4421 )
...
* Update Sleeper.dm
* Update robot_fabricator.dm
* Update requests_console.dm
* Update vr_console.dm
* Update teleporter.dm
* Update records_scanner.dm
* Update mercrenegade.dm
* Update clown_items.dm
* Update firstaid.dm
* Update teleporter.dm
* capitalization fixes
* Update clown_items.dm
2017-12-08 15:30:34 -06:00
Leshana
dffe949c3a
Fix teleporter discovery of hub and station requiring specific facing.
...
* Teleporter would only search in the direction it was facing. As long as computers have no directional sprites this is fine, but otherwise it is a problem. Might as well do the sensible thing and search adjacent turfs.
2017-05-21 22:59:14 -04:00
Neerti
12abb2d6f2
Ports a large chunk of the map datum system that europa/bay uses.
...
Links many map-specific details such as the station name, z-level information, and allowed jobs from global vars to map datum vars, which should help us maintain multiple maps at once in the future, which will be needed for the future Southern Cross.
Note that a config change will be needed to change GENERATE_ASTEROID to GENERATE_MAP, otherwise no changes should be required to continue normal map usage.
To change to a different map, it's suggested to tick the file that ticks all the other needed files, which for the Northern Star is called northern_star.dm.
2017-02-27 07:36:41 -05:00
SinTwo
045c393683
Revert "Revert "Frame Cleanup""
...
This reverts commit 82722ba42f .
2016-08-13 19:55:57 -04:00
Yoshax
82722ba42f
Revert "Frame Cleanup"
2016-08-06 00:27:03 +01:00
SinTwo
66c3a007a9
frame cleanup fixes
2016-07-23 23:45:24 -04:00
SinTwo
5d25d72593
Frame Fixes
2016-06-01 14:32:56 -04:00
SinTwo
5ae20ceb8b
Buildables v1.2 ( #1517 )
...
* Removes text2path, adds constructability to a few things, adds a locker_painter.dm, and several fixes.
* Fixes Maps due to working on ancient versions.
* Path error.
* Adds a missing ..()
2016-05-03 22:18:12 +01:00
Kelenius
acc78a8000
Changes types of ghosts and eyes
...
``/mob/dead/observer`` -> ``/mob/observer/dead``
``/mob/eye`` -> ``/mob/observer/eye``
Reason being that they are similar in that they both don't interact with
the world in any way. Some procs were shared, some checks as well, and
it overall makes more sense this way. Plus, there were no ``/mob/dead``
mobs.
2016-02-20 15:36:05 +03:00
PsiOmegaDelta
443a376848
Ghosts can now view any object with a NanoUI interface.
...
However, ghosts can now also only view objects in range to ensure that the NanoUI window count is kept low.
Admins do not suffer this restriction and may also interact with these windows.
2015-12-07 02:35:33 -05:00
PsiOmegaDelta
87d4cf4f68
Computers are now overlay based.
...
Computers now use an overlay based system, instead of demanding a full set of icons (on, off, broken) for every different computer.
Partially ports ParadiseSS13/Paradise#1468 which is a port of tgstation/-tg-station#9931 .
2015-07-07 17:23:49 +02:00
GinjaNinja32
dfd871f168
code/machinery, fix for code/antagonist merge string causing false positive
2015-05-30 14:05:32 +01:00
PsiOmega
1ae0ad6d92
Updates the atom_pool, now datum_pool, to handle any datum object.
...
Makes the garbage collector similarly robust. Continues the whole Destroy/qdel porting.
2015-04-24 09:59:05 +02:00
Daniel García Baldomir
2e571e5448
Pass at removing empty process() on game/machinery
2015-03-14 21:38:23 +01:00
Daniel García Baldomir
9e464d823f
Added process to robo-fabs and teleporter.
2015-03-14 20:06:52 +01:00
Chinsky
b6ca496a93
Merge pull request #7617 from fira/obscomps
...
Observers Improvements: Ghosts are able to spy on computers, SMES and APCs, with NanoUI and OldUI support
2015-02-03 18:12:16 +03:00
PsiOmega
ebf3d25cae
Additional support for non-Exodus maps.
...
Teleport now also checks config for appropriate Z-levels instead of using hard-coded values.
2015-01-29 09:17:48 +01:00
Chinsky
c7aff28ffe
Merge pull request #7962 from Baystation12/master
...
master->freeze
2015-01-27 21:55:46 +03:00
PsiOmega
dadc677a34
Adds a second teleporter check because I r dumb.
2015-01-22 09:25:10 +01:00
PsiOmega
b51acb1366
Merge remote-tracking branch 'upstream/master' into dev-freeze
2015-01-21 08:50:19 +01:00
PsiOmega
07cc7a156b
Fixes #7857 .
...
Must now remain adjacent to the teleporter computer if you wish to change target location.
2015-01-20 11:34:29 +01:00
Fira
200358d592
Fix incorrect proc path in code/game/machinery/teleporter.dm
2015-01-01 18:53:31 +00:00