Joel Falcou
c4223d4c29
Per file basis use of extern C
6 years ago
Joel Falcou
64d26a7934
Sanitize use of namespace
...
Wrap individual headers in dvl namespace to prevent
including standard header in another namespace.
6 years ago
qndel
5191237f42
enums and stuff ( #2024 )
6 years ago
galaxyhaxz
f89204e7dd
Fix function/var names (effects/sound)
6 years ago
Anders Jenbo
5fa0c5781b
Backport cleanups from Hellfire branch
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 :)
6 years ago
Anders Jenbo
40cb1c01f0
Calcualte SStringY instead of using a prebaked table
6 years ago
qndel
b45b33c7e1
[hellfire] SmithBuyItem bin exact
7 years ago
qndel
9cf2354774
[hellfire] SaveGame bin exact + enums
7 years ago
galaxyhaxz
282e42b46b
Town/misc fixes
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
c4dd7d374e
Clean up stores.cpp
7 years ago
Anders Jenbo
c494d938e7
Clean up PrintSString
7 years ago
Anders Jenbo
ba38357e21
Clean up control.cpp pointer types
7 years ago
Anders Jenbo
ffc2e05bf2
Clean up stores.cpp
7 years ago
Anders Jenbo
97ce7b0aa5
Clean S_StartSRepair
7 years ago
Anders Jenbo
0b1400131c
Clean up S_SSellEnter
7 years ago
Anders Jenbo
8c5ac6b82d
Apply enum to stextflag
7 years ago
Robin Eklind
9510d7ff79
IdItemOk bin exact
7 years ago
Robin Eklind
8f467abaf5
WitchSellOk bin exact
7 years ago
Robin Eklind
5eb525dfc0
IdItemOk bin exact
7 years ago
Anders Jenbo
c66301b336
Clean up WitchRechargeOk
7 years ago
galaxyhaxz
4e01e03711
Cleanup default calling conventions
7 years ago
Anders Jenbo
738431c890
Clean up S_StartSPBuy
7 years ago
Anders Jenbo
e8d123bd20
Clean up SmithRepairOk
7 years ago
Anders Jenbo
ac02f5efa7
Clean up S_ScrollHBuy ( #601 )
7 years ago
Anders Jenbo
57d7c99a8f
Stores.cpp ( #551 )
...
* Clean up FreeStoreMem
* Clean up AddSLine
* Clean up AddSText
* Clean up SmithSellOk
7 years ago
Anders Jenbo
ab3a6208d2
Use "BOOLEAN" instead of "bool"
...
bool is not defined in C
7 years ago
Anders Jenbo
ec2f95bdf2
Format town files
8 years ago
aperturesecurity
42ce77ce05
Rebirth and Nuke
8 years ago
galaxyhaxz
775ae59e18
Fix function signatures and others ( #158 )
...
Fix InitObjects, themes.cpp, names
8 years ago
galaxyhaxz
49a6f4f9fc
Add include guards, prepare for XRef ( #28 )
...
Add definitions, other junk.
8 years ago
galaxyhaxz
bb01c6f084
Remove the "fear factor" ( #21 )
...
Snakes, spiders, Demons, what scares you?
8 years ago
galaxyhaxz
bcb3abe96b
Add files via upload
8 years ago