View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 3767 1556 root: 3910 1550

latest revision download trunk

3767 annotated / raw | Diffs: previous, other | Lines: 766 ( +13, -13 )

Created: 2008-11-05 12:57:29 -0500 (2 months ago) | Author: Norganna | Changeset: 3767

Copied (2 times):

LTT-2: Massive changeset for LibET conversion

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3595 annotated / raw | Diffs: previous, other | Lines: 766 ( +38, -23 )

Created: 2008-10-13 08:39:03 -0400 (2 months 23 days ago) | Author: Norganna | Changeset: 3595

Copied to: branches/5.1/Auc-Advanced/CoreAPI.lua 3615

ADV-328: Additional conversion of the item link sanitization, and implementation of last-link caching to improve cases where multiple calls are made to the same link in nested functions.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3590 annotated / raw | Diffs: previous, other | Lines: 751 ( +1, -0 )

Created: 2008-10-12 13:07:49 -0400 (2 months 24 days ago) | Author: RockSlice | Changeset: 3590

Fixes ADV-323: Itemlinks will now have the level indicator dropped when we use/store them.
This ensures auctions are identifiable between characters

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3576 annotated / raw | Diffs: previous, other | Lines: 750 ( +69, -69 )

Created: 2008-10-09 23:07:13 -0400 (2 months 27 days ago) | Author: aesir | Changeset: 3576

Fixes MISC-43 Delete trailing whitespace in source

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3573 annotated / raw | Diffs: previous, other | Lines: 750 ( +1, -0 )

Created: 2008-10-09 07:25:57 -0400 (2 months 27 days ago) | Author: Norganna | Changeset: 3573

MISC-41: TOCs updated to 30000 and added code to autodisable Auctioneer for clients < 30000

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3528 annotated / raw | Diffs: previous, other | Lines: 749 ( +65, -79 )

Created: 2008-09-26 11:57:33 -0400 (3 months 9 days ago) | Author: Norganna | Changeset: 3528

Copied to: branches/RC_5.0/Auc-Advanced/CoreAPI.lua 3543

ADV-314: Centralize module calls into CoreUtil.lua and make the module calls more robust by iterating over a locally generate table of modules instead of the global module list.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3370 annotated / raw | Diffs: previous, other | Lines: 763 ( +1, -1 )

Created: 2008-08-15 21:14:41 -0400 (4 months 21 days ago) | Author: RockSlice | Changeset: 3370

fixes ADV-293: marketprice cache will now clear properly after a scan

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3343 annotated / raw | Diffs: previous, other | Lines: 763 ( +4, -6 )

Created: 2008-08-11 12:08:25 -0400 (4 months 25 days ago) | Author: RockSlice | Changeset: 3343

Copied to: branches/LibTT/Auc-Advanced/CoreAPI.lua 3361

Fixes ADV-291: GetAlgorithm will no longer split ServerKey into faction, realm

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3340 annotated / raw | Diffs: previous, other | Lines: 765 ( +3, -0 )

Created: 2008-08-11 00:18:25 -0400 (4 months 26 days ago) | Author: RockSlice | Changeset: 3340

fixes ADV-290: the API's BellCurve will now prevent stddevs from getting below .1
This fixes the freezing issue many users have been complaining about

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3285 annotated / raw | Diffs: previous, other | Lines: 762 ( +3, -3 )

Created: 2008-07-28 23:30:13 -0400 (5 months 8 days ago) | Author: Shirik | Changeset: 3285

Copied to: WotLK_Beta/Auc-Advanced/CoreAPI.lua 3316

ADV-280: Corrects an issue where "attempt to get a nil" value may result due to the fact that parameters are processed even when they may not be used, unlike the short circuit logic that may be expected for some assertions.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3283 annotated / raw | Diffs: previous, other | Lines: 762 ( +165, -134 )

Created: 2008-07-28 15:38:59 -0400 (5 months 8 days ago) | Author: Shirik | Changeset: 3283

Implements ADV-280: Improved efficiency of GetMarketValue by causing module lookups to only occur when new modules are created. Also adjusted retrieval of PDFs so that the recycled table is no longer cleared; instead, it is overwritten and verified.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3277 annotated / raw | Diffs: previous, other | Lines: 731 ( +9, -11 )

