ephphatha
0575716eac
Rename UiFlags members to group related options
5 years ago
ephphatha
bd140142c3
Convert UiType to a scoped enum
5 years ago
ephphatha
7d93cada67
Refactor UiItemBase and derived types to reduce duplicate constructors
...
Using optional arguments where possible so that all use cases can share the same constructor. Also moving member initialisation to the initialiser list syntax as this makes it clear that the derived class is only setting properties on that class, leaving the parent constructor to initialise members of the parent class.
5 years ago
ephphatha
4ad53232a0
Convert the UiFlags enum to a scoped enum type
...
Replace operator&& with named function
5 years ago
obligaron
fb562b29e9
Timedemo: Regard ProcessInput and gfProgressToNextGameTick
5 years ago
Anders Jenbo
eda4a5061e
Implement demo recording and playback
...
This records all keyboard and mouse events to a file and lets you play
it back at a later point with a differen game speed.
5 years ago
Anders Jenbo
91f7a8b5b8
[android] Add Korean translation by @uwodb
5 years ago
Anders Jenbo
2c6ba0068e
[android] Update gradle build system
5 years ago
Anders Jenbo
1703901c2d
Explicitly mark strings as not c-formatted
5 years ago
obligaron
fe034ce709
Towncast: Fix character changes direction for casting
5 years ago
Anders Jenbo
2baca9a5ce
[android] Fix resource leak when downloading shareware
5 years ago
Anders Jenbo
51b3c253f8
Fix Ittalien translation for Android app
5 years ago
obligaron
fba534de0a
Remove unused LastMouseButtonTime
5 years ago
Gianluca Boiano
8c188634c4
🌐 Update Italian localization
5 years ago
Anders Jenbo
4451a519eb
Fix two OOBs in missiles.cpp
5 years ago
staphen
7510048bd6
Add 3DS CI commands to download ffmpeg
5 years ago
staphen
61e2e0dc0a
Add audio to 3DS banner
5 years ago
staphen
77dacc48ca
Add startup.wav from the shareware version to resources
5 years ago
Anders Jenbo
fdd0b5852c
Sync German translation file
5 years ago
Anders Jenbo
acefba57d8
Update Android translation files
5 years ago
Anders Jenbo
d0046d9a52
Sync Spanish translation file
5 years ago
Anders Jenbo
cbff7da8f5
Sync French translation file
5 years ago
Anders Jenbo
60a89632a1
Sync Portuguese translation file
5 years ago
ChaosMarc
3f77f91bf6
Merge pull request #2138 from ChaosMarc/german-translation
...
German translation by Baracudus
5 years ago
Anders Jenbo
88e4e6bc9a
Remove tag file
5 years ago
Anders Jenbo
f5946b7d79
Sync Russian translation file
5 years ago
ybrbnf
4dbaca06e2
new transleta
5 years ago
Anders Jenbo
513e88d00b
Sync Chinese translation file
5 years ago
Anders Jenbo
038fe16bbb
[android] Enable translation of the remaning strings
5 years ago
NikoVP
4a219e41e3
Update strings.xml
5 years ago
NikoVP
3fa882b32b
Update strings.xml
5 years ago
Anders Jenbo
072a543a77
[android] Add translation files
5 years ago
Anders Jenbo
51fbf6b839
[android] Game data installation screen
5 years ago
Anders Jenbo
9c84743a2f
Clean up after failed copy
5 years ago
Anders Jenbo
34c2290bd0
Make game run on Anroid 4.3 and up
5 years ago
Tytannial
2104002403
Update zh_CN.po
5 years ago
Oleksandr Kalko
43df134450
Update path for copying MPQs on Android
...
This is needed because of #2453
5 years ago
Jmgr
84b8b5828d
Keymapper: remove now useless INI access functions
5 years ago
Anders Jenbo
24d0d37d26
Add drop shadow to DrawMapLineSteep
5 years ago
obligaron
551645060b
Fix item swapping and AnimationInfo::ChangeAnimationData
5 years ago
Anders Jenbo
9818ad4891
[Android] Locate external App data path and migrate data files
5 years ago
obligaron
7d9891b249
ADL GetOffsetForWalking: remove diagonal special
5 years ago
Anders Jenbo
ab8afa7cd7
Fix edge cases in mouse action tracking code ( #2452 )
...
Fixes #2431
Also:
- Track spell targets
- Merge repeat walk in to the new repeat action code
- Avoid time based repeats (use action frame instead)
5 years ago
obligaron
d2b2a5a4fc
Fix Counselor always hiding
5 years ago
NikoVP
97d2cd1443
Complete the Bulgarian Translation
5 years ago
staphen
22da429d4b
Restore return statement removed by 9ebdb6d.
5 years ago
Vladimir Olteanu
2d0c818a63
Use SdlThread stuff in appfat.cpp
5 years ago
Vladimir Olteanu
1889f2badd
Get rid of utils/thread.{h,cpp}
5 years ago
Vladimir Olteanu
e6412ff8ab
Use SdlThread in nthread
5 years ago
Vladimir Olteanu
fc8fc46e17
Use SdlThread in dthread.cpp
5 years ago