Anders Jenbo
d26f4b0ad0
Build macOS package via CMake exclusively
7 years ago
Anders Jenbo
d5d2ae6df2
Add the font to the macOS package
7 years ago
Anders Jenbo
dc9e440361
Move Haiku icon to the Packaging folder
7 years ago
Anders Jenbo
0f1a70e8d5
Build macOS package via CPack
7 years ago
alexey.lysiuk
d6a457791b
Create proper macOS application bundle with CMake
7 years ago
Gleb Mazovetskiy
85295838a4
An option to use SDL1 instead of SDL2
...
Adds a USE_SDL1 build option to use SDL v1 instead of v2.
This is useful for porting Diablo on devices that don't support SDL2,
such as the RetroFW / OpenDingux devices (e.g. RG300 Retro Gaming Handheld)
Not yet supported:
* Fullscreen
* Upscaling
* Audio
7 years ago
Mathieu Maret
19f5686770
Catch exception by reference
7 years ago
Mathieu Maret
89ec0538f5
Correct copy elision warning
...
moving a local object in a return statement prevents copy elision
7 years ago
Anders Jenbo
049178cb2e
Clean up load/save code
...
Remove most call to memcpy in preperation for Big Endian support
Document what pointers are being skipped
Align save and load code (easier to verify that both are correct)
7 years ago
Anders Jenbo
a41753e813
Fix crash when exiting and font isn't loaded
7 years ago
Anders Jenbo
b90ef1336d
Fix Segfault when loading game
...
Fixes #224
Not this breaks save games generated with master since 2019-07-15
7 years ago
Anders Jenbo
5cadee74c2
Fix a few compiler warnings
7 years ago
qndel
32e519415a
GetDirection cleanup
7 years ago
qndel
4f993682d0
[hellfire] missiles_search bin exact ( #1704 )
7 years ago
qndel
8db7acf3bb
[hellfire] AddStone bin exact ( #1714 )
7 years ago
galaxyhaxz
3e0fe37b24
Fix monster enum
7 years ago
Anders Jenbo
ab92cc2549
[hellfire] Format monster.cpp
7 years ago
Anders Jenbo
2895568f08
[hellfire] Apply enums to monster.cpp
7 years ago
Anders Jenbo
a18720892b
Correct Hork Demon AI and align table
7 years ago
galaxyhaxz
0a5e772ccc
Fix missiles_warp & MAXTRIGS
7 years ago
Anders Jenbo
80a90fe82f
Merge branch 'master' of github.com:diasurgical/devilution into hellfire
7 years ago
qndel
67bd946295
MI_Manashield suggestions
7 years ago
qndel
77fd88a368
Merge branch 'hellfire' of https://github.com/diasurgical/devilution into MI_Manashield
7 years ago
qndel
76eb0a3d68
MI_Firewall cleanup
7 years ago
qndel
99b1fd3560
[hellfire] MI_Firebolt bin exact
7 years ago
qndel
4b0ffef781
AddRhino cleanup
7 years ago
qndel
880a5d6b72
AddStone cleanup
7 years ago
Anders Jenbo
da0662c90c
[hellfire] correct substraction in missiles_berserk
7 years ago
Anders Jenbo
2bd53a70a7
[hellfire] clean up missiles_berserk
7 years ago
qndel
e34d2846a3
[hellfire] MI_Rune bin exact
7 years ago
qndel
e42a888b82
newline
7 years ago
qndel
e2123123ba
[hellfire] MI_Manashield bin exact
7 years ago
qndel
ed4f056cf5
[hellfire] missiles_berserk bin exact ( #1702 )
7 years ago
Robin Eklind
d16f603537
all: remove unused storm imports
...
While no storm functions are called from these source files
it is determined that they included storm in the original
source files as made visible by the inclusion of infinity
in the data segments of the respective source files.
ref: diasurgical/devilution#1695 .
7 years ago
galaxyhaxz
365411175d
Hellfire AIs ( #1694 )
7 years ago
Anders Jenbo
fde6c8030b
[hellfire] SpellITbl
7 years ago
Anders Jenbo
ad74e68ade
[hellfire] missile data
7 years ago
qndel
cab1e2c0ad
[hellfire] InitMissiles bin exact
7 years ago
qndel
84152440d0
Merge pull request #1700 from qndel/fixenum
...
changed CMD_NOVA into CMD_REFLECT
7 years ago
qndel
b98dfd3f21
changed CMD_NOVA into CMD_REFLECT
7 years ago
qndel
5b0f7f6729
[hellfire] some new missiles ( #1689 )
7 years ago
qndel
bba1ab1da9
AddResurrectBeam cleanup
7 years ago
galaxyhaxz
e49036a801
Fix net commands in hellfire
7 years ago
qndel
965c4dfd94
[hellfire] some new missiles2 ( #1692 )
7 years ago
qndel
4940163d0e
AddTeleport cleanup
7 years ago
Robin Eklind
620e89c970
Merge pull request #1691 from AJenbo/MonstAvailTbl
...
Document MonstAvailTbl
7 years ago
Anders Jenbo
b57a512b90
Document MonstAvailTbl
7 years ago
Sergey Semushin
b2c770c2b9
hellfire: GoldAutoPlace: bin exact.
7 years ago
Anders Jenbo
078329e79c
[hellfire] Correct monster data
7 years ago
Robin Eklind
0b7fca12af
multi: use sizeof(sgGameInitInfo) for initdatabytes
7 years ago