Created: 2008-07-28 08:04:47 -0400 (5 months 8 days ago) | Author: Norganna | Changeset: 3277

MISC-14: Remove LibRecycle and revert all allocations/recyclings of tables to native lua table allocation and garbage collection.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3256 annotated / raw | Diffs: previous, other | Lines: 733 ( +14, -1 )

Created: 2008-07-22 23:43:59 -0400 (5 months 14 days ago) | Author: Shirik | Changeset: 3256

Added capability for GetMarketValue to indicate what is going wrong by reporting to nLog when it gives up calculating a value. (ADV-272)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3251 annotated / raw | Diffs: previous, other | Lines: 720 ( +1, -1 )

Created: 2008-07-22 09:32:35 -0400 (5 months 14 days ago) | Author: kandoko | Changeset: 3251

Fixes ADV-271
Auc-Advanced\CoreAPI.lua line 599:attempt to call global 'print' (a nil value)

Corrects bad print command that had no lib.Print reference.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3250 annotated / raw | Diffs: previous, other | Lines: 720 ( +3, -1 )

Created: 2008-07-21 13:53:47 -0400 (5 months 15 days ago) | Author: Shirik | Changeset: 3250

Added configuration for GetMarketValue's error tolerance. This is used for the integral approximations used when summing the item PDFs. (ADV-270)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3202 annotated / raw | Diffs: previous, other | Lines: 718 ( +3, -1 )

Created: 2008-07-03 12:17:02 -0400 (6 months ago) | Author: Shirik | Changeset: 3202

Adjusted GetMarketValue() to always round to the nearest copper. (ADV-254)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3188 annotated / raw | Diffs: previous, other | Lines: 716 ( +2, -2 )

Created: 2008-06-29 09:16:41 -0400 (6 months ago) | Author: Shirik | Changeset: 3188

Fixes an issue with ADV-247 where server key was not being taken into account during caching.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3187 annotated / raw | Diffs: previous, other | Lines: 716 ( +36, -1 )

Created: 2008-06-29 09:04:55 -0400 (6 months ago) | Author: Shirik | Changeset: 3187

Added GetSigFromLink/GetLinkFromSig standard APIs (moved from Appraiser module). (Implements ADV-248). Also converted GetMarketValue to now use item signatures instead of links, which should improve cache performance (Fixes ADV-247).

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3163 annotated / raw | Diffs: previous, other | Lines: 681 ( +2, -2 )

Created: 2008-06-06 21:16:44 -0400 (6 months ago) | Author: Shirik | Changeset: 3163

Warnings for missing PDFs are now done through nLog if it exists, and never shown to the chat frame. This should free the end user from seeing warnings that they can do nothing about. (ADV-227)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3156 annotated / raw | Diffs: previous, other | Lines: 681 ( +8, -15 )

Created: 2008-06-04 12:04:21 -0400 (7 months ago) | Author: Mikk | Changeset: 3156

ADV-205:
- Call geterrorhandler() rather than assuming user uses Swatter
- Only warn once, because most error handlers hate 100+ repetitions of errors

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3152 annotated / raw | Diffs: previous, other | Lines: 688 ( +14, -45 )

Created: 2008-06-03 00:08:30 -0400 (7 months ago) | Author: Shirik | Changeset: 3152

Adjusted the cache for GetMarketValue() so that it is session-permanent except cleared after an AH data commit. Corrected an issue where delta becoming denormalized may result in an infinite loop in GetMarketValue(). Cleaned up several blocks of commented code. (ADV-227)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3149 annotated / raw | Diffs: previous, other | Lines: 719 ( +6, -4 )

Created: 2008-05-31 22:48:16 -0400 (7 months ago) | Author: Shirik | Changeset: 3149

Removed pollution from r3148 and generation of faction/realm in GetBestMatch() (ADV-106)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3148 annotated / raw | Diffs: previous, other | Lines: 717 ( +25, -6 )

Created: 2008-05-31 22:44:07 -0400 (7 months ago) | Author: Shirik | Changeset: 3148

Updated GetBestMatch() and GetAlgorithmValue() API calls to use the new serverKey format instead of faction/realm. The old form is deprecated and should no longer be used, but is still accepted temporarily. (ADV-106)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3144 annotated / raw | Diffs: previous, other | Lines: 698 ( +1, -1 )

