Panagiotis Georgiadis
ea3185809e
Merge 87711d4188 into 5a08031caf
7 days ago
Yuri Pourre
5a08031caf
[Bugfix] Update players directions on joining ( #8462 )
1 week ago
Trihedraf
7ea938e212
allow for return from new func CallLuaEventReturn
2 weeks ago
Trihedraf
04cc99cbde
LuaEvent > lua:: named functions. +lua_event.cpp
2 weeks ago
Panagiotis Georgiadis
87711d4188
Use bundled Lua for Dreamcast instead of kos-ports
...
Ensures the LUA_USE_C89 fix always applies regardless of whether
kos-ports Lua happens to be installed, and removes Lua as a
kos-ports prerequisite.
Signed-off-by: Panagiotis Georgiadis <pgeorgia@redhat.com>
2 weeks ago
Panagiotis Georgiadis
80437d8ae2
Add LUA_USE_C89 for Dreamcast to avoid POSIX calls in Lua
...
KOS newlib does not support popen, system, or tmpfile. Without
LUA_USE_C89, Lua's os library tries to register wrappers for these
functions, which can leave the os table nil and crash with
"attempt to index a nil value" during sandbox creation.
Signed-off-by: Panagiotis Georgiadis <pgeorgia@redhat.com>
2 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>
2 weeks ago
Panagiotis Georgiadis
7a5603b055
Add bounds checks on Dreamcast SFX retry-delay array access
...
Prevent out-of-bounds access if the sgSFX vector index exceeds the
fixed-size SfxLoadRetryAfterMs array.
Signed-off-by: Panagiotis Georgiadis <pgeorgia@redhat.com>
2 weeks ago
Panagiotis Georgiadis
af95503dbf
Reduce Dreamcast load-time stalls in menu transitions.
...
Limit save-slot probing on hero selection, skip unnecessary hero-item reads for list rendering, and throttle repeated progress-event error logs that slow loading.
Signed-off-by: Panagiotis Georgiadis <pgeorgia@redhat.com>
2 weeks ago
Panagiotis Georgiadis
80a4915cc4
Improve Dreamcast sound playback stability.
...
Preload frequently used effects and rate-limit on-demand loads so missing or slow files are skipped instead of stalling gameplay frames.
2 weeks ago
Panagiotis Georgiadis
e63016efc2
Switch Dreamcast to GPF SDL for DMA video and hardware palette
...
Replace kos-ports SDL with GPF SDL (SDL-dreamhal--GLDC) which provides
PVR DMA framebuffer transfer and native 8bpp hardware palette support.
This bypasses the manual 8bpp-to-16bpp conversion in dc_video.cpp,
roughly doubling framerate from ~20-25 to ~40-50 FPS.
Signed-off-by: Panagiotis Georgiadis <pgeorgia@redhat.com>
2 weeks ago
Panagiotis Georgiadis
3bc5033048
Remove redundant comments from Dreamcast ifdef guards
...
Signed-off-by: Panagiotis Georgiadis <pgeorgia@redhat.com>
2 weeks ago
Panagiotis Georgiadis
57fbdff0a2
Add Dreamcast platform support
...
Signed-off-by: Panagiotis Georgiadis <pgeorgia@redhat.com>
Made-with: Cursor
2 weeks ago
StephenCWills
69e5632428
Fix formatting errors in tcp_server.cpp
3 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.
3 weeks ago
Yuri Pourre
1f1a5bdd5c
Update Hellfire monsters
4 weeks ago
Trihedraf
c2cf695b0e
Black Death -1 HP to Generic Function & Similar Functions for All Attributes. Controlled by monstdat.tsv & unique_monstdat.tsv ( #8425 )
4 weeks ago
steotto
ed18290f28
[Controller] improve character joystick movement ( #8449 )
4 weeks ago
Trihedraf
248a863fb4
smpq build and install powershell script
4 weeks 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
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 )
2 months ago
Eric Robinson
affcbddcb1
Fix typo - BloodSlayer
2 months ago
Eric Robinson
2b33dc0908
Add hp_mana_units.hpp helper
2 months ago
Eric Robinson
5937734b85
Move *dat files to tables dir
2 months ago
Eric Robinson
8d693507ae
Fix OperateShrineCostOfWisdom ( #8398 )
2 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