summaryrefslogtreecommitdiffstats
path: root/sigmod
Commit message (Collapse)AuthorAgeFilesLines
...
* sigmodtest is no longer a default targetBen Boeckel2008-12-251-0/+6
|
* Item's setSellPrice shouldn't error if sellable isn't set; it'll just get ↵Ben Boeckel2008-12-251-5/+0
| | | | ignored later anyways
* More specific message for bounds when it's an invalid IDBen Boeckel2008-12-251-1/+1
|
* Additional check in Item for setting sellPrice if the item is not sellableBen Boeckel2008-12-251-0/+5
|
* Removed unnecessary dtor in ItemBen Boeckel2008-12-252-5/+7
|
* Documented ItemBen Boeckel2008-12-252-0/+127
|
* Bounds errors are verbose now and some unchecked conditions fixed as wellBen Boeckel2008-12-2526-126/+192
|
* Fixed parameter in doxygen for CoinListItemBen Boeckel2008-12-251-1/+1
|
* Added file tags to source filesBen Boeckel2008-12-255-0/+20
|
* Added documentation for GlobalScriptBen Boeckel2008-12-251-0/+73
|
* Removed unnecessary dtor from GlobalScriptBen Boeckel2008-12-252-5/+0
|
* Typos in EggGroupBen Boeckel2008-12-251-5/+5
|
* Documented EggGroupBen Boeckel2008-12-251-0/+56
|
* Fixed up tests to allow grouped targetsBen Boeckel2008-12-251-34/+36
|
* Swap things so that defaults don't make false positivesBen Boeckel2008-12-241-2/+4
|
* Renamed coinListItem to item in testsBen Boeckel2008-12-242-41/+41
|
* Fixed up some checking in ItemTypeBen Boeckel2008-12-241-5/+7
|
* Added ItemType testsBen Boeckel2008-12-243-1/+279
|
* Added Item testsBen Boeckel2008-12-243-1/+396
|
* Now copying sellPrice in ItemBen Boeckel2008-12-241-0/+1
|
* Fixed up Item defaults, checks on price, and condensed one section of code ↵Ben Boeckel2008-12-241-6/+5
| | | | for setWeight
* Added GlobalScript testsBen Boeckel2008-12-243-1/+188
|
* Added EggGroup testsBen Boeckel2008-12-243-1/+171
|
* Added CoinListItem tests (enum loading is busted)Ben Boeckel2008-12-243-1/+232
|
* CoinListItem cost should not be zero; added checksBen Boeckel2008-12-241-2/+6
|
* Added CoinList testsBen Boeckel2008-12-243-1/+224
|
* Another typo with the casesBen Boeckel2008-12-241-1/+1
|
* Added Badge testsBen Boeckel2008-12-243-1/+375
|
* Minor typo with switch statementBen Boeckel2008-12-241-1/+1
|
* Added a validation measure and formatting in setObeyBen Boeckel2008-12-241-4/+4
|
* Added stubs in CMake for other testsBen Boeckel2008-12-241-0/+32
|
* Added Author testsBen Boeckel2008-12-243-0/+223
|
* Finished up Ability testBen Boeckel2008-12-241-9/+84
|
* Fixed up base test classBen Boeckel2008-12-243-13/+13
|
* Added boilerplate to the base test class and some more to TestAbilityBen Boeckel2008-12-245-10/+87
|
* Started Ability test class and also adding base class for sigmod classesBen Boeckel2008-12-247-0/+308
|
* Removed some unnecessary linesBen Boeckel2008-12-071-2/+0
|
* Removed commented code that macros replacedBen Boeckel2008-12-071-19/+0
|
* Renamed CoinListObject to CoinListItem and added documentation for itBen Boeckel2008-12-077-175/+261
|
* Fixed the exporting with the librariesBen Boeckel2008-11-301-14/+1
|
* Spelling mistake in Sigmod documentationBen Boeckel2008-11-251-1/+1
|
* CoinList documentationBen Boeckel2008-11-251-0/+117
|
* Rules no longer needs hardCash value; scripts can control itBen Boeckel2008-11-252-17/+0
|
* Removed the amount variable from CoinListObjectBen Boeckel2008-11-252-21/+0
|
* Badge documentation cleanupBen Boeckel2008-11-251-5/+5
|
* Author documentation cleanupsBen Boeckel2008-11-251-5/+5
|
* Ability documentation touchupsBen Boeckel2008-11-251-19/+29
|
* Removed old LINK_INTERFACE_LIBRARIES linesBen Boeckel2008-11-251-1/+0
|
* Added exports to install targets for libraries and preliminary install ↵Ben Boeckel2008-11-251-0/+15
| | | | targets for the exports themselves
* Fixed up the linking of the librariesBen Boeckel2008-11-251-1/+5
|