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
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
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
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
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
galaxyhaxz
c632e2d1d0
Names and bug fixes ( #1974 )
6 years ago
Anders Jenbo
e7bd82b44a
A handful of param names and consts
6 years ago
galaxyhaxz
71565b9c02
Several updates [enums+names] ( #2002 )
...
* Several updates
* Correct msg_get_next_packet
* Update enums.h
Co-Authored-By: Robin Eklind <mewmew@users.noreply.github.com>
Co-authored-by: Robin Eklind <mewmew@users.noreply.github.com>
6 years ago
Gleb Mazovetskiy
8e8e7307aa
codec.cpp codec_init_key: Minor clean-up
6 years ago
Troy Bronzan
1ee9eee711
Fixed dupe bug as per the information found on this topic: https://www.reddit.com/r/Diablo/comments/4kdh3u/diablo_1_deserves_some_love_introducing/d3eel0k/
6 years ago
Anders Jenbo
58e424412a
Better line drawing function ( #98 )
...
https://github.com/diasurgical/devilution/pull/1125#issuecomment-489474723
6 years ago
Anders Jenbo
e4df9319b0
Fix render order ( #639 )
6 years ago
Anders Jenbo
aab3c6021a
Update switch.md
6 years ago
Gleb Mazovetskiy
8266b8218c
Add user manuals for OD, RetroFW, and Switch
6 years ago
Gleb Mazovetskiy
2c5cc1365c
Map Start + L1/R1 to char/inventory ( #655 )
...
It's common to access char and inventory and this is easier to press than Start + ←/→ on devices that have shoulder buttons
6 years ago
qndel
a09d9615d0
Update mods.md
...
added PR link to per pixel light
6 years ago
qndel
283537dd0c
Update mods.md
...
typos
6 years ago
qndel
4b15702f4f
Update mods.md
...
describe infernity/equine as windows only to avoid confusion
6 years ago
Anders Jenbo
53f0760e00
DevilutionX 1.0.1
6 years ago
Anders Jenbo
c677e783c5
Correct typo in error message
6 years ago
Robin Eklind
038666db18
nthread: add parameter name to nthread_handler
...
Fixes the following error when compiling as C with Clang:
Source/dthread.cpp:92:46: error: parameter name omitted
unsigned int __stdcall dthread_handler(void *)
^
Related to #2017 .
6 years ago
Anders Jenbo
6d9089ec87
Fix compiler warning
6 years ago
Anders Jenbo
5c02333fc0
Only log savegame read/write in debug mode
6 years ago
Robin Eklind
54a23821f2
Merge pull request #2018 from mewpull/dtherad-wait-inf
...
dthread: use INFINITE enum for second argument to WaitForSingleObject
6 years ago
Robin Eklind
dce389599e
dthread: add parameter name to dthread_handler
...
This fixes a build error in dthread_handler when compiling as C.
Source/dthread.cpp:92:46: error: parameter name omitted
unsigned int __stdcall dthread_handler(void *)
^
6 years ago
Robin Eklind
f6e6b4b56f
dthread: use INFINITE enum for second argument to WaitForSingleObject
6 years ago
Robin Eklind
3130ae3593
codec: fix build error of codec.cpp when compiling as C
...
Prior to this commit, the following error was encountered when compiling
as C using Clang:
Source/codec.cpp:20:2: error: must use 'struct' tag to refer to type 'CodecSignature'
CodecSignature *sig;
^
struct
6 years ago
Anders Jenbo
c9015ef055
Update changelog
6 years ago
Anders Jenbo
06ff28e747
Additional mods and ports
6 years ago