Gleb Mazovetskiy
71d477ebba
Packaging/OpenDingux/build.sh: strip the binary
...
devilutionx binary goes from 4.1 MiB -> 3.4 MiB
5 years ago
Trihedraf
ec17f4f289
pass AppImage Arguments
5 years ago
Anders Jenbo
f64e297d60
🔥 Remove Hellfire specific instructions (it is now unified)
5 years ago
Trihedraf
fea177eb95
Update SDL2 version to 2.0.14 for Windows MinGW builds. And remove note for SDL2 2.0.12 in readme
5 years ago
Anders Jenbo
699e451611
💄 Adjust visual style of new UI elements
5 years ago
Gleb Mazovetskiy
9a5b9706c2
Fix AppImage ( #1263 )
5 years ago
Anders Jenbo
8a732a2005
💄 Add new level transitions
5 years ago
Trihedraf
0f7b2682b2
adjust AppRun file to updates in #1253 . move linux packaging and appimage commands to helper scripts
5 years ago
Trihedraf
e55d226326
update appimage to use devilutionx.mpq and charissilb.ttf
5 years ago
Vítězslav Dvořák
0e6abe4266
Debian package build problem #1218 - do not use paths in filesystem to obtain app version and commit id
5 years ago
Gleb Mazovetskiy
378a99bfd5
OpenDingux/build.sh: Minor fix
5 years ago
Gleb Mazovetskiy
dc47832877
OpenDingux/RetroFW: Copy devilutionx.mpq
5 years ago
Gleb Mazovetskiy
e4212a0de9
Try uppercase DIABDAT.MPQ ( #1184 )
...
It's uppercase in GOG and on the retail CD.
Other MPQs are not known to be uppercase.
5 years ago
muzena
3367430f26
Updated debian packaging files
5 years ago
Gianluca Boiano
0583daf60c
Improve .desktop files and add Hellfire flavor to CMake build system ( #1127 )
5 years ago
Gleb Mazovetskiy
470e63678b
OpenDingux/RetroFW Hellfire support
5 years ago
Gianluca Boiano
8a02909c42
Add coexistent Hellfire .desktop resources
...
This also add a light Italian localization for Comment field
5 years ago
Anders Jenbo
4e8ea594cc
New titles
5 years ago
Ivan Epifanov
1e53f32049
[vita] Initial port
5 years ago
MrHuu
7e35651b2f
[3DS] CMake re-visited
...
Reflect latest devkitpro libctru / 3ds-sdl-1.2 changes
- Controls now use SDL_JOYSTICK with circlepad enabled
- Shutdown / suspend / sleep are functional
5 years ago
Gleb Mazovetskiy
69c3b15f27
[3DS] CMake build fixes
5 years ago
MrHuu
d56cc3cb40
[3DS] CMake instructions
5 years ago
MrHuu
1fa8b6f4e4
[3DS] Initial port
5 years ago
Trihedraf
a0e8479274
add win_x64 MinGW builds and Readme Instructions
5 years ago
Anders Jenbo
4fed130adc
Create helper script for setting up MinGW builds
5 years ago
Anders Jenbo
47004ddd35
Add widescreen menus
5 years ago
Anders Jenbo
78be8a1edf
Tweak icons and add Hellfire icons
6 years ago
Gleb Mazovetskiy
7db206ea33
Fix OpenDingux icon
...
OpenDingux / RetroFW icons must be 32x32, as the menu does no scaling.
6 years ago
Anders Jenbo
3f30534e9f
Fix building OpenDingux images
...
The icons appear to be referenced incorrectly not not valid for the
device.
6 years ago
Anders Jenbo
1c0176fcb7
Add Switch readme
6 years ago
Anders Jenbo
7f4839cc31
Update icons
6 years ago
gogogogi
b2f60727bc
Fix PPA debian building version and git commit ( #753 )
6 years ago
Gleb Mazovetskiy
cda77d0068
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
95cf5013a4
docs/manual: Fix typo
6 years ago
gogogogi
be4d8cbb01
Update debian build to 1.0.1 version ( #660 )
6 years ago
Gleb Mazovetskiy
ac1e6811ac
Add user manuals for OD, RetroFW, and Switch
6 years ago
Gleb Mazovetskiy
611f7f109e
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
muzena
f7c536deac
Update debian version build
6 years ago
gogogogi
a69e754cc9
Fix PPA debian building version and git commit ( #753 )
6 years ago
Kai Meyer
791aa60cab
Adding top-level CPACK option ( #700 )
...
* Adding top-level CPACK option
* Setting CMAKE_BUILD_TYPE should always be Cache variables
This initializes CMAKE_CXX_FLAGS_RELEASE during project() correctly. With out
this, changes to CMakeLists.txt may result in a complete rebuild because
CMAKE_BUILD_TYPE wasn't in the cache before, and wasn't respected by project(),
but now it is.
https://cmake.org/pipermail/cmake/2008-September/023808.html
* Always build deb and rpm packages where possible
* Searching for .ttf instead of hard-coding it's full path
6 years ago
muzena
00b80128fb
Add build version to rules file
6 years ago
Gleb Mazovetskiy
6ceea32bcd
CMake: Cleanup target platform
...
Instead of having a bool option for each target platform,
make it a STRINGS property (basically an enum).
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
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
01ec448fa8
Packaging/switch/build.sh: Remove unused function
6 years ago
Gleb Mazovetskiy
d3ea0ec797
docs/manual: Fix typo
6 years ago
gogogogi
1f41dfa4e0
Update debian build to 1.0.1 version ( #660 )
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
Gleb Mazovetskiy
8d6494ac95
Amiga Dockerfile with default build command ( #618 )
...
This avoids having to run `prep.sh` every time after starting the container.
The container can be run without arguments to build DevilutionX in release mode.
6 years ago