forked from opentibiabr/otservbr-global-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add spdlog to improve server messages (opentibiabr#2512)
* Add spdlog (and luascript interface methods) - Add spdlog log library - Define log format - Update builds - Create Lua interface to call spdlog methods "Spdlog.info(text)" "Spdlog.warn(text)" "Spdlog.error(text)" "Spdlog.debug(text)" Co-authored-by: Eduardo Dantas <[email protected]> Co-authored-by: Gabriel Pedro <[email protected]>
- Loading branch information
1 parent
72bbb94
commit 47f8734
Showing
148 changed files
with
2,562 additions
and
2,632 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
source: | ||
- any: ['src/**/*'] | ||
|
||
data: | ||
- any: ['data/**/*', '!data/world/*'] | ||
|
||
map: | ||
- any: ['data/world/*'] | ||
|
||
docker: | ||
- any: ['docker/**/*'] |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.