Kashargul
458f28fd1b
Ports RS 658, 661
2024-11-20 09:52:28 +01:00
Killian and GitHub
17c8f7de0f
Merge branch 'master' into kk-climbs
2024-11-10 22:03:41 +00:00
4879a52633
Server maint subsystem ( #16518 )
...
* upports server maint subsystem
* fix runtime in admin z narrate
* .
* sorts them verbs
* .
* .
* Update code/controllers/subsystems/statpanel.dm
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com >
* Update code/controllers/subsystems/server_maint.dm
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com >
---------
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com >
2024-11-04 11:44:44 +01:00
Killian
878bab8abb
climbing/swimming trait tweak
2024-11-01 07:06:17 +00:00
Kashargul and GitHub
b594520a74
next set of spans ( #16434 )
...
* next set of spans
* some more
* next
* next
* next
* .
* text...
* next... rest soon
* .
* .
* ok last set for the night
* .
* .
* .
* .
* some more
* next
* next
* all for now
* .
* some more easy ones
* some more easy ones
* .
* .
* some more bolds
* oups auto complete moment
* add the remaining spans
* this as well
* this as well
* .
* .,
* resync them properly
2024-10-16 23:37:27 +02:00
Heroman3003 and GitHub
f3f790815e
Merge pull request #16418 from Darlantanis/GravityFix
...
Fixes space drift, renames has_gravity()
2024-10-05 06:17:53 +10:00
Nadyr
21be7feb0c
has_gravity() rename + fixes
2024-10-03 18:35:00 -04:00
Kashargul
a2c673ab7a
refactors most spans
2024-10-02 21:10:31 +02:00
Guti
409aaba802
Remove
2024-09-09 02:36:53 +02:00
Nadyr and GitHub
90720f8a67
Various fixes ( #16176 )
...
-Patches map-spawn random objects inside loot piles
-Adds counter-clockwise rotation to many objects
-Prevents borers from crashing VR
-Tweaks blood drying to not queue dry timers on mapload
-Prevents adding grabs to crates
-Fixes look up verb when outdoors
-Lets vehicles fall through open space
-Lets the cargo tug dangerously use stairs
-Fixes med/sec bot runtimes
-Fixes TECH_MAGNETS incorrect define
-Fixes damage/stumblevore procing every step when riding taurs/borgs while confused
2024-08-12 05:20:18 +10:00
Raeschen and GitHub
6925bceabc
Fix forgotten check in movement ( #15812 )
2024-03-09 03:54:51 +10:00
Kashargul and GitHub
953bdd9755
pulled objects follow on Z level change in space
2023-12-16 20:48:39 +01:00
SatinIsle
ee1baecdba
New redgate Islands map
...
Added a new redgate islands map. This consists of two Z-levels: An ocean with a few islands to visit, many with vore mobs on them. An underwater Z-level with lots of things to find hidden around the ocean floor, a little more sparse on vore mobs.
Added a new underwater turf. Standing on this turf feeds you CO2 instead of air, suffocating you. It is a subset of water turfs, and therefore interacts with aquatic, which also allows you to breathe on these turfs. This does mean that you can use the "dive" ability of aquatic under the water too, but it can be treated as though you are swimming up above the sea floor.
Added a "diving" subset of the ocean turf, which allows you to dive down to the turf beneath it, or to swim up from below. Uses normal move up/down verbs.
Added a bunch of underwater flora.
Added a collapsed ships mast prop.
Added a new variation of Fake_Sun that applies a new underwater weather effect and has only one option for the colour and brightness.
Added a new "vorny" variation of the great white carp. This one is very hard to escape from and digests quickly, but is stunned if you manage to do so to give you a chance to flee.
Added a new water resistant and friendly hiveless hivebot called Harry.
Added a couple of creative commons 0 sound effects for the ocean and underwater areas.
2023-08-30 14:51:00 +01:00
Seris02 and VirgoBot
dd1e58acc7
cleans up so many to_chats so they use vchat filters, unsorted chat filter for everything else
2023-03-08 23:26:14 -05:00
VerySoft
985fe881cb
Misc fixes
...
While I was working on kobs I fixed and tweaked a whole bunch of little things. I figured even then that I should separate the fixes, but I never got around to it
Now I have~
2023-02-17 13:46:02 -05:00
Heroman
2d481c510d
Allows simplemobs to climb lattices
2022-09-25 18:04:20 +10:00
liache
c01c9d78ab
Further Overweight Flying Fixes
...
This removes a stop-flying call if you're too heavy that I missed before, and also updates the text to remove reference to too much weight in the description.
2022-04-17 16:57:17 -04:00
Heroman
fc36eec91e
Makes messages for climbing up/down rafters a bit more obvious
2021-12-11 18:56:17 +10:00
Heroman
9db5968f3e
Adjustments to mob falling mechanics
2021-11-03 06:47:55 +10:00
Verkister and GitHub
c683ad7bbc
Fixes dropnoms
...
CanPass checks for density var, which is enabled for nearly all mobs by default.
2021-07-31 16:31:28 +03:00
Aronai Sieyes
5572e62c25
Remove atom/Uncross override
...
It's the most overtime proc on the server
2021-07-28 16:01:41 -04:00
Leshana
c4e01aa739
Fix falling when moving diagonally past an open space.
...
This was happening because the decision to call handle_fall was made when over the open space, but execution deferred until the next tick. By that time it is too late for the checks in handle_fall to abort falling, so lets call those in advance.
We do so in a separate proc from can_fall() because implementing it would be awkward, some types that override can_fall to avoid the anchored check would need to repeat the entire code or else delegate it.
2021-07-20 22:51:14 -04:00
MarinaGryphon
f5db6b47e8
Catches the rest, unfortunately including some comments. Oh well!
2021-07-16 15:58:57 -05:00
Aronai Sieyes
869520f818
Remove extra asterisks from rune audible messages
2021-05-31 13:13:57 -04:00
Aronai Sieyes
177fd15c30
Various onamonapoea
2021-05-30 15:45:11 -04:00
MistakeNot4892 and VirgoBot
9a7406aede
Allows Teshari to glide in some multiz fall conditions.
2021-03-21 22:59:36 -04:00
Unknown
213d383c09
Merge remote-tracking branch 'VOREStation/master' into upstream-merge-7697
2021-03-11 10:01:39 -05:00
Heroman
7d4b7a51b1
Hopefully fixes ceiling blocker for good.
2021-03-03 17:51:23 +10:00
Unknown
11ac8b1df3
More fixes
2021-02-28 16:44:43 -05:00
Atermonera and Unknown
32e08ebc59
Reworks stairs to be sensible
2021-02-21 17:02:08 -05:00
lbnesquik
305320d173
Make flying not cost your entire fat reserves
2020-08-30 20:33:39 +02:00
Novacat and GitHub
9ac3f02519
Update movement.dm
2020-08-28 12:58:04 -04:00
Atermonera and VirgoBot
f2f5ba7a9e
Ladders respect Move Up/Down paradigm
2020-08-27 21:39:06 -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
Aronai Sieyes
3df736d571
Allow climbing up and falling through opened plated catwalks
2020-05-01 14:13:42 -04:00
Aronai Sieyes
893130bdff
Merge nutrition refactor for vorestation
2020-04-29 18:34:22 -04:00
Aronai Sieyes
d25e67ee56
Small mech tweaks
2020-03-20 19:49:11 -04:00
Aronai Sieyes
6917c3ebf1
Missed a good place to check is_incorporeal
2020-03-13 15:27:10 -04:00
Aronai Sieyes and GitHub
0500515a41
Fix missing incorporeal floatyness
2020-03-08 15:47:36 -04:00
Aronai Sieyes
f475ecbdc6
Replace a bunch of VOREStation edits that can be sent to Polaris
2020-02-29 19:45:58 -05:00
Atermonera and VirgoBot
5bcb9cc934
Fix various syntactic problems
2020-01-21 01:06:04 -05:00
Heroman
5a9e1f1566
Ports some fixes
2019-04-07 14:02:34 +10:00
Novacat and GitHub
2609d9fc2b
Merge branch 'master' into upstream-merge-5889
2019-03-27 20:15:17 -04:00
Neerti and VirgoBot
d4baa2df07
Allows borgs to move up and down with jetpacks
2019-01-21 02:58:07 -05:00
Atermonera and VirgoBot
2df5e9fe0e
Merges AI Branch into Master
2018-12-01 00:06:38 -05:00
Arokha Sieyes
b099ac6e4c
Merge branch 'master' of https://github.com/VOREStation/Polaris into sync-09272018
...
# Conflicts:
# code/__defines/holomap.dm
# code/__defines/mobs.dm
# code/_helpers/icons.dm
# code/_helpers/unsorted.dm
# code/_onclick/hud/hud.dm
# code/_onclick/item_attack.dm
# code/controllers/Processes/supply.dm
# code/controllers/subsystems/planets.dm
# code/datums/supplypacks/munitions.dm
# code/datums/supplypacks/science.dm
# code/datums/supplypacks/security.dm
# code/datums/supplypacks/supply.dm
# code/game/area/Space Station 13 areas.dm
# code/game/atoms_movable.dm
# code/game/machinery/autolathe.dm
# code/game/machinery/doors/door.dm
# code/game/machinery/jukebox.dm
# code/game/machinery/recharger.dm
# code/game/machinery/vending.dm
# code/game/mecha/equipment/tools/medical_tools.dm
# code/game/mecha/equipment/weapons/weapons.dm
# code/game/objects/items/devices/PDA/PDA.dm
# code/game/objects/items/devices/megaphone.dm
# code/game/objects/items/poi_items.dm
# code/game/objects/items/weapons/implants/implantlanguage.dm
# code/game/objects/items/weapons/storage/firstaid.dm
# code/game/objects/items/weapons/tools/weldingtool.dm
# code/game/objects/structures/flora/trees.dm
# code/game/objects/structures/plasticflaps.dm
# code/game/supplyshuttle.dm
# code/game/turfs/simulated/wall_attacks.dm
# code/modules/admin/admin_verbs.dm
# code/modules/assembly/infrared.dm
# code/modules/client/client procs.dm
# code/modules/client/preference_setup/loadout/loadout_utility.dm
# code/modules/client/preferences.dm
# code/modules/clothing/suits/miscellaneous.dm
# code/modules/holomap/holomap_datum.dm
# code/modules/holomap/station_holomap.dm
# code/modules/integrated_electronics/core/printer.dm
# code/modules/mining/machine_processing.dm
# code/modules/mob/living/carbon/human/human_defense.dm
# code/modules/mob/living/carbon/human/species/virtual_reality/avatar.dm
# code/modules/mob/living/death.dm
# code/modules/mob/living/silicon/ai/ai.dm
# code/modules/mob/living/silicon/pai/pai.dm
# code/modules/mob/living/silicon/robot/robot.dm
# code/modules/mob/living/simple_animal/animals/parrot.dm
# code/modules/mob/mob_movement.dm
# code/modules/organs/organ_external.dm
# code/modules/organs/organ_icon.dm
# code/modules/organs/subtypes/standard.dm
# code/modules/planet/weather.dm
# code/modules/power/cable.dm
# code/modules/power/fusion/core/core_control.dm
# code/modules/power/fusion/fuel_assembly/fuel_control.dm
# code/modules/power/fusion/gyrotron/gyrotron_control.dm
# code/modules/projectiles/gun.dm
# code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm
# config/names/first_name_skrell.txt
# config/names/last_name_skrell.txt
# icons/mob/head.dmi
# icons/mob/robots.dmi
# icons/mob/species/tajaran/helmet.dmi
# icons/obj/ammo.dmi
# icons/obj/gun.dmi
# icons/obj/mining.dmi
# icons/obj/projectiles.dmi
# icons/obj/rig_modules.dmi
# icons/obj/surgery.dmi
# icons/turf/walls.dmi
# maps/southern_cross/southern_cross-1.dmm
# maps/southern_cross/southern_cross-3.dmm
# maps/southern_cross/southern_cross-6.dmm
# maps/southern_cross/southern_cross-8.dmm
# maps/submaps/surface_submaps/mountains/backup/IceCave1.dmm
# maps/submaps/surface_submaps/mountains/backup/IceCave1A.dmm
# maps/submaps/surface_submaps/mountains/backup/IceCave1B.dmm
# maps/submaps/surface_submaps/mountains/backup/IceCave1C.dmm
# maps/submaps/surface_submaps/mountains/crashedcontainmentshuttle.dmm
# maps/submaps/surface_submaps/mountains/deadspy.dmm
# maps/submaps/surface_submaps/mountains/mountains_areas.dm
# maps/submaps/surface_submaps/plains/Thiefc.dmm
# maps/~map_system/maps.dm
# vorestation.dme
2018-09-27 18:01:09 -04:00
Anewbe
a13783945f
MultiZ falling tweaks
2018-08-04 23:32:04 -05:00
Layne and VirgoBot
01fddbbc02
Sky is not a 'skiy' ( #5344 )
...
* Clandestine (Original Commit)
* Revert "Clandestine (Original Commit)"
This reverts commit cdb1abb47b3720e9160a4942a06f1b9036db2c27.
* the skiy
2018-06-11 14:11:16 -04:00
Layne and Anewbe
b4c1722bd6
Sky is not a 'skiy' ( #5344 )
...
* Clandestine (Original Commit)
* Revert "Clandestine (Original Commit)"
This reverts commit cdb1abb47b3720e9160a4942a06f1b9036db2c27.
* the skiy
2018-06-11 13:10:40 -05:00