Commit Graph

133 Commits (8fe8a100c8d488be589e0f075603f77b006a6e8d)

Author SHA1 Message Date
Austin Lund 56a57f0c9e winemine: Fix WM_MOUSEMOVE for left and right mouse buttons pressed. 2009-11-30 12:47:52 +01:00
Vladimir Pankratov 1ae0eba68f winemine: Convert the Russian resources to UTF-8. 2009-07-23 11:22:36 +02:00
Aurimas Fišeras d05f1d3e0a Various small Lithuanian translation fixes. 2009-07-20 12:20:46 +02:00
Detlef Riekenberg 889d20f881 winemine: Add ellipses for IDM_CUSTOM. 2009-07-16 11:21:46 +02:00
Frédéric Delanoy e4b0d328ca winemine: Fix French translation & UI display. 2009-07-10 12:11:28 +02:00
Alexandre Julliard f628146cfe Remove some obsolete README files. 2009-07-09 16:02:19 +02:00
Michael Stefaniuc 541660a61e winemine: Convert the German resources to UTF-8. 2009-07-09 15:23:05 +02:00
Anders Jonsson c2ef4e79fc winemine: Add Swedish translation. 2009-07-09 11:51:12 +02:00
Anders Jonsson 046e00beef winemine: Add ellipses for menu entries that open new dialog windows. 2009-07-09 11:51:06 +02:00
Alexandre Julliard 56af92b073 makefiles: Regenerate the source lists using make_makefiles. 2009-07-03 13:26:38 +02:00
Michael Stefaniuc 6667ef1341 winemine: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:44:23 +02:00
Davide Pizzetti aee6c78f53 winemine: Update Italian translation. 2009-06-25 11:43:05 +02:00
Aurimas Fišeras e90102d5ff winemine: Add Lithuanian translation. 2009-06-08 14:29:05 +02:00
Anders Jonsson 14c68c3c28 winemine: Change max number of mines to (cols-1)*(rows-1). 2009-02-23 12:18:52 +01:00
Michael Stefaniuc 409fb90ab8 winemine: Remove superfluous pointer casts. 2009-01-19 12:46:42 +01:00
Dmitry Timoshkov 65bc525e05 winemine: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:22:03 +01:00
Francois Gouget b82caec718 winemine: Make some functions static. 2009-01-06 10:09:36 +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
ByeongSik Jeon 5f3287d79f *Ko.rc: Update Korean resource.
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
Muneyuki Noguchi 99b3dd1216 winemine: Convert Japanese resource to UTF-8. 2008-10-13 11:40:23 +02:00
Muneyuki Noguchi ddcbbaae1e winemine: Add Japanese translation. 2008-09-02 14:07:32 +02:00
Hongbo Ni 3832c289f8 winemine: Add simplified and traditional Chinese resources. 2008-09-02 11:58:09 +02: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 beccf37586 winemine: The number of mines should be visible before first choice.
There were a few lines of code that I removed that explicitly kept the
number of mines and the timer unlit before the game started.  This isn't
consistent with Windows, so I don't know what the purpose was for doing
this.  In fact, it prevents the number of mines from being shown ahead
of time, which is useful information.
2008-06-25 10:48:10 +02:00
Dylan Smith 273080af7d winemine: Middle click drag should move the box highlighting.
The correct behaviour was intended, but the wrong check was made for
wParam on the WM_MOUSEMOVE event.
2008-06-25 10:47:22 +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 df62e0277a winemine: Adding flag before the game starts shouldn't start the timer.
The game only starts when the player left clicks on a box to test it for
a mine, not when a flag is added. Manually tested against Windows XP.
2008-06-25 10:44:45 +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
Francois Gouget 9b81d86a6d Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT. 2008-06-10 19:45:14 +02:00
Jens Albretsen f958b9a292 winemine: Danish translation. 2008-05-13 10:39:34 +02:00
Hwang YunSong(황윤성 0928df2483 winemine: Updated Korean resource. 2008-04-14 23:50:13 +02:00
Hwang YunSong(황윤성) 7d32e0693d winemine: Update Korean resource. 2008-04-09 12:19:49 +02:00
Rok Mandeljc 9f76c7131d winemine: Updated Slovenian translation. 2008-04-07 21:41:05 +02:00
Alexandre Julliard f20651b1a4 winemine: Use a standard About box with the larger icon. 2008-04-01 13:19:06 +02:00
Herve Chanal 7f880d9b73 winemine: A nicer icon. 2008-04-01 13:16:51 +02:00
Hwang YunSong(황윤성) 7c8330ac9a winemine: Update Korean resource. 2007-10-31 14:09:31 +01:00
Alexandre Julliard 68fb05e421 winemine.exe: We can now store binary files in the repository. 2007-09-18 13:36:58 +02:00
Dmitry Timoshkov 197f4059ab include: winres.h no longer exists in PSDK, fix winresrc.h includes. 2007-08-07 14:09:09 +02:00
Michael Stefaniuc 8cf9d7c9cb winemine: Add Romanian translation. 2007-03-16 12:25:50 +01:00
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Francois Gouget 339a318f2c winemine: Add a Portuguese translation (contributed by Americo Jose Melo). 2006-11-28 12:13:18 +01:00
Alexandre Julliard d0547cb631 winemine: Properly handle negative coordinates for mouse events. 2006-10-25 17:43:16 +02:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Jonathan Ernst 0ebd271fe0 Assorted French translation improvements. 2006-09-10 10:16:33 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard 028ab92bf7 make_progs: Generate the .gitignore file.
Ignore generated programs from the top-level .gitignore.
2006-07-10 20:59:06 +02:00