CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 07:23:14 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"c54d00add4575b8932988a624da760ae"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=A%2BgJtUW2qR%2BzRatDN7TECdpMZRJhs0AeyLtikbTu47d0CAYqoATiOs4IDLSbxWVT9acEE1Ne%2BZMw8yigCOV1tjWXjNIaGo0ftGjjHAyJpYQtTSJElULw18vKLR2Tmzp6AQitaIe5rjYEfKUWlV7ybI%2FRbVTDXn1wFs8UDsoQim46W37KpxNvkAP7TNCd0oM%2Bm%2B3tguXfnCqnswn%2F0pFFGWyEPRHCrSfE6C21Q9It5sSRtpeSZ0STrelULVirbmYQbLvUPwLZgapsWDmJYk28vg%3D%3D--vsQ7xJpkRRUEdjp%2B--lhCGWtIbmpymLDh7UELRDg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.102170200.1753428194; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 07:23:14 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 07:23:14 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8DFE:3ACDCE:2D1D60:32BB35:688330E2
Development Workflow · magefree/mage Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 821
Development Workflow
The Bear edited this page Mar 24, 2022
·
3 revisions
- Make your own copy of xmage repository (fork it from xmage page):
- Go to your project page and make new branch for all changes:
- Use IDE tools to clone your github project:
- Switch to your branch by IDE and make any commits to it;
- Open your repository on github and press "new pull request button" to create PR for main xmage repository:
If you want to test other pull request before merge.
Simple way:
- Use github hints by click on "view command line instructions":
Difficult way:
- Go to pull request page and save it's number like #4306;
- Open git and run command to fetch new pull request to new branch:
git fetch origin pull/4306/head:test-pull-request
where:
-
origin
-- name of the xmage repository (to find out it in IntellJ IDEA go toVCS -> Git -> Remotes
); -
4306
-- pull request number; -
test-pull-request
-- temporary branch for test;
- Open new created branch by
checkout test-pull-request
;
If you want to build your own release (nightly build) and distribute it to your friends then follow that:
- Install IDE and setup it to build xmage projects (see Developer Getting Started);
- Build full source code for client and server by
clean install -DskipTests
maven command: - Build release packs for client and server by
assembly:assembly
maven command: - Download official release, run it, update all files, clean up it and prepare for re-release:
- Delete folder
..xmage\java
(you can't distribute with client -- each OS used different java versions and must download it by launcher); - Open
installed.properties
file in launcher folder and remove linejava.version=...
(it's help launcher to download new java on startup); - You can also edit line
xmage.version=1.4.29V4 (2018-05-01)
to change it to current versions -- it's help disable update notification about "new version available" on startup; - Delete all files and folders in
..xmage\mage-client\plugins\images
(if you want distribute your client with card images and icons then do not clean it); - Delete all files in
..xmage\mage-client\db
and in..\xmage\mage-server\db
(it's help to re-create update cards data);
- Delete folder
- Copy zip-files and unpack it to that release folder with file replacement:
-
..\Mage.Client\target\mage-client.zip
; -
..\Mage.Server\target\mage-server.zip
;
-
- Zip all xmage folder and release that pack -- other users must download it, unzip, run launcher, update java and start to play (do not use "update" again after java download -- it's will rewrite your files with official release;
- Some versions is not fully compatible with current official servers and potential can cause bugs and freezes -- try to use it with new server.
Clone this wiki locally
You can’t perform that action at this time.