Arokha Sieyes
2d89d63c09
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into aro-sync-05-27-2018
...
# Conflicts:
# code/game/objects/structures/crates_lockers/closets/l3closet.dm
# code/game/objects/structures/crates_lockers/closets/secure/engineering.dm
# code/game/objects/structures/crates_lockers/closets/secure/medical.dm
# code/game/objects/structures/crates_lockers/closets/secure/scientist.dm
# code/game/objects/structures/crates_lockers/closets/secure/security.dm
# code/game/objects/structures/crates_lockers/closets/utility_closets.dm
# maps/southern_cross/structures/closets/misc.dm
# maps/submaps/surface_submaps/wilderness/DoomP.dmm
# vorestation.dme
2018-05-27 19:26:12 -04:00
Arokha Sieyes
c31ac4866d
Active edge canary PR
...
Plus free unit test upgrade
2018-05-26 12:03:35 -04:00
Arokha Sieyes
6b42df0685
Merge branch 'master' of https://github.com/VOREStation/Polaris into aro-sync-05-25-2018
...
# Conflicts:
# code/__defines/misc.dm
# code/controllers/master_controller.dm
# code/game/machinery/computer3/computers/card.dm
# code/game/objects/items/devices/communicator/UI.dm
# code/game/objects/items/stacks/medical.dm
# code/game/objects/structures/signs.dm
# code/modules/admin/admin_verbs.dm
# code/modules/client/client defines.dm
# code/modules/client/client procs.dm
# code/modules/clothing/clothing.dm
# code/modules/clothing/under/accessories/holster.dm
# code/modules/events/radiation_storm.dm
# code/modules/mining/machine_processing.dm
# code/modules/mob/living/carbon/human/species/station/prometheans.dm
# code/modules/mob/living/living.dm
# code/modules/mob/living/simple_animal/animals/bear.dm
# code/modules/mob/living/simple_animal/animals/cat.dm
# code/modules/mob/living/simple_animal/animals/parrot.dm
# code/modules/mob/mob.dm
# code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm
# code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm
# code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm
# code/modules/reagents/reagent_dispenser.dm
# config/example/config.txt
# html/changelogs/.all_changelog.yml
# interface/skin.dmf
# maps/southern_cross/southern_cross-1.dmm
# vorestation.dme
2018-05-25 13:23:47 -04:00
Neerti
62ce4196e5
Bonus: Make Travis Show the Active Edges
2018-04-29 18:43:02 -04: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
Arokha Sieyes
f04c58f202
VS: Rewrites basically all of how bellies work
...
And cleans up a ton of stuff.
2018-02-27 13:29:45 -05:00
Leshana
a33792e5e5
Make scheduler and Master init order predictable and make unit tests wait until init is done before starting.
2018-02-05 15:50:13 -05:00
Leshana
523e329bbb
Make scheduler and Master init order predictable and make unit tests wait until init is done before starting.
2018-02-03 02:44:51 -05:00
Leshana
4f98fad36b
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into polaris-sync-2018-02-01
...
# Conflicts:
# .travis.yml
# code/_away_mission_tests.dm
# code/modules/admin/verbs/mapping.dm
# code/modules/mob/living/carbon/human/update_icons.dm
# html/changelogs/.all_changelog.yml
# maps/southern_cross/southern_cross-1.dmm
# maps/southern_cross/southern_cross-3.dmm
# maps/southern_cross/southern_cross-6.dmm
# nano/images/nanomap_z1.png
# nano/images/nanomap_z10.png
# nano/images/nanomap_z2.png
# nano/images/nanomap_z3.png
# nano/images/nanomap_z5.png
# nano/images/nanomap_z6.png
2018-02-01 23:55:47 -05:00
Arokha Sieyes
ed0a97fa13
POLARIS: Allow testing more than just z1
2018-01-24 13:51:41 -05:00
Leshana
30b0a57dfd
Move unit test except areas into tether_defines where they should be.
2018-01-17 00:31:02 -05:00
Leshana
28c193cbdb
Merge remote-tracking branch 'refs/remotes/polaris-upstream/master' into polaris-sync-2018-01-04
...
# Conflicts:
# code/game/objects/items/devices/communicator/communicator.dm
# code/modules/client/preference_setup/occupation/occupation.dm
# code/modules/mob/living/simple_animal/animals/cat.dm
# code/modules/mob/mob_helpers.dm
# code/unit_tests/zas_tests.dm
# maps/southern_cross/southern_cross-1.dmm
# maps/southern_cross/southern_cross-3.dmm
# maps/southern_cross/southern_cross-6.dmm
# vorestation.dme
2018-01-04 22:44:04 -05:00
Neerti
495f985022
Travis Appeasement Mark II ( #4485 )
...
* Tries to Please Travis
Should remove all active edge problems.
Moves map-specific unit tests to the map define file.
Enhances some PoIs in terms of adding /ignore_mapgen to the ground.
Fixes incorrect loot pile in one PoI.
* Conflicts are fun.
* Might fix unit test.
2018-01-01 22:26:31 -05:00
killer653
3a2093ef40
Polaris sync
2017-12-21 04:01:07 -05:00
Neerti
73cb87c3a5
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into 11/19/2017_submap_validation
...
# Conflicts resolved:
# code/unit_tests/map_tests.dm
2017-11-19 06:09:01 -05:00
Neerti
396f55fb17
Allows Travis to Validate PoI Maps
...
Tweaks Travis to compile all PoI maps in order to allow the compiler to find certain problems such as missing paths. This is needed because PoIs are loaded at runtime as opposed to being compiled like traditional maps, making them a bit prone to problems. Travis should help find those problems before they reach the live server by failing PRs which add a broken PoI map or break any existing PoI maps.
For regular use, the PoIs will not be compiled unless done so manually by the developer.
2017-11-19 06:07:41 -05:00
Neerti
2567e4e3d1
Adds ability to exempt areas from unit tests on a per-map basis
2017-11-18 02:38:58 -05:00
killer653
468e73c7f3
Polaris sync
2017-08-06 19:07:17 -04:00
Neerti
36b0f5fa99
Even More Circuit Changes
...
See PR for changes.
2017-08-01 16:13:27 -04:00
LorenLuke
cfb233aa1b
Fixes travis.
2017-07-16 12:19:35 -07:00
LorenLuke
14ad0d70e3
See changelog.
2017-07-16 02:58:52 -07:00
Leshana
fedd35a58f
Adds a unit test to make sure prey can breathe inside pred bellies.
2017-06-16 16:39:51 -04:00
Leshana
7f60e98633
Merge remote-tracking branch 'polaris/stonedmc-update' into stonedmc-update
...
# Conflicts:
# code/_helpers/game.dm
# code/controllers/subsystem.dm
# code/controllers/subsystems/garbage.dm
# code/game/objects/items/devices/PDA/PDA.dm
# maps/RandomZLevels/stationCollision.dm
# maps/RandomZLevels/wildwest.dm
# maps/~map_system/maps.dm
# vorestation.dme
2017-06-11 15:35:42 -04:00
Leshana
82e6049821
Actually hooks up the StonedMC to run its subsystems in Polaris
...
* Hooks up informing Master the gameticker actually starts and stops the round subsystems will actually fire! What ho!
* We should convert the gameticker as an MC subsystem someday, and probably completely rewrite it while we are at it becuase it is crazy. But this should bridge the gap until then.
2017-06-10 19:01:58 -04:00
Leshana
e51ae15d24
Exclude certain areas from unit tests appliciable to the new Tether map.
2017-05-20 16:57:35 -04:00
Arokha Sieyes
1300ef333d
Dynamic Shuttles - Code and Icon Changes
2017-03-25 21:00:08 -04:00
Neerti
b6c170eadd
Does tons of stuff, see PR for details.
2017-01-25 19:31:21 -05:00
Neerti
97ebf0924d
Permanent Revolution Update
2017-01-04 04:41:30 -05:00
Anewbe
67532eef54
Unit test fix
2016-11-18 23:41:38 -06:00
Spades
9c78d6a2a1
Naming inconsistencies fixed
...
The short naming of central command has been really inconsistent across
the game's files. This has always annoyed the shit out of me.
CentComm and Centcomm and Centcom are now all CentCom, specifically with
that capitalization. Why one M instead of two M's? Because Comm with two
'M's = Communications. Hence, Telecomms, NOT Telecoms. Telecoms is
incorrect. CentCom was also chosen because CentCom with one M and this
casing is most found throughout the game's files.
Speaking of Telecomms, I corrected one instance in the game where it's
Telecom. Like I said, this is not correct. There was only one
inconsistency.
Likewise, Nanotrasen has been changed to NanoTrasen. Nanotrasen only
appears 20 times, where NanoTrasen appears 62. NanoTrasen is clearly the
preferred, correct naming.
2016-09-13 16:36:43 -04:00
SinTwo
a17d42a84c
mode name and ert sechud fix
2016-08-05 16:27:07 -04:00
Leshana
d002e5a3e7
Add a unit test which verifies all research designs' materials lists and chemicals lists contain only valid materials and reagents.
2016-06-02 18:37:37 -04:00
Arokha Sieyes
f45175eef5
Adds an 'Active Edges' map test
2016-05-20 00:11:49 -04:00
Kelenius
e06df420fc
Adds color to unit tests
2016-04-04 11:46:39 +03:00
Kelenius
c8b510b415
Adds unit tests
...
Port of https://github.com/Baystation12/Baystation12/pull/11808 and
several others
Fixes three overlapping cables ([192 / 158 / 1], [214 / 161 / 1], [122 /
197 / 1])
Fixes drill and mech drill having the same ID.
2016-03-29 17:42:22 +03:00