This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run cmake --build /Users/runner/work/Segs/Segs/build --config Debug | |
[ 0%] Creating directories for 'cereal_BUILD' | |
[ 0%] No download step for 'cereal_BUILD' | |
[ 0%] No update step for 'cereal_BUILD' | |
[ 0%] No patch step for 'cereal_BUILD' | |
[ 0%] Performing configure step for 'cereal_BUILD' | |
-- The C compiler identification is AppleClang 13.0.0.13000029 | |
-- The CXX compiler identification is AppleClang 13.0.0.13000029 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
[20:57:34] Fri Mar 13 20:57:34 2020 | |
[20:57:34] Super Entity Game Server | |
http://github.com/Segs/ | |
Copyright (c) 2006-2019 Super Entity Game Server Team (see AUTHORS.md) | |
This software is licensed under the terms of the 3-clause BSD License. See LICENSE.md for details. | |
[20:57:34] SEGS v0.7.0-segs-admin-db-upgrade (Awakening) [582023f7] | |
[20:57:34] Loading AdminRPC settings... | |
[20:57:34] Debug : Creating message bus ... done in 0 s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19:27:40: Running steps for project SEGS... | |
19:27:40: Starting: "/usr/bin/cmake" --build . --target all | |
[ 2%] Built target ACE_BUILD | |
[ 5%] Built target cereal_BUILD | |
[ 8%] Built target lua-5.3.4 | |
[ 11%] Built target sol2_BUILD | |
[ 13%] Built target jcon_BUILD | |
[ 13%] Automatic MOC, UIC and RCC for target ManifestBuilder | |
[ 13%] Built target ManifestBuilder_autogen | |
[ 15%] Built target ManifestBuilder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(!msg->m_data.valid()) // no account exists, check if auto create account true | |
{ | |
QSettings settings(Settings::getSettingsPath(), QSettings::IniFormat); | |
settings.beginGroup("AutoUser"); | |
bool auto_user_create = settings.value("auto_user_create", "").toBool(); | |
int access_level = settings.value("user_access_level", "").toInt(); | |
settings.endGroup(); | |
if (auto_user_create == true) // create account | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QJsonObject({"assets":[{"browser_download_url":"https://github.com/Segs/Segs/releases/download/v0.5.0/SEGS_0_5_0.zip","content_type":"application/zip","created_at":"2018-06-07T13:34:13Z","download_count":345,"id":7445716,"label":null,"name":"SEGS_0_5_0.zip","node_id":"MDEyOlJlbGVhc2VBc3NldDc0NDU3MTY=","size":16318181,"state":"uploaded","updated_at":"2018-06-07T13:34:24Z","uploader":{"avatar_url":"https://avatars1.githubusercontent.com/u/96597?v=4","events_url":"https://api.github.com/users/nemerle/events{/privacy}","followers_url":"https://api.github.com/users/nemerle/followers","following_url":"https://api.github.com/users/nemerle/following{/other_user}","gists_url":"https://api.github.com/users/nemerle/gists{/gist_id}","gravatar_id":"","html_url":"https://github.com/nemerle","id":96597,"login":"nemerle","node_id":"MDQ6VXNlcjk2NTk3","organizations_url":"https://api.github.com/users/nemerle/orgs","received_events_url":"https://api.github.com/users/nemerle/received_events","repos_url":"https://api.github.com/u |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"url": "https://api.github.com/repos/Segs/Segs/releases/11358556", | |
"assets_url": "https://api.github.com/repos/Segs/Segs/releases/11358556/assets", | |
"upload_url": "https://uploads.github.com/repos/Segs/Segs/releases/11358556/assets{?name,label}", | |
"html_url": "https://github.com/Segs/Segs/releases/tag/v0.5.0", | |
"id": 11358556, | |
"node_id": "MDc6UmVsZWFzZTExMzU4NTU2", | |
"tag_name": "v0.5.0", | |
"target_commitish": "master", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running Windows Runtime device detection. | |
D:/Qt/5.10.1/winrt_x86_msvc2017/bin/winrtrunner.exe --list-devices | |
Found 2 Windows Runtime devices. | |
Running "D:\Program Files\CMake\bin\cmake.exe -E server "--pipe=\\.\pipe\{c2a1d3c5-fa50-4fda-863c-581c58b94c8a}" --experimental" in C:\Users\saund\AppData\Local\Temp\QtCreator-yPBkxI\qtc-cmake-FZazqpHR. | |
Starting to parse CMake project, using: "-DCMAKE_CXX_COMPILER:STRING=D:/Qt/Tools/mingw530_32/bin/g++.exe", "-DCMAKE_C_COMPILER:STRING=D:/Qt/Tools/mingw530_32/bin/gcc.exe", "-DCMAKE_PREFIX_PATH:STRING=D:/Qt/5.10.1/mingw53_32", "-DQT_QMAKE_EXECUTABLE:STRING=D:/Qt/5.10.1/mingw53_32/bin/qmake.exe". | |
The C compiler identification is GNU 5.3.0 | |
The CXX compiler identification is GNU 5.3.0 | |
Check for working C compiler: D:/Qt/Tools/mingw530_32/bin/gcc.exe | |
Check for working C compiler: D:/Qt/Tools/mingw530_32/bin/gcc.exe -- works | |
Detecting C compiler ABI info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Globals.h | |
#ifndef GLOBALS_H | |
#define GLOBALS_H | |
#include <QtCore> // Same error with either of these 2 includes | |
#include <QStringList> | |
class Globals | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// When called, this function should set the m_is_flying bit to true. Function has 2 parameters. One to reference the class object | |
// and one to recieve a true or false bool from the function call. | |
void markFlying(Entity &e ,bool is_flying) | |
{ | |
e.m_is_flying = is_flying; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********** | |
Output | |
**********/ | |
Debug : Creating message bus ... done in 0 s | |
Debug : Starting message bus monitor ... done in 0 s | |
Debug : Starting auth db service ... done in 0 s | |
/**************************************** | |
From command after running auth server |
NewerOlder