Alexandre Detiste
6044504762
JANITORIAL: typos
...
some in the variable names, some in the comments;
no change for the strings that interract with original games assets
2021-10-31 20:46:31 +01:00
Paweł Kołodziejski
7a4b769887
PLAYGROUND3D: Added dimming test using vertex arrays
2021-10-27 22:31:47 +02:00
athrxx
ece7e26b41
KYRA: (MR/Traditional Chinese) - add support
2021-10-26 17:57:01 +02:00
Paweł Kołodziejski
2776f7cb79
PLAYGROUND3D: Introduce testing and playground environment for 3d renderers
2021-10-26 13:43:16 +02:00
Eugene Sandulenko
2dfc3ae120
JANITORIAL: Fix line endings
2021-10-21 19:18:03 +03:00
Eugene Sandulenko
9b3427d7d4
DISTS: ANDROID: Update link to the Android guide
2021-10-17 20:48:02 +03:00
Eugene Sandulenko
08f29237ed
DISTS: ANDROID: Update store metadata
2021-10-09 21:48:03 +03:00
Lothar Serra Mari
84e88b9b3c
DISTS: Update appcast.xml for 2.5.0
2021-10-09 16:24:18 +02:00
antoniou79
b3bb24e697
ANDROID: New versionCodes 73-76 for 2.6.0
2021-10-03 13:06:18 +03:00
antoniou79
9d6afc80b4
ANDROID: Repurpose VersionCodes for 2.5.1
2021-10-03 13:06:18 +03:00
Eugene Sandulenko
9a4f0b7c66
RELEASE: This is 2.6.0git now
2021-10-01 16:04:48 +03:00
antoniou79
d109df3939
ANDROID: Update versionCode and versionName for master
2021-10-01 15:46:03 +03:00
Eugene Sandulenko
e1b5602eeb
DISTS: WIN32: Specify the release date
2021-10-01 14:21:47 +03:00
Cameron Cawley
6dfa49ba48
RISCOS: More packaging improvements
2021-09-30 23:01:53 +01:00
Cameron Cawley
003c56fc19
RISCOS: Update packaging to accomodate split builds
2021-09-30 13:28:00 +01:00
Thierry Crozat
8ef63e0e0d
IOS7: Add support for upside down portrait orientation
2021-09-29 20:30:16 +01:00
Thierry Crozat
4680538951
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:07:40 +01:00
Maxim Kovalenko
5d37243150
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:24:37 -07:00
alxpnv
fbd610b3f9
ACHIEVEMENTS: Generated description files
2021-09-01 10:49:50 +03:00
Cameron Cawley
2e440e5d96
RISCOS: Replace the StrongHelp manual with the PDF manual
2021-08-29 16:09:32 +01:00
Eugene Sandulenko
580ec65220
RELEASE: This is 2.4.0git
2021-08-28 21:01:11 +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