Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-01 | WINTERMUTE: Fix calculation of inverse angles | Tobia Tesan | |
2013-08-01 | WINTERMUTE: s/*transform/const &transform/ | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Formatting | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Defaults -> float | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Replace normalization loop with if() for legibility | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Use constants from transform_tools for consistency | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Reinstate rgbaMod comparisons for compare-tickets | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Deprecate setAlphaMod, setColorMod | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Rename rotate() -> rotoscale() for consistency | Tobia Tesan | |
2013-08-01 | WINTERMUTE: *transform as pointer in transform_tools | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Fix alpha bug in ↵ | Tobia Tesan | |
engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp This fixes the "TV static" bug in J.U.L.I.A. | |||
2013-08-01 | WINTERMUTE: Force angle normalization | Tobia Tesan | |
This fixes the issues in J.U.L.I.A. | |||
2013-08-01 | WINTERMUTE: Swap flip bits | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Partial fix for mirrored sprites | Tobia Tesan | |
Still weird with rotated + mirrored + scaled sprites. Offset. | |||
2013-08-01 | WINTERMUTE: Rename pixel copy functions | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Move if() outside transform loop | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Removed useless argument from rotate() | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Add rotation | Tobia Tesan | |
Add actual rotation code, make ticket-system transformStruct-aware | |||
2013-08-01 | WINTERMUTE: Add cast op Common::Rect => Rect32 | Tobia Tesan | |
2013-07-31 | WINTERMUTE: Bilinear scaling. | Tobia Tesan | |
Refactor scale(), factor out actual mapping algorithm, add bilinear scaling | |||
2013-07-31 | WINTERMUTE: Refactor some bits to use TransformStruct | Tobia Tesan | |
2013-07-31 | WINTERMUTE: Introduce TransformTools | Tobia Tesan | |
2013-07-31 | WINTERMUTE: Introduce TransformStruct and FloatPoint; add operators to Point32 | Tobia Tesan | |
2013-07-31 | Merge pull request #358 from tobiatesan/fix_wme_base_disk | Einar Johan Trøan Sømåen | |
WINTERMUTE: Remove fixedPath snippet | |||
2013-07-31 | WINTERMUTE: Add detection for James Peris (Full Version) | Einar Johan Trøan Sømåen | |
2013-07-30 | TSAGE: R2R fixes for reading infodisk | Paul Gilbert | |
2013-07-30 | TSAGE: Bugfixes for giving reader to Miranda | Paul Gilbert | |
2013-07-31 | MORTEVIELLE: Fix two GCC compiler warnings. | D G Turner | |
The first is due to a variable set but never used i.e. destSurface, but I think this call is still needed to lock the area being copied, hence have removed the variable, but not the call. The second was a real bug in the type of the print format string used for savegame naming. slot is a number, not a string and can vary from 0 to 999, hence the 3 digit fixed size with zero padded prefix. | |||
2013-07-31 | WINTERMUTE: Add hack to allow language-selection in James Peris demo. | Einar Johan Trøan Sømåen | |
2013-07-31 | WINTERMUTE: Add detection for both english and spanish James Peris Demo. | Einar Johan Trøan Sømåen | |
2013-07-31 | WINTERMUTE: Let engine know both gameid and language of target as well as ↵ | Einar Johan Trøan Sømåen | |
targetname. | |||
2013-07-31 | MORTEVIELLE: Another fix for WinCE compilation. | D G Turner | |
S_OK is a system define in the WinCE toolchain library headers, so this conflicts. Renamed to S_OKAY in the engine code to avoid this. | |||
2013-07-30 | NEVERHOOD: Silence noisy compiler warning. | D G Turner | |
This is due to NULL being used. Switching to nullptr which is equivalent i.e. 0 should silence this. | |||
2013-07-30 | MORTEVIELLE: Fix compilation on WinCE. | D G Turner | |
The LANG_* symbols were colliding with defined symbols in the WinCE system headers. Renamed to avoid this. | |||
2013-07-30 | TSAGE: Fix upper bound of loop in R2R scene 1575 | Paul Gilbert | |
2013-07-30 | TSAGE: Scene fixes for R2R Medbay | Paul Gilbert | |
2013-07-30 | TSAGE: Further fix for R2R conversations | Paul Gilbert | |
2013-07-29 | TSAGE: Fixes for R2R extended conversations | Paul Gilbert | |
2013-07-30 | SCI: Add a hack to fix the inventory in GK1 | Filippos Karapetis | |
For some reason, the top left nsRect coordinates get swapped in the GK1 inventory screen, investigate why | |||
2013-07-29 | WINTERMUTE: Align detection-entries properly with spaces. | Einar Johan Trøan Sømåen | |
2013-07-29 | WINTERMUTE: Add detection for The Shine of a Star. | Einar Johan Trøan Sømåen | |
2013-07-29 | WINTERMUTE: Handle setting Save/Load-screen to NULL. | Einar Johan Trøan Sømåen | |
2013-07-29 | Merge pull request #347 from Strangerke/mortevielle | Strangerke | |
New Engine : Mortevielle | |||
2013-07-29 | MORTEVIELLE: Remove remaining macros, start refactoring menus, modify the ↵ | Strangerke | |
way _cfiphBuffer is read/written | |||
2013-07-28 | TSAGE: Fix for clearing conversation dialogs | Paul Gilbert | |
2013-07-28 | TSAGE: Corrected display of R2R conversation dialog border | Paul Gilbert | |
2013-07-28 | MORTEVIELLE: Use heap allocation in GfxSurface::decode, remove one use of swap | Strangerke | |
2013-07-28 | TSAGE: Correct R2R width of conversation dialog | Paul Gilbert | |
2013-07-28 | TSAGE: Fixes for R2R text positioning in conversation dialogs | Paul Gilbert | |
2013-07-28 | PEGASUS: Fix gas canister removal not stopping the air timer | Matthew Hoops | |
This bug was also in the original |