Commit Graph

173 Commits (40166848a7944383a4cfdaac9b18bd03fbb2b4f9)

Author SHA1 Message Date
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
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Mike McCormack a4eb809fb2 winemine: Fix dialog proc prototypes for Win64. 2006-06-05 13:22:38 +02:00
Mike McCormack b7049d52e5 winemine: Remove dialog.h as it's redundant. 2006-06-05 13:07:09 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Petr Tesarik 42a1c74e17 winemine: Czech language resources encoding fix. 2006-02-13 13:29:55 +01:00
Fatih Aşıcı d13b7b1b7d winemine: Turkish translation. 2006-02-06 13:09:42 +01:00
Mike McCormack a9f96938dc winmine: Use WIN32_LEAN_AND_MEAN. 2006-01-19 12:39:28 +01:00
Alexandre Julliard ec34a66612 Ignore symlink files too (needed for git). 2005-11-26 13:12:57 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
YunSong Hwang 6e20af5dac Add Korean translations. 2005-11-14 11:27:36 +00:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Kimmo Myllyvirta 264a33654a Added Finnish resources. 2005-09-12 11:10:03 +00:00
Alexander N. Sørnes 40dae54331 Norwegian language support. 2005-08-29 10:48:15 +00:00
Marcelo Duarte 993aa33b99 Remove double SEPARATOR. 2005-07-05 10:58:53 +00:00
Jacek Caban 9111d07db7 Make registry compatible with winmine. 2005-07-03 11:20:08 +00:00
Jacek Caban d38caa48dc Added winemine debug channel. 2005-06-27 09:42:49 +00:00
Alexandre Julliard 2e4bca9db5 Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
2005-06-13 18:56:00 +00:00
Mike McCormack ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
Pierre d'Herbemont 342da59b0c Remove stdlib.h inclusion if winsock.h is included. 2005-05-18 15:33:20 +00:00
Alexandre Julliard e197332fa7 Removed a few more strncpy calls. 2005-04-26 14:35:53 +00:00
Peter Berg Larsen e732fc023d Janitorial: Get rid of strncpy/strncpyW. 2005-03-28 14:17:51 +00:00
Alexandre Julliard d0ee9f9309 Avoid spaces before preprocessor directives, that's not portable. 2005-03-02 12:23:20 +00:00
Jacek Caban df681b922a Translation update. 2005-02-23 12:41:22 +00:00
Marcelo Duarte b9b39f2329 Sync Polish resources. 2005-02-21 20:39:21 +00:00
Alex Villacís Lasso 18bfe6a095 Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
resources, so that Spanish locales other than Spain also use Spanish
resources.
2005-02-16 21:10:59 +00:00
Alexandre Julliard ba7a43e208 Authors: Américo José Melo <mmodem00@netvisao.pt>, Francois Gouget <fgouget@codeweavers.com>
Translate the Wine resources to Portuguese.
2005-02-10 17:14:15 +00:00
David Kredba 60865df566 New Czech resources. 2004-10-25 21:54:56 +00:00
Jacek Caban e1143d7d16 Added/updated Polish translations. 2004-10-05 18:09:34 +00:00
Richard Cohen f9026f4e85 - Remove obsolete handling of WINE_STRICT/NULL_HANDLE.
- Allow more characters for Window title (for Fr locale).
- Hardcode the icon name - so that it's independent of locale.
- Shorten the text in the About box so that it doesn't wrap.
- Use HKCU instead of HKLM for saving stuff.
- Save YPos properly.
- use AdjustWindowRect instead of calculating the window size using
  GetSystemMetrics
