Age | Commit message (Collapse) | Author |
|
There are two new methods: immidiate stop and changing walking speed
For stopping, I'm reusing turnTo() code to finalize moving.
I talked to FoxTail devs about what SetSpeedWalkAnim actually does and answer was to set animation delays with given number of milliseconds.
|
|
FoxTail requires access to SubFrame's pixels to set actor.AlphaColor
with lighting map pixel value at x,y of actor's position.
|
|
FoxTail requires Game to have 2 string options with engine build and
game package version.
BuildVersion is provided with detection tables
GameVersion is extracted from data.dcp and stored in a hashmap
|
|
FoxTail gets a Steam API language code on 1st start from Game.SystemLanguage property
FoxTail currently uses 5 languages: English, German, Polish, Russian, Ukrainian
Even more languages are promised on release, so let's support all possible languages here
There are 22 languages listed both in common/language.h and Steam API, supported them all
See https://partner.steamgames.com/doc/store/localization for current API language codes
|
|
Game is not playable with standard Wintermute, so we should stop player
from even trying to run it if ENABLE_FOXTAIL is off.
|
|
FoxTail is still in "Early Access" status, so this list is not final
All game builds have 1 multilanguage "data.dcp" package
Common::PL_POL is supported since 1.2.527.3377
Steam allows to download 14 public versions of FoxTail's depot:
1.2.527.3391 - 2019 Mar 22; silent bugfix
1.2.527.3389 - 2019 Jan 22; listed in Changelog on GOG and in News on Steam
1.2.527.3377 - 2019 Jan 17; listed in Changelog on GOG and in News on Steam
1.2.362.2047 - 2018 May 31; listed in Changelog on GOG and in News on Steam
1.2.362.2039 - 2018 May 30; listed in Changelog on GOG and in News on Steam
1.2.304.1571 - 2018 Mar 20; listed in Changelog on GOG and in News on Steam
1.2.230.1322 - 2018 Mar 03; silent bugfix
1.2.230.1321 - 2018 Mar 03; silent bugfix; required for GOG 1321->1571 updater
1.2.230.1318 - 2018 Mar 03; silent bugfix
1.2.230.1316 - 2018 Mar 03; silent bugfix
1.2.230.1315 - 2018 Mar 02; silent bugfix
1.2.230.1313 - 2018 Mar 02; listed in Changelog on GOG and in News on Steam
1.2.230.1303 - 2018 Mar 01; silent bugfix
1.2.230.1291 - 2018 Feb 26; listed in News on Steam; first public release
Two more versions seems to be released for nonpublic alpha-testing only:
1.2.227.916 - 2018 Feb 16; listed in News on Steam; not public release
1.2.227.880 - 2018 Feb 06; listed in News on Steam; not public release
|
|
FoxTail engine is a WME Light engine fork with closed sources.
Some features have different behaviour in different versions of FoxTail engine.
That's why we need to detect engine version.
Note that FOXTAIL_OLDEST_VERSION > LATEST_VERSION.
Most features are just new methods for Game, Actor, Array, etc. and are not guarded.
Some hacks are common for all FoxTail versions, and are guarded with isFoxTail().
Some changes are specific to versions from v1 to v2, isFoxTail(v1,v2) is checked then.
|
|
FoxTail is a point-and-click adventure game by Gingertips Game Studio, featuring extended and hacked WinterMute engine fork.
Most features are added by introducing new API methods and properties, but some are just hardcoded to be different from normal WME stuff.
|
|
"Hor" is a small ("5 minutes"), complete and really nice game by Roman
Koksharov.
It has no in-game text except the game title, so I marked is at
Common::UNK_LANG.
Source: https://gamejolt.com/games/hor/258037
Source: https://www.indiedb.com/games/hor
v1.0 and v1.3 are actually almost the same, difference is only in
"ALLOW_WINDOWED_MODE" game property and settings binary.
P.S. Have you found a secret ending? ^_~
|
|
|
|
Now the singleId property has been removed, the gameIds returned by the
MetaEngines when detecting games must be accepted by the `findGame`
method. Wintermute was generating gameIds based on datafiles in the
fallback detector. With this change, the gameId for fallback detected
games is always `wintermute`, the target name is generated based on the
`extra` value that contains the game caption.
The `(unknown)` mention that was previously added to the game title has
been removed. The unknown game dialog now makes it very clear that the
game version is not known to ScummVM.
Fixes #11288.
|
|
This fixes https://bugs.scummvm.org/ticket/11033
Removed checking printable property for system keys.
Refactored whole function to make it a bit more readable.
Reference implementations:
https://github.com/retrowork/wmelite/blob/master/src/UIEdit.cpp#L724
https://github.com/retrowork/Wintermute-Engine/blob/master/src/engine_core/wme_base/UIEdit.cpp#L708
|
|
1. Moved KEYCODE_SPACE to "alphanumeric or punctuation" group.
2. Splited "else" into before and after WME_LITE.
|
|
Matched game IDs for the Wintermute engine: facenoir-win
{"data.dcp", 0, "50a7a01b97cd3658fc84f2bec7c1212b", 555533359},
This is a version from one of the many times Face Noir has been bundled.
|
|
Added Steam "Shadows of the Vatican 1 & II" NG versions
|
|
Fix WME version for some games
|
|
Added more game entries from Steam
|
|
Just a C&P mistake...
|
|
In a previous commit, I forgot to add two new games to the PlainGameDescriptor structure
|
|
The MD5 hash for this game was wrong (hasing the whole file, not only the first 5000bytes)
|
|
Added some missing reversion2 localizations and latests reversion1
|
|
Latest Steam updates for Reversion titles include Simplified and Traditional Chinese languages that were not properly identified
|
|
Added 2 german demos for "Art of Murder: FBI Confidential"
|
|
Add public demos for several wintermute games
|
|
Unused variables were cleaned up at
47811167d5ddd9cbf64099ad36f2da5ae413fc86, commenting out a bit too much
code, since stack->pop() has a side effect (popping a value from data
stack).
|
|
Add new Steam flavours for Reversion: The Meeting
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
This is due to the _lastLine variable being unsigned, but having
-1 assigned to it as a default / invalid value. This could probably
be assigned 0 with no issues, but since this is exposed, this warning
is fixed instead by assigning the unsigned equivalent of -1 so no
dependent code will see a change.
|
|
WINTERMUTE: Fix detection for Chinese reversion2
Current "data.dcp" infromation is from reversion1 and not from reversion2 game... surely a C&P mistake
|
|
Have commented out rather than removed the lines causing unused variable
warnings as they might be used again in future.
|
|
NOTE: This is a 2.5D game that is out of ScummVM scope
Developer's Download page states that there are EN/RU/IT versions:
http://reptilesquest.000webhostapp.com/index.php?page=5
However, rq_demo_beta25_multilang.exe allows to select only EN/RU.
italian.dcp can be extracted from rq_demo_beta25_multilang.exe using any
tool for Inno Setup installer.
|
|
|
|
Ooops. Latest refactoring of those if/else blocks was wrong, as a result
Reversion 1&2 ignored all the xlanguage packages. Fixed.
|
|
* WINTERMUTE: Add detection and package filtering for Alpha Polaris
Source: https://steamdb.info/app/405780/depots/
NOTE: This is a 2.5D game that is out of ScummVM scope
* WINTERMUTE: Set exact engine version for Project Joe
Download:
http://public.ag.ru/vd/3f983a3b5daf485f6559e7ca1380e47b/demos/14118/joesetup.exe
This also fixes slider issue at Settings menu, since LATEST_VERSION has
sliders broken
* WINTERMUTE: Add detection for Everyday Grey
Fixes https://bugs.scummvm.org/ticket/6563
NOTE: This game seems to be mistakenly marked as 2.5D at Wintermute wiki
Download:
https://web.archive.org/web/20140824221311if_/http://www.krumbukt.com/UnityGames/Everyday_Grey_setup.rar
* WINTERMUTE: Add detection for Apeiron game
Download: https://www.moddb.com/games/apeiron
* WINTERMUTE: Add detection for Palladion demo
Download:
http://www.adventuresplanet.it/contenuti/demo/palladion_demo.exe
* WINTERMUTE: Add detection for Art of Murder: FBI Confidential
Adds checksums from https://bugs.scummvm.org/ticket/6532
NOTE: This is a 2.5D game that is out of ScummVM scope
Buy: https://store.steampowered.com/app/809000
* WINTERMUTE: Add detection for Mental Repairs Inc
This fixes https://bugs.scummvm.org/ticket/6528
Download:
https://games.softpedia.com/get/Freeware-Games/Mental-Repairs-Inc.shtml
NOTE: This is a 2.5D game that is out of ScummVM scope
* WINTERMUTE: Add detection for On the Tracks of Dinosaurs
NOTE: This is a 2.5D game that is out of ScummVM scope
Download: http://reptilesquest.000webhostapp.com/?page=5
* WINTERMUTE: Set engine version for J.U.L.I.A.
Fun fact: J.U.L.I.A. is using 3D features, however this game was
reported as completable with VFX low
Download demo:
http://www.adventuresplanet.it/contenuti/demo/julia_demo_setup.exe
* WINTERMUTE: Add detection for some versions of J.U.L.I.A.: Among the Stars
NOTE: This is a 2.5D game that is out of ScummVM scope
* WINTERMUTE: Add detection for J.U.L.I.A.: Untold
"J.U.L.I.A.: Untold" is a DLC game for "J.U.L.I.A.: Among the Stars"
Buy:
https://store.steampowered.com/app/360340/JULIAAmong_the_Stars__Soundtrack_Hintbook_Untold/
|
|
|
|
Thanks to Albadross for collecting those versions:
https://bugs.scummvm.org/ticket/10863
|
|
|
|
Removed unnecessary '\0' byte written after a string. Reasons to remove:
1. Hamlet game does not write 0 after string when running this code:
var SomeFile = new File((Game.SaveDirectory + "\gamelet.save"));
SomeFile.OpenAsText(2);
SomeFile.WriteText(LVL_N);
SomeFile.Close();
2. Original WME does not have this:
https://github.com/retrowork/Wintermute-Engine/blob/master/src/engine_core/wme_base/SXFile.cpp#L303
|
|
|
|
|
|
Assertion was caused by providing "saves/" prefixed string to
WindowsFilesystemNode::getChild() function, that asserts on '/'
characters.
Wintermute game code:
if(!(Game.FileExists((Game.SaveDirectory + "\gamelet.save")))) {
Directory.Create(Game.SaveDirectory);
}
...
Assertion stack:
from C:\WINDOWS\System32\KernelBase.dll
from C:\WINDOWS\System32\msvcrt.dll
(this=0xcfdf710,
n=...) at backends/fs/windows/windows-fs.cpp:158
n=...)
at common/fs.cpp:68
(filename=...)
at engines/wintermute/base/file/base_disk_file.cpp:76
at engines/wintermute/base/file/base_disk_file.cpp:105
this=0x50795e0, filename=...)
at engines/wintermute/base/base_file_manager.cpp:326
(this=0xcea72f0,
script=0xcf657d0, stack=0xcf6a2e0, thisStack=0xcf69ee0,
name=0xcfd8870 "FileExists") at
engines/wintermute/base/base_game.cpp:1523
...
|
|
Source:
http://docs.dead-code.org/wme/generated/scripting_ref_directory.html
|
|
Source: https://steamdb.info/app/222160/depots/
|
|
|
|
WINTERMUTE: Enhanced BaseUtils::normalizeAngle to run the while if angle is greater than 359.
When normalizing an angle, we expect the number to be between 0 and
359 (since 360 is 0), this changes the util so 360 is transformed to 0.
The case for 359.8 (which this would make it -0.2) is covered by the following
while loop, which will increase it back to 359.8.
|
|
* WINTERMUTE: Add all changelog engine versions to enum
Source: http://docs.dead-code.org/wme/history.html
* WINTERMUTE: Fixed name and update detection for Satan and sons
Download:
http://www.freegamearchive.com/play/download/game/satan_and_sons.zip
* WINTERMUTE: Update detection for Five Lethal Demons
Download:
http://web.archive.org/web/20070705114336if_/http://dead-code.org/5ld/5ld_setup.exe
* WINTERMUTE: Update detection for Five Magical Amulets
Download:
http://web.archive.org/web/20070505233127if_/http://www.nacht-und-nebel.org/download/fma.exe
Download:
http://www.flint.cba.pl/fusion_7/downloads.php?cat_id=1&download_id=1
Download: http://dead-code.org/5ma/5ma_deutsch.exe
* WINTERMUTE: Update detection for Actual Destination
Download:
http://web.archive.org/web/20111121174804/http://mrburns.tks.bth.se/ds/ds08/magv08/Actual%20Destination.rar
* WINTERMUTE: Update detection for Boredom of Agustin Cordes
Download: http://www.cbe-software.com/Games/Boredom/setup_boredom.exe
* WINTERMUTE: Update detection for Alimardan's Mischief
Buy: https://store.steampowered.com/app/694420/Alimardans_Mischief/
* WINTERMUTE: Update detection for Alimardan Meets Merlin
Buy: https://store.steampowered.com/app/694430/Alimardan_Meets_Merlin/
* WINTERMUTE: Update detection for Beyond the Threshold
Download: http://www.nacht-und-nebel.org/pcg/BeyondTheTreshold.zip
NOTE: This game's executable has a very strange version 1.7.94 not
listed in changelog.
* WINTERMUTE: Update detection for Basis Octavus
Download: http://kraaca.cz/wp-content/files/basis-octavus.zip
* WINTERMUTE: Update detection for Bickadoodle
Download: https://www.moddb.com/games/bickadoodle/downloads
* WINTERMUTE: Update detection for Book of Gron: Part One
Download: http://questzone.ru/download/gr/BookOfGron.rar
* WINTERMUTE: Update detection for Chivalry is Not Dead
Download: https://games.squinky.me/downloads/chivalry/chivalry.zip
* WINTERMUTE: Update detection for Carol Reed series
I assume that Carol Reed 4 EN use the same engine as Carol Reed 4 RU.
For other versions I assume that Demo and Full versions are sharing the
same engine version.
Demos: http://www.mdna-games.com/
Buy: http://www.mdna-games.com/
* WINTERMUTE: Update detection for Corrosion
Buy:
https://store.steampowered.com/app/349140/Corrosion_Cold_Winter_Waiting_Enhanced_Edition/
* WINTERMUTE: Update detection for Dead City
Download: http://dead-code.org/download/games/deadcity.zip
* WINTERMUTE: Add detection for Dark Fall: Lost Souls
This is a 2.5D game that is out of ScummVM scope
* WINTERMUTE: Update detection for Dirty Split
Download: https://dreamagination.itch.io/dirty-split
* WINTERMUTE: Update detection for Dreamscape
Download:
http://web.archive.org/web/20111121174150if_/http://mrburns.tks.bth.se/ds/ds08/vida08/Dreamland.rar
* WINTERMUTE: Update detection for Dreamcat
Download: https://jennibee.itch.io/dreamcat
* WINTERMUTE: Update detection for Des Reves Elastiques Avec Mille Insectes Nommes Georges
Download: https://games.squinky.me/downloads/dreaming/dreaming.zip
* WINTERMUTE: Update detection for DFAF Adventure
Download: https://jennibee.itch.io/dfaf-adventure
* WINTERMUTE: Add detection for Dr. Bohus
Author: Local Studio
Description: Saving the world from outbreak of a mysterious disease
Language: Czech
Licence: Freeware
Download:
http://www.freegame.cz/hry-ke-stazeni/zdarma/adventury/dr-bohus/13266
* WINTERMUTE: Update detection for Escape from the Mansion
Download:
https://escapefromthemansion.com/files/EscapeFromTheMansion_v1.3.zip
* WINTERMUTE: Add detection for Finding Hope
Finding Hope is a hidden object game made with Wintermute engine by
Golden Bough Games.
Try & Buy: https://www.bigfishgames.com/games/5960/finding-hope/
* WINTERMUTE: Add detection for The Death of Erin Myers
Buy links and details: http://www.viperante.com/short.htm
* WINTERMUTE: Update detection for Four
Download: http://mentalscraps.com/Four.zip
* WINTERMUTE: Add detection for Face Noir
This is a 2.5D game that is out of ScummVM scope
* WINTERMUTE: Update detection for Hamlet
Buy: https://store.steampowered.com/app/222160
* WINTERMUTE: Update detection for Framed
Download:
http://web.archive.org/web/20111121173916if_/http://mrburns.tks.bth.se/ds/ds08/maqk08/Framed.rar
* WINTERMUTE: Update detection for James Peris
Download: http://www.jamesperis.com/jamesperisweb-a.htm
* WINTERMUTE: Update detection for Project Lonely Robot
Download:
http://web.archive.org/web/20111121173634if_/http://mrburns.tks.bth.se/ds/ds07/stgo07/Projectlonelyrobot.rar
* WINTERMUTE: Update detection for Helga Deep In Trouble
Download: http://helgagame.com/download/helgainstall.exe
* WINTERMUTE: Update detection for Ghost in the Sheet
Demo: https://ag.ru/games/ghost-in-the-sheet/demos/24978
* WINTERMUTE: Add detection for K'NOSSOS
Demo: http://svarunentertainment.com/
* WINTERMUTE: Update detection for Open Quest
Download: https://github.com/JenniBee/openquest/releases/tag/v1.0
* WINTERMUTE: Update detection for Night Train
Download: https://www.moddb.com/games/night-train/downloads
* WINTERMUTE: Update detection for Mirage
Download:
http://web.archive.org/web/20111121173733if_/http://mrburns.tks.bth.se/ds/ds08/sasl08/Mirage.rar
* WINTERMUTE: Update detection for kulivocko
Download: https://ulozto.net/!Ge2FUW8q/kulivocko1-zip
* WINTERMUTE: Update detection for Looky
Demo: https://mac-bs.de/homepage/downloads/Looky_Demo_Setup.exe
Download: https://bullshit-softworx.itch.io/looky-adventure
* WINTERMUTE: Add detection for One
Demo: http://rcorp.wz.cz/one/one%20DEMO.rar
* WINTERMUTE: Update detection for Pizza Morgana
Download: http://pizza-morgana.com/download/episode1
* WINTERMUTE: Update detection for One Helluva Day
Demo: https://store.steampowered.com/app/603680/One_helluva_day/
* WINTERMUTE: Update detection for reversion1&2
Buy: https://steamcommunity.com/app/270570 ,
https://store.steampowered.com/app/281060
Source for old versions: https://bugs.scummvm.org/ticket/11009 ,
https://bugs.scummvm.org/ticket/11011
* WINTERMUTE: Update detection for Project: Doom
Download:
http://web.archive.org/web/20111121180654if_/http://mrburns.tks.bth.se/ds/ds08/vida08/ProjectDoom.rar
* WINTERMUTE: Update detection for Silent Footsteps
Demo: http://frostlindgames.com/demo.html
Buy: https://store.steampowered.com/app/780740/Silent_Footsteps/
* WINTERMUTE: Update detection for Paintaria
Download: https://gamejolt.com/games/paintaria/17652
* WINTERMUTE: Update detection for Pigeons in the Park
Download: https://games.squinky.me/downloads/pigeons/pigeons.zip
* WINTERMUTE: Update detection for reversion1&2 (Linux & Mac)
* WINTERMUTE: Update detection for Rosemary
Download: http://gambit.mit.edu/loadgame/rosemary_eula.php
* WINTERMUTE: Update detection for Shaban
Try & Buy (English): https://www.bigfishgames.com/games/7157/shaban/?pc
Try & Buy (German): https://www.bigfishgames.de/spiele/7157/shaban/?pc
Try & Buy (Spanish): https://www.bigfishgames.es/juegos/7157/shaban/?pc
Try & Buy (French): https://www.bigfishgames.fr/jeux/7157/shaban/?pc
Try & Buy (Japanese): https://www.bigfishgames.jp/games/7157/shaban/?pc
Try & Buy (Dutch): https://www.bigfishgames.nl/spellen/7157/shaban/?pc
Try & Buy (Italian): https://www.bigfishgames.it/giochi/7157/shaban/?pc
Try & Buy (Portuguese):
https://www.bigfishgames.com.br/jogos/7157/shaban/?pc
* WINTERMUTE: Update detection for Rhiannon
Demos: https://ag.ru/games/rhiannon-curse-of-the-four-branches/demos
Demo:
http://download.fileplanet.com/ftp1/122008/Rhiannon_Demo_C5_setup.exe
Buy: https://store.steampowered.com/app/298140
* WINTERMUTE: Update detection for Space Invaders demo
Download: https://docs.google.com/file/d/0B1Y5w30FUPM7bk1UQ1BGR2ZVZ2s
* WINTERMUTE: Update detection for Sofia's Debt
Download:
http://www.artisticsoft.com/flyers/deudadesofia/La%20Deuda%20de%20Sofia.zip
Download:
http://www.artisticsoft.com/flyers/deudadesofia/Sofias%20Debt.zip
* WINTERMUTE: Update detection for The Kite
Download: https://anatolii.itch.io/the-kite
* WINTERMUTE: Update detection for The Box
Download: http://web.archive.org/web/20111121180051if_/http://mrburns.tks.bth.se/ds/ds08/maqk08/packages.rar
* WINTERMUTE: Update detection for The Driller Incident
Download: http://questzone.ru/enzi/files/1645
* WINTERMUTE: Update detection for The Ancient Mark
Download: https://www.moddb.com/games/the-ancient-mark-episode-1/downloads
* WINTERMUTE: Update detection for Tanya Grotter dilogy
Buy:
https://www.soft-moscow.ru/goods/tanya_grotter_i_magicheskiy_kontrabas.htm
Buy:
https://www.soft-moscow.ru/goods/tanya_grotter_i_ischezayushchiy_etag.htm
* WINTERMUTE: Update detection for Space Madness
Demos:
http://web.archive.org/web/20150520160556/http://www.spreadcamp.com/downloads/SM-DEMO_English_and_German.exe
* WINTERMUTE: Update detection for The Shine of a Star
NOTE: http://questzone.ru/enzi/game/2502 states that this game is
freeware since 29.07.2013
Download: http://forgottenkey.se/TSoaS/TSOAS.msi
Archive: https://web.archive.org/web/20190116104138if_/http://forgottenkey.se/TSoaS/TSOAS.msi
* WINTERMUTE: Update detection for The White Chamber
Download:
http://www.studiotrophis.com/downloads/thewhitechamber1.7SETUP%20-%20Definitive%20Edition.exe
Download:
http://www.indiedb.com/games/the-white-chamber/downloads/the-white-chamber-17
* WINTERMUTE: Update detection for Trader of Stories
Download demo: http://www.rudowscy.com/download/theTraderofStories.zip
Full version is not made with Wintermute: http://www.rudowscy.com/tos1/
* WINTERMUTE: Update detection for Zbang! The Game
Download: http://www.corbomitegames.com/zbang/download.php
* WINTERMUTE: Update detection for Vsevolod
Download: http://public.ag.ru/vd/c16b434cc9656d4ca5856150c8fc9b18/demos/23267/Vsevolod-Prologue.exe
* WINTERMUTE: Update some comments
* WINTERMUTE: Update detection for Toshechka and Boshechka
* WINTERMUTE: Update detection for Wilma Tetris
Download: http://web.archive.org/web/20160330072540if_/http://dead-code.org/misc/wtetris.zip
* WINTERMUTE: Add detection for WME Technology Demo 1.2
Download: http://www.dead-code.org/download/wme_demo.zip
* WINTERMUTE: Update detection for reversion1 (bug 11011)
This fixes https://bugs.scummvm.org/ticket/11011
|