aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/valyriatear/Makefile1
-rw-r--r--games/valyriatear/files/patch-src-modes-shop-shop_sell.cpp16
2 files changed, 17 insertions, 0 deletions
diff --git a/games/valyriatear/Makefile b/games/valyriatear/Makefile
index e196225e2c88..b541e0e33feb 100644
--- a/games/valyriatear/Makefile
+++ b/games/valyriatear/Makefile
@@ -3,6 +3,7 @@
PORTNAME= valyriatear
PORTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= games
USE_GITHUB= yes
diff --git a/games/valyriatear/files/patch-src-modes-shop-shop_sell.cpp b/games/valyriatear/files/patch-src-modes-shop-shop_sell.cpp
new file mode 100644
index 000000000000..c3619799a21a
--- /dev/null
+++ b/games/valyriatear/files/patch-src-modes-shop-shop_sell.cpp
@@ -0,0 +1,16 @@
+diff --git src/modes/shop/shop_sell.cpp src/modes/shop/shop_sell.cpp
+index 9fa3147..17537a2 100644
+--- src/modes/shop/shop_sell.cpp
++++ src/modes/shop/shop_sell.cpp
+@@ -295,10 +295,7 @@ void SellInterface::MakeActive()
+
+ void SellInterface::TransactionNotification()
+ {
+- _PopulateLists();
+-
+- _current_category = _number_categories > 0 ? _number_categories - 1 : 0;
+- _view_mode = SHOP_VIEW_MODE_LIST;
++ Reinitialize();
+ }
+
+
d>2-3/+7 * Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-2013-1218/+14 * Add the auto-update flag to the folder open flags.Not Zed2001-02-202-1/+7 * Handle exceptions a little nicer and pop up a nice GnomeDialog with theJeffrey Stedfast2001-02-202-8/+31 * Take the ^Header: part out of the expression, since we look that upNot Zed2001-02-204-25/+66 * Oops, forgotten bits from last commitJP Rosevear2001-02-203-3/+3 * Revert my previous patch now that gnome-pim and evolution are fixed toJP Rosevear2001-02-202-2/+5 * New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-2012-332/+394 * Remove PISOCK_LIBDIRJP Rosevear2001-02-205-3/+13 * Removed entry to nonexistant program.Jon Trowbridge2001-02-201-12/+1 * AC_SUBST the PISOCK_LIBDIR varJP Rosevear2001-02-202-0/+6 * Updated Slovenian translationAndraz Tori2001-02-201-13/+13 * When creating the entry, open up an ebook (corresponding to the localJon Trowbridge2001-02-209-20/+608 * Forgot to add. Doh!Jon Trowbridge2001-02-202-0/+790 * Added. Allows you to attach an ECompletion to an EEntry, and have thatJon Trowbridge2001-02-2014-623/+2483 * Unref the driver here, in the subthread, so we dont block the gui while itNot Zed2001-02-202-5/+13 * Dont do the thaw/freeze set here. (update_folders): "Not Zed2001-02-203-31/+59 * Added flags argument. (message_changed): Add support for the auto-updateNot Zed2001-02-209-123/+541 * Updated Slovak translationStano Visnovsky2001-02-192-21/+54 * Don't display the sed command to generate gpilotConf.shEskil Heyn Olsen2001-02-191-27/+37 * Fix it so that numbers containing inner zeros will be formatted correctly.Rusty Conover2001-02-191-1/+7 * Updated Slovenian translationAndraz Tori2001-02-191-11/+11 * add sequence<string> typedef, and add getSupportedFields method.Chris Toshok2001-02-187-0/+91 * Cast this fucntion pointer.Christopher James Lahey2001-02-176-4/+21 * Removed setting of invalid "horizontal_scrolling" argument.Christopher James Lahey2001-02-172-10/+0 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-178-0/+39 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-176-0/+51 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-1741-0/+244 * Change the calculation of the maximum with of tree cell, from O(n^2) toRusty Conover2001-02-171-4/+4 * Put gnome-print-check.m4 to dietLauris Kaplinski2001-02-172-143/+30 * Not sure it makes any difference, but lets ref the folder while the hashJeffrey Stedfast2001-02-172-6/+14 * Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw theJeffrey Stedfast2001-02-172-3/+16 * Updated Japanese translation.Akira TAGOH2001-02-172-2432/+2876 * Reverse the changes I made yesterday.Jeffrey Stedfast2001-02-173-5/+10 * Updated Slovenian translationAndraz Tori2001-02-171-211/+444 * close DB environment. Some compilation warnings removedRodrigo Moya2001-02-172-14/+33 * Updated German translationMatthias Warkus2001-02-172-3603/+4318 * Updated Slovak translationStano Visnovsky2001-02-162-133/+160 * Validated. Verified. Markup fixed in several individual files.Aaron Weber2001-02-1610-1766/+32 * Have the mail-config and openpgp initialize here instead.Jeffrey Stedfast2001-02-163-4/+13 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2001-02-162-1626/+2039 * reverse the order of some command-line flags for verifyJeffrey Stedfast2001-02-161-5/+5 * Use mail_storage_create_folderJeffrey Stedfast2001-02-166-34/+125 * Emit the folder_created signal here.Jeffrey Stedfast2001-02-167-80/+183 * Deal with out-of-order References headers so they don't cause messages toDan Winship2001-02-162-2/+14 * IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead inDan Winship2001-02-162-3/+14 * If @account_name is NULL, pick the default account rather than giving aDan Winship2001-02-163-5/+16 * Wrapped the address compare functions in a #ifdef (address_compare):Jeffrey Stedfast2001-02-162-0/+17 * Check for gal 0.5.99.0.Christopher James Lahey2001-02-152-3/+7 * Made it so that if you set the row or col to something not equal to -1, itChristopher James Lahey2001-02-151-0/+6 * Add the --no-tty flag.Jeffrey Stedfast2001-02-152-0/+5 * Changed this code to match the glibc iconv signature.Christopher James Lahey2001-02-153-5/+11 * Ignore generated .oaf filesDan Winship2001-02-1510-2/+18 * Rewrite explanatory comments to use normal regexps rather than procmailDan Winship2001-02-152-52/+68 * New marshallersDan Winship2001-02-152-8/+88 * Undefine E_STRING_PROP and E_LIST_PROP here.Christopher James Lahey2001-02-1510-32/+105 * (create_folder): Oops, and fix bug involving namespacesDan Winship2001-02-152-5/+5 * Connect to the "create_folder" signal on the storage.Dan Winship2001-02-152-0/+60 * New method to create a folder when you don't know its full name.Dan Winship2001-02-154-9/+95 * add asyncCreateFolder and asyncRemoveFolder interfaces. (UseDan Winship2001-02-158-41/+346 * Remove the fancy handleURI stuffIain Holmes2001-02-152-7/+5 * Setup the Trash folder.Jeffrey Stedfast2001-02-155-43/+261 * Removed this unused function.Christopher James Lahey2001-02-154-10/+15 * this logo is more visible than the hazy "Ximian" text in the old splash.Tuomas Kuosmanen2001-02-151-0/+0 * Fix crashes, remove gnome.h includes, add a timer check for the RDF summary, ...Iain Holmes2001-02-1515-50/+284 * Updated Slovak translationStano Visnovsky2001-02-142-81/+280 * Added summary of services, with summary service summaries.Aaron Weber2001-02-146-230/+348 * Added libmenus.la.Christopher James Lahey2001-02-147-9/+82 * call task_editor_focusJP Rosevear2001-02-142-1/+6 * Set toolbar new appointment icon (set_pixmap): load files rather thanJP Rosevear2001-02-149-43/+60 * Missing change log entryJP Rosevear2001-02-141-2/+0 * This new function updates the minimum width of all of the columns based onChristopher James Lahey2001-02-144-1/+41 * implementedRodrigo Moya2001-02-142-38/+78 * Missing change log bitJP Rosevear2001-02-141-0/+2 * override value to string virtual method (calendar_model_value_to_string):JP Rosevear2001-02-143-6/+53 * Use the camel-internet-address code to format the address rather thanJeffrey Stedfast2001-02-142-6/+11 * Set policy of scrolled window to be automatic/automatic.Christopher James Lahey2001-02-143-6/+5 * Fix the crash when ETableItems are destroyed.Christopher James Lahey2001-02-141-1/+4 * Fix some uninitialized variables.Christopher James Lahey2001-02-142-4/+10 * Updated Slovenian translationAndraz Tori2001-02-131-1292/+1400 * cal_backend_db_update_object(): manage both updates and additions/addRodrigo Moya2001-02-132-194/+496 * Updated French translation.Christophe Merlet2001-02-132-1280/+1576 * Remove dead glade file that was not being distedJP Rosevear2001-02-132-1/+4 * if doing a full update, save the cursor pos and restore it afterwards.Not Zed2001-02-133-5/+64 * Add address headers to list that we dont fold when writing. The areNot Zed2001-02-134-8/+73 * Updated Norwegian translation. Added *.oaf.in files.Kjartan Maraas2001-02-133-1382/+1945 * Clean out the cruft in the Accounts section before writing the currentJeffrey Stedfast2001-02-132-0/+5 * Translations.Kjartan Maraas2001-02-132-2/+3 * Strip the leading "/" from the Namespace/Path entry if the providerJeffrey Stedfast2001-02-132-1/+38 * mbox, mh, and maildir camel-url's need absolute paths.Jeffrey Stedfast2001-02-133-3/+11 * Do it in the dead dir too. Look mum, no ChangeLog...Kjartan Maraas2001-02-132-6/+9 * xml-i18n-tools setup for .oaf.in files. Mark strings for translation.Kjartan Maraas2001-02-136-14/+27 * xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-133-4/+14 * Forgot thisKjartan Maraas2001-02-131-1/+1 * xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-132-2/+10 * xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-133-14/+23 * Hook up the xml-i18n-tools + .oaf.in stuff. Marked strings forKjartan Maraas2001-02-135-13/+25 * added DB3 transactions supportRodrigo Moya2001-02-131-29/+145 * Marked strings for translation in this newly created file. Hook up theKjartan Maraas2001-02-1310-49/+74 * added the new DB3-based backend. This is just the beginning, there areRodrigo Moya2001-02-134-0/+1058 * Removed an ancient #include <libgnorba/gnorba.h>Jason Leach2001-02-122-1/+5 * rework ldap check logic so it'll work to --disable-ldap if you'veChris Toshok2001-02-122-1/+7 * Re-add non-static forward_messages. mail-view.c needs it.Dan Winship2001-02-123-1/+7 * Updated Slovak translationStano Visnovsky2001-02-122-461/+614 * ackJeffrey Stedfast2001-02-111-0/+1 * Don't leak memory. (forward_messages): change doinline to be a gbooleanJeffrey Stedfast2001-02-114-11/+19 * Made a width other than the default possible if the children have widthsChristopher James Lahey2001-02-112-5/+27 * Fix selection so that changing a model row equal to 31 mod 32 works.Christopher James Lahey2001-02-111-1/+1 * Let e_canvas_item_show_area_delayed deal with a delayed area show insteadChristopher James Lahey2001-02-111-28/+8 * Added this function.Christopher James Lahey2001-02-112-9/+60 * removed e-contact-editor-strings.hJeffrey Stedfast2001-02-112-1/+4 * Check the full list of IDs instead of just the default id and if we findJeffrey Stedfast2001-02-112-19/+96 * Updated. We might want to change the corba interface for this to allowJeffrey Stedfast2001-02-115-5/+23 * Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-11103-1766/+445 * Stable->HEAd commitFatih Demir2001-02-102