Commit Graph

360 Commits

Author SHA1 Message Date
BillyBangles
6e4a7c63ff snow no longer goes clang and shovels are more efficient (#7929) 2021-02-28 14:09:34 -09:00
MistakeNot4892
b22a0568a3 Sideports a couple of init unit tests from Neb. (#7893)
* Sideports a couple of init unit tests from Neb.

* Trying to unfuck initialize logic.

* Removing del()s.

* Adjusting return values to Initialize().

* Moving some dangerous object logic from obj onto the two types that use it.

* Rolling back some init changes and commenting out initialized atom unit test.

* this comment formatting is a minor war crime

* Removed sleep() from signaler circuit Initialize().

* Additional Init fixes post-rebase.

* Uncomments subsystem test since that's passing.
2021-02-21 12:03:34 -09:00
Nadyr
8ce61742c0 Fixes sif forest grass, adds overgrowth tiles (#7841) 2021-01-27 11:19:18 -08:00
Mechoid
f513d884d0 Adds the Frostbelle to the game! Spawns rarely within the forest zones. 2020-09-28 16:07:31 -07:00
ShadowLarkens
927c41c7a3 Convert /material to it's correct absolute path /datum/material (#7637) 2020-09-20 02:00:09 -07:00
Meghan-Rossi
551580c62a Allows building plating on grass
*Fixes https://github.com/PolarisSS13/Polaris/issues/7349 by letting people build plating on grass with floor tiles.
*Improves descriptions for some floors.
2020-08-18 01:33:45 +01:00
Rykka
28a7698b9e Port lots of things that had to wait on alerts
Adds a HUD for observers
Adds a HUD for rigs and mechs
Adds up/down buttons for AI hud
Add more tg style alerts
Fix some bugs with the tg alerts
Improve icon_states usage by caching it
Redo how respawning works, add a button to ghost hud for it
2020-07-30 16:23:32 -04:00
Cerebulon
03b7a0ea0d Persistent Trash/Dirt/Graffiti/Notices (#7337)
* Port Trash/Writing Persistence from World

* stuff beyond straight portin

* Fixed admin menu

* Config, cigbutts, blood exceptions, offices....

* mapped butts
2020-07-24 02:23:34 -07:00
Atermonera
372343392b Merge pull request #7295 from Darlantanis/DirtFix
Dirt Fix
2020-06-19 22:00:24 -07:00
Darlantan
84b35a3da2 Fixes dirt
Sets dirt to use the dirt declaration instead of asteroid, removes the TURF_HAS_EDGES flag (which causes error overlays on dirt at the edges), and adds dirt footstep sounds which were overlooked
2020-06-16 02:51:22 -04:00
Arokha
b0b5804a08 Change eris plating paths
Not on the turfs, no map changes needed, just the /decls to avoid some issues.
2020-06-06 22:41:29 -04:00
Atermonera
62e08c5414 Merge pull request #7270 from VOREStation/Arokha/lavablowup
Prevents lava from being blown up
2020-06-06 11:46:07 -07:00
Aronai Sieyes
c4c98a7046 Prevents lava from being blown up 2020-06-01 13:42:57 -04:00
Arokha Sieyes
8eea54dc3b Airless hull and platings 2020-06-01 12:55:24 -04:00
Atermonera
e53dc1539b Merge pull request #7247 from VOREStation/Arokha/erisfloors
Port various auto-decorating floors from Eris
2020-05-31 15:37:51 -07:00
Aronai Sieyes
1815113c51 Simplify is_plating() 2020-05-31 16:55:13 -04:00
Aronai Sieyes
58421727da Port Eris' extensive floor blending system 2020-05-29 14:01:40 -04:00
Aronai Sieyes
c0c42b053b Allow plating operations on 'floored' plating 2020-05-28 23:05:01 -04:00
Aronai Sieyes
dfc15799f1 Move the flooring cache onto the flooring decls 2020-05-28 23:04:57 -04:00
Aronai Sieyes
6f8f26963a Add is_plating feature to flooring 2020-05-28 11:47:21 -04:00
Aronai Sieyes
7e0e2cbabf Port various auto-decorating floors from Eris 2020-05-27 14:52:58 -04:00
Aronai Sieyes
ad75bb86bd Alter playsound paradigm 2020-05-19 11:06:28 -04:00
Atermonera
7d5042cacd Merge pull request #7133 from Rykka-Stormheart/shep-dev-pawsteps
Upstream Port of Footstep Sounds for multiple tiles.
2020-05-17 21:04:31 -07:00
Aronai Sieyes
4f31e4472a Fix wayward vorestation edit comments 2020-05-16 12:25:08 -04:00
Rykka Stormheart
5a653dde03 Merge branch 'master' into shep-dev-pawsteps 2020-05-13 23:50:34 -04:00
Leshana
c78966c2e2 Fix floors so adding flooring updates the icon. 2020-05-11 18:01:08 -04:00
Aronai Sieyes
19c3cc99c1 Overhaul floor icon and edge generation 2020-05-11 18:00:58 -04:00
Atermonera
6ea50f367d Merge pull request #7061 from Mechoid/FixFloorDamage
FloorTiles now properly show damage.
2020-05-09 16:05:26 -07:00
Rykka
869b73d209 Upstream Port of Footstep Sounds for multiple tiles.
Shuttle tiles, default floors are still "regular".
Lava, sand, water, grass, beach, mining turfs all have sounds playing now for each footstep. <3

A small balance note - water tiles slow you down by 4, and 8 for deep/ocean tiles. I'll remove these and put them in a separate PR if requested.

Massive credit to @Arokha for helping me figure out the floor system and sitting through getting it put together. <3 <3 <3
2020-05-09 18:50:47 -04:00
Mechoid
abd01dcd32 Prevents simplemob spawning on random turfs, pending a better system. 2020-05-09 15:42:38 -07:00
Mechoid
afc0c7cd31 Update floor_icon.dm 2020-05-09 01:23:50 -07:00
Mechoid
7d52c30b31 I love BYOND RNG, it is perfect and 100% reliable for testing. (#7070) 2020-05-02 15:49:33 -07:00
Mechoid
aafd4b4fa6 Explorer Expansion: New Horizons (#6960)
* Large amount of work; Animal taming, shearing. Random animal spawns on sif grass/forest turfs. New PoIs, thermal poncho.

* Combat drone DMI moved to drones folder. Mining Drone subtype added. "Tameable" with ores, will collect and store ores when not in active combat.
2020-05-01 11:19:21 -07:00
Aronai Sieyes
6c6644f86c Rewrite examine() to pass a list around (#7038) 2020-04-29 13:42:16 -07:00
Mechoid
6bd3228c91 Floor tiles will now properly shatter and scorch when exploded or burned. 2020-04-28 15:45:39 -07:00
Leshana
092f415375 Fix Sundry Runtime Errors XII (#7007)
* Fix Runtime in atoms_movable.dm,597: list index out of bounds

* Fix Runtime in floor_attackby.dm,118: Cannot execute 0.is crowbar().

* Fix null values being present in mob_list.

* Another fix for Runtime in update_icons.dm,254: Cannot execute null.GetUIState().

- This time lets just ensure dna is instantiated no matter who is calling dress_preview_mob().

* Fix Runtime in suit_storage_unit.dm,792: Cannot execute null.set machine().

- Also fixed other mixups of usr vs. user that I found in the same file.

* Fixes Runtime in find_spawning.dm,688: Cannot read null.origin_tech

- if this else if block is reached, new_item must not exist, so we obviously can't set origin_tech on it. Examination of the code seems to suggest the original author intended that for any "talking" items to have arcane and precursor tech; since src is now being made talking, src should get the tech.

* Fix talking artifacts downgrading arcane/precursor tech

- Bump up the values by one for talking artifact items instead of overwriting whatever the value was.
2020-04-22 12:44:35 -07:00
Neerti
ba56f7951f Hopefully fixes conflicts. 2020-04-05 17:07:37 -04:00
Atermonera
a752e543d8 Merge pull request #6941 from spookydonut/parsefixes
Fix some parse errors
2020-04-04 23:33:15 -07:00
Atermonera
eae8cade90 Merge pull request #6912 from VOREStation/aro-mapload
[PORT] Speed up map load significantly
2020-04-01 20:25:17 -07:00
spookydonut
563f38486e Fix some parse errors 2020-04-01 19:28:38 +08:00
Aronai Sieyes
5d666f50bf Lava uses wrong subsystem 2020-03-30 15:47:17 -04:00
Neerti
88b4e47e8b Fixes merge conflicts again. 2020-03-28 19:06:14 -04:00
ShadowLarkens
6b802b61e8 Port VOREStation PR 6914 Speed up map load significantly
- Set initialized = FALSE on unsimulated turfs that need to intialize.
- Most of area/New() to initialize
- Faster lookup of self-init on atoms
- Split air alarm and fire alarm files, move new to initialize
- Tweak decals and opacity

Co-authored-by: Aronai Sieyes <arokha@arokha.com>
Co-authored-by: Leshana <Leshana@users.noreply.github.com>
2020-03-27 20:37:02 -04:00
Aronai Sieyes
8cc08eb93d Make diagonal shuttle walls look less bad (#6830)
* Make shuttle corner turfs look slightly better

* Add 'antilight' overlay on corner turfs to make them look good

* Split update into own proc so it can be called in two places

* Further tweak to shuttle corner turf appearances

Removes some weirdness.

* Further make shuttle corners look better
2020-03-27 14:37:07 -07:00
Neerti
87c53a75af Updates to master and makes gravity event code be current. 2020-03-26 04:10:51 -04:00
Neerti
f5383410ea Events ported, now for cleanup if needed. 2020-03-26 03:20:16 -04:00
Atermonera
fdf0e55792 Fix runtime in sound.dm: playsound(): source is an area (#6895) 2020-03-25 13:37:22 -07:00
Atermonera
55cd990598 Merge pull request #6826 from VOREStation/vplk-landmark-shuttles
Port Landmark Shuttles
2020-03-19 15:14:47 -07:00
Schnayy
b7030d1065 Fixes mistake in #6855 2020-03-18 23:05:29 -05:00
Schnayy
a5dd73f3d5 fixfixfix 2020-03-16 16:34:53 -05:00