Anders Jenbo
a56452eec3
Validate player sync
4 years ago
staphen
ee23f41e0c
Enable opening Hive and Crypt using gamepad
4 years ago
Andrew James
949206424e
Enable clang-tidy in Visual Studio projects ( #3101 )
4 years ago
qndel
f8cda02456
apply bounds check function
4 years ago
Gleb Mazovetskiy
b362562b63
OpenDingux: Enable network support
...
For now, without ZeroTier because it fails to link, possibly due to ZeroTier using the `-fstack-protector` flag.
4 years ago
ephphatha
b15e08fc3f
Deduplicate logic in GetAnimationProgress
4 years ago
Anja Elzinger
9e9e71d46d
fix typos in documentation ( #3097 )
4 years ago
staphen
06801789e2
Move potion buttons to the left side
4 years ago
Andrew James
e0aafcaf7d
Use correct pointer arithmetic in OnLevelData ( #3094 )
...
Previously was incrementing the pointer 5 places due to the way pointers to complete objects are handled.
see https://en.cppreference.com/w/cpp/language/operator_arithmetic#Additive_operators
4 years ago
KPhoenix
2c8d29b10d
Update msg.cpp
...
Fixes problem where you cannot cast spell on other players in the dungeon
4 years ago
ephphatha
67d85dea42
Display hosts version when failed to join game due to mismatch
4 years ago
Ivan Epifanov
82b319c989
Remove smpq from vita build
4 years ago
Ivan Epifanov
465c1f09fc
Vita: pack raw assets if smpq isn't available
4 years ago
staphen
fd2f0e3f0d
Validate gamepad button count
4 years ago
ephphatha
0aafd6d73d
Render panel string containing scroll count when browsing spell list
4 years ago
staphen
f8860233d8
Enable ZeroTier on Android
4 years ago
Anders Jenbo
1024973093
Fix equipping weapon not updating current spell
...
Fixes #3074
4 years ago
obligaron
9833445421
Make smpq optional for building under windows
4 years ago
obligaron
46b2a00f50
If SMPQ isn't available copy assets folder to output
4 years ago
obligaron
8dd5fcfc8f
Search app assets folder in SFileOpenFile
4 years ago
obligaron
a532d0fc21
Introduce paths::AppPath
4 years ago
obligaron
f7efb72314
Fix LoadFileInMem std::array overload
4 years ago
Bernd Stellwag
f1a0aa3b49
Replace broken link with @see annotation to text representation of the linked image
4 years ago
staphen
7bafdefbd4
Fix commit referenced by FetchContent for ASIO
4 years ago
Yuri Pourre
7d74336e6b
Enhance ctrl + drop
4 years ago
staphen
6c847233bf
Update link for editing system's PATH environment variable on Windows 10
4 years ago
Bernd Stellwag
020eaadfe1
replace dead links to release files to point to the latest version they were included in
4 years ago
Bernd Stellwag
07c5c0972d
replace dead links with their snapshot from the wayback machine
4 years ago
Bernd Stellwag
85795c9904
fix links to libsdl
...
make them https and point to github as they moved there
4 years ago
Bernd Stellwag
0e8ca7121f
change http links to https where possible
4 years ago
Tytannial
ca5d0d6433
Update zhCN translation.
...
Update template.
Fix quest item name "Anvil of Fury" and "Golden Elixir"
Fix npc name "Writ"
4 years ago
Anders Jenbo
791b936bd2
Delete manual debian pakaging script
4 years ago
qndel
91fd583fe6
Revert "fix loot" for 1.3.0 ( #3064 )
...
This reverts commit e268ff9afa .
4 years ago
Anders Jenbo
2c1aa0c330
Update translation template
5 years ago
Axel Ribon
ff37f7de20
Added translation to French
...
97% percent of translation completed
5 years ago
obligaron
3a40448485
Store last selected hero in options
5 years ago
obligaron
8dc1829ac0
Remember last selected hero
5 years ago
qndel
acf4ef880d
fix lightning rune damage
5 years ago
royS
871581a1b7
Fetch SDL_image from GitHub instead of libsdl.org
...
Lately libsdl.org appears to have some uptime issues,
fetching the package from GitHub instead might be better.
5 years ago
sheng-luwei
b1a1abe41e
Update German translation
5 years ago
staphen
b4864307e7
Fix broken link in the installation instructions
5 years ago
ephphatha
4198a19787
Remove debug assert after picking up an item
...
Doesn't really do anything useful. If the target position doesn't contain an item on the local client the code looks for a matching dropped item and tries to pick that up instead. It doesn't really make sense to assert that an item exists at the target position or that it matches, a desync has already happened by this point if the checks on lines 1647 or 1649 are false.
5 years ago
Rafał Mikrut
3ba15a4251
Don't try to close non openend file
5 years ago
ephphatha
0f593c17e4
Remove pointless increments of life/mana on level up
...
fixes #3049
5 years ago
Yuri Pourre
071206a9e4
Fix ctrl + drop garbage
5 years ago
ephphatha
96451ec6ce
Update spawn tests
5 years ago
ephphatha
a985df1242
Align formatting
5 years ago
ephphatha
e261de18f0
Update hellfire unpack tests to recognise full staff name
5 years ago
ephphatha
f7e0c31d8d
Update item tests to handle staff name prefix changes
...
#3039 changed the way staff variants were named but the item tests were expecting the old logic which called them all "Staff of".
5 years ago
Anders Jenbo
31ba8e2bc6
Validate additional network messages
5 years ago