qndel
e067f9832e
[hellfire] CalcPlrBookVals bin exact
7 years ago
qndel
39aea82b28
[hellfire] town.cpp - 4 functions bin exact
7 years ago
qndel
95ac201909
[hellfire] InitRndBarrels bin exact
7 years ago
qndel
a47a797468
RecreateEar cleanup
7 years ago
qndel
33b3711662
SortSmith cleanup
7 years ago
qndel
b47af60b6f
SortHealer cleanup
7 years ago
qndel
a5de88ab39
SortWitch cleanup
7 years ago
qndel
a05071551a
CalcPlrItemMin cleanup
7 years ago
qndel
6f67f7f2cc
[hellfire] AddInitItems bin exact
7 years ago
qndel
ce586b183c
[hellfire] SpawnRock bin exact
7 years ago
qndel
d720e45706
[hellfire] SpawnQuestItem bin exact
7 years ago
qndel
19d7286497
[hellfire] CreateRndUseful bin exact
7 years ago
qndel
fda12d4512
[hellfire] CreateRndItem bin exact
7 years ago
qndel
07233d060d
[hellfire] DoResurrect bin exact ( #1629 )
...
* [hellfire] DoResurrect bin exact
* split into two ifndefs
7 years ago
qndel
81f965d122
[hellfire] InitControlPan bin exact
7 years ago
qndel
3ae471f6b9
[hellfire] ResyncMPQuests bin exact
7 years ago
qndel
5fb15255a8
Apply enums to quests
7 years ago
qndel
a99e2877f0
[hellfire] 6 towners.cpp functions bin exact
7 years ago
qndel
3668c20fe3
NewTownerAnim cleanup
7 years ago
qndel
2147b71b25
[hellfire] InitFarmer bin exact ( #1625 )
7 years ago
qndel
8cbf999d53
[hellfire] TownCtrlMsg bin exact
7 years ago
qndel
10e3d5a355
[hellfire] CheckQuestKill bin exact
7 years ago
qndel
eab02de82f
ResyncQuests cleanup
7 years ago
qndel
72883c0621
SetReturnLvlPos cleanup
7 years ago
qndel
d269ef5045
InitThemes cleanup
7 years ago
bloom7ech
0ea5fc015d
[hellfire] BreakCrux bin exact
7 years ago
qndel
357031715b
[hellfire] CreateTown bin exact
7 years ago
qndel
c15ce465fd
[hellfire] RndPremiumItem bin exact
7 years ago
qndel
96ff78e9e0
[hellfire] WitchItemOk bin exact
7 years ago
qndel
5ecebde98d
newline
7 years ago
qndel
d9b743aee4
[hellfire] RndWitchItem bin exact
7 years ago
qndel
5732622d76
[hellfire] RndBoyItem bin exact
7 years ago
qndel
082189f685
[hellfire] SmithItemOk bin exact
7 years ago
qndel
c41128ea22
[hellfire] RndSmithItem bin exact
7 years ago
Anders Jenbo
bf973d0872
Use sizeof directly instead of definging TMEGAPKT_SIZE
7 years ago
Anders Jenbo
b7a4d32e91
Use sizeof(TMegaPkt)
7 years ago
Nam Nguyen
f707e696db
glpMsgTbl stores 64-bit pointers to turn_t variables. This won't fit inside int.
7 years ago
Nam Nguyen
f7ceadf6dc
pack the TMegaPkt struct. define TMEGAPKT_SIZE.
...
memcpy((char *)&packeta[1] - packeta->dwSpaceLeft, packet, dwSize);
Source/msg.cpp does this calculation, which will be wrong if any padding is
added. To get this to work correctly, pack the structures, as suggested by
@AJenbo .
Also, define TMEGAPKT_SIZE because pNext can be 4 or 8 bytes.
7 years ago
Sergey Semushin
4c6c0116b5
hellfire: update QuestStruct + InitQuests bin exact.
7 years ago
Sergey Semushin
0a77e3e0d4
hellfire: CheckQuestItem: bin exact.
7 years ago
Sergey Semushin
4dcdca87b4
hellfire: apply item changes to AllItemsList + add several items to enums.
7 years ago
Sergey Semushin
ec7baa3296
Add hellfire quests to questlist array.
7 years ago
Anders Jenbo
cf359d9ea2
Remove server chat
7 years ago
Anders Jenbo
f7fda58cd2
Remove check for Office 95
7 years ago
Anders Jenbo
aac0971860
Remove debugtrap
7 years ago
Anders Jenbo
c1fb75d738
Remove check for Windows platform
7 years ago
Anders Jenbo
4e1e62d6e9
Remove inactive error logging
...
Not easy to port, little value, not in Mac port
7 years ago
Anders Jenbo
5ff14b59da
Remove unused source
7 years ago
Sergey Semushin
848337867b
Apply clang-format on inv.cpp
7 years ago
Sergey Semushin
4e56571f11
hellfire: inv_420FD0: bin exact.
...
Function is essentialy item clean up with some strange moving of gold
which may overflow InvList.
7 years ago