📄 changelog
字号:
2006-08-09 Markus Schwab <g17m0@lycos.com> * NEWS, ChangeLog: Changes of V0.7.60 documented * configure.in: Version to 0.7.60; Needing libYGP 0.8.10 * src/CardCol.cpp, src/CardCol.h: Sending settings to clients; Adapted to new PlayerDlg interface (with signals) * src/CardColNet.cpp: Handling Settings-message to change settings * src/Hearts.cpp: Removed compiler-warnings * src/Settings.cpp, src/Settings.h, Common/PlayerDlg.cpp, Common/PlayerDlg.h: Using signal to inform about commiting changes2006-08-08 Markus Schwab <g17m0@lycos.com> * AUTHORS: Added Wikipedia (which influenced the docu) * po/de.po, po/en.po, po/es.po: Added messages for enhanced configurability * doc/Buraco.html.en: Renamed 'The scoring' heading to 'Scoring' * doc/Hearts.html.de, doc/Hearts.html.en, doc/Hearts.html.es: Revised * doc/Hearts.html.es, doc/Machiavelli.html.es, doc/R酶vhult.html.es, doc/Sgt.Mayor.html.es, doc/Twopart.html.es: Minor grammatical fix * doc/Buraco.html.en, doc/Buraco.html.es, doc/Buraco.html.de: Revised * doc/CardCol.html.de: Fixed some HTML named chars2006-08-07 Markus Schwab <g17m0@lycos.com> * doc/R鴙hult.html.de: Removed trailing blanks * doc/Buraco.html.de: Revised * doc/Machiavelli.html.de, doc/Machiavelli.html.en, doc/Machiavelli.html.es: Local links only have anchors, not also the filename * doc/Machiavelli.html.de, doc/Machiavelli.html.en, doc/Machiavelli.html.es: Revised * doc/Twopart.html.de: Fixed header-level * doc/R酶vhult.html.de, doc/R酶vhult.html.en, doc/Twopart.html.es: Minor fixes * doc/Sgt.Mayor.html.de, doc/Sgt.Mayor.html.en, doc/Sgt.Mayor.html.es: Revised2006-08-06 Markus Schwab <g17m0@lycos.com> * doc/R鴙hult.html.es: Minor fixes * src/CardCol.cpp, src/CardColAppl.cpp, src/Settings.cpp, src/Settings.h: Handling Sgt. Mayor's number of tricks setting * src/SgtMayor.cpp, src/SgtMayor.h: Reworked to play a 6-3-8 Sgt. Mayor variant2006-08-05 Markus Schwab <g17m0@lycos.com> * doc/Twopart.html.de, doc/Twopart.html.en, doc/Twopart.html.es: Revised2006-08-04 Markus Schwab <g17m0@lycos.com> * doc/CardCol.html.de, doc/CardCol.html.en, doc/CardCol.html.es: Changed text for R鴙hult * doc/R鴙hult.html.de, doc/R鴙hult.html.en, doc/R鴙hult.html.es: Documented that the special cards can be configured; Revised2006-08-03 Markus Schwab <g17m0@lycos.com> * src/CardColAppl.cpp: Reading Hearts' endpoints and Buraco's number of cards from the INI-file * src/CardCol.cpp: Saving Hearts' endpoints and Buraco's number of cards to the INI-file * src/Settings.cpp, src/Settings.h: Hearts' endpoints and Buraco's number of cards to deal can be changed * src/Makefile.am: Added CardValue and BuroacoCards * src/Hearts.cpp, src/Hearts.h: The number of points to end the game are configureable * src/Buraco.cpp, src/Buraco.h: The number of cards to deal are flexible * src/BuracoCards.cpp, src/BuracoCards.h, src/CardValue.cpp, src/CardValue.h: New file. * Common/Makefile.am: Removed CardValue.cpp * src/CardCol.cpp, src/CardCol.h: Writing Rovhult section to INI-file; Checking R鴙hult's special cards * src/CardColAppl.cpp: Reading Rovhult-section * src/Rovhult.cpp: Info-message about effects of cardReverse takes actual value into account2006-08-02 Markus Schwab <g17m0@lycos.com> * src/CardColAppl.cpp: Reading R鴙hults settings from INI-file * src/CardCol.cpp: Adding section for R鴙hult to INI-file * src/Settings.cpp, src/Settings.h: Added page to change R鴙hult's special cards (7, 8 & 10) * src/Rovhult.cpp, src/Rovhult.h: The special cards to skip, nuke and reverse (8, 10 & 7) can be changed * src/GameTypes.cpp, src/GameTypes.h: Only one instance of GameTypes is allowed * Common/CardWidget.cpp, Common/CardWidget.h: Added methods to get number/colour of a card from a value (not a card) * Common/Makefile.am: Added CardValue2006-08-02 Markus Schwab <g17m0@lycos.com> * NEWS, ChangeLog: Changes of V0.7.54 documented * src/CardCol.cpp, src/CardCol.h: Fixed compiliation without libpthread * src/Machiavelli.cpp: Undefining ERROR, if defined (needed using MinGW) * po/de.po, po/en.po, po/es.po: Added message informing about unclosed pile of joker (Buraco) * configure.in: Version to 0.7.54 * README: Clearified source of Hearts2006-07-31 Markus Schwab <g17m0@lycos.com> * doc/CardCol.html.en, doc/Sgt.Mayor.html.en: Fixed using the word 'ticks' to 'tricks'2006-07-30 Markus Schwab <g17m0@lycos.com> * src/Buraco.cpp: Corrected message when closing with an unfinished pile of monos2006-07-12 Markus Schwab <g17m0@lycos.com> * NEWS, ChangeLog: Changes of V0.7.53 commented * configure.in: Version to 0.7.53 * po/de.po, po/en.po, po/es.po: Actualized2006-07-11 Markus Schwab <g17m0@lycos.com> * src/Buraco.cpp: Fixed computer finishing piles, even if its partner picked up the Buraco * Common/DeckSelect.cpp: Error loading an image does simply not display that image (not trap)2006-06-24 Markus Schwab <g17m0@lycos.com> * src/Rovhult.cpp: Fixed showing 10s if played from bottom of table (not only marking them)2006-06-07 Markus Schwab <g17m0@lycos.com> * NEWS, ChangeLog: Commented changes of V0.7.52 * src/Machiavelli.cpp: Unified error-messages * po/de.po, po/en.po, po/es.po: Translating error-messages of communication * configure.in: Version to 0.7.52; Needing libYGP 0.8.00 * src/CardColAppl.cpp: Improved error-handling of reading INI-file * src/CardColNet.cpp: Fixed trace * src/Rovhult.cpp: Showing 10s if played from table (not only marking them)2006-06-05 Markus Schwab <g17m0@lycos.com> * src/Hearts.h, src/MachiPile.cpp, src/MachiPile.h, src/Machiavelli.cpp, src/Machiavelli.h, src/Rovhult.cpp, src/Rovhult.h, src/SgtMayor.cpp, src/SgtMayor.h, src/Twopart.cpp, src/Twopart.h, Common/CardImgs.cpp, Common/CardImgs.h, Common/Game.cpp, Common/Game.h, Common/PlayerConnDlg.cpp, Common/PlayerConnDlg.h, src/Buraco.cpp, src/Buraco.h, src/CardCol.h, src/CardColAppl.cpp, src/CardColNet.cpp, src/Hearts.cpp: Adapted to exception-handling of libYGP 0.8.002006-05-31 Markus Schwab <g17m0@lycos.com> * NEWS, ChangeLog: Commented changes in V0.7.51 * po/de.po, po/en.po, po/es.po: Actualized * configure.in: Checking first for newer versions of KDE * NEWS: Commented changes in V0.7.51 * src/Buraco.cpp: Fixed undoing moves which moved a joker in a pile of at least 3 * Common/CardPile.cpp: Changed formatting2006-05-26 Markus Schwab <g17m0@lycos.com> * doc/CardCol.html.es: Fixed upper-case letters with acutes * Common/CardImgs.h: Added hasBack() * src/CardCol.cpp: Re-enablign menus after setting valid cards2006-04-22 Markus Schwab <g17m0@lycos.com> * configure.in: Version to 0.7.51; Fixed define for ngetttext * src/CardColAppl.cpp: Showing option -G in helptext2006-04-20 Markus Schwab <g17m0@lycos.com> * ChangeLog, NEWS: Changes of V0.7.50 documented * src/CardColAppl.cpp, src/CardColAppl.h: Added option -G to list available games * po/de.po, po/en.po, po/es.po: Separated messages for available games2006-04-19 Markus Schwab <g17m0@lycos.com> * configure.in: Gams can be disabled; Version to 0.7.50 * po/de.po, po/en.po, po/es.po: Actualized for 0.7.50 * src/CardColAppl.cpp, src/CardCol.cpp, src/CardCol.h, src/CardColNet.cpp, src/GameTypes.cpp, src/GameTypes.h, src/Makefile.am, src/Settings.cpp, src/Settings.h: Compiling games conditionally2006-04-18 Markus Schwab <g17m0@lycos.com> * src/CardCol.cpp, src/CardCol.h: Improve responseness to quit-application/end-game messageboxe2006-04-14 Markus Schwab <g17m0@lycos.com> * src/Buraco.cpp: Fixed player picking up dumped pile ending game * src/Rovhult.h: name() returns the name in UTF-8; not Latin-1 * doc/CardCol.html.de, doc/CardCol.html.en, doc/CardCol.html.es: New file. * doc/Makefile.am: Removed the shtml-files * doc/CardCol.shtml.de, doc/CardCol.shtml.en, doc/CardCol.shtml.es: Deleted * doc/Machiavelli.html.de, doc/Machiavelli.html.en, doc/Machiavelli.html.es, doc/Sgt.Mayor.html.de, doc/Sgt.Mayor.html.en, doc/Sgt.Mayor.html.es: Fixed linking to R鴙hult (with UTF-8 name) * doc/R酶vhult.html.de, doc/R酶vhult.html.en, doc/R酶vhult.html.es: Fixed link to previous game * doc/CardCol.shtml.de, doc/CardCol.shtml.en, doc/CardCol.shtml.es: Changed copyright; regenerating *html-files * doc/Makefile.am: Using UTF-8 name for R鴙hult * doc/R酶vhult.html.de, doc/R酶vhult.html.en, doc/R酶vhult.html.es: Anchoring to self without using the file-name2006-04-07 Markus Schwab <g17m0@lycos.com> * src/Hearts.cpp, src/Hearts.h: Improved layout2006-04-06 Markus Schwab <g17m0@lycos.com> * doc/Machiavelli.html.en: Fixes2006-04-03 Markus Schwab <g17m0@lycos.com> * ChangeLog, NEWS: Changes of V0.7.41 documented * configure.in: Version to 0.7.41 * po/de.po, po/en.po, po/es.po: Actualized * src/Buraco.h, src/CardCol.cpp: Removed compile-errors when compiling with GCC 4.12006-02-25 Markus Schwab <g17m0@lycos.com> * src/Machiavelli.cpp: Fixed displaying game-specific menu2006-01-04 Markus Schwab <g17m0@lycos.com> * ChangeLog, NEWS: Changes of V0.7.40 documented * configure.in: Only defining carddirs, if cards are found * po/de.po, po/en.po, po/es.po: Copyright to 2006 * configure.in: Searching for GNOME carddecks * INSTALL: Added new configure-options to find carddecks * README: Changed copyright; Mentioning handling of GNOME carddecks * AUTHORS: Changed game-game Burazno to Buraco * Common/CardImgs.cpp: Handling GNOME carddecks
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -