Robin Eklind
46add07dbf
Merge pull request #1654 from qndel/SortSmith
...
SortSmith cleanup
7 years ago
Robin Eklind
c9f9e70139
Merge pull request #1653 from qndel/SortHealer
...
SortHealer cleanup
7 years ago
Robin Eklind
4b170cab01
Merge pull request #1652 from qndel/SortWitch
...
SortWitch 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
Anders Jenbo
e310de46d9
Merge pull request #1615 from bloom7ech/BreakCrux
...
[hellfire] BreakCrux bin exact
7 years ago
Anders Jenbo
f8616e3e1e
Merge pull request #1616 from qndel/InitThemes
...
InitThemes cleanup
7 years ago
Anders Jenbo
b22e2451e3
Merge pull request #1618 from qndel/SetReturnLvlPos
...
SetReturnLvlPos cleanup
7 years ago
qndel
3ae471f6b9
[hellfire] ResyncMPQuests bin exact
7 years ago
Anders Jenbo
4d5e2ac7dd
Merge pull request #1620 from qndel/ResyncQuests
...
ResyncQuests cleanup
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
Robin Eklind
7d7bcb5892
Merge pull request #1610 from qndel/RndBoyItem
...
[hellfire] RndBoyItem bin exact
7 years ago
Robin Eklind
95203155b4
Merge pull request #1613 from qndel/RndPremiumItem
...
[hellfire] RndPremiumItem bin exact
7 years ago
Robin Eklind
6d9fa8112f
Merge pull request #1614 from qndel/CreateTown
...
[hellfire] CreateTown bin exact
7 years ago
Robin Eklind
35b5bd6f8d
Merge pull request #1611 from qndel/RndWitchItem
...
[hellfire] RndWitchItem bin exact
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
Robin Eklind
3266a69419
Merge pull request #1604 from Predelnik/PR
...
[hellfire] CheckQuestItem + InitQuests + some array/enum additions
7 years ago
Robin Eklind
72bdad4ceb
Merge pull request #1605 from diasurgical/sizeof-TMegaPkt
...
Use sizeof(TMegaPkt)
7 years ago
Anders Jenbo
c52464d227
Promote 64bit builds to stable
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
7e2bd7c967
detect 64-bit platform on windows, gcc, clang, arm and ppc
...
sources:
Use of #ifdef __LP64__ suggested by @brynet .
https://stackoverflow.com/a/40033930
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
111d147d72
Fix copying from framesize_t (4 bytes) to nextsize (8 bytes)
...
Copy framesize_t (4 bytes) to nextsize (8 bytes) then shift 32 bits to zero out
the most significant 32 bits.
Use of #ifdef __LP64__ suggested by @brynet .
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