Ticket #8841: xref.txt

File xref.txt, 8.0 KB (added by SF/next_ghost, 16 years ago)

Updated xref file

Line 
1script.cpp:
2setupOpcodes() - replaced with FWScript/OSScript class members
3getNextByte() - replaced with RawScript/FWScript class members
4getNextWord() - replaced with RawScript/FWScript class members
5getNextString() - replaced with RawScript/FWScript class members
6computeScriptStackSub() - replaced with RawScript::getNextLabel()
7computeScriptStack() - replaced with RawScript::computeLabels()
8computeScriptStackFromScript() - replaced with RawScript::getLabel()
9executeScript() - replaced with FWScript::execute()
10endScript0() - removed (obsoleted by new executeList0() implementation)
11endScript1() - removed (obsoleted by new executeList1() implementation)
12
13o1_modifyObjectParam() - replaced with FWScript::o1_modifyObjectParam()
14o1_getObjectParam() - replaced with FWScript::o1_getObjectParam()
15o1_addObjectParam() - replaced with FWScript::o1_addObjectParam()
16o1_subObjectParam() - replaced with FWScript::o1_subObjectParam()
17o1_add2ObjectParam() - replaced with FWScript::o1_add2ObjectParam()
18o1_sub2ObjectParam() - replaced with FWScript::o1_sub2ObjectParam()
19o1_compareObjectParam() - replaced with FWScript::o1_compareObjectParam()
20o1_setupObject() - replaced with FWScript::o1_setupObject()
21o1_checkCollision() - replaced with FWScript::o1_checkCollision()
22o1_loadVar() - replaced with FWScript::o1_loadVar()
23o1_addVar() - replaced with FWScript::o1_addVar()
24o1_subVar() - replaced with FWScript::o1_subVar()
25o1_mulVar() - replaced with FWScript::o1_mulVar()
26o1_divVar() - replaced with FWScript::o1_divVar()
27o1_compareVar() - replaced with FWScript::o1_compareVar()
28o1_modifyObjectParam2() - replaced with FWScript::o1_modifyObjectParam2()
29o1_loadMask0() - replaced with FWScript::o1_loadMask0()
30o1_unloadMask0() - replaced with FWScript::o1_unloadMask0()
31o1_addToBgList() - replaced with FWScript::o1_addToBgList()
32o1_loadMask1() - replaced with FWScript::o1_loadMask1()
33o1_unloadMask1() - replaced with FWScript::o1_unloadMask1()
34o1_loadMask4() - replaced with FWScript::o1_loadMask4()
35o1_unloadMask4() - replaced with FWScript::o1_unloadMask4()
36o1_addSpriteFilledToBgList() - replaced with FWScript::o1_addSpriteFilledToBgList()
37o1_op1B() - replaced with FWScript::o1_op1B()
38o1_label() - replaced with FWScript::o1_label()
39o1_goto() - replaced with FWScript::o1_goto()
40o1_gotoIfSup() - replaced with FWScript::o1_gotoIfSup()
41o1_gotoIfSupEqu() - replaced with FWScript::o1_gotoIfSupEqu()
42o1_gotoIfInf() - replaced with FWScript::o1_gotoIfInf()
43o1_gotoIfInfEqu() - replaced with FWScript::o1_gotoIfInfEqu()
44o1_gotoIfEqu() - replaced with FWScript::o1_gotoIfEqu()
45o1_gotoIfDiff() - replaced with FWScript::o1_gotoIfDiff()
46o1_removeLabel() - replaced with FWScript::o1_removeLabel()
47o1_loop() - replaced with FWScript::o1_loop()
48o1_startGlobalScript() - replaced with FWScript::o1_startGlobalScript()
49o1_endGlobalScript() - replaced with FWScript::o1_endGlobalScript()
50o1_loadAnim() - replaced with FWScript::o1_loadAnim()
51o1_loadBg() - replaced with FWScript::o1_loadBg()
52o1_loadCt() - replaced with FWScript::o1_loadCt()
53o1_loadPart() - replaced with FWScript::o1_loadPart()
54o1_closePart() - replaced with FWScript::o1_closePart()
55o1_loadNewPrcName() - replaced with FWScript::o1_loadNewPrcName()
56o1_requestCheckPendingDataLoad() - replaced with FWScript::o1_requestCheckPendingDataLoad()
57o1_blitAndFade() - replaced with FWScript::o1_blitAndFade()
58o1_fadeToBlack() - replaced with FWScript::o1_fadeToBlack()
59o1_transformPaletteRange() - replaced with FWScript::o1_transformPaletteRange()
60o1_setDefaultMenuColor2() - replaced with FWScript::o1_setDefaultMenuColor2()
61o1_palRotate() - replaced with FWScript::o1_palRotate()
62o1_break() - replaced with FWScript::o1_break()
63o1_endScript() - replaced with FWScript::o1_endScript()
64o1_message() - replaced with FWScript::o1_message()
65o1_loadGlobalVar() - replaced with FWScript::o1_loadGlobalVar()
66o1_compareGlobalVar() - replaced with FWScript::o1_compareGlobalVar()
67o1_declareFunctionName() - replaced with FWScript::o1_declareFunctionName()
68o1_freePartRange() - replaced with FWScript::o1_freePartRange()
69o1_unloadAllMasks() - replaced with FWScript::o1_unloadAllMasks()
70o1_setScreenDimensions() - replaced with FWScript::o1_setScreenDimensions()
71o1_displayBackground() - replaced with FWScript::o1_displayBackground()
72o1_initializeZoneData() - replaced with FWScript::o1_initializeZoneData()
73o1_setZoneDataEntry() - replaced with FWScript::o1_setZoneDataEntry()
74o1_getZoneDataEntry() - replaced with FWScript::o1_getZoneDataEntry()
75o1_setDefaultMenuColor() - replaced with FWScript::o1_setDefaultMenuColor()
76o1_allowPlayerInput() - replaced with FWScript::o1_allowPlayerInput()
77o1_disallowPlayerInput() - replaced with FWScript::o1_disallowPlayerInput()
78o1_changeDataDisk() - replaced with FWScript::o1_changeDataDisk()
79o1_loadMusic() - replaced with FWScript::o1_loadMusic()
80o1_playMusic() - replaced with FWScript::o1_playMusic()
81o1_fadeOutMusic() - replaced with FWScript::o1_fadeOutMusic()
82o1_stopSample() - replaced with FWScript::o1_stopSample()
83o1_op71() - replaced with FWScript::o1_op71()
84o1_op72() - replaced with FWScript::o1_op72()
85o1_op73() - replaced with FWScript::o1_op73()
86o1_playSample() - replaced with FWScript::o1_playSample()
87o1_playSample() - replaced with FWScript::o1_playSample()
88o1_disableSystemMenu() - replaced with FWScript::o1_disableSystemMenu()
89o1_loadMask5() - replaced with FWScript::o1_loadMask5()
90o1_unloadMask5() - replaced with FWScript::o1_unloadMask5()
91
92o2_loadPart() - replaced with FWScript::o2_loadPart()
93o2_addSeqListElement() - replaced with FWScript::o2_addSeqListElement()
94o2_removeSeq() - replaced with FWScript::o2_removeSeq()
95o2_playSample() - replaced with FWScript::o2_playSample()
96o2_playSampleAlt() - replaced with FWScript::o2_playSampleAlt()
97o2_op81() - replaced with FWScript::o2_op81()
98o2_op82() - replaced with FWScript::o2_op82()
99o2_isSeqRunning() - replaced with FWScript::o2_isSeqRunning()
100o2_gotoIfSupNearest() - replaced with FWScript::o2_gotoIfSupNearest()
101o2_gotoIfSupEquNearest() - replaced with FWScript::o2_gotoIfSupEquNearest()
102o2_gotoIfInfNearest() - replaced with FWScript::o2_gotoIfInfNearest()
103o2_gotoIfInfEquNearest() - replaced with FWScript::o2_gotoIfInfEquNearest()
104o2_gotoIfEquNearest() - replaced with FWScript::o2_gotoIfEquNearest()
105o2_gotoIfDiffNearest() - replaced with FWScript::o2_gotoIfDiffNearest()
106o2_startObjectScript() - replaced with FWScript::o2_startObjectScript()
107o2_stopObjectScript() - replaced with FWScript::o2_stopObjectScript()
108o2_op8D() - replaced with FWScript::o2_op8D()
109o2_addBackground() - replaced with FWScript::o2_addBackground()
110o2_removeBackground() - replaced with FWScript::o2_removeBackground()
111o2_loadAbs() - replaced with FWScript::o2_loadAbs()
112o2_loadBg() - replaced with FWScript::o2_loadBg()
113o2_wasZoneChecked() - replaced with FWScript::o2_wasZoneChecked()
114o2_op9B() - replaced with FWScript::o2_op9B()
115o2_op9C() - replaced with FWScript::o2_op9C()
116o2_useBgScroll() - replaced with FWScript::o2_useBgScroll()
117o2_setAdditionalBgVScroll() - replaced with FWScript::o2_setAdditionalBgVScroll()
118o2_op9F() - replaced with FWScript::o2_op9F()
119o2_addGfxElementA0() - replaced with FWScript::o2_addGfxElementA0()
120o2_opA1() - replaced with FWScript::o2_opA1()
121o2_opA2() - replaced with FWScript::o2_opA2()
122o2_opA3() - replaced with FWScript::o2_opA3()
123o2_loadMask22() - replaced with FWScript::o2_loadMask22()
124o2_unloadMask22() - replaced with FWScript::o2_unloadMask22()
125
126prc.cpp:
127resetGlobalScriptsHead() - removed (obsoleted by Common::List)
128freePrcLinkedList(void) - removed (obsoleted by Common::List::clear())
129
130rel.cpp:
131resetObjectScriptHead() - removed (obsoleted by Common::List)
132releaseObjectScripts() - removed (obsoleted by Common::List::clear())
133
134various.cpp:
135setupScriptList() - removed (obsoleted by new makeLoad() and
136 loadScriptFromSave() implementation)
137
138anim.cpp:
139freeAnimData() - replaced with animData::clear()
140allocFrame() - replaced with animData::load()
141reserveFrame() - replaced with animData::load()
142
143bg_list.cpp
144reincrustAllBg() - removed (obsoleted by new loadResourcesFromSave() and
145 loadBgIncrustFromSave() implementation)
146freeBgIncrustList() - removed (obsoleted by Common::List::clear())