Created: 2008-05-29 07:01:35 -0400 (7 months ago) | Author: Mikk | Changeset: 3144

ADV-205:
- Don't warn about the same problem multiple times (in the chat window)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3141 annotated / raw | Diffs: previous, other | Lines: 698 ( +14, -7 )

Created: 2008-05-27 19:17:07 -0400 (7 months ago) | Author: Shirik | Changeset: 3141

Corrected an issue in GetMarketValue() where the cache was only returning the market value, instead of correctly the market value, seen count, and number of stats modules reporting. (ADV-239)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3140 annotated / raw | Diffs: previous, other | Lines: 691 ( +9, -3 )

Created: 2008-05-27 19:06:37 -0400 (7 months ago) | Author: Shirik | Changeset: 3140

Corrected an issue where AucAdvanced.API.GetMarketValue() was only returning its first return value, breaking backwards compatibility. Now correctly returns number of times seen and number of stat modules reporting. (ADV-239)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3136 annotated / raw | Diffs: previous, other | Lines: 685 ( +13, -5 )

Created: 2008-05-26 15:38:24 -0400 (7 months ago) | Author: Shirik | Changeset: 3136

Fixed caching of items for GetMarketValue() (ADV-227). Also corrected an issue where Stat-Debug was causing lockups if it was the only statistics module to report data (SDBG-5).
Stat-Debug issue was due to its PDF being constant-zero, which CoreAPI.lua did not expect, resulting in an infinite loop while checking error percentages.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3128 annotated / raw | Diffs: previous, other | Lines: 677 ( +16, -5 )

Created: 2008-05-24 22:35:07 -0400 (7 months ago) | Author: Shirik | Changeset: 3128

Corrected an issue in the new GetMarketValue() API where the minimum and maximum limits of integration were identical, resulting in a zero step and infinite loop. (ADV-227)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3127 annotated / raw | Diffs: previous, other | Lines: 666 ( +38, -19 )

Created: 2008-05-24 20:10:42 -0400 (7 months ago) | Author: Shirik | Changeset: 3127

Optimized GetMarketValue() and removed some debugging utilities in it. Also improved its accuracy. Corrected an issue where scanning of AH that only found a single item would cause an error during processing. (ADV-227)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3126 annotated / raw | Diffs: previous, other | Lines: 647 ( +128, -40 )

Created: 2008-05-24 17:51:49 -0400 (7 months ago) | Author: Shirik | Changeset: 3126

Adjusted GetMarketPrice() so that it now uses the new GetItemPDF() functions from stat modules. to determine its price. (ADV-227)
- Still runs a bit slow. Needs some optimizations.
- This function temporarily allows stat modules to be missing the GetItemPDF function. This check will be removed in the near future in favor of speed.
- Added two new parameters to the GetItemPDF function: min and max, which helps resolve the limits of integration. StatSimple's and StatStdDev's GetItemPDF functions have already been updated to reflect this.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3117 annotated / raw | Diffs: previous, other | Lines: 559 ( +2, -5 )

Created: 2008-05-18 18:23:04 -0400 (7 months ago) | Author: Shirik | Changeset: 3117

Converted over old deprecation messages to use AucAdvanced.API.ShowDeprecationAlert(). (ADV-232)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3116 annotated / raw | Diffs: previous, other | Lines: 562 ( +24, -34 )

Created: 2008-05-18 17:53:39 -0400 (7 months ago) | Author: Shirik | Changeset: 3116

Removed the SetItemRef hook in deprecation alerts in favor of using Swatter to show the messages instantly. The name of the deprecated function is also now automatically determined. (ADV-232)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3115 annotated / raw | Diffs: previous, other | Lines: 572 ( +65, -0 )

Created: 2008-05-18 13:31:13 -0400 (7 months ago) | Author: Shirik | Changeset: 3115

Added APIs for deprecation alerts. These allow for determining what module called the deprecated function and provide a full traceback when the link is clicked in chat. (ADV-232)
- Note: No APIs have been converted over to use this function yet. That is the next phase.
- Future improvement possibility: make it so the traceback is able to be selected and copied for easy reporting.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

3112 annotated / raw | Diffs: previous, other | Lines: 507 ( +40, -5 )

