Package megamek.server
package megamek.server
-
ClassDescriptionThread that runs and checks to see if there's any incoming packets from a connection.This is for simulating the vertically moving walls in the Solaris 7 coliseum.This is a helper class used by GameManagers (not Clients) to create packets to send to the Clients.This class allows for dynamic Geysers to be added to maps which will go off every few turns.Provides common interface for the server to interact with different types of games.Processes industrial elevator movement during the End Phase.This class contains computations carried out by the Server class.Cycle through hexes on a map and make any necessary adjustments based on weather What will happen here: - add light and heavy snow for snowfall - add ice for snowfall, sleet, and ice storm - add/take away(?) rapids and torrent for winds - add mud, rapids, and torrent for rain (no that has to be done before play starts so it is in server.applyBoardSettings() - put out fires (DONE)