Anders Jenbo
7f4839cc31
Update icons
6 years ago
Anders Jenbo
42af8b938f
Fix SDL1 builds
6 years ago
Anders Jenbo
88c85c54de
[switch] Leave TextInput running
...
Text mode is on by default. Calling SDL_StartTextInput() will start the
virual keyboard, but does not allow for a default value. Calling it as
well as switch_start_text_input() will start the keyboard a secound
time.
We still turn TextInput off on other platforms when it's not needed as
it can require additional resources.
6 years ago
Anders Jenbo
1d3f0aa103
Correct Firebolt manacost
...
This partially reverts 4b74890489
Thanks to @Orthotope for pointing this out
6 years ago
Juliano Leal Goncalves
18aa44277f
Fix incorrect spelling of 'right-click[ing]'
6 years ago
Anders Jenbo
85893fab76
Merge branch 'master' of github.com:diasurgical/devilution
6 years ago
Anders Jenbo
695fdef40f
Fix DRLG_L3SpawnEdge spawntable (again)
6 years ago
Anders Jenbo
f21abaec0a
Fix DRLG_L3SpawnEdge spawntable
6 years ago
Anders Jenbo
56eae4c277
Merge branch 'master' of github.com:diasurgical/devilution
6 years ago
Anders Jenbo
05552f7df1
Correct cave replace pattern
6 years ago
Anders Jenbo
32778cdbb9
Perfectly align all resolutions
6 years ago
Anders Jenbo
1ba5a18460
Correct test category names
6 years ago
Anders Jenbo
47bc118bdc
Fix slow shutdowns on error
...
SDL_threadID was being compared to int and woudl thus always fail,
resulting in the application thinking that another thread was trying to
shutdown.
6 years ago
Anders Jenbo
146516467b
Force alignment on even/even and odd/odd resolutions
6 years ago
Anders Jenbo
e10cd87b12
Fix rendering controller hints
...
Fixes #847
6 years ago
Anders Jenbo
c164048348
[controller] Fix selecting spells at all resolutions
...
This also fixes
- UI navigation being unresponsive when quickly tabing the direction
pad.
- Speed book not starting out highlighting the current selected item
- Diagonal in the speed book
- Being able to select non spells in the speedbook
6 years ago
Colin Pitrat
0ea1b81772
Fix typos
6 years ago
Anders Jenbo
52f46027da
Optimize even/odd colculation
6 years ago
Anders Jenbo
8fcdf69a56
[SDL1.2] Check if an appropriate video mode exists for the given movie
...
This lets us fall back to software scaling for devices that do not
support a video mode that matches the given video.
6 years ago
Colin Pitrat
565ae69631
Fix entering player's name with SDL 1.
...
The static bool means there's one copy of the variable per compilation
unit using the header. So changing its value in one compilation unit
doesn't affect the other compilation units. This is clearly not what is
wanted here.
Fixing this requires adding a CPP in SourceS. This is the first one
there, I hope it's not an issue. The sdl2_to_1_2_backports should only
be used with SDL1 so I only include it in the list of sources for SDL1
builds. I'm not familiar with cmake so I hope I don't do anything stupid
there!
6 years ago
Anders Jenbo
52a8cd5fdb
Fix crash when original aspect ratio is used with upscaling
...
Fixes #845
6 years ago
Anders Jenbo
c28335d597
Fix inventory controller navigation for widescreen
6 years ago
Juliano Goncalves
cf53a03585
Use 'MAXBELTITEMS' in belt traversal logic.
6 years ago
Juliano Goncalves
09bd5f0bd8
Rename "Bone Chamber" level to "Chamber of Bone"
6 years ago
Anders Jenbo
38574b9224
Merge branch 'master' of github.com:diasurgical/devilution
6 years ago
Anders Jenbo
3b4db47995
Correct placment of Diablo logo on title screen
...
Fixes #841
6 years ago
Anders Jenbo
36f8d0f570
Add note about the the non-commerical nature of the project
6 years ago
Anders Jenbo
25e0e20797
Do not overwrite the null byte
6 years ago
Anders Jenbo
4a4486d616
Implement double clicking in menu for SDL1.2
...
Fixes #836
6 years ago
Anders Jenbo
238d95416b
Correct speed descriptions
6 years ago
Anders Jenbo
15073e2d75
Bump network protocol
6 years ago
Anders Jenbo
e6b4e8168b
Bug: Not all colors are faded
6 years ago
Anders Jenbo
cd6842a110
Merge branch 'master' of github.com:diasurgical/devilution
6 years ago
Anders Jenbo
1935e3aa45
Remove now redundant check
6 years ago
Anders Jenbo
76f63c9202
Fix icon offset
6 years ago
Anders Jenbo
d8367365d8
Apply fade out to all colors
...
Fixes #795
6 years ago
Anders Jenbo
b1ed0de89d
Fix skull pile, again
6 years ago
Anders Jenbo
567a086ce1
Fix game speed affecting menu animations
...
Fixes #525
6 years ago
Anders Jenbo
e0a94686b0
Add game speed to multiplayer
...
Speed can only be set on game creation
6 years ago
Anders Jenbo
35f9b9d750
Add game speed to the ingame options menu
...
This removes the option to disable color animations (color cyceling)
6 years ago
Anders Jenbo
c53ca1a62a
Adjust resolution to monitor default on startup
6 years ago
Anders Jenbo
9fd34ec927
Correct name length
6 years ago
Tyler
ecde1f647e
Adjust UI to any resoution
6 years ago
Truth
abbf69ce56
adjust right hand background 1px
6 years ago
Truth
00a761fa2d
align inventory cell backgrounds with sprite
6 years ago
Anders Jenbo
f5647c4788
Merge branch 'master' of github.com:diasurgical/devilution
6 years ago
Anders Jenbo
c2d54ad39e
Decompose number
6 years ago
pionere
f6d16b4907
UCHAR_MAX to squelch
6 years ago
pionere
198d8a1142
BOOLs
6 years ago
pionere
4c02613cd0
maxitems
6 years ago