WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
90 stars 20 forks source link

Fix anchors #123

Closed burner1024 closed 6 years ago

burner1024 commented 6 years ago

Ok, here's a fix for #122. Full list (generated with check-anchors)

List of broken anchors:
--list-biff
--traify-comment
.DLG
ADD_CRE_ITEM
ADD_GAM_NPC
ADD_STORE_ITEM
ALTER_TRANS
ARE
BAF
BAM
BIFFs
CRE
------ (next anchor contains line break)
D
Actions
------
D file
DIALOG.TLK
DLG
Functions
GAM
GET_OFFSET_ARRAY and GET_OFFSET_ARRAY2
GROUP
HANDLE_AUDIO and HANDLE_TILESETS
INNER_ACTION
INTERJECT_COPY_TRANS
INTERJECT_COPY_TRANS2
MATCH and TRY
MODDER
Macros Listing
Module Distribution
QUICK_MENU
READLN
SET_2DA_ENTRIES_NOW
SET_2DA_ENTRY
SUBCOMPONENT
SW1H01.ITM
TP2
TP2 Actions
TP2 Patch
TRA
TRA 
Value
WHILE
array construct
component
constant
inline
macros
moreStateNumbers
------ (next anchor contains line break)
script
response
------
string
tp2
transitions
variables

3 are still broken, since I wasn't sure where to point them:

FredrikLindgren commented 6 years ago

sayText is the proper reference instead of sayString, but the other two need to be rewritten. I'll take care of it. Thanks.

burner1024 commented 6 years ago

it was meant to be merged, right?

FredrikLindgren commented 6 years ago

Oh, I didn't push it. Done.