diff options
author | HoraK-FDF <horak-fdf@web.de> | 2025-07-08 10:43:08 +0000 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-07-08 10:43:08 +0000 |
commit | 6c2b1a87f4c857bdb36c3583cd019b821b03e51d (patch) | |
tree | 435664777c08c055aeca6a092802a79ba9a9a26c | |
parent | 33f5c13584728158ede6077a5aa2a2fbd7f43cbd (diff) | |
download | tmwa-6c2b1a87f4c857bdb36c3583cd019b821b03e51d.tar.gz tmwa-6c2b1a87f4c857bdb36c3583cd019b821b03e51d.tar.bz2 tmwa-6c2b1a87f4c857bdb36c3583cd019b821b03e51d.tar.xz tmwa-6c2b1a87f4c857bdb36c3583cd019b821b03e51d.zip |
Update repository URLs
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | version.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d550f3..5abdffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ set(VENDOR_NAME Vanilla) set(VENDOR_POINT 0) # URL where the source may be found (after searching for version number). # See AGPLv3 section 13 -set(VENDOR_SOURCE https://git.themanaworld.org/legacy/tmwa) +set(VENDOR_SOURCE https://git.themanaworld.org/tmw/tmwa) # Convenience set(VERSION_STRING "TMWA ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} dev${PROJECT_VERSION_TWEAK} +${VENDOR_POINT} (${VENDOR_NAME})") @@ -91,7 +91,7 @@ The 4 main programs listed below are typically running on the same machine, but - `tmwa-map`: Formerly known as `map-server`. This server connects to `tmwa-char`. Multiple instances of `tmwa-map` can connect to the same `tmwa-char`, with clients able to switch servers if they move to a map handled by a different map server. This has not been used by The Mana World, and may not work properly. #### About server data -To run the server, you will need a complete set of content including config files, game scripts, savefiles, and client updates. We strongly recommend setting up a web server to serve the updates. You can find a compatible set of server data at https://git.themanaworld.org/legacy/serverdata. Please follow the instructions in the [How to Develop](https://wiki.themanaworld.org/index.php/Development:How_to_Develop) article for more information. +To run the server, you will need a complete set of content including config files, game scripts, savefiles, and client updates. We strongly recommend setting up a web server to serve the updates. You can find a compatible set of server data at https://git.themanaworld.org/tmw/serverdata. Please follow the instructions in the [How to Develop](https://wiki.themanaworld.org/index.php/Development:How_to_Develop) article for more information. ## 2. Contributors We welcome contributions from developers like you! If you are interested in maintaining this server, please get in touch with the currently active maintainers first. It's important to make changes with extreme care and ensure that each change is thoroughly tested and reviewed before it goes live. @@ -39,7 +39,7 @@ VENDOR_NAME := Vanilla VENDOR_POINT := 0 # URL where the source may be found (after searching for version number). # See AGPLv3 section 13 -VENDOR_SOURCE := https://git.themanaworld.org/legacy/tmwa +VENDOR_SOURCE := https://git.themanaworld.org/tmw/tmwa # Convenience VERSION_STRING := TMWA ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} dev${VERSION_DEVEL} +${VENDOR_POINT} (${VENDOR_NAME}) |