Commit Graph
137148 Commits
Author SHA1 Message Date
Paul Gilbert d2665bfd71 AGS: Save text encoding hint in room files
From upstream 94f57933069768e170ec6423da8632ab2057068c
2022-04-12 22:27:58 -07:00
Paul Gilbert 4e9cb56a9d AGS: Optionally use OPT_GAMETEXTENCODING for TRA keys conversion
From upstream f2eda64c172c9e8756d820a73edeca023d6f6933
2022-04-12 22:27:58 -07:00
Paul Gilbert 1b502b3d0f AGS: Switch text format mode depending on OPT_GAMETEXTENCODING
From upstream 1295b8b70eced8ea7c6e277d0595c24e58b6c657
2022-04-12 22:27:58 -07:00
Paul Gilbert c87f807fd5 AGS: Added "GameTextEncoding" setting to the game
From upstream bda95e652a22463443c05cb5e006f3cd28df0a20
2022-04-12 22:27:58 -07:00
Paul Gilbert 29ea22c308 AGS: Add rotation support in config
From upstream d68e28eb1927c6c4391cddfe1e6294142181c365
2022-04-12 22:27:58 -07:00
Paul Gilbert ee7d590335 AGS: Fixed weird implementation of TextStreamReader::ReadChar()
From upstream 83cbb21e0fee15b081306cc710d882fec7e21a79
2022-04-12 22:27:57 -07:00
Paul Gilbert fa997d3c4b AGS: Fixed bg frame and bg locked flag is reset on save restore
From upstream 2c1604074da6fc2ccea17a63596b370df0d12147
2022-04-12 22:27:57 -07:00
Paul Gilbert 983de47d8b AGS: Added legacy support for Theora video positioning
From upstream 757335c55c2908c4a9a0c179415b834ca5cfce0c
2022-04-12 22:27:57 -07:00
Paul Gilbert 0b639b8f46 AGS: Implemented video pause/resume, react to window focus events
From upstream 5934c62be17e179607c3387ea31c70bfddaac399
Stuff in the VideoPlayer class not implemented
2022-04-12 22:27:57 -07:00
Paul Gilbert 8e3207b38b AGS: Moved frame wait and user input check outside of VideoPlayer
From upstream c5f815729792837b6b4a02c013c7c554942792d9
Only partially implemented, since ScummVM has it's own video player code
2022-04-12 22:27:57 -07:00
Paul Gilbert f009829e67 AGS: Further unifying VideoPlayer code in the base class
From upstream 6c6507e0427bbb8783616691affea83fdcaf10ef
2022-04-12 22:27:57 -07:00
Paul Gilbert 9c01b99b32 AGS: Add clear cache on room change from Android port to config
From upstream 7abbd673e910289511bcca3101abd03101599eb0
2022-04-12 22:27:56 -07:00
Paul Gilbert 27ad60df72 AGS: Unify video flags in VideoPlayer, convert in script functions
From upstream e5c8293a8c8350c38a8df338f56e3806fdc4f119
Plus changes to local video player implementation to reflect changes
2022-04-12 22:27:56 -07:00
Paul Gilbert 87d4970205 AGS: Added --translation and --no-translation cmd args
From upstream 2605765f2433ed06ae07b1ac95d6e1e0d8c27072
2022-04-12 22:27:56 -07:00
Paul Gilbert 4ecb2115ca AGS: Remove cursor limit
From upstream 612f5702ce7cdee0acb898705a0ae11c84651afb
2022-04-12 22:27:55 -07:00
Paul Gilbert 60ddcb068a AGS: In save components, "thisroom" should have same ver as "states"
From upstream 892e1876e9befa413b482a5524522973b49308e7
2022-04-12 22:27:55 -07:00
Paul Gilbert 7fe18e925b AGS: Cleanup load room code a little
From upstream f9f49987d3109b8141648d603cafd03885bd148d
2022-04-12 22:27:55 -07:00
Paul Gilbert a65583c09b AGS: Updated build version (3.6.0.17)
From upstream 02f236155127c940f9d8dde3fcbd4b54b8a17129
2022-04-12 22:27:54 -07:00
Paul Gilbert 12a6d220fe AGS: Lock background animation depending on loaded room setting
From upstream 1483fd631cf79ed6f25a5652d8280ac15333f7c0
2022-04-12 22:27:54 -07:00
Paul Gilbert 1dd1946aff AGS: Attempt to clarify meaning of the Font's import size
From upstream 71adfaa57e83b36315fc36feddaa72dd46dd11c5
2022-04-12 22:27:53 -07:00
Paul Gilbert 7c96238080 AGS: Do not preset Hotspot's names (description)
From upstream 479f1067d7a474d41c32df217d10af8961ce2959
2022-04-12 22:27:53 -07:00
Paul Gilbert ceedf758fe AGS: Removed room template binary resource, create one in code
From upstream 632a93fb38292e80f32e42e99def1b69e4de4160
2022-04-12 22:27:53 -07:00
Paul Gilbert 186250aab9 AGS: added Room.BackgroundAnimationEnabled property
From upstream 15a1c66344d25dbdfa21246408477f05b49f54ce
2022-04-12 22:27:53 -07:00
Paul Gilbert 6079ebaaf5 AGS: Updated build version (3.5.0.16)
From upstream c5491f0dec6974eb6fa08083e0e616ca91f95f2a
2022-04-12 22:27:52 -07:00
Paul Gilbert 97776f1b99 AGS: Fixed OPT_HIGHESTOPTION
From upstream 3bc36071ceb8d9ec6b6233bde22c957c7c4cf697
2022-04-12 22:27:52 -07:00
Paul Gilbert 496d6870e8 AGS: Reword error messages for property lookup
From upstream 937f644c2bc7a8a93fd0b11559436bea1d301da4
2022-04-12 22:27:52 -07:00
Paul Gilbert ffba3046d2 AGS: Fixed File_ReadRawLineImpl failing at char values >127
From upstream 643e55f2b2b8237f27dc75e724bc87fa12339d7e
2022-04-12 22:27:52 -07:00
ScummVM-Translations 37578359f5 I18N: Update translations templates 2022-04-13 03:35:37 +00:00
Avijeet a50d09aa31 GLK: SCOTT: Define SIZE_MAX. 2022-04-12 20:35:24 -07:00
Avijeet 67adecb2d7 GLK: SCOTT: Remove standard library includes. 2022-04-12 20:35:24 -07:00
Avijeet a7c29553f7 GLK: SCOTT: Typedefs for used types. 2022-04-12 20:35:24 -07:00
Avijeet 8b846ec0dd GLK: SCOTT: Import size_t. 2022-04-12 20:35:24 -07:00
Avijeet 72dc87f4b4 GLK: Add new source files. 2022-04-12 20:35:24 -07:00
Avijeet ef36219245 GLK: SCOTT: Add support for saving and loading game state. 2022-04-12 20:35:24 -07:00
Avijeet a864ce872f GLK: SCOTT: Add text formatting. 2022-04-12 20:35:24 -07:00
Avijeet 7f84f25804 GLK: SCOTT: Add Questprobe: The Hulk specific functions. 2022-04-12 20:35:24 -07:00
Avijeet faa4ae472d GLK: SCOTT: Class for holding global data. 2022-04-12 20:35:24 -07:00
Avijeet f994bd2859 GLK: SCOTT: Add detection for 11 Mysterious Adventures. 2022-04-12 20:35:24 -07:00
Avijeet 9cae726fca GLK: SCOTT: Support .z80 files. 2022-04-12 20:35:24 -07:00
Avijeet 855e9b1ae6 GLK: SCOTT: Various enums for game data. 2022-04-12 20:35:24 -07:00
Avijeet f9521be168 GLK: SCOTT: Game specific info to load game data. 2022-04-12 20:35:24 -07:00
Avijeet 5a4bda94a9 GLK: SCOTT: Add ring buffer for drawing methods. 2022-04-12 20:35:24 -07:00
Avijeet 4b31312480 GLK: SCOTT: Add support for different drawing methods. 2022-04-12 20:35:24 -07:00
Avijeet abecb9a388 GLK: SCOTT: Add game detection and loading for ZX Spectrum games. 2022-04-12 20:35:24 -07:00
Avijeet 6d6d4fd434 GLK: SCOTT: Support games with compressed text data. 2022-04-12 20:35:24 -07:00
Avijeet fb7180e379 GLK: SCOTT: Add support for .z80 game files. 2022-04-12 20:35:24 -07:00
Avijeet 7b97270214 GLK: SCOTT: Add game command parser. 2022-04-12 20:35:24 -07:00
Avijeet 7188ce034b GLK: SCOTT: Update scott. 2022-04-12 20:35:24 -07:00
Avijeet 49e26ac8bd GLK: Add typedef for glsi32. 2022-04-12 20:35:24 -07:00
Filippos Karapetis e3040d29c8 CHEWY: Use the new text handling code for inventory item usage 2022-04-13 02:48:11 +03:00