obligaron
1cfd1ca99d
Fix double casting bug - use separated info for casted and queued spells
4 years ago
obligaron
2c7e886c85
Add detail log info to CompareSaves
4 years ago
Andrew James
480ab945e7
Only draw towners on their base tile ( #5171 )
4 years ago
Anders Jenbo
da5f392cfa
Merge OpenDoor and DeltaSyncDoor
4 years ago
Anders Jenbo
b9aa2959a6
Split deleta sync from operate door
4 years ago
Anders Jenbo
5f3acebe5e
Merge operate door functions
4 years ago
Cesar Canassa
1bdee4523b
✨ Adds ignoreMovingMonsters to MonsterAtPosition ( #5118 )
4 years ago
DakkJaniels
13d53a33dc
move gold drop checks earlier
4 years ago
Anders Jenbo
efe6b18900
Move two basic crypt setpices in to dun files
4 years ago
Yuvraj Tetarwal
59482b5e9f
Auto oil pickup ( #5159 )
...
* Fixed formatting
4 years ago
Gleb Mazovetskiy
7c7236d248
GitHub Actions: Upload iOS release
4 years ago
Gleb Mazovetskiy
a91277614e
Miyoo mini: Rename zip files
...
Add "miyoo-mini" to the release archive name to make it clear what
device this is for.
4 years ago
Gleb Mazovetskiy
b876fa84b0
make_src_dist.py: Vendor simpleini SDL_audiolib
...
Explicitly set `-DDEVILUTIONX_SYSTEM_SDL_AUDIOLIB=OFF`
and `-DDEVILUTIONX_SYSTEM_SIMPLEINI=OFF` because we now
also support the system versions of these.
4 years ago
Gleb Mazovetskiy
5ad03478dc
Missing fonts.mpq: Show an error, fall back to en
...
If the language is set to one of the locales that requires extra fonts
and `fonts.mpq` is missing, show an error dialog and fall back to English.
4 years ago
Anders Jenbo
069a33749c
Merge sync door functions
4 years ago
Anders Jenbo
70683bf9de
Add door state enum
4 years ago
ephphatha
9309f2fe4f
Add enum to represent monster sound effects
4 years ago
Anders Jenbo
3250472789
Clean up player references
4 years ago
Anders Jenbo
e83c55d444
Clean up object references
4 years ago
galaxyhaxz
b42c731ae5
Fix broken dirt tile in cathedral/crypt
4 years ago
ephphatha
b234565f65
Inline functions which only set Object::_oRndSeed
4 years ago
Stephen C. Wills
e364b7488c
HitMonster() cleanup ( #5147 )
4 years ago
obligaron
c5ce29106e
Fix left sideways walking monsters draw order
4 years ago
Cesar Canassa
f069cdc771
♻️ Pass objects by reference ( #5148 )
4 years ago
obligaron
ca1949a87f
Don't recalculate leveltype (from currlevel) in SaveGameData
4 years ago
ephphatha
0ce76a3f13
Add Object lookup method to mimic map::at()
4 years ago
ephphatha
ed5d2d98e7
Simplify AddBookLever
4 years ago
ephphatha
cdcccef47a
Return pointer from AddObject
...
This allows removing the immediate lookup for call sites which need further initialisation.
4 years ago
Cesar Canassa
1d08d6b974
♻️ Replace dMonster usage on DoAttack ( #5137 )
4 years ago
DakkJaniels
9403084d41
Fix ModifyPlrMag
...
Used BaseStr instead of BaseMag
4 years ago
Cesar Canassa
102f4abe9b
♻️ Remove _misource access from AddLightningWall ( #5098 )
4 years ago
Trihedraf
e10780f6d9
Fix Building SDL2 for MinGW
4 years ago
Gleb Mazovetskiy
ac5ae22490
PS4: Release build GitHub Action
4 years ago
Gleb Mazovetskiy
fbf60bf02f
Xbox One: Release build GitHub Action
4 years ago
Gleb Mazovetskiy
4dd63ea627
Xbox nxdk: Release build GitHub Action
4 years ago
Gleb Mazovetskiy
3de6ec2591
CMake: Fix gc-sections on macOS
4 years ago
Gleb Mazovetskiy
2ca6a3e8eb
`Player#getGraphic`: Remove `MyPlayer` check
...
We always have `_pSpell` when this function is called.
4 years ago
Stephen C. Wills
7604cc2c1b
Add 1.4.1 to the list of versions in issue form ( #5128 )
4 years ago
ephphatha
2b442a73c2
Fix highlighting towners 1-4 after visiting the dungeon
4 years ago
Gleb Mazovetskiy
7c0b72abc0
Improve demo test error message
...
Example:
```
file "game" is different at byte 54251:
Expected: ... 00 00 00 00 00 00 00 00 30 00 00 00 50 00 00 00 ...
Actual: ... FF FF FF FF 00 00 00 00 30 00 00 00 50 00 00 00 ...
```
4 years ago
Gleb Mazovetskiy
dd47a96abb
GitHub Actions: Maybe fix release uploading
...
1. Use the `release.published` event because `release.created` never
triggers for releases that start off as drafts.
2. Use a simpler action to upload files (the defaults are more
appropriate for what we need, which is just uploading the files and
not doing anything else).
4 years ago
qndel
ed8964907a
fix jester's affix description ( #5120 )
...
* fix jester's affix description
4 years ago
Anders Jenbo
f4573c7a02
Lock VitaSDK to a none broken version
4 years ago
Anders Jenbo
bb76b5fbcd
Bump NDK version ( #5115 )
4 years ago
Gleb Mazovetskiy
337336de6b
OpenDingux rg350: Actually disable LTO ( #5116 )
...
Follow-up to #5088
4 years ago
ephphatha
35bf79b007
Use Monster& in PrintDebugMonster
4 years ago
Cesar Canassa
75756c518f
♻️ Send the monster reference to the monster AI functions ( #5113 )
4 years ago
Cesar Canassa
07ff79cbdc
♻️ MonsterAttackPlayer receives monster and player as references ( #5111 )
4 years ago
DakkJaniels
163ea36fa6
Convert ZT gamename to lower case ( #5110 )
4 years ago
Gleb Mazovetskiy
b21ebffaf2
Clean up player graphic loading
4 years ago