Commit Graph

65 Commits

Author SHA1 Message Date
Fox McCloud ee8d6bade6 Fixes Timer SS Timeouts 2018-10-16 23:40:57 -04:00
Desolate f7627d2fcb Resolves conflicts. 2018-10-11 05:36:22 -05:00
variableundefined 021f55539f Merge pull request #9776 from tigercat2000/hover_indicator_inventory
SSOverlays & Hover Inventory Indicator
2018-10-10 22:19:26 +08:00
variableundefined 3350cdd27f Merge pull request #9789 from Birdtalon/runtime
Fixes runtime in tickets.dm
2018-10-10 17:02:25 +08:00
tigercat2000 39c6b5d1e7 Spacing 2018-10-09 20:37:46 -07:00
Birdtalon 4a640e9290 .len to length() 2018-10-09 19:35:12 +01:00
tigercat2000 8ce0592ac0 SSOverlays & Hover Inventory Indicator
This ports the hover inventory indicator from /tg/, and by necessity, SSOverlays.
The hover inventory indicator basically shows where you are trying to
put an item, and then shows an item ghost in red or green, giving visual
feedback as to if that item will go in the slot or not.

SSOverlays is a much broader system for managing overlays, which should
eventually take over *all* overlays, but I have only ported the basic
system and implemented it where necessary for it to work for the hover
inventory items currently.
2018-10-08 22:50:39 -07:00
variableundefined 27a99f8ed7 Merge pull request #9581 from DesolateG/timertest
Ports updated /tg/ timer subsystems.
2018-10-09 09:11:55 +08:00
Purpose 4d7dd5a6c9 dayum dats defined 2018-10-08 22:48:00 +01:00
Crazy Lemon 200efd05bd Merge pull request #9459 from variableundefined/NPCPoolPort
SS Port: NPCAI & NPCPool
2018-10-07 21:01:30 -07:00
variableundefined d359d6bbcb Cache verbs 2018-10-08 11:00:56 +08:00
Desolate 4c062212ab refactors global lists. 2018-10-06 08:02:45 -05:00
Desolate c974e29a3c global lists global defined 2018-10-02 15:52:46 -05:00
variableundefined 721a7656d2 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into NPCPoolPort 2018-10-01 16:34:47 +08:00
variableundefined f923a2a48b Merge pull request #9419 from Birdtalon/ticketrefactor
Tickets 2: The ticketting - Converts tickets to subsystem + extra
2018-10-01 16:20:46 +08:00
Crazy Lemon e3e22ca2ab Merge pull request #9476 from variableundefined/SSNanoMob
Port Nano Mob to StonedMC
2018-10-01 01:13:58 -07:00
Crazy Lemon ca26739109 Merge pull request #9477 from variableundefined/SSPortShuttle
Port Shuttle to StonedMC
2018-10-01 01:13:42 -07:00
Desolate 56d762bafb Ports updated /tg/ timer subsystems. 2018-09-27 06:56:41 -05:00
Birdtalon 96ef41e29d fixes stale display 2018-09-21 17:46:23 +01:00
variableundefined ac445b392f Restore / add back in Qdellog 2018-09-19 15:27:55 +08:00
variableundefined bc22544919 Port Shuttle to StonedMC 2018-09-02 22:22:33 +08:00
variableundefined 841463c17e Port Nano Mob to StonedMC 2018-09-02 20:27:52 +08:00
variableundefined 6853751fb9 Oops 2018-09-01 11:42:24 +08:00
variableundefined 1e8e909847 Actually port it over properly. Also port NPCAI to StonedMC. 2018-09-01 11:31:42 +08:00
variableundefined f6f0e78157 Port over NPC Pool to Subsystem 2018-08-30 21:57:45 +08:00
Birdtalon f91e14c240 adds stat entry, removes unused proc 2018-08-28 19:30:20 +01:00
Birdtalon fb14cdb6b7 makes procs use clients again 2018-08-28 19:17:42 +01:00
Birdtalon d9d48e8464 fixes 2018-08-26 15:50:50 +01:00
Birdtalon 39c35c0786 procs take mobs as arguments instead of clients 2018-08-26 15:34:57 +01:00
Birdtalon ee908a9554 refactors admin tickets system to subsystem 2018-08-26 15:15:25 +01:00
Aurorablade b1364b5e4c Air SS tweak 2018-08-22 19:18:20 -04:00
Kyep cfce50fe8a moves core to /area/ subtype, bugfix 2018-08-06 23:17:30 -07:00
Crazylemon64 b2d0bb1c0b Fixes maploading so that the cyberiad and space hotel load cleanly again 2018-07-24 20:58:38 -07:00
Fox McCloud 5fb13096a2 Merge remote-tracking branch 'upstream/master' into weather-subsystem
# Conflicts:
#	code/__DEFINES/layers.dm
2018-06-13 16:56:19 -04:00
tigercat2000 5ace5944d9 Remove bad #undef's and conflicting macros for SpacemanDMM to stop throwing warnings 2018-05-31 19:34:47 -07:00
Fox McCloud 6cdfe70303 Converts and Updates Weather Subsystem 2018-05-21 00:01:18 -04:00
Fox McCloud 08bf86a169 Potential Powernet Fix 2018-05-11 20:26:25 -04:00
tigercat2000 7fb8f8d76c Merge remote-tracking branch 'upstream/master' into more_ss_ports
# Conflicts:
#	paradise.dme
2018-04-30 09:27:11 -07:00
Fox McCloud 0c39cb11e4 tweak 2018-04-29 20:15:46 -04:00
tigercat2000 7d8c9a731a SS Conversion: Atoms, Machines, n' Mobs
This converts the machine and mob processes to the SMC. Additionally, it
adds the Atom subsystem, which handles all Initialize() calls in place
of the old gameticker. Due to incompatibility with our atmospherics
(FUCK OUR ATMOSPHERICS FOR FUCKING EVER JESUS CHRIST WHO THE FUCK MADE
THIS PIECE OF GODDAMN SHIT) atmospherics machines do not use
Initialize() as they should, instead opting for a custom atmos_init
proc that the air controller handles.
2018-04-28 17:55:15 -07:00
Fox McCloud cfe182a1f7 Ports over Timer Subsystem 2018-04-28 20:26:04 -04:00
Fox McCloud 0382afcb33 Ports TG Components 2018-04-21 01:22:50 -04:00
Fox McCloud 4f777d76ea Makes Pipenets Actually Rebuild and Pipes GC 2018-04-15 04:16:09 -04:00
tigercat2000 8b576c4d42 Merge pull request #8877 from Fox-McCloud/gc-stuff
Adds more GC Debugging
2018-04-14 21:28:54 -07:00
Fox McCloud 519cee2810 Adds more GC Debugging 2018-04-14 08:05:09 -04:00
Fox McCloud c3bfb42f3a Merge pull request #8847 from tigercat2000/nightshift_tweak
Make sec levels avoid overwriting an admin-forced nightshift
2018-04-13 21:32:14 -04:00
Fox McCloud 9901fa4154 tweaks 2018-04-05 23:36:34 -04:00
tigercat2000 77519c926f Make sec levels avoid overwriting an admin-forced nightshift 2018-04-04 09:26:14 -07:00
Fox McCloud 1d80bf01c0 Merge remote-tracking branch 'upstream/master' into gc-ss-port
# Conflicts:
#	paradise.dme
2018-04-03 18:21:04 -04:00
tigercat2000 e71c4279a7 Merge remote-tracking branch 'upstream/master' into night_shift
# Conflicts:
#	paradise.dme
2018-03-30 10:20:21 -07:00