Anders Jenbo
cab3ebddf5
Avoid some arrays being of predefined size
...
This makes it easier to change the array size via content
6 years ago
Anders Jenbo
0a1b4d347c
Create defines for spell icons
...
This will avoids a lot of Hellfire ifdef and generally makes the
caluclations cleaner
6 years ago
Anders Jenbo
c540f74709
Clean up calls to WriteFile
6 years ago
Anders Jenbo
0f514f25de
Apply WinAPI enums and macros
6 years ago
Anders Jenbo
c39f668deb
Enable some asserts that are helpful for testing
6 years ago
Anders Jenbo
660405505f
Remove C compat
...
It's unmaintained and clear that we won't be going back since some
functions can only be solved with C++
6 years ago
Gleb Mazovetskiy
afca5d9fef
OpenDingux/RetroFW build cleanup
...
1. Now that all the buildroots we need are open-source,
use defconfigs that ship with them instead of rolling our own.
2. New script: Packagaging/OpenDingux/build-all.sh
3. To avoid polluting top-level home directory, buildroot location
changed to `~/devilutionx-buildroot/$BUILDROOT_TARGET`.
4. Move OPK packaging script to its own file. This is to be able
to make a package for devilutionX in the buildroot itself.
6 years ago
Anders Jenbo
160dd3fb22
Update function map
6 years ago
Gleb Mazovetskiy
971330fede
Update RG350 defconfig
...
I've recently done some massive updates to the buildroot, necessitating
some minor changes to the defconfig here.
Good news: The buildroot use GCC 5.4 and newer binutils, so it now
builds with LTO.
6 years ago
Gleb Mazovetskiy
5fb2d86bba
docs/manual/platforms/retrofw.md: ipk -> opk
6 years ago
Anders Jenbo
b040c04a18
Merge branch 'master' of github.com:diasurgical/devilution into hellfire
6 years ago
Anders Jenbo
95a3aa985a
Fix byte shift
...
There is no issue associated with this for the vanila game as all skills
are within the first 32 spells.
This fix can also be found in Hellfire.
6 years ago
Gleb Mazovetskiy
01ec448fa8
Packaging/switch/build.sh: Remove unused function
6 years ago
qndel
f35c955e36
[hellfire] S_StartBBoy bin exact
6 years ago
qndel
19ec9622f5
[hellfire] S_StartWRecharge bin exact
6 years ago
qndel
408780458a
[hellfire] S_StartSRepair bin exact
6 years ago
qndel
4ecc2090d9
[hellfire] S_StartWSell bin exact
6 years ago
qndel
48739cd1a2
[hellfire] S_StartSSell bin exact
6 years ago
qndel
540363493c
[hellfire] S_StartHealer bin exact
6 years ago
Anders Jenbo
187a021b30
More documentation from sanctuary/notes ( #2026 )
6 years ago
Gleb Mazovetskiy
d065202ff2
Reformat the .clang-format files
...
These files are YAML, changes to a more idiomatic YAML syntax
6 years ago
Anders Jenbo
04e9cff6b9
Remove unused header
6 years ago
Anders Jenbo
776ab10476
Merge branch 'master' of github.com:diasurgical/devilution
6 years ago
Anders Jenbo
312168d4c1
Reformat the .clang-format files
...
These files are YAML, changes to a more idiomatic YAML syntax
6 years ago
Anders Jenbo
23d4eb0e4c
Remove use of sudo from linux build
6 years ago
Anders Jenbo
1941d3095b
Add Amiga to build status list
6 years ago
Anders Jenbo
5e5de0e1c7
Sript bineries
6 years ago
Anders Jenbo
b1b5fb9daf
ppc64le is now officially supported and build
6 years ago
Trung Lê
9a69283ac9
Add ppc64le build in Travis ( #658 )
...
* Add ppc64le build in Travis
* Add CPack rule for Linux ppc64le
6 years ago
Anders Jenbo
68e1e618c9
Probe for null tiles and arches when applying anit-eflag rendered fix
6 years ago
Gleb Mazovetskiy
b63b3b5f68
Fix CI Debian Stretch build ( #678 )
...
The cmake package in debian-stretch has recently been updated: https://packages.debian.org/stretch-backports/cmake
This new version of cmake depends on a version of libarchive13 that is only available in stretch-backports-sloppy.
To allow libarchive13 to be installed from stretch-backports-sloppy I've added the debian-stretch-sloppy "suite" and changed -t stretch-backports to -t 'stretch-backports*'.
6 years ago
Gleb Mazovetskiy
4a8a876048
.travis.yml: Remove workaround
...
Travis MacOS image has been updated but only for Xcode 11:
https://changelog.travis-ci.com/xcode-11-3-1-xcode-11-2-1-xcode-11-1-and-xcode11-images-updated-142286
Removes the workaround and updates the image version to Xcode 11
6 years ago
Robin Eklind
bac19161bc
Merge pull request #2023 from qndel/S_BBuyEnter
...
[hellfire] S_BBuyEnter bin exact
6 years ago
qndel
ccb44d0c6e
[hellfire] S_BBuyEnter bin exact
6 years ago
qndel
3271bb1c2c
[hellfire] S_StartSIdentify bin exact
6 years ago
Yuri Pourre
f1a000cb7b
Bugfix: allows resize when fullscreen is toggled
6 years ago
Robin Eklind
cf19c4f019
Merge pull request #2021 from galaxyhaxz/namefixes
...
Fix function/var names (effects/sound)
6 years ago
galaxyhaxz
f89204e7dd
Fix function/var names (effects/sound)
6 years ago
Alex Sweet
201c6fe89e
Fix ninja-build build error
6 years ago
Anders Jenbo
af4ef7b19b
Fix rendering the ground part of foliage
6 years ago
Gleb Mazovetskiy
d3ea0ec797
docs/manual: Fix typo
6 years ago
qndel
a197434b02
fix typo in readme
6 years ago
Gleb Mazovetskiy
82845004cc
Ensure _HASH/BLOCKENTRY are 16-bytes and aligned
6 years ago
gogogogi
1f41dfa4e0
Update debian build to 1.0.1 version ( #660 )
6 years ago
Anders Jenbo
a37b983863
[hellfire] InitStores
6 years ago
Anders Jenbo
f7e2283702
Reorder globals
6 years ago
galaxyhaxz
c632e2d1d0
Names and bug fixes ( #1974 )
6 years ago
Anders Jenbo
ba084d25a6
[hellfire] PostOkMonst, PostOkMonst2, PostOkMonst3 and monster_posok
6 years ago
Anders Jenbo
86830baadc
[hellfire] CheckMonsterHit
6 years ago
Anders Jenbo
8491a67135
[hellfire] NetSendCmdMonDmg
6 years ago