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
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
14f8c9368a
Merge branch 'master' of github.com:diasurgical/devilution
7 years ago
Anders Jenbo
4bc2386cf3
Update 32bit Xcode config
7 years ago
Anders Jenbo
0d39f6fe08
Remove unused miniwin poarts
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
Anders Jenbo
d2fb797c12
Remove unused 3rdParty files
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
Sergey Semushin
4751fb14a0
hellfire: inv_update_rem_item: bin exact
7 years ago
Sergey Semushin
bc813463a1
hellfire: CheckInvCut: bin exact
7 years ago
qndel
c26ec70434
VerifyGoldSeeds cleanup
7 years ago
qndel
8a78228aba
[hellfire] DrawInfoBox bin exact
7 years ago
qndel
fdac4d19e7
[hellfire] UpdateLifeFlask bin exact
7 years ago
qndel
48006b22a8
[hellfire] DrawLifeFlask bin exact
7 years ago
qndel
74b6ac4d77
[hellfire] control_press_enter bin exact
7 years ago
qndel
9667c34f0a
[hellfire] DrawManaFlask bin exact
7 years ago
qndel
522f8f07c6
DrawTalkPan cleanup
7 years ago
qndel
4605c6096f
control_up_down cleanup
7 years ago
Sergey Semushin
ef4cb476cc
WeaponAutoPlace bin exact.
7 years ago
Sergey Semushin
24fbe44059
Clean up SpecialAutoPlace.
7 years ago
Sergey Semushin
d51e277e49
InitInv bin exact.
7 years ago