Commit graph

7960 commits

Author SHA1 Message Date
Antz
932e366b03
Delete cmake.cmd
Should not have been comitted
2023-02-09 21:53:38 +00:00
Antz
93c5843d06
Happy New Year 2023 from everyone at getMangos.eu 🎉
Signed-off-by: billy1arm <antz@cix.co.uk>
2023-01-01 01:25:10 +00:00
Antz
9285191873
Add files back 2023-01-01 00:55:45 +00:00
Antz
29f3886d4d
removed submodules for now 2023-01-01 00:53:27 +00:00
Antz
64778380c9
[WIN] Updated submodule 2023-01-01 00:46:43 +00:00
Antz
bb9a145187
Added some additional badges 2022-07-09 06:53:23 +01:00
Antz
29017dcac0
Some fixes for startup errors 2021-06-11 15:27:21 +01:00
Antz
b4eff73c65
Patch up to get server to load 2021-06-10 23:57:43 +01:00
Antz
fbfad6b848
[cmake] added newer versions of cmake 2021-06-10 23:56:11 +01:00
Antz
55c2520143 Fixed travis url change. Thanks Alarnis 2021-03-01 07:05:28 +00:00
Antz
614211d2ea
Remove icon folder and fix broken links 2021-03-01 00:44:14 +00:00
Antz
9189d0f66e Merge branch 'master' of https://github.com/mangosfour/server 2021-02-26 07:37:38 +00:00
i-am-fyre
cca19020d2 Improve user experience & clean up (#135)
* Improve user experience & clean up

* Codacy recommended fix

Use $(...) notation instead of legacy backticked `...`.
2021-02-26 07:25:40 +00:00
Antz
7ae3fea398 Some Minor cleanups of typos 2021-02-26 07:24:22 +00:00
Antz
d3ffb91ab7
Fix Readme Typo 2021-02-24 11:59:44 +00:00
Antz
35ef8de745 Update Badges and cleanup Dependancy Descriptions 2021-02-24 09:24:07 +00:00
Antz
ecba1586f7
Fix Typo 2021-01-02 09:49:17 +00:00
Antz
283c68b6a9
Style cleanup from the Mangos Futures Team 2020-09-14 18:30:19 +01:00
Markus
809eee0f50 Fixes Error "There is no game at this location" (#172)
$GAMEPATH was not wrapped like this "$GAMEPATH"
`/path/to/World\ of\ Warcraft\` works now.
2020-08-18 21:43:55 +01:00
Rochet2
9b694aa80f Regex requires gcc 4.9 or higher 2020-08-10 22:56:54 +01:00
beefbroccoli
b4808d2466 Update README.md (#109)
Update link to ACE website
2020-08-06 00:35:00 +01:00
beefbroccoli
47e5534546 ensure bins are marked as executable (#108) 2020-07-31 00:10:08 +01:00
Antz
f97a43e3fc Fix build and tidy up file 2020-07-30 00:25:57 +01:00
Elmsroth
3875a3b094 Fix potential NullPointerException on C'Thun (#107)
Reported from a crash on C'Thun it appeared there was a NPE in Creature.cpp
2020-07-28 22:29:39 +01:00
Antz
5af7e0d49f Fixed up build 2020-07-28 00:01:43 +01:00
Antz
377686f881 [Warden] Refactor to match other cores 2020-07-27 22:54:46 +01:00
Elmsroth
5e1e9ae18a Fix pdump write command and add check to pdump load (#106) 2020-07-27 22:43:52 +01:00
Elmsroth
e3feea3a41 Fix crash when using command helps (#93) 2020-07-27 22:42:32 +01:00
Helladan
1c509686bb fix reference to dockerFiles to match with real files name (#92)
Co-authored-by: Helladan <contact@helladan.io>
2020-07-27 22:42:15 +01:00
Elmsroth
92b81ca596 Fix crash at startUp due to command localization loading
The crash was due to MAX_LOCALE = 9 in Mangos One compared to MAX_LOCALE = 8 in mangos Zero
2020-07-27 22:41:59 +01:00
Elmsroth
64e1346ce5 Implement command localization
Implement Localization for Commands.
2020-07-27 22:40:53 +01:00
Elmsroth
a34d10afc6 Fix send mail and send item commands
Server was crashing if no args or if no quotes were provided for args
2020-07-27 22:38:03 +01:00
Antz
f521577336 Clean up readme a little 2020-07-27 22:37:24 +01:00
Antz
3e3c7ea561 Fix Gameobject loading issue 2020-07-27 22:30:21 +01:00
Tim
e0ab31c8e5 More delimiting 2020-07-27 22:30:02 +01:00
Tim
c87d0f93e1 Missing Delimiter 2020-07-27 22:29:49 +01:00
Tim
26eb468ed4 Missing delimit 2020-07-27 22:29:33 +01:00
Antz
04adbc93d0 Fix Merge error pt2. damn git 2020-07-27 22:29:08 +01:00
Antz
989953a56d Fix Merge error 2020-07-27 22:28:49 +01:00
Antz
ea642ee5cf Make Mangos compatible with newer MySQL pt3. Based by work by @leprasmurf 2020-07-27 22:28:32 +01:00
aleigood
859a25abfa Fix part of NPC localized text cannot be displayed. 2020-07-27 22:25:36 +01:00
Antz
131a894017
Fix AppVeyor link 2020-05-26 22:07:23 +01:00
Antz
a92b9a8003
Fix AppVeyor Badge 2020-05-26 22:04:57 +01:00
Antz
529462655f Fix build 2020-05-26 08:21:48 +01:00
Elmsroth
54e92fcbcd Now we can inspect player when GM mode is ON (#98)
* Now we can inspect player when GM mode is ON

* Fix potential crash in ExecuteCommand
2020-05-24 19:29:09 +01:00
Elmsroth
118c779dff Fix instance cleanup at startup (#99)
Error caused by backquotes in double.
2020-05-24 18:56:56 +01:00
Jeremy lb
6d9071b80d Create a docker container image and runing it with docker-compose (#164)
* make the dockerfile working and docker-compose
* add Readme
* update docker-compose.yml
* fix interaction with the mangosd server
2020-05-24 18:11:42 +01:00
Olion17
1dc436398d debug recv Command added 2020-05-20 20:21:47 +01:00
Cylae
0c44b9d0e0 Updating Debian Sources (#169)
Updated libmysqlclient source.
2020-05-19 08:27:40 +01:00
Antz
a99c1a28bd
fix build error 2020-05-02 00:55:43 +01:00