foul-magics/Mage.Common/src/main/java/mage
Oleg Agafonov f223bdab31 Added new client-server incompatible checks:
* added strict mode (client and server versions must be same, see MAGE_VERSION_MINOR_PATCH_MUST_BE_SAME);
 * you must enable string mode after github code changes in serializeable classes (see #4459);
 * added client-side version checks;
 * added error message on wrong version disconnects.
2019-01-18 13:32:37 +04:00
..
cards remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
components Moved Mage.Common classes from src to src/main/java 2017-04-20 19:05:09 +03:00
constants remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
db Moved Mage.Common classes from src to src/main/java 2017-04-20 19:05:09 +03:00
filters Moved Mage.Common classes from src to src/main/java 2017-04-20 19:05:09 +03:00
interfaces remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
remote Added new client-server incompatible checks: 2019-01-18 13:32:37 +04:00
utils Added new client-server incompatible checks: 2019-01-18 13:32:37 +04:00
view Fixed missing watchers on game start, added error on missing watcher; 2019-01-08 13:50:19 +04:00