NiteKat
581b30556c
Merge 21e0b2fc6f into 5a08031caf
2 weeks ago
Yuri Pourre
5a08031caf
[Bugfix] Update players directions on joining ( #8462 )
2 weeks ago
Trihedraf
7ea938e212
allow for return from new func CallLuaEventReturn
3 weeks ago
Trihedraf
04cc99cbde
LuaEvent > lua:: named functions. +lua_event.cpp
3 weeks ago
dependabot[bot]
9a3b1f97a6
Bump actions/upload-artifact from 6 to 7
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
4 weeks ago
StephenCWills
69e5632428
Fix formatting errors in tcp_server.cpp
4 weeks ago
Brad Smith
d00ca7022c
Fix building with Asio 1.33.0 or newer
...
Asio 1.11.0
- Conversion between IP address types, and conversion from string to
address, is now supported via the address_cast<>(), make_address(),
make_address_v4() and make_address_v6() free functions. The from_string(),
to_v4(), to_v6() and v4_mapped() member functions have been deprecated.
1 month ago
Yuri Pourre
1f1a5bdd5c
Update Hellfire monsters
1 month ago
Trihedraf
c2cf695b0e
Black Death -1 HP to Generic Function & Similar Functions for All Attributes. Controlled by monstdat.tsv & unique_monstdat.tsv ( #8425 )
1 month ago
steotto
ed18290f28
[Controller] improve character joystick movement ( #8449 )
1 month ago
Trihedraf
248a863fb4
smpq build and install powershell script
1 month ago
Trihedraf
1d0a52f5eb
SMPQ updated to 1.7
1 month ago
Stephen C. Wills
1b07a9d34c
Release lock before finalizing sound samples ( #8468 )
1 month ago
Yuri Pourre
016c400eab
Replace sound cues with placeholders
1 month ago
Yuri Pourre
d07a410639
First step to migrate accessibility features
1 month ago
Trihedraf
afdaa2ac5e
mods/hellfire.mpq build = with devilutionx.mpq
2 months ago
Yuri Pourre
665e8a1d9f
Update effects_cleanup_sfx stub
2 months ago
Trihedraf
105f6017b6
LuaEvent overload for 1 string arg to template
2 months ago
Eric Robinson
74170acb68
[Bugfix] Fix Missile obstruction checks ( #8351 )
2 months ago
Eric Robinson
2e394d0f00
[QOL/UX] Multiplayer Player Colors ( #8317 )
2 months ago
Scott Richmond
166c8ea7b5
Update contribution guide to refer to the page in the wiki ( #8447 )
2 months ago
NiteKat
21e0b2fc6f
Add Stash Support Part 1
...
Adds the start of support for the API to utilize the stash. Gold deposits and withdrawl is handled, and technically the API can place and remove items from the stash; however I believe I still need to add page controls and providing the layout of the active page through the API.
2 months ago
Anders Jenbo
f4b9fd904c
Reposition Windows MSVC x64 badge in README
2 months ago
staphen
85606e52df
Explicitly compute IME insets when available
2 months ago
FinnishPottu
f08ec40b29
Update Finnish Translation
...
Just made small improvments to the translation...
2 months ago
Trihedraf
26b15b2875
fix macos cache from libsodium update
2 months ago
bubio
9e1a0f393d
Update Japanese translations
2 months ago
Niv Baehr
4a5d7a6967
Fix crash on ZWSP
2 months ago
Yuri Pourre
b684fd143c
Adria refill mana as mod
2 months ago
Trihedraf
844cca4cba
Fully expose UiFlags enum class to lua table
2 months ago
Trihedraf
b540d0911e
Extract lua functions from floatingnumbers to system and render modules ( #8416 )
2 months ago
Trihedraf
4c9bc51ecb
don't show debug toggles unless one is active
2 months ago
Trihedraf
32a0666201
move floating damage nums to lua mod & add xp mod
2 months ago
Stephen C. Wills
64f80e41b5
Adjust clock width so it doesn't wrap ( #8413 )
3 months ago
Eric Robinson
affcbddcb1
Fix typo - BloodSlayer
3 months ago
Eric Robinson
2b33dc0908
Add hp_mana_units.hpp helper
3 months ago
Eric Robinson
5937734b85
Move *dat files to tables dir
3 months ago
Eric Robinson
8d693507ae
Fix OperateShrineCostOfWisdom ( #8398 )
3 months ago
Eric Robinson
15f2ac4272
Fix statting on death crash ( #8308 )
3 months ago
Eric Robinson
72174930fb
Prevent targeting dead players ( #8393 )
3 months ago
staphen
013484d648
Switch to GitLab mirror of bzip2
3 months ago
staphen
0262550b5e
Validate echo requests and replies
3 months ago
FinnishPottu
97a4c64778
Update Finnish Translation
...
I made few minor changes to the translation ( mostly fixing shitty translated words and cleared placeholders and some words are completely retranslated to insure more fluent and cleaner result).
3 months ago
Niv Baehr
0802c27532
Draw text line by line ( #8379 )
3 months ago
Shakher-makher
bbe59739ea
Update be.po
...
Translator's name added
3 months ago
Shakher-makher
65615e2b7b
Belarusian translation for Android specific texts ( #8383 )
3 months ago
Shakher-makher
2b3fa84c38
Belarusian translation ( #8381 )
3 months ago
Yuri Pourre
1b1c399a9b
Update all the files that do not have CRLF as line break
3 months ago
NiteKat
de76ec1d85
Fix API Item Dropping
...
Fixes an issue that started after updating to newer commit. Moves TryOpenDungeonWithMouse() to devilution namespace for access in the API and copies part of the left click code with slight modification to handle dropping items, and sets me up for implementing API opening hellfire areas.
3 months ago
Yuri Pourre
1c0987115d
Expose lua methods for items and restore life and mana ( #8369 )
3 months ago