Skip to content

Commit

Permalink
rename to UeCore
Browse files Browse the repository at this point in the history
  • Loading branch information
geektcp committed Jun 23, 2024
1 parent 4156857 commit 1bda592
Show file tree
Hide file tree
Showing 512 changed files with 539 additions and 539 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -74,5 +74,5 @@ script:
- make -j4
- make install

# if this configuration file is not in one of the offical Everwar repositories at http://github.com/Everwar/, PLEASE remove the notifications or point them to another IRC channel!
# if this configuration file is not in one of the offical UeCore repositories at http://github.com/UeCore/, PLEASE remove the notifications or point them to another IRC channel!

2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# List of AUTHORS who contributed over time to the Everwar project
# List of AUTHORS who contributed over time to the UeCore project

* geektcp geektcp@gmail.com
* git https://github.com/geektcp/everwar
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# build server

project(Everwar)
project(UeCore)
set(EVERWAR_VERSION 1.3)
cmake_minimum_required(VERSION 3.0)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Everwar开源魔兽世界服务器
UeCore开源魔兽世界服务器
==============================
> 魔兽世界是世界上最成功的游戏之一,这是一套完整的服务端源码版本。
Expand All @@ -7,7 +7,7 @@ Everwar开源魔兽世界服务器
![登录入口](https://github.com/geektcp/everwar/blob/master/screen/door.png)

# website
<a href="http://uewow.com" target="_blank">Everwar开源友谊魔兽世界社区论坛</a>
<a href="http://uewow.com" target="_blank">UeCore开源友谊魔兽世界社区论坛</a>
<br/>

# overview
Expand Down Expand Up @@ -67,7 +67,7 @@ everwar服务器将提供良好的游戏功能设计,游戏体验,
我们一起改良它,让更多的人获得乐趣。
```
<a href="http://everwar.cn/" target="_blank">Everwar魔兽世界帐号注册</a>
<a href="http://everwar.cn/" target="_blank">UeCore魔兽世界帐号注册</a>
```
http://wotlk.everwar.cn
```
Expand Down Expand Up @@ -178,7 +178,7 @@ https://github.com/geektcp/everwar/releases/tag/1.0
http://doc.everwar.cn
```

<a href="http://doc.everwar.cn" target="_blank">Everwar开源魔兽世界官方技术文档地址</a>
<a href="http://doc.everwar.cn" target="_blank">UeCore开源魔兽世界官方技术文档地址</a>


# 界面截图
Expand Down
2 changes: 1 addition & 1 deletion app/mangosd/mangosd.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion app/realmd/realmd.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ init:
else {Write-Host "Skipping tag delete because its same commit!" -f Yellow;}}
# clone directory
clone_folder: C:\projects\Everwar
clone_folder: C:\projects\UeCore

# branches to build
branches:
Expand Down
2 changes: 1 addition & 1 deletion cmake/compiler/clang/settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(COMPILER_SUPPORTS_CXX11)
elseif(COMPILER_SUPPORTS_CXX0X)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
else()
message(FATAL_ERROR "Error, Everwar requires a compiler that supports C++11!")
message(FATAL_ERROR "Error, UeCore requires a compiler that supports C++11!")
endif()

if(WARNINGS)
Expand Down
2 changes: 1 addition & 1 deletion cmake/compiler/gcc/settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(COMPILER_SUPPORTS_CXX11)
elseif(COMPILER_SUPPORTS_CXX0X)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
else()
message(FATAL_ERROR "Error, Everwar requires a compiler that supports C++11!")
message(FATAL_ERROR "Error, UeCore requires a compiler that supports C++11!")
endif()


Expand Down
2 changes: 1 addition & 1 deletion cmake/macros/ImportTBB.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion cmake/showoptions.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# output generic information about the core
message(STATUS "Everwar-Core revision : ${GIT_REVISION}")
message(STATUS "UeCore-Core revision : ${GIT_REVISION}")
message(STATUS "Install server to : ${CMAKE_INSTALL_PREFIX}")

# Show infomation about the options selected during configuration
Expand Down
8 changes: 4 additions & 4 deletions contrib/CreateTopicBranch.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
# This program is free software licensed under GPL version 2
# Please see the included COPYING for full text */

## Dialogue helper to create a "topic-branch" for Everwar
## Dialogue helper to create a "topic-branch" for UeCore

# Steps in interactive dialog:
# 1) Get name of contribution (ie LFG)
Expand Down Expand Up @@ -50,15 +50,15 @@ function read_yes_no {

# Main Script

echo "Welcome to Everwar' helper tool to create a branch for a development project"
echo "Welcome to UeCore' helper tool to create a branch for a development project"
echo "This script will guide you through seven steps to set up a branch in which you can develop your project"
echo

# Must have Git available
git rev-parse --git-dir 1>/dev/null 2>&1
if [[ $? -ne 0 ]]; then
echo "ERROR: Cannot find Git directory"
echo "Try to start from your main Everwar directory by using"
echo "Try to start from your main UeCore directory by using"
echo " \"contrib/CreateTopicBranch.sh\""
read -p"Press [RETURN] to exit"
exit 1
Expand Down
6 changes: 3 additions & 3 deletions contrib/MergeHelper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
# This program is free software licensed under GPL version 2
# Please see the included COPYING for full text */

Expand Down Expand Up @@ -62,7 +62,7 @@ EOF
# Display help
function display_help {
echo
echo "Welcome to the Everwar merge helper $script_file_name"
echo "Welcome to the UeCore merge helper $script_file_name"
echo
echo "Run this tool from a bash compatible terminal (on windows like Git Bash)"
echo
Expand Down Expand Up @@ -100,7 +100,7 @@ function merge_pull_request {
git rev-parse --git-dir 1>/dev/null 2>&1
if [[ $? -ne 0 ]]; then
echo "ERROR: This script must be used within a Git working tree"
echo "Try to start from your main Everwar directory by using"
echo "Try to start from your main UeCore directory by using"
echo " \"contrib/$script_file_name\""
read -p"Press [RETURN] to exit"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion contrib/convertConditions/ConvertConditions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/convertConditions/README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#

This small Python script is intended to help with the convertion
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor/libmpq/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor/loadlib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor_binary/ExtractResources.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor_binary/MoveMapGen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor_binary/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor_scripts/ExtractResources.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor_scripts/MoveMapGen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
Expand Down
2 changes: 1 addition & 1 deletion contrib/extractor_scripts/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
Expand Down
2 changes: 1 addition & 1 deletion contrib/git_id/git_id.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/mmap_extract.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python

"""
This file is part of the Everwar Project. See AUTHORS file for Copyright information
This file is part of the UeCore Project. See AUTHORS file for Copyright information
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/IntermediateValues.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/IntermediateValues.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/MMapCommon.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/MangosMap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/MapBuilder.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/MapBuilder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/TerrainBuilder.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/TerrainBuilder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/VMapExtensions.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mmap/src/generator.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mysql_to_pgsql/src/defines.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/mysql_to_pgsql/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/soap/example.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/vmap_assembler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
2 changes: 1 addition & 1 deletion contrib/vmap_assembler/vmap_assembler.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/vmap_extractor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/vmap_extractor/vmapextract/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of the Everwar Project. See AUTHORS file for Copyright information
# This file is part of the UeCore Project. See AUTHORS file for Copyright information
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/vmap_extractor/vmapextract/adtfile.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion contrib/vmap_extractor/vmapextract/adtfile.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of the Everwar Project. See AUTHORS file for Copyright information
* This file is part of the UeCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit 1bda592

Please sign in to comment.