Commit Graph

18 Commits

Author SHA1 Message Date
Andrey Semakin b75b6655ef winemine: Add Reset Results button.
Signed-off-by: Andrey Semakin <and-semakin@ya.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-07 21:24:46 +01:00
Alexandre Julliard 020faceaae winemine: Convert to Unicode. 2012-01-19 21:08:55 +01:00
Francois Gouget eec04aeb62 winemine: Reorder some functions to avoid forward declarations. 2008-12-31 12:28:11 +01:00
Francois Gouget 165650d89b winemine: Remove AboutDlgProc() as it is unused. 2008-12-31 12:28:04 +01:00
Dylan Smith b599f89abe winemine: Increased buffer size for player names.
Player names can be 31 characters long in Windows, so winemine should
now be able to read any of the player names in the registry created from
the minesweeper in the native Windows.
2008-06-25 10:48:28 +02:00
Dylan Smith 04f925e72c winemine: Set mines after first choice.
The first choice never is on a mine in Windows.  This can be tested by
making a custom game with as many mines as possible, and then playing
the start of many games, and the first choice will never be on a mine.

This is done to make the game reasonable, since after the first choice
there will at least be some information given to make the next choice.
2008-06-25 10:47:18 +02:00
Dylan Smith 8f1a85e4d5 winemine: Beginner mode should have one more row and column.
Windows uses a 9x9 instead of 8x8 board for beginner mode.
2008-06-25 10:44:32 +02:00
Alexandre Julliard d0547cb631 winemine: Properly handle negative coordinates for mouse events. 2006-10-25 17:43:16 +02:00
Mike McCormack a4eb809fb2 winemine: Fix dialog proc prototypes for Win64. 2006-06-05 13:22:38 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Jacek Caban 9111d07db7 Make registry compatible with winmine. 2005-07-03 11:20:08 +00:00
Alexandre Julliard d0ee9f9309 Avoid spaces before preprocessor directives, that's not portable. 2005-03-02 12:23:20 +00:00
Joshua Thielen 5c4caa6669 Fixed incorrect labeling of question boxes.
Removed incorrect email address in copyright.
2003-11-26 03:40:01 +00:00
Vincent Béron 9a62491660 Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
Alexandre Julliard 0799c1a780 Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Joshua Thielen 0872f30af7 Added DestroyBoard function to delete bitmap handles.
Moved SelectObject outside of DrawMine.
Selected old object's back into hMemDC.
2000-04-04 18:55:55 +00:00
Peter Hunnisett 9aaf13e7e3 - Fix painting bug with middle button down when dragging mouse
- Speed up drawing and hence overall speed
- Fix compiler warnings
- Added some optional debugging information
- Added a new known bug to the list
2000-03-30 20:25:07 +00:00
Joshua Thielen a3f2380f01 Added winemine app. 2000-03-15 19:06:39 +00:00