Shauren
779a59e7e2
Core/Config: Refactored ConfigMgr
...
* Loading initial configuration files is now separate from loading any additional custom configs
2013-07-15 17:31:44 +02:00
Vincent-Michael
08c1a81096
Scripted/Misc: Fix random stuff
2013-07-15 01:01:37 +02:00
Nay
d6f3460796
Script/Commands: Fix a crash in .arena captain command
2013-07-13 23:07:01 +01:00
Nay
3561ab98ba
Misc: Use override and final C++11 keywords in a few places (mostly scripts)
...
OVERRIDE and FINAL are TC macros (expand to nothing if compiler does not support C++11)
2013-07-06 20:21:45 +01:00
kaelima
aa645683b8
Core/MMAPS: Update recastnavigation!
...
* Complete changelog can be found at http://code.google.com/p/recastnavigation/
* Adjusted a few config values
Important:
* New mmaps extraction is required
* Folder size will be increased
2013-06-17 05:11:56 +02:00
Malcrom
ec474a62e5
Core: More Function Renaming.
2013-06-11 21:25:12 -02:30
Malcrom
66978cfc3b
Core: Some function renaming.
2013-06-11 19:54:27 -02:30
Malcrom
047608e7de
Core/SAI: Add check so npc will not send text to pet. Also updated isPet() to IsPet().
2013-06-11 18:39:51 -02:30
Shauren
9ec22fffa0
Core/Objects: Object scale will now also affect bounding radius and combat reach fields
2013-06-11 17:28:16 +02:00
Vincent-Michael
f6c1a9a8c4
Core: Fix warning
2013-06-03 18:04:42 +02:00
Subv
1d1bb84cf9
Merge pull request #9854 from Ascathor/master
...
Core/Command: Optimized .pinfo more
2013-06-02 17:52:27 -07:00
Spp
9664c0ab5c
Core/Misc: Another batch of fixes for issues found by static analysis
2013-05-30 13:18:29 +02:00
Ascathor
fb52e9ea03
Core/Command: Optimized .pinfo more
...
* Moved some checks around
* Added RBAC Permission for Email, last login and last ip (group 3 and 4) -- If missing RBAC permission, then it displays "Unauthorized (RBAC)"
* Changed totalmail output from uint64 to uint32
* Level either puts Max level, or a list of information necessary
* Only queries guild if the current xp query also detects guild membership
* Incorporated recent changes into code
* Commander requires higher than target to get sensitive data beside RBAC permission.
2013-05-26 14:21:39 +02:00
Shauren
bda68d3f9d
Core/Commands: Fixed wrong field types used in db queries for pinfo command and output alive state if target is offline
2013-05-24 18:31:19 +02:00
Vincent-Michael
a00d61485c
Core: Fix warnings
2013-05-24 17:39:30 +02:00
Shocker
03aa05a799
Actually fix compile
...
(sorry about the multitude of commits)
2013-05-22 02:26:21 +03:00
Shocker
0ae066254d
Another missing include
2013-05-22 01:39:22 +03:00
Shocker
0b8ad579df
Compile fix after recent merge
2013-05-22 01:29:04 +03:00
Bezo
178cb300d1
Implement .arena commands - add new commands to the core to handle with arena teams.
...
*.arena create [player] "arena name" [type]
*.arena create "arena name" [type]
*.arena disband [TeamID]
*.arena rename "oldName" "newName"
*.arena captain [TeamID] [Player]
*.arena info [TeamID]
*.arena lookup [name]
2013-05-22 00:50:51 +03:00
Ascathor
cef217a2fa
Core/Command: Remove excess parameter in LANG_PINFO_PLAYER
...
Should fix the command on linux servers
2013-05-21 19:59:00 +02:00
Vincent-Michael
75c4f28442
Core: Fix warnings
2013-05-21 19:18:55 +02:00
Aokromes
78840516f1
Merge pull request #9827 from Ascathor/master
...
Core/Command: Rework .PInfo and give more output and add Gender to trinity_string
2013-05-21 09:41:18 -07:00
Spp
00c1168897
Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic changes
2013-05-21 08:37:28 +02:00
Ascathor
051d6ef925
Core/Command: Rework PInfo and give more output and add Gender to trinity_string
...
* Prints out in several strings instead of few
* Leaves unnecessary ones out (e.g. phase for GMs)
* Some code documentation included (including doxygen)
* Cleaner code (partly)
* Prints more content, e.g.:
** Localized Class- and Race names
** Localizable Gender names
** Current experience, required experience
** And more
Shoutouts to @Nay, @Subv, @Shauren and several others from the irc
Core/Command: Rework PInfo and give more output and add Gender to trinity_string
2013-05-20 03:09:34 +02:00
Shauren
7da33b6bce
Core/Misc: Another batch of fixes for issues found by static analysis
2013-05-19 11:15:54 +02:00
Subv
25acef2572
* Batch of fixes for issues found by static analysis.
2013-05-17 21:11:18 -05:00
Shauren
7d46703413
Core/Misc: Another batch of fixes for issues found by static analysis
2013-05-17 21:30:02 +02:00
Nay
60dae46462
Core: Fix compiler warnings
2013-05-16 01:10:53 +01:00
Shauren
823924c061
Merge pull request #9799 from xjose93/DamageGO
...
Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go <guid> <damage>"
2013-05-14 09:09:07 -07:00
xjose93
e858057eff
Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go <guid> <damage>"
2013-05-14 18:07:13 +02:00
Spp
d1677b2db0
Core/Logging: Performance-related tweaks to logging system
...
All sLog->out* functions (except outCommand atm) are replaced with TC_LOG_* macros.
Memleak fix
2013-05-13 15:07:36 +02:00
Spp
243c325ca4
Core: Declare some functions const and remove use of "using" directive in a couple of files
2013-05-13 15:04:05 +02:00
illusion
f4b83273ec
Core/Tickets
...
* Fixed .ticket complete command not marking tickets as completed
* Fixed "Need more help" button functionality after ticket has been answered by a GM
Closes #9383
2013-05-11 11:19:57 +02:00
xjose93
f2b6b2f95e
Core/Commands: Improve .character rename [name], now can force rename .character rename [name] [newName]
2013-04-29 11:26:54 +02:00
Aokromes
e486cd7623
Merge pull request #9662 from xjose93/GuildRename
...
Guild rename
2013-04-27 05:02:07 -07:00
Shauren
4537d4082e
Scripts/Commands: Corrected queried database for ip2nation in .pinfo command
2013-04-22 17:37:13 +02:00
Bezo
7542049eba
[Ip2nationLock] Implement the ip2nation lock country.
2013-04-22 15:53:48 +02:00
xjose93
678cade116
Core/Commands: rename guilds (.guild rename "old guildname" "new guildname")
2013-04-19 23:21:23 +02:00
kandera
9aebfaf722
DB/Commands: fix the use of gobject info when used with a game object entry
2013-04-03 03:37:56 -04:00
Vincent_Michael
52340e74e2
Core: Fix warnings
2013-03-18 23:38:07 +01:00
Bezo
228d9803f3
Scripts/Commands: Add .list mail $char/$guid command
...
Prints a list of mails received by the characters
Closs #9421
2013-03-17 17:32:24 +00:00
Nay
efdbc68cae
Scripts/Commands: Fix "cannot pass objects of non-trivially-copyable type ‘std::string’ through ‘...’"
2013-03-15 23:39:51 +00:00
Vincent_Michael
3b9ab08029
Core: Fix non pch build
2013-03-15 23:02:11 +01:00
Nefarion
46ba2d945a
Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ, and implement feature for GMs to remove single players from their WhisperWhiteList.
2013-03-15 10:27:18 +01:00
Vincent_Michael
4ee0a4a446
Revert "Core/Commands: Optimize for command .npc near"
...
This reverts commit 4e789d4c5c .
2013-03-09 23:28:32 +01:00
Vincent_Michael
4e789d4c5c
Core/Commands: Optimize for command .npc near
2013-03-09 23:05:27 +01:00
Vincent_Michael
65b16a97be
Core/Commands: Add unit flags 2 for .npc info
2013-03-09 22:34:46 +01:00
Vincent_Michael
ce0add2121
Core/Commands: Add mmaps check for command .gps
2013-03-09 22:19:14 +01:00
Vincent_Michael
20eeeaf597
Core: Fix warnings
2013-03-09 20:15:11 +01:00
Nay
ab088cf5ba
SQL: Rename a SQL from PR
2013-03-09 18:48:17 +00:00