Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
badd1aa
Readme + example of use
BarbzYHOOL May 14, 2018
85ba53e
Update README.md
talamortis Jul 3, 2018
051d0e0
Update conf loading to support *nix and windows.
Jul 3, 2018
599b721
Merge pull request #9 from azerothcore/updateconfload
BarbzYHOOL Jul 13, 2018
23330ea
Update premium.cpp (#11)
ELdoBA Nov 6, 2018
022c441
Config file change
talamortis Mar 11, 2019
f512ed0
feat(CI): Travis integration (#13)
Apr 2, 2019
8db0dc9
Update README.md
BarbzYHOOL Feb 1, 2020
014a874
feat(CI): move from Travis to GitHub Actions
Helias Aug 30, 2020
e9d09e9
update readme
locus313 Nov 15, 2020
30037ed
Merge pull request #18 from azerothcore/github-actions
Helias Nov 15, 2020
1f533ca
Merge pull request #19 from locus313/update-readme
Helias Nov 15, 2020
fda8272
very little rework
Winfidonarleyan Feb 19, 2021
c4c73c5
1
Winfidonarleyan Feb 19, 2021
b66fc79
chore(Misc): delete old configs API #20
Winfidonarleyan Feb 19, 2021
403e416
feat(CI): set only default version clang (#21)
Winfidonarleyan May 13, 2021
51ff336
feat(Misc): switch to new api gossip and config
Winfidonarleyan Jun 18, 2021
f7a817a
Update premium.cpp
Viskus Apr 27, 2022
75b59e3
Merge pull request #24 from Viskus/patch-1
Helias Apr 27, 2022
77eac0f
* Fix Build.
devovh May 16, 2022
8b181ac
Merge pull request #25 from devovh/master
Helias May 19, 2022
9b4e679
chore: update github action
Helias May 19, 2022
fe113f9
feat. upgrade module (#27)
pangolp Aug 2, 2023
2a8ee13
feat. Dialogs in the database to be able to translate (#28)
pangolp Aug 11, 2023
b6083d2
Rename because of conflicts with core (#29)
svenbledt Sep 6, 2023
9de2745
minor codestyle fix - just to trigger PR CI and see if there are buil…
sudlud Feb 27, 2025
0043feb
Merge pull request #32 from azerothcore/sudlud-pach-42-3
sudlud Feb 27, 2025
1fcdde5
Update mod_premium_item_9017.sql
Tereneckla Aug 1, 2025
00359c4
Update mod_premium_item_9017.sql
Tereneckla Aug 1, 2025
0a1213b
Merge pull request #35 from Tereneckla/master
sudlud Aug 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
105 changes: 105 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
## AUTO-DETECT
## Handle line endings automatically for files detected as
## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below.
* text=auto eol=lf

# Text
*.conf text
*.conf.dist text
*.cmake text

## Scripts
*.sh text
*.fish text
*.lua text

## SQL
*.sql text

## C++
*.c text
*.cc text
*.cxx text
*.cpp text
*.c++ text
*.hpp text
*.h text
*.h++ text
*.hh text


## For documentation

# Documents
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

## DOCUMENTATION
*.markdown text
*.md text
*.mdwn text
*.mdown text
*.mkd text
*.mkdn text
*.mdtxt text
*.mdtext text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text

## GRAPHICS
*.ai binary
*.bmp binary
*.eps binary
*.gif binary
*.ico binary
*.jng binary
*.jp2 binary
*.jpg binary
*.jpeg binary
*.jpx binary
*.jxr binary
*.pdf binary
*.png binary
*.psb binary
*.psd binary
*.svg text
*.svgz binary
*.tif binary
*.tiff binary
*.wbmp binary
*.webp binary


## ARCHIVES
*.7z binary
*.gz binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary

## EXECUTABLES
*.exe binary
*.pyc binary
72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: Bug report
description: Create a bug report to help us improve.
title: "Bug: "
body:
- type: textarea
id: current
attributes:
label: Current Behaviour
description: |
Description of the problem or issue here.
Include entries of affected creatures / items / quests / spells etc.
If this is a crash, post the crashlog (upload to https://gist.github.com/) and include the link here.
Never upload files! Use GIST for text and YouTube for videos!
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behaviour
description: |
Tell us what should happen instead.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce the problem
description: |
What does someone else need to do to encounter the same bug?
placeholder: |
1. Step 1
2. Step 2
3. Step 3
validations:
required: true
- type: textarea
id: extra
attributes:
label: Extra Notes
description: |
Do you have any extra notes that can help solve the issue that does not fit any other field?
placeholder: |
None
validations:
required: false
- type: textarea
id: commit
attributes:
label: AC rev. hash/commit
description: |
Copy the result of the `.server debug` command (if you need to run it from the client get a prat addon)
validations:
required: true
- type: input
id: os
attributes:
label: Operating system
description: |
The Operating System the Server is running on.
i.e. Windows 11 x64, Debian 10 x64, macOS 12, Ubuntu 20.04
validations:
required: true
- type: textarea
id: custom
attributes:
label: Custom changes or Modules
description: |
List which custom changes or modules you have applied, i.e. Eluna module, etc.
placeholder: |
None
validations:
required: false
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Feature request
description: Suggest an idea for this project
title: "Feature: "
body:
- type: markdown
attributes:
value: |
Thank you for taking your time to fill out a feature request. Remember to fill out all fields including the title above.
An issue that is not properly filled out will be closed.
- type: textarea
id: description
attributes:
label: Describe your feature request or suggestion in detail
description: |
A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe a possible solution to your feature or suggestion in detail
description: |
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.
validations:
required: false
10 changes: 10 additions & 0 deletions .github/workflows/core-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: core-build
on:
push:
pull_request:

jobs:
build:
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
with:
module_repo: ${{ github.event.repository.name }}
19 changes: 19 additions & 0 deletions .github/workflows/core_codestyle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Codestyle Checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
check-codestyle:
strategy:
fail-fast: false

runs-on: ubuntu-latest
name: Check Codestyling
steps:
- uses: actions/checkout@v2

- name: Check Codestyling
run: source ./apps/ci/ci-codestyle.sh
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.mailmap
*.orig
*.rej
*~
*.*~
.hg/
*.kdev*
.DS_Store
Expand Down
42 changes: 0 additions & 42 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion CMakeFiles/generate.stamp

This file was deleted.

2 changes: 0 additions & 2 deletions CMakeFiles/generate.stamp.depend

This file was deleted.

9 changes: 0 additions & 9 deletions CMakeLists.txt

This file was deleted.

Loading