Robin Eklind
98e97351b9
control: rename attribute_inc_rects to ChrBtnsRect
...
Rationale described in sanctuary/notes@541e63f85a442cbb2293734c24c5868ccceec800
as included below:
Note, the ChrBtnsRect global doesn't have PSX debug info.
However, the functionality correspond to that of InvRect
of inv.h. Moreover, the we may infer the name from the
function CheckChrBtns, and simply combine the two names.
7 years ago
Anders Jenbo
68d51e7d27
Implementing Spawned Shareware version
7 years ago
Anders Jenbo
9d3ce818f0
Correct BOOLS
7 years ago
Anders Jenbo
5ab9f4609a
Clean up signedness
7 years ago
Anders Jenbo
e2bff090d6
Come up with names for all remaning arguments
7 years ago
Anders Jenbo
aa50489569
Clean up generated comments
7 years ago
Anders Jenbo
3bc8ba66b0
Use defines for more screen geometry values
7 years ago
Robin Eklind
4cbf8c9ec3
Rename global pCelBuff to pSPentSpn2Cels
...
This is to avoid confusion, as pCelBuff is also
commonly used as a parameter name.
The naming follows the convention used by
TextBox2.CEL and TextSlid.CEL, as seen in
stores.cpp
pSTextBoxCels = LoadFileInMem("Data\\TextBox2.CEL", NULL);
pSPentSpn2Cels = LoadFileInMem("Data\\PentSpn2.CEL", NULL);
pSTextSlidCels = LoadFileInMem("Data\\TextSlid.CEL", NULL);
7 years ago
Anders Jenbo
32a51d17ca
Align function signatures with PSX symbols
...
Using
https://github.com/diasurgical/scalpel/tree/master/psx/_dump_/3/_dump_c_src_/diabpsx/source
as a reference
7 years ago
Anders Jenbo
a7788ccddf
Format bin exact code
7 years ago
Duarte Alvim
6a4142fb08
Add gold constants
7 years ago
Anders Jenbo
328c74b626
Correct called methode
7 years ago
Anders Jenbo
334c06c6d3
Correct type in calls to AddPanelString
7 years ago
Anders Jenbo
a369eb8d46
Fix DrawSpellList
7 years ago
Manuel K
97c1edd3a0
Use BUFFER_WIDTH
7 years ago
Manuel K
df1d049ae3
Use SCREEN_Y
7 years ago
Manuel K
896933f55e
Replace magic number 352 with VIEWPORT_HEIGHT ( #1232 )
7 years ago
Sergey Semushin
ef97e8cc43
Make control_remove_gold bin exact.
7 years ago
Anders Jenbo
56dcdd669b
Clean up DrawChr
7 years ago
Sergey Semushin
d218b5e3ae
Clean up DrawTalkPan.
7 years ago
Sergey Semushin
4c5748a0c5
Clean up control_press_enter.
7 years ago
Anders Jenbo
035d6b146c
Clean up DrawInfoBox ( #1211 )
7 years ago
Sergey Semushin
ca3841a7dc
Clean up DrawSpellList.
7 years ago
qndel
9f924f86bf
control_presskeys bin exact ( #1187 )
7 years ago
qndel
94af1c4076
control_print_talk_msg bin exact
7 years ago
qndel
21b84adf13
control_type_message bin exact
7 years ago
Anders Jenbo
aa2752839a
Clean up switch style
7 years ago
Anders Jenbo
3c7165b1d8
Clean up CheckPanelInfo
7 years ago
Anders Jenbo
d4437a923e
Clean control_print_info_str
7 years ago
Anders Jenbo
7a6609ad8a
Clean up MY_PlrStringXY
7 years ago
Anders Jenbo
a3e3cd4c23
Clean up ADD_PlrStringXY
7 years ago
galaxyhaxz
82e8d6ed60
Fix trigflag, trigs.cpp bin exact
7 years ago
qndel
20e602ca84
PrintGameStr bin exact ( #1109 )
7 years ago
Anders Jenbo
ba38357e21
Clean up control.cpp pointer types
7 years ago
Anders Jenbo
6680077603
Clean up DrawDurIcon
7 years ago
Anders Jenbo
9f96bd6134
Clean up PrintSBookStr
7 years ago
Anders Jenbo
b937466631
Clean up DrawGoldSplit
7 years ago
Anders Jenbo
168a7a56ec
Clean up control_drop_gold
7 years ago
Anders Jenbo
d5540a91d7
Clean up control_remove_gold
7 years ago
Anders Jenbo
e0617c5fad
Clean up control_set_gold_curs
7 years ago
Anders Jenbo
307c1196f3
Clean up control_check_talk_btn
7 years ago
Anders Jenbo
553b694a22
Clean up control_reset_talk_msg
7 years ago
Anders Jenbo
51544fed2b
Clean up control_release_talk_btn
7 years ago
Anders Jenbo
40e93aac8d
Clean up control_up_down
7 years ago
Anders Jenbo
48212a62f6
Correct types in control.cpp
7 years ago
Anders Jenbo
ea8eeefc57
Clean up control_WriteStringToBuffer
7 years ago
qndel
1d656ef7fd
control_talk_last_key bin exact
7 years ago
Anders Jenbo
0a2b767b28
Clean up InitControlPan ( #1001 )
7 years ago
galaxyhaxz
777c517b8e
Change ASM macro
7 years ago
galaxyhaxz
540892ff9d
Preliminary support for fixed header files
7 years ago