Age | Commit message (Expand) | Author |
2013-08-18 | ZVISION: Allow RenderTable indicies to be negative | richiesams |
2013-08-18 | ZVISION: Store the background offset from the center instead of from the top ... | richiesams |
2013-08-18 | ZVISION: Re-enable video handling now that AVI code is fixed | richiesams |
2013-08-18 | VIDEO: Add AVI LIST handling for ZVision custom types | richiesams |
2013-08-18 | ZVISION: Modify cmdLoadImage to match new render code | richiesams |
2013-08-18 | ZVISION: Set the background position after the .scr file has been parsed so w... | richiesams |
2013-08-18 | ZVISION: Render images by specifying a destination and then clipping | richiesams |
2013-08-18 | ZVISION: Modify cmdLoadSound to allow manual rate and isStereo | richiesams |
2013-08-16 | ZVISION: Rename 'x' variable in changeLocation to 'offset' | richiesams |
2013-08-16 | ZVISION: Fix memory corruption in copyTransposedRectToBackBuffer | richiesams |
2013-08-16 | ZVISION: Clean up backbuffer memory after we're finished with it | richiesams |
2013-08-16 | ZVISION: Move _cursorManager construction after the folder directories have b... | richiesams |
2013-08-16 | ZVISION: Fix copyTransposedRectToBackBuffer | richiesams |
2013-08-16 | ZVISION: Only warp the backbuffer if we're in PANORAMA or TILT | richiesams |
2013-08-16 | ZVISION: Only skip the background moving if velocity is 0 instead of returnin... | richiesams |
2013-08-16 | ZVISION: Disable videos until I can figure out how to fix the decoder | richiesams |
2013-08-15 | ZVISION: Fix error using subRectangle.right instead of .top | richiesams |
2013-08-15 | VIDEO: Add an over-ridable wrapper for the AVI audio track handler | Filippos Karapetis |
2013-08-15 | GRAPHICS: Create copyRectToSurface member function | richiesams |
2013-08-15 | ZVISION: Convert Surface::pixels to Surface::getBasePtr(0, 0) | richiesams |
2013-08-15 | ZVISION: Apply panorama/tilt warping after all images have been rendered to a... | richiesams |
2013-08-15 | ZVISION: Rename variables and add comments to clarify the math behind panoram... | richiesams |
2013-08-15 | Merge branch 'master' into zvision | richiesams |
2013-08-14 | ZVISION: Modify ASCII velocity drawing to represent the actual code | richiesams |
2013-08-14 | ZVISION: Add documentation | richiesams |
2013-08-14 | ZVISION: Add _renderManager::update() to ZEngene::run() | richiesams |
2013-08-14 | ZVISION: Add cursor and background image resets during location change | richiesams |
2013-08-14 | ZVISION: Add background image wrapping | richiesams |
2013-08-14 | ZVISION: Clip coords outside the working window | richiesams |
2013-08-14 | ZVISION: Add panning support | richiesams |
2013-08-14 | ZVISION: Slight function name change to increase clarity | richiesams |
2013-08-14 | ZVISION: Set the initial game location (The opening video and menu) | richiesams |
2013-08-14 | ZVISION: Fix header #defines to match their file names | richiesams |
2013-08-14 | ZVISION: Implement ZVISION::getCursorManager() | richiesams |
2013-08-14 | ZVISION: Create the concept of a working window | richiesams |
2013-08-14 | ZVISION: Create methods for setting left, right, up, down cursors | richiesams |
2013-08-14 | ZVISION: Allow CursorManager::revertToIdle to take _cursorIsPushed into account | richiesams |
2013-08-14 | ZVISION: Add check to CursorMan::changeCursor to prevent extraneous cursor ch... | richiesams |
2013-08-14 | ZVISION: Fix alignment formatting | richiesams |
2013-08-14 | MORTEVIELLE: Some renaming | Strangerke |
2013-08-14 | MORTEVIELLE: Fix shadowed variable. Thanks LordHoto for pointing out | Strangerke |
2013-08-14 | DEVTOOLS: Fix error in create_mortdat. Thanks to LordHoto for pointing it out | Strangerke |
2013-08-14 | DEVTOOLS: Disable builtin theme in MSVC 2005 and 2008 in create_project. | Johannes Schickel |
2013-08-13 | GIT: Ignore Mac .DS_Store files | Thierry Crozat |
2013-08-13 | GIT: Ignore create_mortdat and extract_mort executables | Thierry Crozat |
2013-08-13 | WINTERMUTE: Be explicit when storing Floats in savegames. | Einar Johan Trøan Sømåen |
2013-08-13 | WINTERMUTE: Add atleast some comments to the renderTicket-system. | Einar Johan Trøan Sømåen |
2013-08-13 | MORTEVIELLE: Introduce original language in detection | Strangerke |
2013-08-13 | MORTEVIELLE: Remove the detection of a broken menu.mor file. Bug reported by ... | Strangerke |
2013-08-13 | MORTEVIELLE: Wait for the end of sound in some more places | Strangerke |