Anders Jenbo
af0a7c0653
Apply SPANEL_WIDTH
6 years ago
galaxyhaxz
67fedd9e99
Fix unknown struct field and drawpanflag
6 years ago
Mathieu Maret
e79b1afe84
Fix S_TalkEnter
...
To mirror commit 1c9801986c559417b7889708b2ce9cc2e27d9ba9: "Fix
S_StartTalk"
6 years ago
Anders Jenbo
71adfe509e
Document more attributes
6 years ago
Anders Jenbo
92ab05ea13
Decompose more magic numbers
6 years ago
Anders Jenbo
2348c3a8fd
Documentations, enums and clean ups
6 years ago
Robin Eklind
e155a9423e
rename random to random_ to avoid collision with random in stdlib.h
...
Fixes #1813 .
6 years ago
Anders Jenbo
d354bd9767
Lock framerate at vsync instead of 20fps
...
Since most animations are still controlled by the game logic the only
real benefit is smoother mouse and scrolling text, but it's a start :)
7 years ago
Anders Jenbo
da679a66a6
Convert inc file to a function
7 years ago
Anders Jenbo
337bc9b125
Render text in screen cordinates instead of buffer offsets
7 years ago
Anders Jenbo
40cb1c01f0
Calcualte SStringY instead of using a prebaked table
7 years ago
Anders Jenbo
ad7a621e5f
Drop PitchTbl to avoid resolution restriction
7 years ago
Anders Jenbo
6597688eac
Rename cell functions
7 years ago
qndel
7129558d0b
apply enums
7 years ago
qndel
0704393bc3
StoreAutoPlace cleanup
7 years ago
qndel
d3389f3f7c
DrawSLine cleanup
7 years ago
qndel
ddec3ce5bb
PrintStoreItem cleanup
7 years ago
Anders Jenbo
1c9801986c
Fix S_StartTalk
7 years ago
Anders Jenbo
f605138c79
Strip ASM code
7 years ago
Anders Jenbo
68d51e7d27
Implementing Spawned Shareware version
7 years ago
Anders Jenbo
9d3ce818f0
Correct BOOLS
7 years ago
Anders Jenbo
6fba17eec5
Correct GLOBAL types based on PSX SYM 3
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
Duarte Alvim
6a4142fb08
Add gold constants
7 years ago
Anders Jenbo
3b879cc373
Fix CheckStoreBtn
7 years ago
Anders Jenbo
0022702c38
Clean up CalcPlrInv calls
7 years ago
Manuel K
97c1edd3a0
Use BUFFER_WIDTH
7 years ago
Sergey Semushin
0f2140da4b
Make S_BBuyEnter bin exact.
7 years ago
Anders Jenbo
efc4be344c
Fix S_BBuyEnter
7 years ago
Anders Jenbo
5c43ecbb24
Clean up PrintSString
7 years ago
Anders Jenbo
c4dd7d374e
Clean up stores.cpp
7 years ago
Anders Jenbo
c494d938e7
Clean up PrintSString
7 years ago
Anders Jenbo
aa2752839a
Clean up switch style
7 years ago
Anders Jenbo
ba38357e21
Clean up control.cpp pointer types
7 years ago
Anders Jenbo
dce5f70485
Clean up quests.cpp
7 years ago
Anders Jenbo
9b3eb784d5
Clean up S_ScrollSPBuy
7 years ago
Anders Jenbo
ed98e5f71d
Clean up S_TalkEnter
7 years ago
Anders Jenbo
ffc2e05bf2
Clean up stores.cpp
7 years ago
Anders Jenbo
ee6c92c9f8
Clean up S_StartWBuy
7 years ago
Anders Jenbo
07e1482740
Clean up S_StartTalk
7 years ago
Anders Jenbo
a8dcef4bdb
Clean up STextESC
7 years ago
Anders Jenbo
774ec172e1
Clean up STextUp
7 years ago
Anders Jenbo
141fe62666
Clean up STextDown
7 years ago
Anders Jenbo
d6d64b4f78
Clean up STextPrior
7 years ago
Anders Jenbo
9b077ac24f
Clean up S_SmithEnter
7 years ago
Anders Jenbo
1e37dbe89e
Clean up TakePlrsMoney
7 years ago
Anders Jenbo
6dcf737c17
Clean up CheckStoreBtn
7 years ago
Anders Jenbo
f4707e114f
Clean up STextEnter
7 years ago
Anders Jenbo
8be94afcfd
Clean up SmithRepairItem
7 years ago