Sarjuuk
6819c1b1f2
Misc
...
* fixed misc php8 errors that went unnoticed as php7 warnings before
* added lost areatrigger generator to Setup script
* updated readme with working TCDB info and php 8.0 support
2021-10-24 19:47:45 +02:00
jackpoz
453690c575
Fix error on windows when no parameters are passed in query string
2021-10-24 17:35:24 +02:00
Sarjuuk
56e70e22bb
Item/DetailPage
...
* fixed infobox cost for items with buycount > 1
2021-03-14 16:31:35 +01:00
Sarjuuk
aa82655845
SmarAI/Lookups
...
* unify lookups in functional groups
* move code to class SmartAI
2021-03-14 02:04:56 +01:00
Sarjuuk
c456ade870
Skills/Breakpoints
...
* display skill learning breakpoints for gathering skills
* fixed mixed up mining-skinning and savanging-skinning filters for NPCs
* defined some magic skill numbers
2021-03-14 02:04:43 +01:00
Sarjuuk
8313bb4194
Icons/DetailPage
...
* don't cast name to ucFirst
2021-02-15 19:16:10 +01:00
Sarjuuk
2eaed47ba4
Items/Misc
...
* fixed queries erronously using ucFirst column names
* fixed visible html in infobox
* added forgotten string for locale 3
2020-12-28 23:27:49 +01:00
Sarjuuk
888ff28121
Item/DetailPage
...
* alwaya display item level of gems regardless if cut or not
* fixed similar item search result for items without class restrictions
2020-12-27 20:45:44 +01:00
Sarjuuk
15fb7b8711
NPCs/DetailPage
...
* display difficulty versions of the creature in the infobox
2020-12-19 00:18:46 +01:00
Sarjuuk
467a31fa3b
Template/Escaped Strings
...
* escape creature subnames in DetailPage
* escape creature names & subnames in Tooltips
* js escape inherited filter froms
2020-12-19 00:16:09 +01:00
Sarjuuk
5b414500a7
Creature/DetailPage
...
* display school resistance under stats in infobox
2020-12-19 00:00:49 +01:00
Sarjuuk
cac57f5cd8
Spell/DetailPage
...
* fixed recursing SmartAI ActionLists for used-by relations
2020-12-19 00:00:49 +01:00
Sarjuuk
be77474637
Misc/Optimizations
...
* general minor cleanups
* do not sync characters that haven't logged in since last resync.
2020-12-17 22:24:42 +01:00
wodim
d070b303b4
Localization ( #237 )
...
* removed excess hyphens
2020-10-25 17:49:26 +01:00
Sarjuuk
178c13ec72
SmartAI/SpellCasts
...
* fixed getting spell casts per NPC
* fixed spell usage for NPCs when used by Timed Actionlists
* added 'used by (smart) areatrigger' to SpellDetailPage
* fixed forgotten rename from SmartAI overhaul
2020-10-25 17:09:05 +01:00
Sarjuuk
e2fe765980
SAI/Compat
...
* add changes from TC of the last three years
* reduce redundancy when handling creature text
* reserve more space in target, event, action parameters. Move own parameters further back to avoid confict with future param expansion by TC
2020-10-25 15:47:23 +01:00
Sarjuuk
003ac1c931
Listviews/Quests
...
* fixed displaying as many quest requirement columns as items requiring quests
2020-10-10 11:08:04 +02:00
Sarjuuk
59fb6c1bc9
DetailPage/GameObject
...
* display related faction in infobox
2020-10-10 10:14:13 +02:00
Sarjuuk
583f8658d7
Pages/Caching
...
* use native functions of ReflectionProperty instead of magic numbers. GetModifiers() may return different values then expected/documented
2020-09-02 21:17:05 +02:00
Giacomo Pozzoni
f34b4827ee
DB/MySQL ( #219 )
...
* fixed usage of field name 'rank' which became a keyword in MySQL 8
2020-09-02 20:58:38 +02:00
Sarjuuk
aac9aab3c9
Spells/DetailPage
...
* diplay filtrable spell attributes in overview table
* replace some magic numbers with constants
2020-08-31 18:21:53 +02:00
Sarjuuk
93948a2ec5
Spells/DetailPage
...
* resolve spell effect #86 with info from 203573db83
2020-08-06 16:24:35 +02:00
Sarjuuk
ce90229a8b
Quest/Rewards
...
* implement changes to max level xp conversion from 670085d8c0
2020-07-25 21:04:36 +02:00
Sarjuuk
82d3441b22
Spells/DetailPage
...
* expand used by - tabs to show spells from timed action lists and smart_script casts from gameobjects in general
2020-06-07 21:52:55 +02:00
Sarjuuk
c08773eb6f
Screenshots/Misc
...
* no functional changes
2020-06-06 17:30:04 +02:00
Sarjuuk
321f28d35c
Achievements/Category
...
* moved names from db to locale files
2020-06-04 00:56:59 +02:00
Sarjuuk
c290f845d6
Quest/DetailPage
...
* added tab and note with quests from the same pool if available
* fixed announcements poping up after being dismissed previously
* fixed double escaping of quest tooltips
2020-05-28 18:43:14 +02:00
Sarjuuk
8741c7479f
Misc/Fixups
...
* vehicle accessories now get moved with their vehicle
* try to account for multilevel zone offset nonsense
* fixed some more typos and unaccounted null cases
2020-05-27 15:27:13 +02:00
Sarjuuk
7db841b823
Misc/Typo
...
* fixed typo from 6cabfd3
2020-05-25 22:26:45 +02:00
Sarjuuk
6cabfd3864
Misc/Cleanup
...
* moving commonly used strings to defines
* moving commonly reused/similar page generation functions to the parent
* generally using consistent return types, more type hints and less strings
* prevent browser context menu when right clicking on UI elements with their own context menus
* fixed menu path for icons
2020-05-24 15:04:42 +02:00
Sarjuuk
8378354f8b
Creatures/Objects
...
* added some missing links between boss npcs and loot chests
* use name of group encounters from dungeonencounter.dbc instead of single creature
Profler
* remove link to blizzard arsenal
* truncate long titles in raid progression tracker
2020-05-03 16:52:00 +02:00
Sarjuuk
08f8297629
Objects/SpellFocus
...
* added tab to DetailPage with spells requiring this object to be cast
2020-04-26 14:22:11 +02:00
Sarjuuk
9b4c0bb09e
Zones/Misc
...
* hide some more unused zone
* link zones Plaguelands: Scarlet Enclave and Onyxia's Lair to correct map
* fixed wotlk raids all being heroic
* link icecrown citadel sub maps to master and hide sub maps
2020-04-19 18:42:10 +02:00
Sarjuuk
08c98bc8ee
Search/Spells
...
* fixed some spells being skipped in search (hopefully)
2020-04-10 23:01:15 +02:00
Sarjuuk
3b749025de
Items/Itemsets
...
* fixed erronous linking to the baseline set for virtual sets
* display items from the same set, for the same slot in the 'see also' tab
2020-03-28 15:56:24 +01:00
Sarjuuk
54b20c3131
NPC/Spells
...
* always treat spells from creature_template_spell as controlled abilities
2020-02-26 17:29:33 +01:00
Sarjuuk
47458e3ec2
Spell/Effects
...
* also link back from creature to summon spell for spell effects 56 & 112
2020-02-24 23:33:01 +01:00
Sarjuuk
3f1e44d3e2
Titles/DetailPage
...
* fix page titles for .. titles
* escape htmlesque tags not in the template but individually as needed
2020-02-24 21:40:50 +01:00
Sarjuuk
aa66a7644b
Areatrigger/Names
...
* fix unnamed areatrigger after fetching them from DB and not clientside
Mail/Names
* fix unnamed mails after fetching them from DB and not clientside
2020-02-24 02:00:37 +01:00
Sarjuuk
3c088cd4e8
Spell/Effects
...
* parse npcs for spell effect 56 and 112
2020-02-23 22:17:16 +01:00
Sarjuuk
0694367ee9
Spell/Effects
...
* parse triggered spell from effect 140 and 141
* generally display non-zero effect values
2020-02-23 21:36:26 +01:00
Sarjuuk
b37efc480a
Item/Icons
...
* handle icons containing whitespaces
2020-02-23 19:46:08 +01:00
Sarjuuk
16bd59e0cc
NPC/Trainer
...
* add support for https://github.com/TrinityCore/TrinityCore/commit/bf3ab6d9c43
* fixed some bugs causing conditions to not be displayed
* fixed some trainer not being displayed for most skills
2020-02-23 17:29:12 +01:00
Sarjuuk
d4c0c0535a
Quest/Breadcrumbs
...
* implemented https://github.com/TrinityCore/TrinityCore/commit/5ed77113b63
* fixed some engrish
* fixed a typo in typecasting string searches
2020-02-23 14:14:34 +01:00
jackpoz
1c08e5d9cf
PHP/v7.3
...
* fixed warnings when migrating to php v7.3
* https://www.php.net/manual/en/migration73.incompatible.php#migration73.incompatible.core.continue-targeting-switch
2020-02-14 16:26:38 +01:00
jackpoz
1ff81ab07c
Add support to https://github.com/TrinityCore/TrinityCore/pull/24102
2020-02-14 16:15:34 +01:00
Sarjuuk
cf129ca3ce
Pages/Quest
...
* escape htmlesque tags from quest titles for Infobox
2020-02-14 09:25:13 +01:00
Sarjuuk
fd04e9f977
Implemented new type: mail
...
* display and link clientside mails to other types and events
* fixed favorites menu for new types
* fixed sorting column triggered spells in enchantment listview
* some misc cleanups
2020-02-14 00:36:41 +01:00
Sarjuuk
0fd2944d8b
Spells/DK
...
* fixed setup flagging wrong spells as hidden
* fixed menu structure for DK spells not requiring DK class
* fixed type for rune cost in spell tooltip
2019-01-04 17:19:14 +01:00
Sarjuuk
7f36dc87cf
Mails
...
* apply table quest_mail_sender to display correct mail source
* fixed mails from mailtemplate.dbc for achievement rewards
2018-12-15 00:21:52 +01:00