Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | LAB: Simplify stddefines.h | Eugene Sandulenko | |
2015-12-15 | LAB: Kill storage.h | Eugene Sandulenko | |
2015-12-15 | LAB: Cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Fix game palette | Eugene Sandulenko | |
2015-12-15 | LAB: fix input processing | Eugene Sandulenko | |
2015-12-15 | LAB: Added input | Eugene Sandulenko | |
2015-12-15 | LAB: Implement openFile(), first gfx output! | Eugene Sandulenko | |
2015-12-15 | LAB: Further rendering pipeline fixes | Eugene Sandulenko | |
2015-12-15 | LAB: Started rendering pipeline | Eugene Sandulenko | |
2015-12-15 | LAB: Fix compilation | Eugene Sandulenko | |
2015-12-15 | LAB: Initial code | Eugene Sandulenko | |
2015-12-14 | OPENGL: Smooth mouse experience when black bars are visible. | Johannes Schickel | |
This gets rid of the feeling of the mouse sticking to black borders by using the full output resolution as area for tracking game mouse movement. The same behavior is present in plain SDL output with SDL2. | |||
2015-12-14 | MOHAWK: Fix loading the Myst cabin gauge movie | Bastien Bouclet | |
2015-12-14 | WIN32: Fix building for (some) MinGW64 toolchains. | Johannes Schickel | |
2015-12-14 | SWORD25: Make #include follow our conventions. | Johannes Schickel | |
2015-12-14 | SWORD25: Call requested pixel format by its correct name. | Johannes Schickel | |
2015-12-14 | GRAPHICS: Add function to query TransparentSurface's builtin PixelFormat. | Johannes Schickel | |
2015-12-14 | SWORD25: Cleanup. | Johannes Schickel | |
2015-12-14 | SWORD25: Fix uninitialized variable usage. | Johannes Schickel | |
When using the constructor of Panel which directly calls unpersist _color was uninitialized. However, unpersit uses setColor which assumes _color is initialized properly. Caused valgrind warnings when loading. | |||
2015-12-14 | SWORD25: Plug memory leak in RenderedImage. | Johannes Schickel | |
2015-12-14 | SWORD25: Let ImgLoader write into Graphics::Surface. | Johannes Schickel | |
2015-12-14 | GRAPHICS: Use tabs for indentation. | Johannes Schickel | |
2015-12-14 | GRAPHICS: Fix fast ALPHA_BINARY blitting with TransparentSurface. | Johannes Schickel | |
This is a regression from 5d0f38d747e7583d0ca5959cd642468ba67cd04c and caused color glitches in Wintermute. | |||
2015-12-14 | SCI: use diff. PC98 word wrap tables for SCI0/01/1 | Martin Kiewitz | |
also added even more comments about details of word wrapping SCI0 (PQ2) and SCI1 (Brain/KQ5/SQ4) got their own table now | |||
2015-12-13 | SDL: Slight formatting fixes. | Johannes Schickel | |
2015-12-13 | OPENGLSDL: Set proper mouse emulation dimensions. | Johannes Schickel | |
Formerly we did not initialize the mouse emulation from SdlEventSource properly. Now hopefully joysticks etc. should work fine with the SDL OpenGL output too. | |||
2015-12-13 | SCI: add difference for SCI1 PC-98 word-wrapping | Martin Kiewitz | |
fixes small issue in Castle of Dr. Brain PC-98 Japanese room 120, when looking at the table Also added a few comments to Japanese word wrapping code | |||
2015-12-13 | SDL: Fix mouse emulation with SDL2. | Johannes Schickel | |
The mouse emulation via keyboard (or other means) was broken with 079037b73990b6107e59c7f1cd971c3a1cc221d1. | |||
2015-12-13 | OPENGL: Limit scissor override to invisible overlay. | Johannes Schickel | |
This fixes some corner cases which caused black bars to appear for a few screen updates when the overlay is visible. | |||
2015-12-13 | SCI: detection for Castle of Dr. Brain PC-9801 JP | Martin Kiewitz | |
also known as Dr. Brain Puzzle no Shiro | |||
2015-12-13 | SDL: Fix warpMouse for SDL2. | Johannes Schickel | |
Thanks to bgK for noticing. | |||
2015-12-12 | ACCESS: Fix cursor after selecting inventory item to offer NPC | Paul Gilbert | |
2015-12-12 | ACCESS: Fix offering items to boat captain | Paul Gilbert | |
2015-12-12 | OPENGL: Implement black borders using scissor test. | Johannes Schickel | |
2015-12-12 | OPENGL: Only redraw screen when actual changes happened. | Johannes Schickel | |
2015-12-12 | OPENGL: Refactor screen refresh handling. | Johannes Schickel | |
Subclasses of OpenGLGraphicsManager are now supposed to supply a refreshScreen function which handles actual screen updating (for example, buffer swapping). | |||
2015-12-12 | OPENGL: Fix include guard name. | Johannes Schickel | |
2015-12-12 | TONY: Add detection for Tony Tough Czech "not installed" | Strangerke | |
2015-12-12 | DEVTOOLS: More formatting fixes in create_amazon. | Johannes Schickel | |
Powered by astyle. | |||
2015-12-12 | DEVTOOLS: A few formatting fixes. | Johannes Schickel | |
2015-12-12 | COMMON: A few formatting fixes. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Silence compiler warning in convbdf. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Silence compiler warnings in create_access. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Replace macro by function call. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Adjust enum constant names to match our conventions. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Remove 'explicit' keyword from multi parameter constructors. | Johannes Schickel | |
This does not make sense in C++98. For C++11 this only prevents Foo x = {...} initialization, which we can't use anyway. | |||
2015-12-12 | DEVTOOLS: Cleanup code. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Use default copy constructor. | Johannes Schickel | |
The formerly user supplied copy constructor was not identical to the default generated, but the output of create_project for xcode is unchanged. | |||
2015-12-12 | DEVTOOLS: Run astyle over xcode.[cpp/h]. | Johannes Schickel | |
Manual fix up included. | |||
2015-12-12 | DEVTOOLS: Prefix varibles in structs/classes with '_' in xcode.[h/cpp]. | Johannes Schickel | |
This silences some variables and increases consistency with our code formatting conventions. |