Commit graph

2142 commits

Author SHA1 Message Date
Eugene Sandulenko
f6ab60c4e0
DISTS: Generated Code::Blocks and MSVC project files
Some checks failed
CI / Windows (push) Has been cancelled
CI / Xcode (push) Has been cancelled
CI / Ubuntu (push) Has been cancelled
2021-10-01 14:27:56 +03:00
Eugene Sandulenko
30f175ef8e
RELEASE: This is 2.5.0 2021-10-01 14:27:39 +03:00
Eugene Sandulenko
5aade55df3
DISTS: WIN32: Specify the release date 2021-10-01 14:21:19 +03:00
Eugene Sandulenko
2da5bf2be7
RELEASE: This is 2.5.1pre 2021-10-01 13:50:11 +03:00
Cameron Cawley
01a94b906e RISCOS: More packaging improvements 2021-09-30 23:00:23 +01:00
Cameron Cawley
1e5c529c76 RISCOS: Update packaging to accomodate split builds 2021-09-30 13:22:37 +01:00
Thierry Crozat
bcd1f9e56c IOS7: Add support for upside down portrait orientation 2021-09-29 20:31:05 +01:00
Thierry Crozat
de03f549ae SUPERNOVA: Fix buffer overflow for two dialogs
This was partially caused by a bug in the original source code
that was missing a comma between two strings for those two dialogs.
The original did not have a buffer overflow, but was not correctly
displaying the strings.

This fixes bug #12856.
2021-09-08 01:08:30 +01:00
Maxim Kovalenko
5e70838129 XEEN: Some fixes in both BASE and RU
XEEN:
Click on 'Auto Notes' shows 'Items' button animation - Fixed
'Up'/'Down' pressed buttons in create_char dialog shows wrong icon - Fixed
Fix 'Yes'/'No' (thumbs up/down) click area

XEEN: RU
'Items' button not working because it uses 'd' alias, same as down button ('d', 'down', 'kp2') - Fixed
Fixed PARTY_DIALOG_TEXT margins
Map title area names translated
Translated monster names
Translated spell names
Add spaces to mae_names
2021-09-04 19:25:37 -07:00
Cameron Cawley
0e8a06997a RISCOS: Replace the StrongHelp manual with the PDF manual 2021-08-29 16:08:33 +01:00
Eugene Sandulenko
c6b1fc2abb
RELEASE: This is 2.3.0pre 2021-08-28 20:59:28 +02:00
Cameron Cawley
d5f633425e RISCOS: Remove Iconv requirement from !Run 2021-08-22 22:53:38 +01:00
Paul Gilbert
c8a905f063 ACCESS: Properly re-generate access.dat 2021-08-21 18:36:27 -07:00
Christian Kündig
dd3b93bdc7 DISTS EMSCRIPTEN: Update emsdk, remove typo, improve cleanup 2021-08-20 21:13:49 +02:00
Christian Kündig
1478a01a6b DISTS EMSCRIPTEN: Minimal PWA setup 2021-08-20 21:13:49 +02:00
Christian Kündig
2b19203104 DISTS EMSCRIPTEN: Fixing various minor bugs and typos
- too verbose logging slows down everything
- datadir / causes the whole FS to be scanned at launch, including files which are loaded lazily via XHR
- corrupt default data in local storage
- double-slash in path of VORBIS_LIBS
2021-08-20 21:13:49 +02:00
Christian Kündig
f33abf1026 DISTS EMSCRIPTEN: switch from source maps to DWARF debugging 2021-08-20 21:13:49 +02:00
Christian Kündig
96da7448ef DISTS EMSCRIPTEN: new custom shell with full screen canvas and simple loader 2021-08-20 21:13:49 +02:00
Christian Kündig
7c4fdc1b94 DISTS EMSCRIPTEN: don't re-download emsdk if it's already downloaded 2021-08-20 21:13:49 +02:00
Christian Kündig
93e1c779b6 Fix remaining Codacy issues and improve README readability 2021-08-20 21:13:49 +02:00
Christian Kündig
18b56d6aed DISTS EMSCRIPTEN: Fixing Codacy Static Code Analysis Issues 2021-08-20 21:13:49 +02:00
Christian Kündig
b7a2e22b0a DISTS: New Emscripten/WebAssembly dists target
This is an initial version of the emscripten build/dist target.
Many things are still missing, see dists/emscripten/README.md for
a detailed summary of what this provides and still misses
2021-08-20 21:13:49 +02:00
athrxx
5d5e1ef517 KYRA: regenerate kyra.dat 2021-08-17 20:04:16 +02:00
Thierry Crozat
b33746e37f IOS7: Fix building with Xcode
This partially revert commit 0ff00cca2a and should hopefully
fix bug #12647.