- Cope with the user moving the window offscreen and move it back.
2004-09-22 19:13:29 +00:00
Hans Leidekker 719a789792 Fix signed/unsigned comparison warnings. 2004-09-22 02:46:38 +00:00
José Manuel Ferrer Ortiz de17950f6b Updated translation. 2004-08-09 22:56:20 +00:00
Henning Gerhardt ce73506e1a Translation update. 2004-08-09 18:45:49 +00:00
Vincent Béron 015812602e Translation update. 2004-08-09 18:45:35 +00:00
Marcelo Duarte bda8166d04 Translation update. 2004-08-09 18:45:21 +00:00
Jacek Caban ecff61c8a3 - Added Polish translation.
- Moved const "Nobody" string to resources to make translation
  possible.
2004-08-06 19:00:08 +00:00
Marcelo Duarte 4a132c4f15 Localization of devenum to Portuguese and minor corrections. 2004-07-29 02:40:15 +00:00
Henning Gerhardt ced0e2ce50 Added a German translation for WineMine. 2004-07-19 19:34:26 +00:00
Ivan Leo Puoti 3e42f6953e Changed my name, so update copyright info. 2004-05-27 02:25:13 +00:00
Oleg Prokhorov 2165660fcd Fix small typo. 2004-03-15 20:08:02 +00:00
Alexandre Julliard 6be39b60f5 Take advantage of the new winegcc -B support. 2004-03-09 04:54:07 +00:00
Alexandre Julliard 589e115233 We no longer use the .exe.spec.c files. 2004-03-02 21:16:37 +00:00
Alexandre Julliard 6621b2d213 Build all the programs with winegcc. 2004-03-02 21:00:00 +00:00
Oleg Prokhorov dbcc37ba7d - key accelerators for "New Game" and exit
- auto flag after successful game those entries which were not flagged
  by player during the game himself
2004-03-01 23:13:30 +00:00
Ivan Leo Murray-Smith 81ec7fd490 Translate "options". 2004-02-06 05:19:44 +00:00
Pavel Roskin 6c1785d88a Make inactive LED segments dimmer to make numbers easier to read. 2003-12-08 21:48:18 +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
Ivan Leo Murray-Smith 3976f4632c Added/updated Italian resources. 2003-11-21 21:33:02 +00:00
Hans Leidekker 5474ad83b1 - Dutch translations of Wine programs.
- Correct grammar error in winefile.
2003-10-27 22:03:28 +00:00
Pavel Roskin 7035adcae4 Convert resources to standard format without embedded binary data.
Fixes to be compatible with windres.
2003-10-04 04:21:19 +00:00
Pavel Roskin e3f6ed2d68 Don't pass unused pointers to RegCreateKeyEx() - this prevents score
saving on Windows 2000.
2003-10-04 03:07:16 +00:00
Pavel Roskin 16b85af4ac Widen the "About" dialog to prevent wrapping of text. 2003-09-29 20:13:30 +00:00
Pavel Roskin 50a4503c30 Fix processing of IDCANCEL command.
Don't change settings if the user canceled the "Custom" dialog.
2003-09-29 20:13:14 +00:00
Vincent Béron 221aa8d2a5 Another batch of French resources updates. 2003-09-22 19:48:29 +00:00
Oleg Prokhorov 7b2d01357e Small grammar fix. 2003-09-11 01:04:03 +00:00
Pavel Roskin 03f5df8986 Added Russian resources. 2003-09-08 18:51:42 +00:00
Rok Mandeljc d4c1ebabdb Minor updates of Slovenian translations. 2003-08-29 22:21:43 +00:00
José Manuel Ferrer Ortiz 89fc12f84e Added Spanish translation. 2003-08-18 20:06:09 +00:00
Marcelo Duarte 5bb472eae1 - localization to the Portuguese of Brazil of "programs/*"
- separation of some resources that only existed in English
- lesser adjustments in menus
2003-06-23 18:15:15 +00:00
Alexandre Julliard 7cae558bdc Removed some more trailing whitespace. 2002-06-01 02:55:48 +00:00
Vincent Béron 9a62491660 Removed trailing whitespace. 2002-05-31 23:06:46 +00:00