039ee85382
[MIRROR] Convert preferences to /tg/ preferences ( #9797 )
...
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2025-01-09 02:08:43 +01:00
Kashargul and GitHub
3771982275
[Manual Port] manually ports icon forge from Virgo ( #9731 )
2024-12-30 14:20:44 +01:00
f72f2f8c89
[MIRROR] Server maint subsystem ( #9408 )
...
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2024-11-04 22:00:41 +01:00
0533702085
[MIRROR] Timer subsystem update ( #9320 )
...
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2024-10-27 01:00:51 +02:00
e761314845
[MIRROR] TGUI Research Console Rewrite ( #9151 )
...
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2024-10-05 00:24:12 +02:00
e28fa96705
Tg panel patch 2 ( #8085 )
...
Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com >
2024-05-15 13:42:13 +02:00
Selis and GitHub
e1a987c25c
Configuration Controller ( #7857 )
2024-04-05 07:44:20 +02:00
Kashargul and GitHub
40ae8badfc
more icon2html ( #8021 )
2024-03-21 13:58:48 +01:00
6f0e2b5539
Timer subsystem update ( #7851 )
...
Co-authored-by: Raeschen <rycoop29@gmail.com >
2024-03-02 17:01:50 +01:00
b90f7ec922
The 515 MegaPR early downport ( #7783 )
...
Co-authored-by: Selis <selis@xynolabs.com >
Co-authored-by: Selis <sirlionfur@hotmail.de >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
Co-authored-by: SatinIsle <thesatinisle@gmail.com >
Co-authored-by: Heroman <alesha3000@list.ru >
Co-authored-by: Casey <a.roaming.shadow@gmail.com >
Co-authored-by: Raeschen <rycoop29@gmail.com >
2024-02-27 20:17:32 +01:00
Cadyn and GitHub
9cb6ee14a6
Unshit the code(Mobspawners) ( #7706 )
2024-02-09 07:55:57 +01:00
BlackMajor and GitHub
92c744dfec
Event stuff, but also Squeak component ( #7285 )
2023-12-11 14:40:47 +13:00
37d1214270
[MIRROR] Attempts to fix two different cascading runtimes ( #6811 )
...
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com >
Co-authored-by: Raeschen <rycoop29@gmail.com >
2023-08-15 10:20:53 +02:00
Casey and CHOMPStation2
48f835f41f
Fixes in-chat icons being broken in oldchat
2022-07-20 17:24:27 +00:00
Casey and CHOMPStation2
e1edec79c8
Ports some modular computer stuff from baystation
2022-07-01 03:58:58 +00:00
Chompstation Bot
15cafbe65b
Optimize a couple things
2021-07-20 21:30:20 +00:00
Chompstation Bot
b6e1989a01
The One Where I Port Modals
2021-06-30 19:29:34 +00:00
Chompstation Bot
fb343cec6c
[MIRROR] Linter diagnostics + bans non-var relative pathing
2021-06-22 22:17:02 +00:00
Chompstation Bot
34143b83cf
[MIRROR] Ports Nebula's Discord Webhook Integration
2021-05-27 16:35:07 +00:00
Chompstation Bot and Darlantan
d7f20396de
Personal crafting & Dependencies
2021-05-11 22:43:33 -04:00
Aronai Sieyes
0d14487cdc
Add serial comma
2020-05-16 17:06:21 -04:00
Atermonera and VirgoBot
f8005fda4b
Merge pull request #6941 from spookydonut/parsefixes
...
Fix some parse errors
2020-04-05 02:33:28 -04:00
Aronai Sieyes and GitHub
7cb680ab34
Merge pull request #6918 from VOREStation/upstream-merge-6826
...
[MIRROR] Port Landmark Shuttles
2020-03-21 00:52:08 -04:00
Leshana
cf7d50978e
Fix list_values to support lists of lists. Fix missing variable init.
2020-03-19 20:28:53 -04:00
ShadowLarkens and Aronai Sieyes
2e23dcdb49
Speed up mapload significantly
...
Co-authored-by: Aronai Sieyes <arokha@arokha.com >
2020-03-19 00:29:24 -04:00
Leshana
9cbdf184ff
Ported Basic Overmap Functionality
...
- Ports the overmap, ships, sectors, and "landable" ships from baystation.
- Ports necessary computers to control ships and overmap shuttles.
- Shims missing machine and computer functionality pending future enhancements.
- Includes required new sprites and sounds.
2020-03-11 11:11:40 -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
Arokha Sieyes
1d9e5be122
Replace \image macro with bicon()
2020-02-19 19:55:01 -05:00
Arokha Sieyes and Leshana
47ccc655db
Deprecate the stream operator
2020-02-12 19:38:43 -05:00
Atermonera and VirgoBot
80ec8ac200
Merge pull request #6656 from Amunak/countable-lists
...
Prettifies closet contents list with (newly added) countable variant of english_list
2020-02-01 18:01:23 -05:00
Neerti and VirgoBot
f5f20628fd
Merge pull request #6169 from GeneriedJenelle/patch-1
...
Ports Radial Menus
2019-05-28 14:25:49 -04:00
Neerti and VirgoBot
16b3b58259
[REVIEW] Ports Modular Computers from Baystation
2019-04-28 22:06:40 -04:00
Unknown
cf39c61c2d
Conflict Resolution
...
This one made a lynx cry.
2019-03-28 13:19:19 -04:00
Neerti and Novacat
3256202407
[READY]Ports /tg/station pixel projectiles, processing subsystems, timer subsystems, and some misc stuff to make it all work
2019-03-27 22:02:07 -04:00