Anders Jenbo
f5872005a4
Avoid resetting monster health and mWhoHit
4 years ago
ephphatha
88d9d0ffab
Use string_view for UiArtTextButton, UiButton
4 years ago
ephphatha
a2f85ab894
Use a viewport size of 1 when displaying a list of actions for the ok dialog
...
Having a size 0 viewport made the action invisible, forcing the player to use the Esc action.
4 years ago
Gianluca Boiano
8424ad4c6d
Update Italian localization ( #4179 )
4 years ago
Andrew James
4ff83431d2
Remove the use of HoldItem in AutoGetItem ( #4178 )
4 years ago
obligaron
92993ad039
Ctrl+click stash item swap: if there is no room left, don't drop the item on the ground
4 years ago
obligaron
e52fa46687
Disable scrolls in UseStashItem
4 years ago
obligaron
69e61192ee
Add UseStashItem to RightMouseDown
4 years ago
obligaron
5659525ed2
Simplify RightMouseDown handling
4 years ago
Anders Jenbo
d0014b0414
Fix untranlsatable strings
4 years ago
obligaron
ef7966393b
Enable apply oil on stash items
4 years ago
obligaron
9183b6fa57
Enable recharge on stash items
4 years ago
obligaron
1f866bd53b
Enable repair on stash items
4 years ago
obligaron
ae5423ad68
Enable identify on stash items
4 years ago
Anders Jenbo
1a46c6eee6
Clean up look of 1 and + in the small font
4 years ago
obligaron
b495cabeb5
Allow to swap items with ctrl+click between inventory and stash
4 years ago
obligaron
05658de4e9
Make GetInventorySize public
4 years ago
Anders Jenbo
be57d62684
Use UTF8 aware string copying
4 years ago
Anders Jenbo
718c46e7fe
Remove use of tempstr
4 years ago
obligaron
2617332a41
Allow only one gold input panel to be open
4 years ago
Anders Jenbo
fbabb96464
[gamepad] Align cursor after using item
4 years ago
staphen
66d9604923
Only load stash on New Game and Load Game
4 years ago
Anders Jenbo
a48f89007d
Implement stash
4 years ago
Bubio
16df16277a
Fixed an issue that caused the app to run as an iPhone app on iPad.
...
- Redo PR #3764
- To run as an iPad app, the UIDeviceFamily key is required in Info.plist.
https://discord.com/channels/518540764754608128/518541192993046562/920602213901025300
4 years ago
Gleb Mazovetskiy
27feebf389
Revert "GitHub CI: Update OpenDingux toolchains"
...
This reverts commit 28aa03ccf1 .
The newer versions of the toolchain require glibc 2.32 but the GitHub CI
ubuntu-latest (20.04) only has glibc 2.31
4 years ago
Gleb Mazovetskiy
5226fb0360
GitHub CI: Fix check for release upload
...
Fixes an attempt to upload a release when triggering release actions manually.
4 years ago
Anders Jenbo
39591eed9a
Ignore VCode project files
4 years ago
staphen
dcfd057200
Add two-way handshake between ZeroTier peers
4 years ago
Anders Jenbo
770727b5a0
Correct Leave Pepin menu posision
4 years ago
Oleksandr Kalko
d112f7155a
Use apt-get instead of apt in CI
4 years ago
staphen
1f7fb01b0c
Adjust gradle task dependencies to ensure assets are included in the APK
4 years ago
Oleksandr Kalko
ed7690a9dd
Update action for source tarball
...
* Use apt-get instead of apt, since apt has a warning
* Add Gtest as a dependency
4 years ago
Anders Jenbo
422f2bae9d
Fix build warnings
4 years ago
schojo
7fe638ef28
Update building.md ( #4153 )
...
Fixed -DCMAKE_TOOLCHAIN_FILE path for Windows 64-Bit compiling
4 years ago
qndel
220e9f092b
ignore auric amulet of other players in MP ( #4151 )
4 years ago
obligaron
e0ef3a2307
Init monster TRN after monster load
4 years ago
obligaron
973ce9d46e
Use original position for DrawPlayerIconHelper
4 years ago
Oleksandr Kalko
838b167c7b
UK TL: Minor updates
4 years ago
qndel
b8fc442210
fix chatlog translation entry ( #4140 )
4 years ago
Oleksandr Kalko
cdca4b6fa4
Update gradle plugin
4 years ago
staphen
b14fda976f
Fix IsGameHost() function for ZeroTier
4 years ago
Stephen C. Wills
ef1821ce57
Apply sequence number to net turns ( #4122 )
4 years ago
staphen
16f82226eb
[ZeroTier] Send PT_CONNECT to all players when new player joins
4 years ago
Gleb Mazovetskiy
f4b43c478a
Fix reflect icon offset ( #4133 )
...
Regression introduced in f4bce38875
4 years ago
ikonomov
a6c33a19cd
AddHeal converted to use GenerateRndSum ( #4108 )
4 years ago
ephphatha
2a09d7f561
Dedupe network call when dropping items on death
4 years ago
ephphatha
ca1ec8548f
Move GoldAutoPlaceInInventorySlot to anonymous namespace
4 years ago
ephphatha
f5da32a21c
Don't assume holdItem when auto-placing gold
4 years ago
ephphatha
caf60daa00
Fix tests expecting unclean HoldItem uses.
...
These test cases were asserting side-effects of the call to CreatePlayer leaving an initialised gold item in the held item slot.
4 years ago
Andrew James
f64d17bfa9
Initial clean up of code related to creating items ( #2943 )
...
* Move declaration of dItems to items.cpp
This array is never used in dungeon generation, it's closely related to Items so should be kept together. Ideally managing dItems can become responsibility of a container for Items, which will handle adding/removing items from the list and keeping the positions in sync.
* Rename SetPlrHandItem to match purpose/use
* Give more descriptive name to GetPlrHandSeed
This function sets a new seed on a given item struct, not just the held item.
* Don't use HoldItem as a temporary for the players initial inventory
* Take Item by reference in RespawnItem
* Don't use holdItem as a temporary when dropping gold on death
* Update DeadItem to take item by reference, and refer to it consistently
Move code which invalidates the source of dropped items to the caller
Most call sites use a temporary item instance or remove the item from the container, so there's no real point invalidating the item after it's been copied to the drop list.
Update DeadItem to take position instead of player references
4 years ago