Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-01 | WINTERMUTE: #define to const for TransformStruct defaults | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Doxygen comments in TransformStruct | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Express 180.0f as float in TransformTools | Tobia Tesan | |
2013-08-01 | WINTERMUTE: #define to const for TransformStruct defaults | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Remove single-argument zoom, rename mirrorX => getMirrorX() in ↵ | Tobia Tesan | |
transform_struct.h | |||
2013-08-01 | WINTERMUTE: Remove redeclaration in render_ticket.cpp | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Use Rect::width() and height() in base_surface_osystem.cpp | Tobia Tesan | |
2013-08-01 | WINTERMUTE: TransformStruct by reference in ↵ | Tobia Tesan | |
engines/wintermute/base/gfx/osystem/base_render_osystem.h | |||
2013-08-01 | WINTERMUTE: Fix alpha bug in BaseRenderOSystem::fadeToColor | Tobia Tesan | |
Introduced in 37b1ff3, broke fade-in/fade-outs | |||
2013-08-01 | WINTERMUTE: Formatting | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Remove set[Color|Alpha]Mod altogether | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Fix operator precedence in scale() | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Pass structs by const reference | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Constants | Tobia Tesan | |
2013-08-01 | WINTERMUTE: // End of namespace Wintermute | Tobia Tesan | |
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-31 | COMMON: Move definition of math constants to scummsys header. | D G Turner | |
This should have no effect on common/math.h as scummsys is included at the top anyway, but this will fix compilation on some toolchains when strict ANSI language compliance is enabled i.e. -std=c++11, rather than -std=gnu11. This causes an issue as a side effect is to set a guard which disables various non-standard defines in the system headers i.e. the M_PI and M_SQRT1_2 constant definitions in the MinGW x86_64 toolchain on buildbot. By moving this into scummsys.h after the point of system math.h inclusion, we can ensure that M_PI etc. are always present. | |||
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. |