Created: 2008-05-17 13:55:20 -0400 (7 months ago) | Author: Shirik | Changeset: 3112

Added standard bell curve and PDFs for simple & stdev modules. (ADV-227)

- CoreAPI has a new function, GenerateBellCurve(), which returns a configurable bell curve PDF
- Statistics modules must now have a GetItemPDF() function to generate market pricing (see the wiki for details)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2960 annotated / raw | Diffs: previous, other | Lines: 472 ( +1, -1 )

Created: 2008-03-25 21:29:42 -0400 (9 months ago) | Author: RockSlice | Changeset: 2960

GetBestMatch will now pass on price even when no matchers are loaded. (ADV-206)

This will solve some "No Bid Price Set" problems on posting

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2936 annotated / raw | Diffs: previous, other | Lines: 472 ( +10, -85 )

Created: 2008-03-21 15:00:25 -0400 (9 months ago) | Author: rockslice | Changeset: 2936

Redirects AucAdvanced.API.GetAppraiserValue() to AucAdvanced.Modules.Util.Appraiser.GetPrice() (ADV-205)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2926 annotated / raw | Diffs: previous, other | Lines: 547 ( +8, -1 )

Created: 2008-03-19 15:26:18 -0400 (9 months ago) | Author: rockslice | Changeset: 2926

Allows a nil return from matchers (ADV-203)

Nil returns don't change the price.
This allows matchers to have easily implemented disable options

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2894 annotated / raw | Diffs: previous, other | Lines: 540 ( +6, -3 )

Created: 2008-03-01 03:32:32 -0500 (10 months ago) | Author: Mikk | Changeset: 2894

ADV-190:
- Related bug: :GetAppraiserValue() will no longer cause errors if :GetBestMatch() returns nil.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2863 annotated / raw | Diffs: previous, other | Lines: 537 ( +1, -1 )

Created: 2008-02-13 22:18:20 -0500 (10 months ago) | Author: rockslice | Changeset: 2863

removes _ pollution for ADV-186 fix

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2860 annotated / raw | Diffs: previous, other | Lines: 537 ( +3, -1 )

Created: 2008-02-13 22:09:30 -0500 (10 months ago) | Author: rockslice | Changeset: 2860

Lets API.GetBestMatch() accept a value into algorithm variable (ADV-186)

This allows for use for fixed baseprices

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2730 annotated / raw | Diffs: previous, other | Lines: 535 ( +100, -0 )

Created: 2008-01-08 04:54:28 -0500 (11 months ago) | Author: Kinesia | Changeset: 2730

ADV-76 Allow appraiser price from core API. Needed for other improvements.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2699 annotated / raw | Diffs: previous, other | Lines: 435 ( +1, -0 )

Created: 2007-12-27 21:20:04 -0500 (12 months ago) | Author: RockSlice | Changeset: 2699

fixes bug with null priceArray (ADV-139)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2695 annotated / raw | Diffs: previous, other | Lines: 434 ( +8, -1 )

Created: 2007-12-27 12:53:29 -0500 (12 months ago) | Author: RockSlice | Changeset: 2695

fixes Matcher Handling error on clean SV (ADV-138)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2689 annotated / raw | Diffs: previous, other | Lines: 427 ( +44, -13 )

Created: 2007-12-26 20:54:12 -0500 (12 months ago) | Author: RockSlice | Changeset: 2689

Adds Support for multiple matchers (ADV-134)

Matchers are chained, and return a string that gets displayed on Appraiser's righthand pane.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2588 annotated / raw | Diffs: previous, other | Lines: 396 ( +3, -2 )

Created: 2007-11-26 11:54:16 -0500 (13 months ago) | Author: RockSlice | Changeset: 2588

fixes ADV-98: AucAdvanced.API.GetMarketValue will now return the max "seen" count rather than summing up all the "seen" counts.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2567 annotated / raw | Diffs: previous, other | Lines: 395 ( +1, -1 )

Created: 2007-11-22 07:43:13 -0500 (13 months ago) | Author: speeddymon | Changeset: 2567

ADV-95: Hopefully fixed by changing priceArray in CoreAPI to algorithm

Should resolve SDBG ticket 2 and UCUT ticket 1 (stupid svn wouldnt let me commit with the ticket names in the message)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2543 annotated / raw | Diffs: previous, other | Lines: 395 ( +1, -83 )

