Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-21 | Add XMAP support for wizImages. | Travis Howell | |
svn-id: r19201 | |||
2005-10-18 | Fixed wiz TRLE encoding | Gregory Montoir | |
svn-id: r19157 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-16 | Add missing function for getWizData. | Travis Howell | |
svn-id: r19106 | |||
2005-09-24 | Remove dummy cases for additional codecs in moonbase. | Travis Howell | |
If added, they should be placed in LogicHE. svn-id: r18869 | |||
2005-08-31 | add fillWizPixel() | Gregory Montoir | |
svn-id: r18726 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-13 | Rename function | Travis Howell | |
Add comments for missing cases. svn-id: r18538 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-14 | -Add more Backyard sports titles | Travis Howell | |
-Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385 | |||
2005-06-05 | Remove duplicate field. | Travis Howell | |
svn-id: r18350 | |||
2005-06-05 | Rename sprite functions, based on map. | Travis Howell | |
svn-id: r18349 | |||
2005-05-29 | Set zorder to zero by default. | Travis Howell | |
svn-id: r18290 | |||
2005-05-29 | Set zorder to zero by default. | Travis Howell | |
svn-id: r18289 | |||
2005-05-23 | Lock altered or file loaded wizImages, to make sure they aren't expired ↵ | Travis Howell | |
while in use. Fixes glitches in mustard. svn-id: r18227 | |||
2005-05-23 | Move wizImage functions to Wiz class. | Travis Howell | |
svn-id: r18226 | |||
2005-05-23 | Turn Wiz struct into class as requested. | Eugene Sandulenko | |
svn-id: r18224 | |||
2005-05-12 | Avoid HE regressions. | Travis Howell | |
svn-id: r18068 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-08 | One last case for funshop titles. | Travis Howell | |
svn-id: r17955 | |||
2005-05-08 | Range checks off by 1. | Travis Howell | |
svn-id: r17954 | |||
2005-05-08 | Add case stub for funshop titles | Travis Howell | |
Add comment svn-id: r17953 | |||
2005-05-07 | Additions for funshop titles. | Travis Howell | |
svn-id: r17942 | |||
2005-05-07 | Add missing opcode details | Travis Howell | |
Fix regression (Fields not initied) svn-id: r17938 | |||
2005-05-05 | Get XMAP from correct resource. | Travis Howell | |
Avoid regression. svn-id: r17922 | |||
2005-05-03 | Skip wiz compression type 2 used by baseball2003 | Eugene Sandulenko | |
svn-id: r17902 | |||
2005-05-02 | Add temporary hack for wizImages using compression type 2 for now. | Travis Howell | |
svn-id: r17896 | |||
2005-05-01 | Add feature flag for HE games with 16bit color. | Travis Howell | |
svn-id: r17886 | |||
2005-05-01 | Add extra cases for readdemo. | Travis Howell | |
svn-id: r17879 | |||
2005-04-30 | Convert windows path separators before opening wiz files. | Eugene Sandulenko | |
svn-id: r17874 | |||
2005-04-30 | Add expanded _wizParams used by HE100 games. | Travis Howell | |
Add u32 version variable. svn-id: r17869 | |||
2005-04-30 | Add a few case stubs for moondemo. | Travis Howell | |
svn-id: r17868 | |||
2005-04-25 | Read index of music file in HE games at startup. | Travis Howell | |
Only reliable way to always get correct music tracks. svn-id: r17798 | |||
2005-04-24 | Remove out dated comment. | Travis Howell | |
svn-id: r17784 | |||
2005-04-22 | Fix header check when using external wizImage files. | Travis Howell | |
svn-id: r17745 | |||
2005-04-21 | some cleanup and added some error() calls when handling wiz images type ↵ | Gregory Montoir | |
different from 0 and 1 svn-id: r17741 | |||
2005-04-21 | Fix source clipping of rawWizImages in HE games. | Travis Howell | |
Can get further in spyozon now. svn-id: r17734 | |||
2005-04-19 | minor cleanup | Gregory Montoir | |
svn-id: r17692 | |||
2005-04-17 | wizImage compression type 2 uses different decode method, so disable for now. | Travis Howell | |
svn-id: r17645 | |||
2005-04-17 | Revert + 1 to width/height, caused invalid write. | Travis Howell | |
svn-id: r17644 | |||
2005-04-16 | Error on all unknown compression types. | Travis Howell | |
Remove some unused cases. svn-id: r17617 | |||
2005-04-16 | Add missing check for palette remap in drawWizImage. | Travis Howell | |
Can get further in freddi4. svn-id: r17613 | |||
2005-04-16 | DstResNum state is always zero. | Travis Howell | |
svn-id: r17611 | |||
2005-04-16 | use dstResNum for destination, if set. | Travis Howell | |
svn-id: r17610 | |||
2005-04-14 | Set remap flag | Travis Howell | |
svn-id: r17600 | |||
2005-04-12 | Add missing segment | Travis Howell | |
svn-id: r17568 | |||
2005-04-12 | Not all polygons should be cleared in startScene(). | Travis Howell | |
A few minor corrections. svn-id: r17567 | |||
2005-04-12 | Add angle change. | Travis Howell | |
svn-id: r17563 | |||
2005-04-12 | Use paletteNum. | Travis Howell | |
svn-id: r17562 |