about summary refs log tree commit diff
path: root/cards.c (follow)
Commit message (Collapse)AuthorAge
* Make copyrights and AUTHORS consistent HEAD masterJune McEnroe2022-09-18
|
* Add idSkipJune McEnroe2019-04-01
| | | | | In Windows 95 FREECELL.EXE, the resource IDs are changed to 403, 404 and 405. For some reason.
* Document cards libraryJune McEnroe2019-03-29
|
* Simplify (sort of) Cards API and add FreeCell loadingJune McEnroe2019-03-28
|
* Refactor EXE/DLL loading to be more generalJune McEnroe2019-03-28
| | | | In order to load the 3 bitmaps from FREECELL.EXE.
* Add Cards_InvertJune McEnroe2019-03-27
|
* Implement loadPEJune McEnroe2019-03-25
| | | | Can now load cards.dll from Windows XP.
* Only set palette length for bitsPerPixel < 16June McEnroe2019-03-25
| | | | The awful XP card backs are 24-bit.
* Prepare for PE loadingJune McEnroe2019-03-24
|
* Add flags to fix up cards graphicsJune McEnroe2019-03-16
|
* Simplify Cards constantsJune McEnroe2019-03-15
|
* Turn on -WpedanticJune McEnroe2019-03-15
|
* Rewrite using SDLJune McEnroe2019-03-14
|
* Add cards.h, cards.c, dump.cJune McEnroe2019-03-10