Created: 2007-11-19 02:48:19 -0500 (13 months ago) | Author: speeddymon | Changeset: 2543

MISC-5: Reverting changes from r2516-r2519

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2530 annotated / raw | Diffs: previous, other | Lines: 477 ( +3, -2 )

Created: 2007-11-18 17:18:59 -0500 (13 months ago) | Author: mentalpower | Changeset: 2530

Fixes ADV-69 ADV-27. A manifest function was added to the Core Auctioneer functionality. This allows for Auctioneer Advanced to know the revisions of all the installed modules. Auctioneer Advanced also now provides a "/aadv about [all]" command based on this information.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2519 annotated / raw | Diffs: previous, other | Lines: 476 ( +1, -1 )

Created: 2007-11-17 01:53:01 -0500 (13 months ago) | Author: Kinesia | Changeset: 2519

ADV-76 Fix local/global pollution

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2516 annotated / raw | Diffs: previous, other | Lines: 476 ( +82, -0 )

Created: 2007-11-17 01:46:03 -0500 (13 months ago) | Author: Kinesia | Changeset: 2516

ADV-76 Split Appraiser API into CoreAPI.lua and have both Appraiser frame and bottomscanner call that.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2441 annotated / raw | Diffs: previous, other | Lines: 394 ( +1, -1 )

Created: 2007-11-12 14:21:46 -0500 (13 months ago) | Author: Norganna | Changeset: 2441

Fix cases where the field indexed by Const.FLAG may be nil (ADV-32)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2439 annotated / raw | Diffs: previous, other | Lines: 394 ( +1, -0 )

Created: 2007-11-12 14:00:08 -0500 (13 months ago) | Author: Norganna | Changeset: 2439

Convert scanning process to use recycled tables, Properly detect end-of-scan for user-flipped manual scans, Add extra flags and add unseen excusion to QueryImage API function (ADV-32)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2438 annotated / raw | Diffs: previous, other | Lines: 393 ( +8, -0 )

Created: 2007-11-12 12:50:32 -0500 (13 months ago) | Author: RockSlice | Changeset: 2438

Resolves the API-side part of [ADV-10]: Add ability to clear statistics for a single item

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2402 annotated / raw | Diffs: previous, other | Lines: 385 ( +11, -3 )

Created: 2007-11-08 18:56:31 -0500 (13 months ago) | Author: RockSlice | Changeset: 2402

resolves issue [ADV-44]: Add array.confidence support for stats API

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2395 annotated / raw | Diffs: previous, other | Lines: 377 ( +12, -7 )

Created: 2007-11-08 15:57:12 -0500 (13 months ago) | Author: RockSlice | Changeset: 2395

resolves issue [ADV-42]: Matcher API causing error

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2394 annotated / raw | Diffs: previous, other | Lines: 372 ( +1, -1 )

Created: 2007-11-08 11:53:20 -0500 (13 months ago) | Author: mentalpower | Changeset: 2394

Fixes ADV-41. A copy/paste error in the CoreAPI.lua file resulted in the matchers not being recognized.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2393 annotated / raw | Diffs: previous, other | Lines: 372 ( +1, -1 )

Created: 2007-11-08 11:37:18 -0500 (13 months ago) | Author: mentalpower | Changeset: 2393

Fixes ADV-40. A typo in the lib.GetMatcherValue() would cause a nil error on any matchers currently loaded. This has now been fixed.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2385 annotated / raw | Diffs: previous, other | Lines: 372 ( +69, -0 )

Created: 2007-11-07 11:45:58 -0500 (13 months ago) | Author: mentalpower | Changeset: 2385

Resolves ADV-38. Added the ability for Match-type modules to be created and queried.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2344 annotated / raw | Diffs: previous, other | Lines: 303 ( +11, -8 )

Created: 2007-10-23 20:52:03 -0400 (14 months ago) | Author: Norganna | Changeset: 2344

Finish off making IsValidAlgorithm link specific (ADV-30)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2342 annotated / raw | Diffs: previous, other | Lines: 300 ( +4, -4 )

Created: 2007-10-23 10:14:56 -0400 (14 months ago) | Author: Norganna | Changeset: 2342

