Timeline
03/20/21:
- 22:43 Changeset [0b68518a] by
- AGS: Adding flag to debug file paths
- 20:37 Changeset [27e00993] by
- SCI: Fix PEPPER glass jar bugs with script patch Fixes the remaining …
- 20:37 Changeset [d5253943] by
- SCI: Add PEPPER workaround for uninit read
- 20:06 Ticket #12337 (GUI: Part of game name moving around) closed by
- fixed: Should be fixed by db8559ff3e73b5257c1be83a5a1cd4209d118901
- 20:04 Changeset [db8559ff] by
- COMMON: Initialize _pbase_dir in all constructors Fixes bug #12337
- 19:31 Ticket #12337 (GUI: Part of game name moving around) created by
- When adding a prefix such as "[AGS]" to game names, editing the game …
- 19:08 Ticket #12336 (GUI: Text display issue when editing text) created by
- When editing some text, for example in the search box, of the game …
- 14:15 Changeset [2b6754e1] by
- GRAPHICS: MACGUI: fix the bug of dealing with long word in MacText it …
- 13:00 Changeset [99b66cec] by
- DEVTOOLS: Silence linker warning by convert c file to c++
- 12:54 Changeset [b377f6d6] by
- DEVTOOLS: Silence unused variable compiler warning
- 12:32 Ticket #11772 (GRIM: Grim Fandango (German) - Missing md5sum) closed by
- wontfix: we don't support this version.
- 12:14 Changeset [1ccb38c1] by
- ULTIMA8: Put Crusader sprites on top
- 10:26 Changeset [41a4809f] by
- ULTIMA8: Fix combat run in 16-dir direction for Crusader
- 10:26 Changeset [934fbd60] by
- ULTIMA8: Comments for magic numbers.
- 05:47 Changeset [77ac3649] by
- TWINE: fixed projectXYPositionOnScreen according to disassembly
- 05:47 Changeset [99e727c5] by
- TWINE: use member var directly
- 02:48 Changeset [54e6707a] by
- AGS: Further AGSCreditz1 methods
- 00:20 Changeset [9dcf0789] by
- I18N: Update translation files Updated by "Update PO files to match …
- 00:19 Changeset [5ecc781e] by
- ICB: Further Fixes for Various GCC Warnings
03/19/21:
- 23:24 Changeset [39e14244] by
- I18N: Update translation (Japanese) Currently translated at 83.7% …
- 19:13 Changeset [f8ac24d2] by
- GRAPHICS: MACGUI: Better handling for setActiveWidget This fixes …
- 17:20 Ticket #11981 (TWINE: Manual mode for agressive behaviour doesn't work as expected) closed by
- fixed: Thanks!
- 15:41 Changeset [efcc8ee6] by
- ICB: Various Fixes for GCC Warnings and Minor Comment Spelling
- 14:49 Changeset [7c988dbc] by
- TWINE: renamed members
- 14:49 Changeset [bee2acfd] by
- TWINE: reduced visibility
- 14:49 Changeset [5fa6a23d] by
- TWINE: converted to enum class
- 14:49 Changeset [c98ceb97] by
- TWINE: don't mis-use the animType for the sprite actor angle for …
- 14:49 Changeset [db23bbfb] by
- TWINE: minor cleanup
- 14:49 Changeset [827ffeb] by
- TWINE: removed comment
- 14:49 Changeset [1a06a98] by
- TWINE: removed method declaraction without implementation
- 14:49 Changeset [5f94f6e] by
- TWINE: renamed members
- 14:49 Changeset [b19f6deb] by
- TWINE: removed member renderPos
- 14:49 Changeset [4dee4ffd] by
- TWINE: removed member var
- 14:49 Changeset [c458c8d9] by
- TWINE: converted to IVec3
- 14:49 Changeset [d4282fca] by
- TWINE: reduce visibility
- 14:49 Changeset [107d356a] by
- TWINE: validate body loading
- 14:49 Changeset [ac5424fa] by
- TWINE: moved bodyTable into Resourced class
- 14:49 Changeset [87cd84b7] by
- TWINE: fixed invalid numOfShades for body parser
- 14:49 Changeset [ae68a829] by
- TWINE: removed Renderer::prepareIsoModel
- 14:49 Changeset [c93360da] by
- TWINE: cleanup in Model functions
- 14:49 Changeset [cdb52c46] by
- TWINE: return pointer to BonesBaseData in Model class functions
- 14:49 Changeset [d1a13f41] by
- TWINE: reduced visibility of Model functions
- 14:49 Changeset [9588323a] by
- TWINE: removed unused function
- 14:49 Changeset [5a557cfd] by
- TWINE: replaced magic number
- 14:49 Changeset [1092f285] by
- TWINE: use angle constant
- 14:49 Changeset [81ffafcd] by
- TWINE: renamed variables
- 13:19 Ticket #6857 (SCUMM: FT, song on Todd's radio restarts when walking between rooms) closed by
- fixed
- 08:54 Ticket #12335 (AGS: Quest for Glory II Remake: Import a Hero does not work) created by
- Running the latest daily build (2021-03-03 01:44:20 downloaded on …
- 08:52 Changeset [7763ce58] by
- GRIM: Fix Memset on Structures GCC Warnings This now uses a clear() …
- 08:16 Changeset [0da5fc1d] by
- TWINE: fix rotating in auto aggressive mode fixed manual aggressive …
- 08:16 Changeset [8b23ed32] by
- TWINE: doxygen
- 08:16 Changeset [066b1648] by
- TWINE: unified method names
- 08:16 Changeset [5953d84d] by
- TWINE: todo comment about potential bug in rendering methods
- 08:16 Changeset [74479270] by
- TWINE: const
- 08:16 Changeset [fab69535] by
- TWINE: constexpr for IVec3
- 08:16 Changeset [9b0b0b3e] by
- TWINE: use uint16
- 08:16 Changeset [92e7cd57] by
- TWINE: const
- 08:16 Changeset [d9806f61] by
- TWINE: cleanup render methods
- 08:16 Changeset [bbde05aa] by
- TWINE: cleanup in renderPolygonsCopper
- 08:16 Changeset [f7ef985d] by
- TWINE: renamed methods
- 08:16 Changeset [dabaa418] by
- TWINE: renamed Matrix to IMatrix3x3
- 08:16 Changeset [a068977e] by
- TWINE: converted Matrix to IVec3
- 08:16 Changeset [cf8a37d5] by
- TWINE: moved BodyFlags out of Model struct
- 08:16 Changeset [923ff9e6] by
- TWINE: removed unused functions
- 08:16 Changeset [7a3df83c] by
- TWINE: fixed crash when actors are falling ... and the animation is …
- 08:16 Changeset [47ad13ad] by
- TWINE: added debug command to toggle auto attack
- 05:04 Changeset [5fb618a6] by
- AGS: Implementing AGSCreditz1 methods
- 04:24 Changeset [a96079f6] by
- I18N: Update translation (Japanese) Currently translated at 82.4% …
- 04:24 Changeset [120bb371] by
- I18N: Update translation (Finnish) Currently translated at 100.0% …
- 04:24 Changeset [7670d44c] by
- I18N: Update translation (Spanish) Currently translated at 100.0% …
- 00:35 Changeset [9368284f] by
- ICB: Fix Set-But-Unused-Variable GCC Compiler Warnings
- 00:34 Changeset [9d8c2435] by
- STARK: Fix Signed vs. Unsigned Comparison GCC Warning
- 00:20 Changeset [b88403b1] by
- SCUMM: INSANE: always enable line wrap on hebrew
- 00:20 Changeset [ad582309] by
- SCUMM: always enable line wrap on hebrew
03/18/21:
- 23:37 Changeset [13b50182] by
- PEGASUS: Fix Switch Fallthrough GCC Compiler Warnings
- 23:36 Changeset [27b8a472] by
- TINSEL: Fix Signed vs. Unsigned Comparison GCC Compiler Warnings
- 22:44 Changeset [3370e407] by
- PRIVATE: enabled ADGF_TESTING and build-by-default
- 22:17 Changeset [04851ed5] by
- PRIVATE: implemented DossierChgSheet
- 22:06 Changeset [43f09218] by
- ULTIMA: NUVIE: Fix GCC Compiler Switch Fallthrough Warnings
- 19:40 Changeset [6fbdf8a9] by
- PETKA: Fix GCC Compiler Warning by removing introduced fallthrough …
- 18:31 Changeset [41c4852] by
- PRIVATE: Fix Unused Function GCC Warning This was in the lexer parser …
- 17:31 Changeset [b41a90a1] by
- TWINE: fixed regression in shape rendering introduced in …
- 10:24 Changeset [baffa689] by
- I18N: Update translation (Portuguese (Brazil)) Currently translated …
- 10:24 Changeset [fb61ee92] by
- I18N: Update translation (Hungarian) Currently translated at 100.0% …
- 06:05 Changeset [849c1fc3] by
- GRIM: Fix Signed vs. Unsigned Comparison GCC Warnings
- 06:05 Changeset [8f1e9722] by
- PRIVATE: Fix GCC Compiler Warning
- 05:02 Changeset [9f79f3b9] by
- GLK: HUGO: Fix GCC Compiler Warning
- 04:05 Ticket #12334 (AGS: Blackwell Deception (Steam, Win): Can't progress past boat sequence) created by
- After completing the boat sequence and Joey and Rosa take a look at …
03/17/21:
- 22:38 Changeset [e9cd6d47] by
- I18N: Update translation (Russian) Currently translated at 100.0% …
- 22:38 Changeset [f7970bee] by
- I18N: Update translation (Spanish) Currently translated at 99.9% …
- 22:37 Changeset [aa27d84] by
- I18N: Update translation (Ukrainian) Currently translated at 100.0% …
- 21:53 Changeset [f8f0f09] by
- CINE: Fix GCC Compiler Warnings These are mainly signed vs. unsigned …
- 21:47 Changeset [1e678f13] by
- NEWS: Update German NEWS file
- 17:33 Changeset [d16bfd9b] by
- I18N: Update translation files Updated by "Update PO files to match …
- 17:27 Changeset [a0175e1b] by
- TWINE: const
- 17:25 Changeset [b0411c3b] by
- TWINE: const
- 17:25 Changeset [110d324a] by
- TWINE: renamed constants
- 17:25 Changeset [abae3e44] by
- TWINE: refactored extra shape
- 17:25 Changeset [df31075e] by
- TWINE: comment on sample idx
- 17:25 Changeset [2fecba8f] by
- TWINE: use nullptr
- 17:25 Changeset [5383d9f] by
- TWINE: use BoundingBox in BodyData
- 17:25 Changeset [f6555148] by
- TWINE: use BoundingBox struct in ActorBoundingBox
- 17:25 Changeset [d0cff45a] by
- TWINE: renamed ActorBoundingBox members
- 17:25 Changeset [f2e69b3f] by
- TWINE: converted to enum class
- 17:25 Changeset [8b909d0e] by
- TWINE: moved enums into shared.h
- 17:25 Changeset [4726df93] by
- TWINE: minor cleanup
- 17:25 Changeset [3b6bad32] by
- TWINE: renamed method
- 17:25 Changeset [8769c1cf] by
- TWINE: renamed parameter
- 17:25 Changeset [3a692379] by
- TWINE: renamed Vec3 to IVec3
- 17:25 Changeset [fcdba484] by
- TWINE: more use of Vec3
- 17:25 Changeset [9d7ca643] by
- TWINE: removed ZVBox and ScenePoint struct - use BoundingBox and Vec3
- 17:25 Changeset [6b27f35] by
- TWINE: minor cleanup
- 17:25 Changeset [95e6b984] by
- TWINE: fixed addExtraBonus extra flags for keys according to disassembly
- 17:25 Changeset [ffc006e9] by
- TWINE: reduced BonusParameter struct size from 32 to 16 bits
- 17:25 Changeset [9420635e] by
- TWINE: disable actor bbox rendering for some actors
- 17:08 Changeset [fc734ff] by
- I18N: Update translation (Russian) Currently translated at 100.0% …
- 16:34 Changeset [af01d7dd] by
- I18N: Update translations templates
- 16:34 Changeset [a4811f67] by
- NEWS: Mention recent improvements
- 16:32 Changeset [adaf5bb3] by
- PEGASUS: Import the DVD version patch from GOG.com Co-Authored-By: …
- 13:24 Changeset [cf4327ce] by
- I18N: Update translation (French) Currently translated at 100.0% …
- 04:24 Changeset [3222a87e] by
- I18N: Update translation (Portuguese (Brazil)) Currently translated …
- 04:24 Changeset [b4024cc7] by
- I18N: Update translation (Finnish) Currently translated at 100.0% …
- 03:48 Changeset [5def366b] by
- MSVC: Use 64-bit linker when compiling ScummVM A Release build with …
- 03:44 Changeset [3d8aa20b] by
- AGS: Move All The Way Down detection entry to unsupported
- 03:33 Ticket #12333 (AGS: Slowdown when in dialogue in rainy scenes) created by
- When entering the dialogue selection in rainy scenes, such as at the …
- 02:08 Ticket #12332 (AGS: Blackwell Convergence (Steam, Win): Weird pathing in gallery) created by
- When Rosa examines the paintings that "look like part of a set", and …
03/16/21:
- 23:46 Changeset [7ec6215] by
- GRAPHICS: Fix possible out of bound write for 1bpp blit in ManagedSurface
- 23:10 Changeset [b40541d0] by
- DRAGONS: Incomplete attempt at improving big-endian compatibility It …
- 22:22 Changeset [b3638622] by
- BUILD: Use git describe --dirty for git 2.x It is way faster than git …
- 19:02 Changeset [35476c5f] by
- GUI: Extracted Liberation fonts from fonts.dat and mention them in the …
- 18:26 Changeset [565b4d57] by
- TWINE: cleanup in handling the bone states of the model animation
- 18:26 Changeset [777ceef7] by
- TWINE: cleanup in model animation code
- 18:26 Changeset [9ba86d91] by
- TWINE: removed raw anim data buffers
- 18:26 Changeset [46d73736] by
- TWINE: use AnimData for updating animations
- 18:26 Changeset [0a54429a] by
- TWINE: reuse the cached AnimData
- 18:26 Changeset [7e5808da] by
- AGS: added achievement for astroloco steam
- 18:26 Changeset [2e70497d] by
- TWINE: fixed magic point script subtraction and reduced code duplication
- 18:07 Changeset [755b41f9] by
- DOC: Add back some iOS build instructions lost when moving to the doc …
- 14:13 Changeset [4e0b1ca0]v2.2-docs by
- DOCS: Fix link to the iOS Libraries
- 14:10 Changeset [10a81d87] by
- DOC: Add TTS and TranslationsManager to doxygen doc
- 14:01 Changeset [bdf012d0] by
- GPH: Don't call DownscaleSdlGraphicsManager anymore They are gone.
- 11:08 Changeset [8b0ec6ae] by
- I18N: Update translation (Italian) Currently translated at 100.0% …
- 10:26 Changeset [ffa0fe1] by
- ULTIMA8: Fix kneeling in Crusader
- 10:24 Changeset [eac481d9] by
- I18N: Update translation (Hungarian) Currently translated at 100.0% …
- 07:33 Changeset [584f82d8] by
- GPH/DINGUX: Fix build Downscaling code has been removed
- 05:12 Ticket #12331 (AGS: Blackwell Unbound (Steam, Win): Difficulty selecting the lit ...) created by
- Difficult one to diagnose and may not be reproducible, but I think it …
- 03:48 Ticket #12330 (AGS: Blackwell Unbound (Steam, Win): Weird pathing in Joseph ...) created by
- After Joseph Mitchell offers Lauren a seat, she walks around (and …
- 02:20 Ticket #12329 (BACKENDS: IOS: MP3 playback failing, libmad writing out of bounds) created by
- I've ripped and encoded the King's Quest 6 end credits CD track to …
- 01:54 Changeset [cfe8f488] by
- GLK: Fix unused variable warnings Reported by Clang.
- 01:53 Changeset [53f0837b] by
- I18N: Update translation files Updated by "Update PO files to match …
- 01:53 Changeset [8bd2e17] by
- ULTIMA: Fix Clang warnings warning: definition of implicit copy …
- 01:50 Changeset [298e185d] by
- I18N: Update translations templates
- 01:50 Changeset [b02f7cb] by
- ULTIMA: Remove unused global Amends commit …
- 01:42 Changeset [309632fe] by
- AGS: Plugin stubs for Nickenstien's NGFX Graphics Library
- 01:02 Ticket #12328 (AGS: The Shivah Enhanced: Some GUI elements are misaligned) created by
- Screenshots attached. The Yiddish dictionary and the achievements …
- 00:44 Changeset [cb7c6fb] by
- DRAGONS: Remove unused private member Reported by Clang.
- 00:29 Ticket #12327 (AGS: The Shivah Enhanced: Background music does not play when loading ...) created by
- If you save a game in a location with background music (such as the …
03/15/21:
- 23:31 Ticket #12325 (Unknown game variant for ags) closed by
- fixed: Added in f6ac15f486.
- 23:25 Ticket #12320 (Unknown game variant for ags) closed by
- fixed: Thank you. Added in f6ac15f486.
- 23:25 Ticket #12321 (Unknown game variant for ags) closed by
- fixed
- 23:24 Changeset [a4ab5983] by
- I18N: Update translation (Spanish) Currently translated at 100.0% …
- 23:19 Ticket #12323 (Unknown game variant for ags) closed by
- fixed: Thank you. Added in f6ac15f486.
- 23:19 Ticket #12324 (Unknown game variant for ags) closed by
- fixed: Thank you. Added in f6ac15f486.
- 23:19 Ticket #12326 (Unknown game variant for ags) closed by
- fixed: Added in f6ac15f486
- 23:09 Changeset [f6ac15f4] by
- AGS: Add detection entries
- 23:09 Changeset [dfea702e] by
- TINSEL: Add a missing case to switch statement It's not really …
- 23:07 Changeset [955e3a47] by
- GLK: Fix copy assignment operator warning once again Back to square 2 ;)
- 23:01 Changeset [b8c4cd81] by
- COMMON: Use Correct Symbol in New String Function
- 22:16 Changeset [eca9fcdc] by
- TWINE: enable code again error introduced in …
- 22:11 Changeset [70fd4f42] by
- TWINE: removed ScenePoint and added actor debug rendering
- 22:08 Changeset [bacdce73] by
- TWINE: improved scene debug rendering and added script patches found …
- 21:19 Ticket #12309 (AGS: Blackwell Legacy: Joey's hitbox is too large) closed by
- fixed: This was an issue for all the sprites in all the games that use the …
- 21:12 Ticket #12315 (Configurable quick buttons for the Android and IOS ports) closed by
- duplicate: This is a duplicate of #12316. I am keeping #12316 open as it also has …
- 21:03 Changeset [180d364e] by
- AGS: Fix allegro mask color In allegro the mask color has alpha set …
- 20:52 Changeset [30b06ae9] by
- CREATE_PROJECT: Add new scaler feature flags
- 19:36 Changeset [dcb1fe58] by
- ICB: Fixed misaligned malloc/new with MemoryStream
- 19:19 Ticket #12326 (Unknown game variant for ags) created by
- https://www.mobygames.com/game/faye-king-jungle-jeopardy The game in …
- 19:19 Ticket #12325 (Unknown game variant for ags) created by
- https://silverspook.itch.io/forgotten-city The game in 'data' seems …
- 19:18 Ticket #12324 (Unknown game variant for ags) created by
- https://www.adventuregamestudio.co.uk/site/games/game/1962 The game …
- 19:17 Ticket #12323 (Unknown game variant for ags) created by
- https://www.mobygames.com/game/case-noir The game in 'Case Noir' …
- 19:16 Ticket #12322 (AGS: Unknown game variant for AllTheWayDownV1) created by
- https://www.mobygames.com/game/all-the-way-down The game in …
- 19:15 Ticket #12321 (Unknown game variant for ags) created by
- https://gamejolt.com/games/a-fragment-of-her/38039 The game in …
- 19:14 Ticket #12320 (Unknown game variant for ags) created by
- Astroloco: Worst Contact …
- 16:39 Changeset [6d460210] by
- DOCS: Add a description of the Backend tab
- 16:39 Changeset [cc328d9] by
- ANDROID: Remove README.Android
- 16:39 Changeset [5da3662d] by
- DOCS: Update the Android documentation
- 16:30 Changeset [47d36776] by
- DOCS: Add a credits section to the manual
- 16:29 Changeset [446f89db] by
- I18N: Update translation files Updated by "Update PO files to match …
- 16:28 Changeset [a19d80fe] by
- TWINE: fixed regression in actor movement introduced in …
- 15:34 Changeset [9c2b7d7d] by
- I18N: Update translation (Spanish) Currently translated at 100.0% …
- 14:53 Changeset [637a208f] by
- I18N: Update translations templates
- 14:53 Changeset [eb5b8126] by
- I18N: Update translation files Updated by "Update PO files to match …
- 14:52 Changeset [76b25ec1] by
- GUI: Add a checkbox to allow overriding the global backend settings
- 14:48 Changeset [7b08d04] by
- I18N: Update translations templates
- 14:48 Changeset [8aa3e531] by
- SDL: Replace the use of the normal scaler for the cursor
- 14:48 Changeset [b596ebf8] by
- GRAPHICS: Remove use of gBitFormat from the aspect ratio code
- 14:48 Changeset [40ee8ae5] by
- SDL: Fix filtering with SDL 1.2
- 14:48 Changeset [f6c82076] by
- SDL: Minor cleanup to the aspect ratio code
- 14:48 Changeset [035f5798] by
- SDL: Remove the old graphics mode enum
- 14:48 Changeset [621c4c2e] by
- SDL: Fix implementation of getGraphicsModeScale
- 14:48 Changeset [21c1f0d0] by
- SDL: Restore keyboard shortcuts for switching scalers
- 14:48 Changeset [4df5e9ed] by
- SDL: Fix crash with small cursors when using AdvMame4x
- 14:48 Changeset [b68dbf9] by
- GRAPHICS: Ensure that _bufferedOutput is resized when the scale factor …
- 14:48 Changeset [99acdb00] by
- SDL: Fix crash when switching from OpenGL to Edge3x
- 14:48 Changeset [6a6cdc2b] by
- GRAPHICS: Use override and final keywords
- 14:48 Changeset [e50e010a] by
- SDL: Fix compilation when building without RGB colour support
- 14:48 Changeset [12878afc] by
- SDL: Fix building without scalers
- 14:48 Changeset [97e176a0] by
- GRAPHICS: Increase the number of extra pixels required by AdvMame4x
- 14:48 Changeset [9030ac73] by
- GRAPHICS: Remove unused code
- 14:48 Changeset [5df18f7d] by
- GRAPHICS: Take advantage of ColorMasks::PixelType in scaler code.
- 14:48 Changeset [5dc207a3] by
- SDL: Properly handle extra pixels for scalers in showOverlay.
- 14:48 Changeset [088119b5] by
- GRAPHICS: Very small cleanup for Edge scaler code.
- 14:48 Changeset [8825c9e3] by
- GRAPHICS: Keep destination buffer in SourceScaler instead of SDL backend.
- 14:48 Changeset [5420a7f6] by
- GRAPHICS: Add a default implementation for ScalerPluginObject::getFactor.
- 14:48 Changeset [23bee4d] by
- SDL: Properly look up the normal scaler plugin.
- 14:48 Changeset [abbdadf8] by
- GRAPHICS: Add possibility to search for a scaler via its name.
- 14:48 Changeset [e8d0182c] by
- SDL: Take advantage that each ScalerPluginObject can use a scale …
- 14:48 Changeset [6942dba3] by
- GRAPHICS: Let each scaler handle 1x scaling.
- 14:48 Changeset [b225858e] by
- GRAPHICS: Let ScalerPluginObject::setFactor return the old factor. …
- 14:48 Changeset [ee438beb] by
- SDL: Disable more AR related code when USE_ASPECT is not defined.
- 14:48 Changeset [b7832389] by
- SDL: Fix compilation
- 14:48 Changeset [9296b92d] by
- fix crash on exit
- 14:48 Changeset [ab000b6] by
- fix cursor
- 14:48 Changeset [fcff230f] by
- fix build
- 14:48 Changeset [f4f9957f] by
- scalerplugin: port to new plugin api
- 14:48 Changeset [39608f39] by
- SDL,GRAPHICS: Add option for AR correction without scalers
- 14:48 Changeset [4674c7c7] by
- GRAPHICS: Check bytesPerPixel when USE_SCALERS is undefined
- 14:48 Changeset [b80c7908] by
- SDL: Update comments for scaling mouse cursor
- 14:48 Changeset [d8240fa7] by
- SDL: Initialize plugins when formats change.
- 14:48 Changeset [c7121fae] by
- SDL: Fix formatting for pointers.
- 14:48 Changeset [e35a7c72] by
- SDL: Cache default graphics mode upon initialization.
- 14:48 Changeset [88363d5d] by
- SDL: Fix error when USE_SCALERS is undefined
- 14:48 Changeset [f172718b] by
- CONFIGURE: Added configure option for Edge2x-3x scaler plugin
- 14:48 Changeset [f9569ea2] by
- SDL: Fix formatting
- 14:48 Changeset [ee008a44] by
- SDL: Formatting fix
- 14:48 Changeset [cbf9072e] by
- SDL: Fix leaks related to graphics modes supportedGraphicsModes() now …
- 14:48 Changeset [ab8dd417] by
- SDL: Use enableSource() when scaling to the overlay This fixes an …
- 14:48 Changeset [853d5452] by
- SDL: Make sure normal scaler plugin is initialized If a game and …
- 14:48 Changeset [a41cd52b] by
- SDL: Use a simple blit function instead of normal scaler plugin For …
- 14:48 Changeset [3e9bd387] by
- GRAPHICS: Clean up Edge plugin source Add static keyword to some …
- 14:48 Changeset [4c4028cf] by
- GRAPHICS: Various formatting fixes
- 14:48 Changeset [4c967c5f] by
- GRAPHICS,SDL: Revision to scaler API oldSrcScale() is now unified …
- 14:48 Changeset [cb5c323b] by
- GRAPHICS: Constify the src in setSource
- 14:48 Changeset [c5c5662] by
- GRAPHICS,SDL: Change oldSrcScale api More bookkeeping is kept in …
- 14:48 Changeset [c915efa4] by
- GRAPHICS: Respect alpha and rgba formats in interpolation and conversion
- 14:48 Changeset [17970507] by
- GRAPHICS: Fix Edge3x scaler
- 14:48 Changeset [56d078e] by
- SDL: Fix assignment of variable GCC seemed to allow the previous …
- 14:48 Changeset [86c23073] by
- GRAPHICS: Add some 32bpp abilty to Edge scalers It is still broken, …
- 14:48 Changeset [8baa92a1] by
- SDL: Fix overlay while using oldSrcScale The _destbuffer was …
- 14:48 Changeset [6cfba9d5] by
- SDL: Only update if a change was made when using oldSrcScale
- 14:48 Changeset [1e724e66] by
- GRAPHICS: Use new oldSrcScale API for EdgePlugin
- 14:48 Changeset [3b408c2d] by
- SDL: Use an extra buffer for oldSrcScale so it is not confused by AR …
- 14:48 Changeset [e2484a0f] by
- SDL: Swap and lock the old screen
- 14:48 Changeset [cfbc3e91] by
- SDL: Use oldSrcScale for scaler plugins that support it
- 14:48 Changeset [ffb52288] by
- GRAPHICS: Add useOldSrc and oldSrcScale to scaler plugin API This …
- 14:48 Changeset [f40485ee] by
- GRAPHICS: Move and format comments from edge.cpp to edge.h
- 14:48 Changeset [a6e6f767] by
- GRAPHICS: Remove unused parameter to findPricipleAxis in Edge plugin
- 14:48 Changeset [0dcd6bae] by
- GRAPHICS: 32bpp-ize chooseGreyscale for Edge plugin
- 14:48 Changeset [4552ec61] by
- GRAPHICS: Add function to convert pixels to 16bpp format
- 14:48 Changeset [c84db891] by
- GRAPHICS: Remove unused define in edge.cpp.
- 14:48 Changeset [c9b63ba7] by
- GRAPHICS: Remove more unused code from the Edge plugin.
- 14:48 Changeset [917ef830] by
- GRAPHICS: Add more templating to Edge plugin
- 14:48 Changeset [35748238] by
- GRAPHICS: Remove code from Edge plugin that will never be used.
- 14:48 Changeset [664ba9a] by
- GRAPHICS: Change variable name to remove shadowing
- 14:48 Changeset [18a099c7] by
- GRAPHICS: Remove unused variable in Edge Plugin
- 14:48 Changeset [a4741a72] by
- GRAPHICS: Template Edge plugin over pixel format calcPixelDiffNosqrt …
- 14:48 Changeset [f4e0331] by
- GRAPHICS: Run edge.cpp through astyle to conform to style guidelines
- 14:48 Changeset [56886228] by
- GRAPHICS: Move static variables to class members in Edge Plugin
- 14:48 Changeset [9ba4c24a] by
- GRAPHICS: Migrate global funcs and vars to Edge Plugin class
- 14:48 Changeset [b2dff941] by
- GRAPHICS: Rename functions in Edge filter according to guidelines
- 14:48 Changeset [fc3ee198] by
- GRAPHICS: Change another interpolation function in Edge filter. A 2 …
- 14:48 Changeset [457e974c] by
- GRAPHICS: Use correct copyright notice in edge.cpp
- 14:48 Changeset [e77934b7] by
- GRAPHICS: Change Edge filter to use shared interpolation functions
- 14:48 Changeset [592617e2] by
- GRAPHICS: Add Edge2x/3x scaler This currently does not conform to …
- 14:48 Changeset [9ed7fde] by
- GRAPHICS: Capitalized pixel in template parameters
- 14:48 Changeset [267b3858] by
- GRAPHICS: Add 2xPM scaler with 16 and 32 bit support
- 14:48 Changeset [d91e970f] by
- GRAPHICS: Fix error in dotmatrix scaler initialization
- 14:48 Changeset [4a69e136] by
- GRAPHICS: Add 32bpp support for TV scaler
- 14:48 Changeset [c7e874e2] by
- GRAPHICS: Add 32bpp support to dotmatrix scaler
- 14:48 Changeset [3d357dc9] by
- GRAPHICS: Fix Errors in ifdefs and switches for asm hq scalers
- 14:48 Changeset [4432c5a4] by
- GRAPHICS: Add 32bpp color support for HQ scalers This implementation …
- 14:48 Changeset [b08da822] by
- GRAPHICS: Add 32bpp support for the sai family of scalers
- 14:48 Changeset [780d5a86] by
- GRAPHICS: Add 4 byte per pixel support for Normal scalers
- 14:48 Changeset [ff6fe43] by
- SDL: Change so that the Normal plugin is initialized The plugin is …
- 14:48 Changeset [c2639a9f] by
- GRAPHICS: Fix formatting in template
- 14:48 Changeset [301197b7] by
- GRAPHICS: Remove unused scaler definitions
- 14:48 Changeset [3a424967] by
- GRAPHICS: Remove 1.5x scaler
- 14:48 Changeset [a3a97367] by
- GRAPHICS: Add TV scaler plugin
- 14:48 Changeset [7fd8107c] by
- GRAPHICS: Move Normal scaler functions into same file as plugin
- 14:48 Changeset [a15689ae] by
- SDL: Fix formatting
- 14:48 Changeset [894e8fb1] by
- SDL: Add comments to explain scaler state changes
- 14:48 Changeset [dc29ae54] by
- SDL: Remove old scaler init and destroy code
- 14:48 Changeset [044d8aea] by
- SDL: Fix signedness of some types
- 14:48 Changeset [4b29408f] by
- SDL: Remove references to old scaler data
- 14:48 Changeset [e620b79f] by
- GRAPHICS: add 4x scaling to AdvMame plugin
- 14:48 Changeset [20b4356e] by
- GRAPHICS: Add AdvMame scaler plugin
- 14:48 Changeset [5e735331] by
- GRAPHICS: Add SuperEagle and SuperSAI scaler plugins
- 14:48 Changeset [8030b787] by
- GRAPHICS/SDL: add ifdefs for disabling scalers
- 14:48 Changeset [dcfbf9da] by
- GRAPHICS: Unify hq scalers with plugin The scalers read pixelformat …
- 14:48 Changeset [c8bcb391] by
- SDL/GRAPHICS: remove disableScaling() hack from scaler plugins
- 14:48 Changeset [90e855d] by
- GRAPHICS: Move HQ init code from InitScalers to the plugin
- 14:48 Changeset [9d2eca93] by
- GRAPHICS: remove 1x scaling for non-normal scalers Scalers that fell …
- 14:48 Changeset [81ca886] by
- SDL: remove some debugging output
- 14:48 Changeset [fe6fb4b5] by
- SDL: cache the list of scaler plugins
- 14:48 Changeset [3baf738d] by
- SDL: change gfx_mode legacy names in game domains
- 14:48 Changeset [8b00ee48] by
- GRAPHICS: added 4x scaling to normal scaler plugin
- 14:48 Changeset [2809ada4] by
- SDL: legacy names for scalers corrected Old names are recognized and …
- 14:48 Changeset [4bdd8860] by
- SDL: remove statically initialized object
- 14:48 Changeset [fa3f6321] by
- SDL: remove unused variable
- 14:48 Changeset [277c9a3] by
- SDL: add const to legacy names table
- 14:48 Changeset [9091be08] by
- SDL: fix formatting
- 14:48 Changeset [bc03b567] by
- GRAPHICS: fix formatting
- 14:48 Changeset [a55f51d] by
- SDL: add table for old gfxmode strings
- 14:48 Changeset [c65e0146] by
- SDL: remove unused table for cursor scaling
- 14:48 Changeset [e6fac85a] by
- SDL: scaler plugins use graphics modes
- 14:48 Changeset [a434253f] by
- SDL: Generate graphics modes from plugins This currently does not work …
- 14:48 Changeset [45ad2a48] by
- GRAPHICS: add PrettyName to scaler api for gui
- 14:48 Changeset [70426d5e] by
- GRAPHICS: add getFactors() for scaler plugins
- 14:48 Changeset [64f3e519] by
- SDL: add convertSDLPixelFormat
- 14:48 Changeset [0fe34193] by
- SDL: cache value of extraPixels() from scaler
- 14:48 Changeset [aff49f3e] by
- SDL: mouse uses scaler plugins
- 14:48 Changeset [c802ab3] by
- GRAPHICS: add setFactor to scalerplugins
- 14:48 Changeset [d56a7d6] by
- GRAPHICS: add static methods for 1x and 1.5x scale
- 14:48 Changeset [d350e2c7] by
- SDL: use maxExtraPixels from ScalerMan
- 14:48 Changeset [a54ea85] by
- GRAPHICS: fix dotmatrix inconsistencies Now it uses the x and y …
- 14:48 Changeset [f015c0f8] by
- SDL: use correct x and y for scale function
- 14:48 Changeset [76d4a542] by
- SDL: pass correct PixelFormat to scaler initialize
- 14:48 Changeset [b70a0421] by
- GRAPHICS/BASE: adds Dotmatrix scaler plugin
- 14:48 Changeset [6320ea77] by
- GRAPHICS: small formatting change in HQPlugin
- 14:48 Changeset [8c9cb22] by
- GRAPHICS/SDL/BASE: fix scaler declarations mainly adding const and …
- 14:48 Changeset [9402e2b4] by
- SDL: clarifies code
- 14:48 Changeset [ca1754c0] by
- GRAPHICS/BASE: add maxExtraPixels() to ScalerMan
- 14:48 Changeset [489d361d] by
- GRAPHICS: fix formatting to conform to guidelines
- 14:48 Changeset [a0299cf5] by
- GRAPHICS: fixes the value of extraPixels for 2xsai
- 14:48 Changeset [e69ec141] by
- BACKEND: fixes a bug related to AR correction
- 14:48 Changeset [ef2b057e] by
- GRAPHICS: adds 2xsai as scaler plugin
- 14:48 Changeset [83a8abda] by
- GRAPHICS: add support for hq scaler plugin
- 14:48 Changeset [bdb12c87] by
- SDL: add support for additional scaler plugins This enables scalers to …
- 14:48 Changeset [0d103d01] by
- GRAPHICS: adds comments for scalers and clean up
- 14:48 Changeset [739c75c8] by
- BACKEND: fixes some errors from changing modes
- 14:48 Changeset [60c430d6] by
- GRAPHICS: adds additinoal methods to scaler api
- 14:48 Changeset [318130a9] by
- BACKENDS/GRAPHICS: Stops overlay from being scaled
- 14:48 Changeset [202f4efd] by
- GRAPHICS: Changes name of normal plugin to be consistant
- 14:48 Changeset [29466870] by
- BACKENDS: Changes scaler code to use plugin. Much of the existing …
- 14:48 Changeset [7bcc1f0b] by
- GRAPHICS: Adds a nearest neighbor plugin It's not used yet, but it …
- 14:48 Changeset [a3af191] by
- GRAPHICS/BASE: Adds definitions for scaler plugins This includes a …
- 14:48 Changeset [26e2a97] by
- GPH/DINGUX: Remove downscaling support
- 14:48 Changeset [c8dcb910] by
- SDL: Temporarily remove code for handling scaler hotkeys
- 14:48 Changeset [a38103fb] by
- IOS7: Remove scaler code
- 14:29 Changeset [75833ab] by
- COMMON: Don't use unavailable macros in unicode-bidi.h Use Fribidi …
- 14:14 Changeset [9585cc8f] by
- GLK: Fix compilation This amends commit …
- 13:25 Changeset [51bcbd2f] by
- MOHAWK: Fix Clang warning warning: definition of implicit copy …
- 13:25 Changeset [ce5b27f8] by
- TINYGL: Implement a real operator= With logic similar to the copy ctor.
- 13:24 Changeset [2aba9981] by
- COMMON: Remove explicit ctors and copy assignment operator They're …
- 13:24 Changeset [51935a85] by
- DM: Remove trivial copy ctor and copy assignment operator
- 13:21 Changeset [0472efb1] by
- AGS: Fix typos in function names
- 12:45 Ticket #12319 (SLUDGE Support) created by
- The SLUDGE Engine was …
- 12:10 Changeset [ef4cc343] by
- MATH: Fix Clang warnings on Matrix ../scummvm\math/matrix.h:146:2: …
- 11:29 Changeset [bedba56f] by
- GLK: Remove proxy ctors and copy assignment operator
- 11:26 Changeset [e64570f6] by
- CGE2: Remove trivial copy ctor and copy assignment operator
- 11:22 Changeset [6184325] by
- TWINE: Remove unused private member Detected by Clang.
- 11:21 Changeset [6f1fb146] by
- GLK: Remove unused private members and one define Detected by Clang.
- 11:21 Changeset [b2122f4e] by
- LURE: Fix misleading indentation Detected by Clang.
- 11:20 Changeset [f0554f14] by
- LURE: Remove unused private member Detected by Clang.
- 08:09 Changeset [0906d9d3] by
- DEVTOOLS: fixed typo
- 04:32 Changeset [fd27e7fb] by
- ULTIMA: Remove wrong conditions button cannot be any of these values. …
- 04:29 Changeset [bf6460d] by
- TITANIC: Fix Clang warning warning: definition of implicit copy …
- 04:21 Changeset [ac913217] by
- ULTIMA: Use correct enum for button constants All the comparisons are …
- 03:33 Ticket #12314 (AGS: The Shivah: Segfault when leaving the synagogue) closed by
- fixed
- 03:19 Changeset [1a001403] by
- AGS: Workaround for Shivah map crash
- 01:43 Changeset [e80a56c8] by
- AGS: One more attempt to fix compilation with uint32_t
- 01:37 Changeset [860ea35] by
- AGS: Try to fix compilation error with undefined uint32_t
- 01:24 Changeset [82c0759d] by
- CGE: Remove unused Console code The CGE engine defined two separate …
- 00:56 Changeset [eb47ab4a] by
- AGS: Add debug commands to get sprite info and dump sprite
- 00:56 Changeset [aaa1bb15] by
- IMAGE: Allow writing PNG from 8 bit surfaces
- 00:56 Changeset [8de62d81] by
- AGS: Add custom debug console commands Currently two commands are …
- 00:06 Changeset [b73ca79] by
- AGS: Have AGSCreditz2 only do pollSystem calls when active
- 00:05 Changeset [1a67d847] by
- AGS: Do shouldQuit() check when showing quit dialog
Note:
See TracTimeline
for information about the timeline view.