1155 Commits

Author SHA1 Message Date
Antz
3c361078f8
[Eluna] Add Eluna repo pt3 2021-05-03 21:00:20 +01:00
Antz
27debed123
[Eluna] Remove as it didn't add as a submodule 2021-05-03 20:58:52 +01:00
Antz
7d7c8a83cc
[Eluna] Add Eluna repo pt2 2021-05-03 20:41:50 +01:00
Antz
8993879bf7
[Eluna] Add Eluna repo 2021-05-03 20:33:26 +01:00
Antz
e8a431ba1b
[Eluna] Remove local eluna 2021-05-03 20:23:40 +01:00
Antz
e45aa74e0f
[Realm] Update error message for newer clients. Thanks Meltie2013 2021-03-18 21:35:26 +00:00
Elmsroth
bd8c07b148
[Realmd] fix lock account message 2021-03-18 20:39:24 +00:00
Elmsroth
51b4906b57
Fix core startup message when db version is same as core (#150)
* Fix core startup message when db version is same as core

* [Styling] Fix blank space database.cpp L664

* Grrrr $%#!
2021-03-17 20:46:19 +00:00
Elmsroth
268ab71f8b
Implement Characters createdDate field (#149)
* Implement Characters createdDate field

Will store in DB the timestamp when the character has been created, useful for statistics
/!\ Need a latest Character DB update (Rel22_02_001)

* Fix blank spaces for codestyle checks
2021-03-16 23:57:14 +00:00
Meltie2013
95444d1202
Fix a crash when using an invalid display id with command ``npc set model``. 2021-03-16 15:36:42 +00:00
Antz
f223312364
[Styling] Fix missed space
I sincerely hope thats the last of them
2021-03-16 09:00:29 +00:00
Antz
8bd4f300bd
[Styling] Clean styling issue and bump revision No. 2021-03-16 08:52:01 +00:00
Elmsroth
bbbd7e35bf
Fix misleading core startup message (#147)
* After reading some forum posts and recurrent questions on Discord,  the message error displayed if running the core with a DB content version above the version which is referenced by the core will no more be displayed as an error.

* Typo fix in core startup message.

* Fix another typo in core startup message....
2021-03-16 01:35:39 +00:00
Elmsroth
6c9ba6e4b3
Fix timers and game overall playability (#146)
Since the commit related to timers (1c4e25cba0), weird behaviours were encounterd in game so it was unplayable : 
-  When attacking a mob it would aggro but not fight back 
- After 1st spell cats you will hang forever not being able to cast another spell 
- Item spells with cast duraction were not casted properly (Earthstone etc..)
2021-03-13 20:25:15 +00:00
Elmsroth
67a49e0ffc
Add enchant_id option to additem command (#145)
* Add enchant_id option to additem command

* Fix blank spaces pt1

* Fix blank spaces pt2

* Fix blank spaces pt3
2021-03-10 22:07:42 +00:00
Elmsroth
5bcda35d50
Attempt for linux build with ACE update (Shaorin) #101 2021-03-09 23:59:38 +00:00
Antz
ab3dbd1618
Fix trailing spaces. pt2 2021-03-08 10:32:07 +00:00
Antz
ffb51350c4
[Cleanup] Fixed up trailing spaces identified by github actions. pt 2 2021-03-08 10:23:11 +00:00
Antz
b7fcab8603
[Cleanup] Fixed up trailing spaces identified by github actions 2021-03-08 10:15:11 +00:00
Antz
80278bf47b
Fix some missed tabs 2021-03-08 08:48:53 +00:00
Antz
68b75d7dc4
Update core_codestyle.yml
Update to only process changes from master branch. Thanks @Meltie2013
2021-03-06 23:53:14 +00:00
Antz
5b309daade
Update README.md to switch to github actions from travis 2021-03-06 21:23:12 +00:00
Elmsroth
3202c905e7
Implement .freezplayer/.unfreezlayer command (#144)
REQUIRES DB UPDATE : Rel22_01_010_freeze_gm_command.sql

This command will apply freeze aura (spellId:9454) :
- Player cannot more anymore or use any spell nor logout ;
- Effet does not disappear even if player quits game via ALT+F4.....Can only be removed by an GM using ".unfreezeplayer" command or .unaura command

A GM with lower security level cannot freeze another GM with a higher security level.
2021-03-06 20:58:07 +00:00
Antz
2a9c1867df Tab cleanup pt2 2021-03-06 08:10:49 +00:00
Antz
4421496edd Tab cleanup 2021-03-05 23:30:15 +00:00
Meltie2013
c0411110cb
GitHub Actions Refactor (#143)
* Split Linux and Windows into their own jobs

* Implement Codestyling Check Script
* It checks for whitespaces (tabs).

* Fix some alignments.
2021-03-05 22:50:24 +00:00
Elmsroth
b4e2348ef2
Fix .go command if z is negative. (#142) 2021-03-05 22:46:30 +00:00
Elmsroth
6adae96680
Linux build fix attempt 1 (#141) 2021-03-05 20:15:44 +00:00
Antz
ad2795835e
fix windows build in yml
Thanks @Meltie2013 for assistance
2021-03-05 09:16:22 +00:00
Antz
2b362a374d
correct alignment in yml 2021-03-05 08:44:43 +00:00
Antz
a8535befb7
Corrected syntax error in yml 2021-03-05 08:39:48 +00:00
Antz
12e593f345
Add the rest of the components to build to build script 2021-03-05 08:37:12 +00:00
Antz
1fcd5a8514
Update core_build.yml
Updated core_build.yml to include building master branch
2021-03-05 08:34:24 +00:00
Meltie2013
c984991f59
Migrate from Travis to GitHub Actions (#140)
* Introducing GitHub Actions

* Update for Eluna
2021-03-05 08:26:32 +00:00
Antz
8f017ecd2e [Eluna] Commit rollup 2021-03-05 08:18:16 +00:00
Elmsroth
ff9e604e7a
Update GM tickets weird char and set response text when close ticket (#139)
* Fix HandleGMTicketUpdateTextOpcode

* Add response text
2021-03-04 22:08:29 +00:00
i-am-fyre
a5dc2b0598
Removed unnecessary vmap-assembling statements. (#137) 2021-03-04 20:37:31 +00:00
Foereaper
2c091f23d8 [Eluna] Remove special case for Mangos in preparation of internal timer rewrite 2021-03-04 20:30:15 +00:00
Meltie2013
1c4e25cba0
Internal Timer Rewrite & Introduce GameTime (#132)
* Implement Update Timer & Remove Ancient Timers
* WorldTime will be replaced by GameTime which is more accurate.
* World Delay Timer can be view in server info command.

Notice:
* Eluna will have to be updated to support this change or build will fail with it.

* Adding missing string for World Delay time display.

* Fixed CMakeList to include Time Folder which was forgotten.
* Fixed code style in UpdateTime constructor.

* Enable Work Around For Eluna
* Update Initialized UpdateTime Constructor Variables

* Implement GameTime
* Attempt to fix undeclared identifier in Auction House Bot

* Attempt to fix unix compile errors

* Another attempt to fix unix compiling error.

* Remove WorldTimer workaround

No longer necessary as of ba7eea4e40

Co-authored-by: Foereaper <Foereaper@users.noreply.github.com>
2021-03-04 20:21:54 +00:00
Antz
53a5c8249d Fixed travis url change. Thanks Alarnis 2021-03-01 07:08:32 +00:00
Antz
7dc5c70726
Remove icon folder and fix broken links 2021-02-28 21:23:01 +00:00
i-am-fyre
46e24193ba
Improve user experience & clean up (#135)
* Improve user experience & clean up

* Codacy recommended fix

Use $(...) notation instead of legacy backticked `...`.
2021-02-26 07:02:15 +00:00
Antz
22cb252227
Cleaned up Dependancy Descriptions 2021-02-24 07:58:41 +00:00
Antz
0f4e4601d9
Updated Badges 2021-02-24 07:56:14 +00:00
Antz
055ac943e8
Fix Missing Quote in Readme breaking links 2021-02-23 09:16:24 +00:00
Antz
79947eed87 Updated some README.md URLs 2021-02-23 07:41:37 +00:00
Antz
3675c4bfdf
Update README.md 2021-02-23 00:37:58 +00:00
Warkdev
df20a5b97f
[Extractors] Fix linux extractors 2021-02-08 21:26:28 +00:00
Warkdev
b985562b69
[Extractors] Fix various issues 2021-02-08 00:22:31 +00:00
Meltie2013
8c9ea174a5
Replace deprecated std::auto_ptr with std::shared_ptr (#133) 2021-02-07 20:32:49 +00:00