Sarjuuk
cc328baf19
Fixups
...
* fixed two typos
2017-04-02 16:04:04 +02:00
Sarjuuk
ec05120118
README
...
* updated audio generation as suggested in #93
* fixed indentation
2017-04-02 14:49:58 +02:00
Sarjuuk
acad94770b
Item/Tooltips
...
* restore icon to tooltips after iconDB-changes tripped over a long forgotten change
2017-04-01 21:28:54 +02:00
Sarjuuk
92394e415a
Spells/Effects
...
* only use MiscValue as spellid for SpellEffect:155
* interpret and display SpellEffect 293
* SpellEffects 131 & 132 can both play audio
2017-03-31 01:05:38 +02:00
Sarjuuk
f3d694ac79
README
...
fixed line breaks in Q/A-secion
2017-03-29 22:38:30 +02:00
Sarjuuk
cd9f90cea9
IconDB/Fixups (obligatory)
...
* table had wrong engine
* two hunter pets have unique icons only referenced in creaturefamily.dbc
* fixed links to rel-tabs
2017-03-29 22:16:08 +02:00
Sarjuuk
ee568da6ec
IconDB
...
* initial implementation
* this includes a complete reindexing of everything touching icons
* this also means, no linking to red-rocket-site though, they index them differently
2017-03-29 21:48:14 +02:00
Sarjuuk
4651165e4d
DB/SQL-Modes
...
* force disable special modes that will prevent our funny queries
2017-03-29 19:45:21 +02:00
Sarjuuk
e5de7a8a45
PHP/Compatibility
...
* should now work with php5 again
2017-03-29 18:51:02 +02:00
Sarjuuk
9ee7b44ddb
Layout
...
* make main-contents slightly wider to prevent overlaps
* make classes listview name column slightly wider to prevent overlap
2017-03-29 14:37:27 +02:00
Sarjuuk
e400155a64
Articles/Classes
...
* added localization for frFR (thx @Endalaust and his translators)
2017-03-29 14:11:55 +02:00
Sarjuuk
0fc006d2d4
Contribute
...
* added option to hide contribute tabs depending on subject (screenshots for sounds .. yeah, right)
2017-03-29 03:24:28 +02:00
Sarjuuk
5082a6155d
Setup/Icons
...
* fixed offsets for class / race icons (should no longer capture icon border from tile)
not important, but you may want to run: aowow --build=simpleImg --icons -f
2017-03-28 23:22:29 +02:00
Sarjuuk
fd96f8f758
Errors / Logging
...
* try to log fatal errors if able
2017-03-28 18:00:08 +02:00
Sarjuuk
d91090e806
Admin/Screenshots
...
* do not limit screenshot sources
Search
* display floored maps
2017-03-26 17:18:00 +02:00
Sarjuuk
1a04ee3354
Merge remote-tracking branch 'github/master' into ghMaster
2017-03-25 01:35:21 +01:00
Sarjuuk
f0e1e02f03
Admin/Screenshots
...
* do not display deleted screenshots on initial listing
2017-03-25 01:33:38 +01:00
Sarjuuk
8c56610418
Screenshots/filesize
...
* UHD screens are pretty large
* also nginx is a thing and not affected by htaccess (just to keep in mind)
2017-03-25 01:26:22 +01:00
Sarjuuk
b6b734ff36
Fixups
...
* undefined variables in Markup.js
* logic error preventing screenshot uploads
* bitshift by negative value in spell
* and i'm pretty sure i already added an exception handler at one point
2017-03-25 01:26:22 +01:00
Sarjuuk
a937fb7ac6
Setup/Sounds
...
* updated sql update for changed generator
Setup/Updates
* do not throw an invalid scripts supplied - error if no actual scripts where suppied
(in case of update it is skipped, in every other case it generates everything anyway)
2017-03-22 15:19:10 +01:00
Sarjuuk
efe7b468c9
Setup/Firstrun
...
* forgot to add sounds generator to firstrun script
2017-03-22 12:58:40 +01:00
Sarjuuk
f9416c549d
Updates/SQL
...
* noticed having comments inside querys in these files breaks them
* also there appear to be files with \r line endings left
2017-03-21 23:09:55 +01:00
Sarjuuk
9516affde5
topUsres
...
* implemented top users overview
* w/o achievements, uploads, forum posts, yadda yadda
2017-03-21 16:22:17 +01:00
Sarjuuk
c85ba1a208
Setup/Sounds
...
* resolved duplicate naming of setup function
2017-03-21 11:20:00 +01:00
Sarjuuk
00de81c60d
Errors
...
* try to die a bit more gracefull if errors occur
2017-03-21 10:43:31 +01:00
Sarjuuk
62a95effb8
Privilege
...
* add forgotten template file
2017-03-21 02:36:15 +01:00
Sarjuuk
85e1accebc
Privileges
...
* add individual pages and corresponding articles
* yes the sql-update was forgotten
2017-03-20 23:44:41 +01:00
Sarjuuk
90a31ac99f
Config/Sanity
...
* Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
2017-03-20 23:38:00 +01:00
Sarjuuk
8b9b653028
Disables
...
* display db-entries as disabled or unavailable if appropriate
* affects now achievements and quests in addition to spells
* flag items without source as unavailable
* flag quests without starter als unavailable
Privileges
* i guess i forgott to add the template...
...among other things
2017-03-20 18:00:12 +01:00
Sarjuuk
4f1854b138
Misc
...
* Github link to home-footer
* formating errors in README.md
* oh, i hate this markdown syntax sooo much :x
2017-03-20 13:16:41 +01:00
Sarjuuk
33554e8942
User/Contribs
...
* added reputation threshold for replys to config
* check canComment and canReply separately
* disable contrib-tabs if the user is banned
2017-03-20 01:12:36 +01:00
Sarjuuk
f0231c8d9f
SiteConfig
...
* always place newly added php-configurations in the misc-category
2017-03-19 23:54:54 +01:00
Sarjuuk
5360b09d0f
Articles
...
* distinguish between articles for dbpage and other articles
* can be served by url instead of arbitrary picked type/typeId-pair
* save access to article in db (not used yet)
* serve correct g_pageInfo if on article-page
SiteReputation/Privileges
* implemented info pages
2017-03-19 23:41:49 +01:00
Sarjuuk
939a3f1e31
Markup
...
* add some more options to tags (mostly directly setting class and style)
2017-03-19 22:57:52 +01:00
Sarjuuk
bf0f218b28
Template
...
* merge text-page-generic into list-page-generic
2017-03-19 14:42:08 +01:00
Sarjuuk
9fabd2c728
Reputation
...
* apply reputation_reward_rate to rewards on Quest Detail Page
* apply reputation_reward_rate to NPC Detail Page
2017-03-16 21:32:23 +01:00
Sarjuuk
a163279fab
Spell/Detail Page
...
* parse effect 103 (Reputation)
* calc actual value from custom_reward_rate
2017-03-16 19:12:43 +01:00
Sarjuuk
5598b80ef4
Quests/Map
...
* correctly apply styles to map selector
* correcly prepare map selector string
2017-03-16 18:49:11 +01:00
Sarjuuk
d6b722a967
Articles/Races
...
* added french translation (thx @Endalaust and his translators)
2017-03-16 15:33:13 +01:00
Sarjuuk
2ec5fda3e7
Items/Menu
...
* fixed preselection of menu items on Items List Page
* fixed display and preselection of 'Type' option list
2017-03-16 15:13:25 +01:00
Sarjuuk
13d0dfeb07
Quest/Map
...
* assign objective text to map pips if possible
2017-03-13 22:07:44 +01:00
Sarjuuk
ddce998cad
Spells/Tooltips
...
* fixed parser for lastValue/gender-switch (previous pattern matched against that too)
* also its a stupid idea to replace a var with itself
2017-03-13 16:58:26 +01:00
Sarjuuk
103251a537
Spell/Effects
...
* do not rely displayInfo for spell effects, that can occur multiple times per spell
Items/CurrencyFor
* always send all currency-info to javascript (an item may require more then one to be bought)
2017-03-13 16:10:54 +01:00
Sarjuuk
e1fd2db64d
Admin/Screenshots
...
* restrict ability to irrevocably delete files to U_GROUP_ADMIN
Pages/Quests
* be a tad more lenient when filtering excessive sources
2017-03-13 15:37:43 +01:00
Sarjuuk
0c492531b8
Localization/frFR
...
* some touch-ups
* thx @Endalaust
2017-03-13 15:37:31 +01:00
Sarjuuk
8b9854804b
Pages/Quest
...
* added map to quest detail page
* some minor issues rooted in weired loot templates remain
2017-03-12 05:12:53 +01:00
Sarjuuk
849872d181
Misc
...
* fixed note in quest tab on zone detail page
* fixed a notice when creating item tooltips while passing an empty randomEnchantment value
* fixed currencies having no icons on zone detail page
2017-03-09 12:48:53 +01:00
Sarjuuk
a48f30e8a4
Misc
...
* edited example in README.md to be more clear
* fixed a typo in RedButton template.
* fixed a typo in comment ajax. Can now use sticky again.
* fixed a logic error in comment reply js. do not line break image sources.
2017-03-09 02:21:08 +01:00
Sarjuuk
fce8b01493
Setup/ItemEnchantment
...
* updated setup to for f609e7a08b
2017-03-08 14:00:36 +01:00
Sarjuuk
05d24dbde8
revision push
2017-03-06 18:26:51 +01:00