The issue is that the executable name in the Info.plist did not
match the name of the executable generated by Xcode (ScummVM vs
scummvm). I changed it back to $(EXECUTABLE_NAME), which is
automatically replaced by Xcode, and added a sed command to the
make target to replace it with the actual executable name (as
we did with the $(PRODUCT_BUNDLE_IDENTIFIER) already).

An alternative would be to hardcode the name to "scummvm" in the
Info.plist and change the iphonebundle and ios7bundle target to
also use all lower case scummvm when copying the executable.
2021-08-12 21:27:30 +01:00
Maxim Kovalenko
88589a852c XEEN: RU Translated Mirror aliases 2021-08-11 20:06:01 -07:00
antoniou
dad5179e9d ANDROID: Fix warning unchecked conversion
In CustomKeyboardView for mKeysDownCodesSet ArraySet

Also enable the option -Xlint:unchecked (within build.gradle) to show the unchecked conversion warnings on compile
2021-08-05 13:26:31 +03:00
Maxim Kovalenko
0b038463ff XEEN: RU Fixed item materials 2021-08-02 17:35:18 +02:00
Maxim Kovalenko
805f55f1cd XEEN: RU Fixed some localized strings. Fixed intro subtitles.
Fixed optimizer issues
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
b655cfc03e XEEN: RU Moving translated hotkeys to resources.
Hotkeys changed in locations, CoX Menu.
Margin fix
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
2da836da6c XEEN: RU Moving translated hotkeys to resources.
Hotkeys changed in party, quests, quick_fight, spells dialogs and bank location.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
3bba21845d XEEN: RU Moving translated hotkeys to resources.
Hotkeys changed in items dialogs.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
b16ab4382e XEEN: RU Moving translated hotkeys to resources.
Hotkeys changed in char_info, control_panel, create_char, difficulty dialogs.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
587031a2e5 XEEN: RU Further sharpening
change hotkeys in dialogs_create_char, dialogs_difficulty
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
9f80f452e4 XEEN: RU Translated all constants.h strings for Clouds. Ready for test. 2021-08-02 17:35:18 +02:00
Maxim Kovalenko
325eb338fe XEEN: RU Further sharpening
Added 'Born' gender form and plural form for food
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
d3624575a7 XEEN: RU Working on gender and plural forms 2021-08-02 17:35:18 +02:00
Maxim Kovalenko
516f8d8824 XEEN: RU Combine multiple language constants in one ccs file 2021-08-02 17:35:18 +02:00
Maxim Kovalenko
cfcf36383f XEEN: RU Added plural forms for "days" 2021-08-02 17:35:18 +02:00
Maxim Kovalenko
3d6371c4f0 XEEN: RU Working on 8-bit font 2021-08-02 17:35:18 +02:00
Maxim Kovalenko
66097d4e39 XEEN: RU Added plural forms for "days" in char info 2021-08-02 17:35:18 +02:00
Maxim Kovalenko
a6afb2be20 XEEN: RU Initial commit
Extended font support
2021-08-02 17:35:18 +02:00
antoniou
250206bd00 ANDROID: Add a checkbox for a revoke SAF permissions button
Themes were updated to version SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.48"
2021-08-01 16:10:54 +03:00
Matthew Duggan
a9ae8be3c9 ULTIMA: Regenerate ultima.dat and bump U8 data version
* Updates information for Crusader games
* Remove Thumbs.db files from zip
* Bump data version number to 2.0
2021-07-07 19:34:05 +09:00
lb_ii
4498c3d6dd ACHIEVEMENTS: Generated description files 2021-06-23 07:56:00 +03:00
Cameron Cawley
c1702a0953 ANDROID: Add an on-screen menu button 2021-06-19 14:37:35 +02:00
lolbot-iichan
2afc8a3458 ACHIEVEMENTS: Generated description files 2021-06-10 01:56:23 +03:00
lolbot-iichan
c1c2da63ea ACHIEVEMENTS: Generated description files 2021-06-10 01:56:23 +03:00
lolbot-iichan
cc20637e2b ACHIEVEMENTS: Generated description files 2021-06-10 01:56:23 +03:00
lb_ii
14037bea52 DISTS: Add VERSION to achivements.dat 2021-06-10 01:56:23 +03:00
lb_ii
7bf46d4a7d DEVTOOLS: Strip date and extra parameters while packing 2021-06-10 01:56:23 +03:00