⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 一个扑克牌游戏集合的源码,包含了很多基本c-c++语言应用
💻
📖 第 1 页 / 共 2 页
字号:
	* src/CardColAppl.cpp: Set copyright from 2002 - 2006	* src/CardCol.cpp:	  Adapted to new CardImgs-interface (without thread-flag)	* Common/CardImgs.h: Handling GNOME carddecks	* Common/Makefile.am, src/Makefile.am:	  Replaced CARDGAME_{CFLAGS,LIBS} with DEPENDENCIES_{CFLAGS,LIBS}	* Common/DeckSelect.cpp, Common/DeckSelect.h:	  Also displaying GNOME carddecks2006-01-03  Markus Schwab  <g17m0@lycos.com>	* Common/DeckSelect.cpp, Common/DeckSelect.h:	  Added callback for activating a deck/back	* doc/Makefile.am: Removed -f from rmdir	* po/de.po, po/en.po, po/es.po:	  Actualized references to files; Setting version to 0.7 (finally)	* configure.in: Version to 0.7.40; Testing for cardpicks carddecks	* README: Added handling of cardpics-deck	* INSTALL: Needing Gtkmm 2.6	* src/CardCol.cpp:	  Adapted to DeckSelect interface; Defining CARDDECKS_DIR acc. to installation	* src/CardColAppl.cpp: Make sure the card-deck ends with a slash	* src/Options.h:	  Don't use slashes to separate CARDDECKS_DIR and following value	* src/CardCol.h: Adapted to the new DeckSelect interface	* Common/DeckSelect.cpp:	  Fixed setting path for cardpics-back; Decks need be terminated with '/'	* Common/CardImgs.cpp:	  Fixed bug displaying king of clubs & kipping knight between J and Q (cardpics)	* Common/CardImgs.cpp: Handling also Cardpics images	* Common/DeckSelect.cpp, Common/DeckSelect.h:	  Supporting cardpics as images; Signals change of images; Using Gtk::IconView2005-11-19  Markus Schwab  <g17m0@lycos.com>	* ChangeLog, NEWS: Changes of V0.7.33 documented	* configure.in: Version to 0.7.33	* po/de.po, po/en.po, po/es.po: Actualized line-numbers	* src/Buraco.cpp, src/Hearts.cpp, src/Machiavelli.cpp, src/SgtMayor.cpp, src/Twopart.cpp:	  Made game-specific menu-IDs unique (different to other games)2005-11-18  Markus Schwab  <g17m0@lycos.com>	* src/CardCol.cpp:	  Fixed writing INI-file in non-utf8 locales; Fixed setting names in local game2005-11-16  Markus Schwab  <g17m0@lycos.com>	* ChangeLog, NEWS: Changes of V0.7.32 documented	* Makefile.am: Removed m4-directory from SUBDIRS	* po/de.po, po/en.po, po/es.po: Actualized line-numbers	* configure.in: Improved check for carddeck-dir; Version to 0.7.32	* src/CardCol.cpp: Using GameTypes to display the name of the game	* src/Buraco.cpp:	  Staple & dumped cards can be inspected after game; Fixed check for enough cards	* src/GameTypes.cpp: Catching convert-errors for R鴙hult2005-10-11  Markus Schwab  <g17m0@lycos.com>	* src/Buraco.cpp, src/Buraco.h: Undo restores position of monos2005-09-29  Markus Schwab  <g17m0@lycos.com>	* ChangeLog, NEWS: Changes of V0.7.31 documented	* configure.in: Version to 0.7.31	* Common/CardPile.h: Formatting changed	* po/de.po, po/en.po, po/es.po: Line-numbers actualized	* src/Buraco.cpp: Fixed checking, if last cards can be played	* src/Buraco.cpp:	  Fixed ending game without having cerrado; Fixed checking if can be ended2005-09-28  Markus Schwab  <g17m0@lycos.com>	* src/Buraco.cpp, src/Buraco.h:	  Can't end game, if a pile of monos is started, but not finished2005-09-27  Markus Schwab  <g17m0@lycos.com>	* src/Buraco.cpp:	  Fixed computer ending game without cerrado, when having only 6 monos2005-09-17  Markus Schwab  <g17m0@lycos.com>	* src/Buraco.cpp:	  Checking if card to play can be played, before moving jokers on table2005-07-14  Markus Schwab  <g17m0@lycos.com>	* ChangeLog, NEWS: Changes of V0.7.30 documented	* po/de.po, po/en.po, po/es.po: Added messages from ChatDlg	* po/POTFILES.in: Fixed location of ChatDlg	* src/CardColNet.cpp: Disable chat, if client stops waiting for server	* src/CardColAppl.cpp, src/CardColAppl.h:	  Moved description() from header to source	* src/CardColAppl.cpp: Fixed comment, so gettext does not complain	* src/CardColNet.cpp:	  Fixed transmitting received chat-messages (for more than 2 players2005-07-08  Markus Schwab  <g17m0@lycos.com>	* doc/CardCol.shtml.en, doc/index.shtml: Fixes	* po/POTFILES.in: Added new CardCol-splits and ChatDlg	* configure.in: Needing libYGP 0.7.21	* src/CardCol.h:	  Added new prototypes; network-needed variables are defined conditionally	* src/CardCol.cpp: Changing names is transmitted to the clients	* src/ChatDlg.cpp: Enter in the msg-line sends message	* src/CardColNet.cpp:	  Changing names is send to clients; Disconnecting doesn't end game2005-07-07  Markus Schwab  <g17m0@lycos.com>	* src/ChatDlg.cpp: Added scrollbars and word-wrap	* src/Options.h: Removed including XApplication.h	* src/Makefile.am: Splitted CardCol.cpp in various parts	* src/CardCol.h: Conditionally defining communication-things	* src/CardCol.cpp: Removed net- and console-parts to own files	* src/CardColAppl.cpp, src/CardColAppl.h, src/CardColNet.cpp: New file.2005-07-06  Markus Schwab  <g17m0@lycos.com>	* src/CardCol.cpp, src/CardCol.h: Finished chat; Cleanup	* src/ChatDlg.cpp: Setting send as default-button2005-07-04  Markus Schwab  <g17m0@lycos.com>	* src/Makefile.am: Added ChatDlg	* src/CardCol.h, src/CardCol.cpp: First draft with ChatDlg	* src/ChatDlg.h, src/ChatDlg.cpp: New file.2005-06-17  Markus Schwab  <g17m0@lycos.com>	* configure.in: Fixed setting carddeck directory; Version to 0.7.212005-05-19  Markus Schwab  <g17m0@lycos.com>	* ChangeLog, NEWS: Changes of V0.7.20 documented	* po/de.po, po/en.po, po/es.po: Added messages of settings-dialogue	* src/MachiPile.cpp:	  Fixed bug introduced to hasMatching3rd() by last change	* src/CardCol.cpp: Changed name of subsystem	* src/BuracoPile.cpp:	  Removing a card might now set the type back to undefined	* Common/CardPile.cpp, Common/CardPile.h:	  Fixed sorting colour-series of with an ace as one, when having also a king2005-05-16  Markus Schwab  <g17m0@lycos.com>	* doc/Twopart.html.en, doc/Twopart.html.es, doc/Buraco.html.de, doc/Buraco.html.en, doc/Buraco.html.es, doc/CardCol.shtml.de, doc/CardCol.shtml.en, doc/CardCol.shtml.es, doc/Hearts.html.de, doc/Hearts.html.en, doc/Hearts.html.es, doc/Machiavelli.html.de, doc/Machiavelli.html.en, doc/Machiavelli.html.es, doc/R鴙hult.html.de, doc/R鴙hult.html.en, doc/R鴙hult.html.es, doc/Sgt.Mayor.html.de, doc/Sgt.Mayor.html.en, doc/Sgt.Mayor.html.es, doc/Twopart.html.de, doc/index.shtml:	  Changed copyright; Updated order of playing	* src/CardCol.cpp: Fixed compilation when SAVE_GAME is undefined	* src/SgtMayor.h: Renamed exchangeMarked to unmarkExchanged	* src/Machiavelli.cpp: Changed accelerator-key for sort-menuentries	* src/Hearts.cpp, src/Twopart.cpp:	  Playing in counter-clockwise direction; Changed accelerators	* src/Rovhult.cpp: Playing in counter-clockwise direction	* src/Buraco.cpp, src/Buraco.h:	  Showing jokers, when taking buracos; Changed accels in Buraco-menu2005-05-15  Markus Schwab  <g17m0@lycos.com>	* src/SgtMayor.cpp: Changed card-exchange (exchanging directly); Fixes2005-05-13  Markus Schwab  <g17m0@lycos.com>	* configure.in:	  Version to 0.7.20; Needing XGP 0.7.20; Fixes for new autoconf	* src/CardCol.cpp:	  Correctly displaying errormsg send by clients; Fixed comm-thread-cleanup	* po/POTFILES.in: Added Settings.cpp and GameTypes.cpp	* Common/PlayerConnDlg.cpp: Removed trailing spaces	* Common/Game.cpp, Common/Game.h: Added broadcastStartPlayer()	* Common/Human.cpp, Common/RemotePlayer.cpp, Common/ComputerPlayer.cpp:	  Changed copyright	* Common/CardPile.h: Fixed warnings, when compiling with GCC-4	* README: Typo fixed	* INSTALL: Removed check-maketarget	* src/Settings.cpp:	  Left-align labels; Computer-timeout is from 100 to 10000	* src/Rovhult.h: Removed trailing spaces	* src/Rovhult.cpp, src/Twopart.cpp:	  Fixed warnings, when compiling with GCC-4	* src/MachiPile.cpp: Fixed calculating matching 3rd card	* src/Hearts.cpp: Fixed warnings, when compiling with GCC-4	* src/SgtMayor.cpp: Fixed network-playing2005-05-12  Markus Schwab  <g17m0@lycos.com>	* src/SgtMayor.cpp, src/SgtMayor.h:	  Implemented card-exchange via network2005-05-10  Markus Schwab  <g17m0@lycos.com>	* src/SgtMayor.cpp:	  Fixes (can now play a game via network; but exchange fails	* src/SgtMayor.cpp: Bugfixes in network-code2005-05-04  Markus Schwab  <g17m0@lycos.com>	* src/SgtMayor.cpp: Further fixes in network-code2005-05-03  Markus Schwab  <g17m0@lycos.com>	* src/SgtMayor.cpp, src/SgtMayor.h: Some progress with network ability2005-05-01  Markus Schwab  <g17m0@lycos.com>	* src/CardCol.cpp, src/CardCol.h:	  Reading and storing Buraco's endpoints	* src/Settings.cpp: Left-aligning labels	* src/Options.h: Added settings as friend	* src/Makefile.am: Added settings dialogue	* src/GameTypes.cpp: Translating names	* src/Buraco.cpp, src/Buraco.h:	  Needed points to end game can be changed2005-04-30  Markus Schwab  <g17m0@lycos.com>	* src/Settings.cpp, src/Settings.h: New file.2005-04-28  Markus Schwab  <g17m0@lycos.com>	* src/CardCol.h: Removed games-enum in favor of GameTypes	* src/Options.h: Don't include Options.meta anymore	* src/CardCol.cpp: Using new GameTypes-enum	* src/Makefile.am: Added GameTypes	* src/GameTypes.cpp, src/GameTypes.h: New file.2005-04-23  Markus Schwab  <g17m0@lycos.com>	* doc/Machiavelli.html.es, doc/R鴙hult.html.es, doc/Sgt.Mayor.html.es, doc/Twopart.html.es:	  Added missing 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -