qndel
989d39ab0b
[hellfire] GetBookSpell bin exact
7 years ago
arczi84
1ab2fb2666
Endian madness
7 years ago
Anders Jenbo
adbd08137f
Work around VC5 DialogBoxParam definition
7 years ago
Anders Jenbo
babddf2921
Merge branch 'master' of github.com:diasurgical/devilution into hellfire
7 years ago
qndel
13eb926575
[hellfire] GetManaAmount bin exact
7 years ago
Robin Eklind
48356f1f2d
Merge pull request #1793 from qndel/GetDamageAmt2
...
Small bug in GetDamageAmt
7 years ago
qndel
a4852904be
sneaky bug
7 years ago
qndel
8f323ac981
Merge branch 'hellfire' of https://github.com/diasurgical/devilution into GetDamageAmt2
7 years ago
qndel
7fd66b103b
[hellfire] game_2_ui_class / pfile_get_player_class bin exact ( #1792 )
7 years ago
Robin Eklind
d9b272ef05
Merge pull request #1612 from qndel/WitchItemOk
...
[hellfire] WitchItemOk bin exact
7 years ago
qndel
5d7e0d04f6
[hellfire] GetDamageAmt bin exact
7 years ago
Robin Eklind
58601b4b45
Merge pull request #1550 from qndel/AddRndTeleport
...
[hellfire] AddRndTeleport bin exact
7 years ago
qndel
3f1cdf9bc8
[hellfire] GetDamageAmt bin exact
7 years ago
qndel
7956bf81da
[hellfire] gamemenu_save_game / gamemenu_load_game bin exact ( #1772 )
7 years ago
Robin Eklind
9bf8332d48
Merge pull request #1360 from diasurgical/ui_consts
...
Ui consts
7 years ago
Robin Eklind
ec34fcfabd
Merge pull request #1748 from qndel/MI_Blodboil2
...
[hellfire] MI_Blodboil bin exact
7 years ago
Robin Eklind
8b2896054c
Merge pull request #1747 from qndel/AddBlodboil
...
[hellfire] AddBlodboil bin exact
7 years ago
Robin Eklind
f0dab0ed29
Merge pull request #1738 from qndel/InitMonsterGFX3
...
[hellfire] InitMonsterGFX bin exact
7 years ago
Robin Eklind
f4034b5023
Merge pull request #1735 from qndel/DoHealOther2
...
[hellfire] DoHealOther bin exact
7 years ago
Robin Eklind
1119d39388
Merge pull request #1711 from qndel/MI_Manashield
...
[hellfire] MI_Manashield bin exact
7 years ago
Robin Eklind
6369506262
Merge pull request #1672 from qndel/PrintItemDur
...
[hellfire] PrintItemDur & PrintItemDetails bin exact
7 years ago
Benny Franco Dennis
1efd018b19
Add dependencies to the macOS bundle app
7 years ago
Benny Franco Dennis
67f847c4e5
Fix parameter to set build to release
7 years ago
Anders Jenbo
11febb1532
Static link on modern Clang
...
This will fail on old clang, but old clang should not be used for releases.
7 years ago
Marlon Beijer
d641c65562
Some fixes for Big Endian systems
7 years ago
Anders Jenbo
ca05b2e32d
Promote FreeBSD to 64bit and default compiler
7 years ago
Anders Jenbo
ebe846d6ef
Get version from git ( #331 )
...
* Get version from git
For debug builds the textual version will be latest tag+short hash
* Configure nightly builds
7 years ago
Gleb Mazovetskiy
10733ffff6
CMake: Use LTO on all compilers where supported ( #330 )
...
* CMakeLists.txt: Fix indentation
* CMake: Bump minimum required version: 3.7 -> 3.10
This simplifies LTO support
7 years ago
Gleb Mazovetskiy
d15bd453c6
Make DiabloUI/errorart arrays const
7 years ago
Gleb Mazovetskiy
52e4064fe5
art.cpp: Use `const_cast` instead of C-style cast
7 years ago
Anders Jenbo
ba9288c6cf
Unify error dialogs, for looks and portability
...
- Use UiOkDialog() to display all error messages
- Add SDL simple message, and console fallbacks to UiOkDialog()
- Boot graphics early on to facilitate most error messages with build in
gui
- Some more miniwin clean ups
7 years ago
Gleb Mazovetskiy
4e1b35b71e
FindSDL2_ttf.cmake: Fix header check
...
Refs #321
7 years ago
qndel
06e7b4dbdb
more enums
7 years ago
qndel
7129558d0b
apply enums
7 years ago
Vítězslav Dvořák
fb24212761
Debian Package update
7 years ago
qndel
124b8a60c3
DIABOOL ( #1768 )
7 years ago
Anders Jenbo
edbc23f144
Clean up diablo.cpp
7 years ago
qndel
ee590ad129
DrawAutomapType cleanup
7 years ago
qndel
473f6216df
[hellfire] SetupAllUseful bin exact
7 years ago
qndel
ffbcccbab6
[hellfire] items.cpp_2 ( #1774 )
...
* [hellfire] items.cpp_2
* formatting
7 years ago
Anders Jenbo
a8dd5dcd4a
Correct signature of FuncDlg
...
This reduces a lot of the casting in appfat.cpp
7 years ago
Anders Jenbo
6d982f6d06
Correct parameter naming for init_test_access
7 years ago
Anders Jenbo
683a50527d
Correct missmatched bool types
7 years ago
Anders Jenbo
4caa9be882
Itemdat ( #1717 )
...
* Align itemdat.cpp
* [hellfire] Add itemdat and related enums
7 years ago
Anders Jenbo
c97388386c
Correct textdat.cpp for shareware version
...
This fixes all speech missing for towners.
7 years ago
Anders Jenbo
8196637c33
Update README.md
7 years ago
Gleb Mazovetskiy
6b9a9faebc
Fix hero dialog image
...
Regression introduced in b536d0efa2
Fixes #318
7 years ago
Anders Jenbo
97e09e3e25
Fix music in shareware
7 years ago
Gleb Mazovetskiy
ea4358fdc7
Avoid console warnings on dialog init w/o diabdat
7 years ago
Gleb Mazovetskiy
b536d0efa2
DiabloUI: Handle logo like all the other elements
...
Adds the `animated` flag to `UiImage`, allowing us to
remove special handling for the logo.
7 years ago