Make adjustments for selective GetAlgorithms API call (ADV-30)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2227 new/moved annotated / raw | Diffs: previous, other | Lines: 300 ( +300, -0 )

Created: 2007-09-24 08:24:01 -0400 (15 months ago) | Author: root | Changeset: 2227

Moved from: newtrunk/Auc-Advanced/CoreAPI.lua 2215

Performing move of newtrunk/* to trunk

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2202 annotated / raw | Diffs: previous, other | Lines: 300 ( +33, -17 )

Created: 2007-09-19 19:21:51 -0400 (15 months ago) | Author: norganna | Changeset: 2202

Moved to: branches/4.90/auc-advanced/CoreAPI.lua 2226

Copied to: newtrunk/auc-advanced/CoreAPI.lua 2213

Add some new functionality to allow stats module to determine whether they are used in market values, and whether they appear in the ValidAlgorithms list. Update WOWEcon stats module to disallow inclusion when WOWEcon is not installed.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2193 annotated / raw | Diffs: previous, other | Lines: 284 ( +2, -1 )

Created: 2007-09-18 02:10:48 -0400 (15 months ago) | Author: mentalpower | Changeset: 2193

Standardized the SVN:Keywords property to read "Author Date Id Revision URL". Also standardized the boilerplates so that they have Revision, URL and Version fields. Additionally standardized the Version field to read "<%version%> (<%codename%>)"

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision URL

2169 annotated / raw | Diffs: previous, other | Lines: 283 ( +10, -7 )

Created: 2007-09-16 23:50:00 -0400 (15 months ago) | Author: mentalpower | Changeset: 2169

The Scan progress module now has an option to leave the progress text visible after the scan has completed. This feature works with or without CompactUI enabled.

A modification was made to the BlockUpdate() function in the CoreAPI.lua file to facilitate this feature. This function now has an additional parameter that signifies whether or not to notify the modules when the UI block option is changed.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2167 annotated / raw | Diffs: previous, other | Lines: 280 ( +25, -0 )

Created: 2007-09-16 20:56:35 -0400 (15 months ago) | Author: norganna | Changeset: 2167

Make the activation/deactivation of the progress display more robust, exclude paused time from the elapsed time, move the auctionlist blocking into CoreAPI, stop the progress display when scan is paused and disable listupdate event when the auctionlist event is being blocked. This should solve all problems with the ScanProgress module.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2124 annotated / raw | Diffs: previous, other | Lines: 255 ( +1, -1 )

Created: 2007-09-05 08:09:19 -0400 (16 months ago) | Author: norganna | Changeset: 2124

Update market price algorithm to calculate market price more correctly.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2085 annotated / raw | Diffs: previous, other | Lines: 255 ( +4, -0 )

Created: 2007-08-28 13:47:27 -0400 (16 months ago) | Author: norganna | Changeset: 2085

Enhance API.QueryImage to support more search types (itemID, suffix, factor) and add an image view component to appraiser. (Requires update to Configator r594)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2018 annotated / raw | Diffs: previous, other | Lines: 251 ( +13, -5 )

Created: 2007-07-06 23:21:13 -0400 (18 months ago) | Author: norganna | Changeset: 2018

Fix GetAlgorithm concatenate a nil value error

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2002 annotated / raw | Diffs: previous, other | Lines: 243 ( +21, -5 )

Created: 2007-06-30 13:19:13 -0400 (18 months ago) | Author: norganna | Changeset: 2002

New modular BottomScanner and associated Auctioneer changes necessary to support it.

BottomScanner now no longer has BaseRules; it has a comprehensive config UI instead with many of the features that baserules were using incorporated as configurable options within the individual evaluation modules. Any other functionality that was provided by other custom baserules can now easily be added as features within one of the existing evaluation modules or as a completely new evaluation module based off the EvalTemplate.lua template.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1982 annotated / raw | Diffs: previous, other | Lines: 227 ( +40, -6 )

Created: 2007-06-10 12:23:46 -0400 (18 months ago) | Author: norganna | Changeset: 1982

Add loop (infinite recursion) detection to GetAlgorithmValue function, add IsValidAlgoritm function and allow utility functions to provide pricing data.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1962 annotated / raw | Diffs: previous, other | Lines: 193 ( +12, -0 )

Created: 2007-06-03 14:11:38 -0400 (19 months ago) | Author: norganna | Changeset: 1962

Move Blizzard_AuctionUI hooking and auction list updates away from the PriceLevel module (since these events should be used commonly across any module that needs them.)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1846 annotated / raw | Diffs: previous, other | Lines: 181 ( +18, -0 )

Created: 2007-05-14 21:44:36 -0400 (19 months ago) | Author: norganna | Changeset: 1846

Add function to AucAdv api to list and query specific stat modules' prices. Add ability for Enchantrix to select any of the available AucAdv stat modules.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1845 annotated / raw | Diffs: previous, other | Lines: 163 ( +72, -0 )

Created: 2007-05-14 20:43:36 -0400 (19 months ago) | Author: norganna | Changeset: 1845

Readd the query interface into the AuctioneerAdvanced API namespace. Enable query interface to use a filter function. Enable enchantrix percentless and bidbroker commands to run with Auctioneer Advanced.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1801 annotated / raw | Diffs: previous, other | Lines: 91 ( +1, -1 )

Created: 2007-05-08 01:59:33 -0400 (20 months ago) | Author: ccox | Changeset: 1801

add missing pairs() to make GetMarketValue work

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1737 annotated / raw | Diffs: previous, other | Lines: 91 ( +0, -1 )

Created: 2007-04-23 22:44:06 -0400 (20 months ago) | Author: prowell | Changeset: 1737

Removes GetResults from Scanner API, and adds ID field to AH scanner data.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1664 annotated / raw | Diffs: previous, other | Lines: 92 ( +12, -9 )

Created: 2007-04-06 03:40:51 -0400 (21 months ago) | Author: mentalpower | Changeset: 1664

Reorganized the mini API specification and also added a link to the more complete version on the wiki.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1655 annotated / raw | Diffs: previous, other | Lines: 89 ( +11, -11 )

Created: 2007-04-04 01:44:42 -0400 (21 months ago) | Author: mentalpower | Changeset: 1655

Corrected alignment of the functions list in the CoreAPI.lua file.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1644 annotated / raw | Diffs: previous, other | Lines: 89 ( +23, -0 )

Created: 2007-04-03 01:05:44 -0400 (21 months ago) | Author: prowell | Changeset: 1644

Moved internal functions out of namespace API.  Added support for new filtering API.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1614 annotated / raw | Diffs: previous, other | Lines: 66 ( +15, -13 )

Created: 2007-03-27 20:44:02 -0400 (21 months ago) | Author: mentalpower | Changeset: 1614

The GetMarketValue API will now average the returns of all of the active stats modules instead of picking the lowest price.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1613 annotated / raw | Diffs: previous, other | Lines: 64 ( +28, -0 )

Created: 2007-03-27 19:40:17 -0400 (21 months ago) | Author: norganna | Changeset: 1613

Commit initial version of GetMarketValue API call

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1605 annotated / raw | Diffs: previous, other | Lines: 36 ( +1, -1 )

Created: 2007-03-26 01:19:07 -0400 (21 months ago) | Author: mentalpower | Changeset: 1605

Corrected the improper use of "it's" in our GPL boilerplate.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1603 annotated / raw | Diffs: previous, other | Lines: 36 ( +3, -3 )

Created: 2007-03-25 23:47:53 -0400 (21 months ago) | Author: norganna | Changeset: 1603

Refactoring of all Auctioneer variables to AucAdvanced

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1602 new/moved annotated / raw | Diffs: previous, other | Lines: 36 ( +36, -0 )

Created: 2007-03-25 23:29:18 -0400 (21 months ago) | Author: norganna | Changeset: 1602

Moved from: trunk/auctioneer/CoreAPI.lua 1556

Moving auctioneer to auc-advanced (the new name of Auctioneer 5.0) so that 4.0 and 5.0
can run side-by-side.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1556 new/moved annotated / raw | Diffs: previous, other | Lines: 36 ( +36, -0 )

Created: 2007-03-06 23:45:12 -0500 (22 months ago) | Author: root | Changeset: 1556

Moved from: trunk5/auctioneer/CoreAPI.lua 1550

Moved to: trunk/auc-advanced/CoreAPI.lua 1602

Making new 5.0 trunk active

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision