root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @253 [253] 3 years ug Fixed bug in search with wildcards.
(edit) @252 [252] 3 years ug Bug in processing (OMIT_GAMES_WITH_SGF_ERRORS)
(edit) @251 [251] 3 years ug Fixed another bug in search in games with variations.
(edit) @250 [250] 3 years ug Fixed bugs in pattern search in games with variations, and in …
(edit) @249 [249] 3 years ug Merge -r 246:248 from libkombilo main branch.
(edit) @248 [248] 3 years ug Snapshot/restore functionality for GameList class.
(edit) @247 [247] 3 years ug Implemented rectangle notation for AB/AW/AE tags in process. Some small …
(edit) @246 [246] 3 years ug Merge -r 243:245 from libkombilo main branch.
(edit) @245 [245] 3 years ug Fixed long long format string for MSVC/Borland builder.
(edit) @244 [244] 3 years ug Fix bug about small board size.
(edit) @243 [243] 3 years ug Fixed bug w.r.t. pattern anchors in hash_center search. Further small …
(edit) @242 [242] 3 years ug Hashing for center position works now. Further testing is required. …
(edit) @241 [241] 3 years ug Another backup commit of the hash_center branch. The new way of hashing …
(edit) @240 [240] 3 years ug Merged changes to libkombilo branch, -r 238:239
(edit) @239 [239] 3 years ug Handling of duplicates within GameList, also during process. Better …
(edit) @238 [238] 3 years ug Backup of current state (does compile, but hashing is not functional ATM).
(edit) @237 [237] 3 years ug Updated references file.
(edit) @236 [236] 3 years ug Fixed some issues with creating the frequency db.
(edit) @235 [235] 3 years ug Created makedb.py tool which creates the frequencies db.
(edit) @234 [234] 3 years ug New branch: this will serve to create the "frequencies" db to be used in …
(edit) @233 [233] 3 years ug Basic functions for hashing of center patterns (no search capability yet).
(edit) @232 [232] 3 years ug Create hash_center branch for libkombilo.
(edit) @231 [231] 3 years ug Mkdir libkombilo-branches.
(edit) @230 [230] 3 years ug Fixed continuation statistics for Algo_hash_full.
(edit) @229 [229] 3 years ug Fixed bug in continuation statistics.
(edit) @228 [228] 3 years ug Fixed a memory leak in GameList::reset.
(edit) @227 [227] 3 years ug Fixed bug when using move limit.
(edit) @226 [226] 3 years ug Fixed small bug in search.cpp.
(edit) @225 [225] 3 years ug Fix some of the small FIXME\'s
(edit) @224 [224] 3 years ug Allow pre-assigning of labels in search pattern.
(edit) @223 [223] 3 years ug Fixed bugs concerning databases with different board sizes.
(edit) @222 [222] 3 years ug Make SGF parser handle long property names.
(edit) @221 [221] 3 years ug Add validation for anchor rectangle.
(edit) @220 [220] 3 years ug Amended signature search. Small fix in GameList? destructor.
(edit) @219 [219] 3 years ug Typo in search.cpp; Visual C++ compatibility.
(edit) @218 [218] 3 years ug Add option about cache size to GameList? constructor
(edit) @217 [217] 3 years ug Split up database into 3 files to allow for faster start-up.
(edit) @216 [216] 3 years ug Corrected bug in Pattern constructor.
(edit) @215 [215] 3 years ug Fixed small bug in computing signatures, and allow wildcards in sigsearch.
(edit) @214 [214] 3 years ug Added examples about anchors to cpptest.cpp
(edit) @213 [213] 3 years ug Fixed bug in pattern search (if !nextMove is used)
(edit) @212 [212] 4 years ug Fixed bug in abstractBoard; small changes.
(edit) @211 [211] 4 years ug Added signature search (\!GameList::sigsearch())
(edit) @210 [210] 4 years ug Renamed .cc files to .cpp.
(edit) @209 [209] 4 years ug Further small changes for Visual C++ compatibility.
(edit) @208 [208] 4 years ug Small changes: SearchOptions, MS Visual C++ compatibility.
(edit) @207 [207] 4 years ug Fixed two bugs when creating db's without adding games.
(edit) @206 [206] 4 years ug Fixed bug in processing of SGF collections.
(edit) @205 [205] 4 years ug Fixed small bug with playerList.
(edit) @204 [204] 4 years ug Implemented libkombiloAPI#Playerlist.
(edit) @203 [203] 4 years ug Improved support for tagging
(edit) @202 [202] 4 years ug Fixed problem when adding games to an existing db.
(edit) @201 [201] 4 years ug getCurrentProperty method to query the db. Yet more bug fixes.
(edit) @200 [200] 4 years ug Some more bug fixes. Started work on tagging support.
(edit) @199 [199] 4 years ug Fixed another bug in getSGF.
(edit) @198 [198] 4 years ug Another small bugfix and a Borland compatibility issue.
(edit) @197 [197] 4 years ug Fixed small bug in getSGF.
(edit) @196 [196] 4 years ug Changed GameList so as to keep the db connection open all the time. Added …
(edit) @195 [195] 4 years ug Improved GameList? interface (e.g. for different board sizes). Added …
(edit) @194 [194] 4 years ug Hashing for corner patterns AlgoHash. Various smaller bug fixes.
(edit) @193 [193] 4 years ug Added better way to access search results/statistics.
(edit) @192 [192] 4 years ug Added currentEntryAsString
(edit) @191 [191] 4 years ug Minor fixes (namespaces, Borland compatibility, sqlite_busy_timeout, ...).
(edit) @190 [190] 4 years ug Fixed compiler warnings.
(edit) @189 [189] 4 years ug Added missing return statement.
(edit) @188 [188] 4 years ug Fixed tabwidth, expanded tabs.
(edit) @187 [187] 4 years ug Fixed computation of symmetrized Dyer signature.
(edit) @186 [186] 4 years ug Finished search in games w/ variations.
(edit) @185 [185] 4 years ug Minor fixes.
(edit) @184 [184] 4 years ug Extended cpptest
(edit) @183 [183] 4 years ug Improved contList handling; improved format string handling; minor …
(edit) @182 [182] 4 years ug Finished full board hashing, plus several minor improvements.
(edit) @181 [181] 4 years ug Deleted format string which used obsolete syntax.
(edit) @180 [180] 4 years ug Several bug fixes. Implemented use of format string, sort criteria.
(edit) @179 [179] 4 years ug Delete file automatically produced by SWIG.
(edit) @178 [178] 4 years ug Delete swp files.
(edit) @177 [177] 4 years ug Import libkombilo: pattern and game info search engines. Most basic …
(edit) @176 [176] 4 years ug Move devel branch to devel-old. This contains the code of a preliminary …
(edit) @175 [175] 4 years ug Done some more work on pattern.cc; seems to work now.
(edit) @174 [174] 4 years ug Worked some more on pattern.cc ... not done yet, though.
(edit) @173 [173] 4 years ug Added SWIG file for pattern.cc
(edit) @172 [172] 5 years ug Continue work on algos.cc
(edit) @171 [171] 5 years ug Added ktest.py which provides test of basic functionality via command …
(edit) @170 [170] 5 years ug Changed copyright message
(edit) @169 [169] 5 years ug Misc. changes
(edit) @168 [168] 6 years ug Adapt UIntervals search to new results list
(edit) @167 [167] 6 years ug Make pattern search with contList stones outside selected region work.
(edit) @166 [166] 6 years ug Subversion trouble …
(edit) @165 [165] 6 years ug Fixed bug in abstractBoard.copy.
(edit) @164 [164] 6 years ug Back to prev. searches.
(edit) @163 [163] 6 years ug Fixed: wrong num of captures shown after BACK (to previous search pattern)
(edit) @162 [162] 6 years ug Fixed: wrong num of captures shown after BACK (to previous search pattern)
(edit) @161 [161] 6 years ug Changes to board-snapshot/restore
(edit) @160 [160] 6 years ug Show place of match in game list. Misc.
(edit) @159 [159] 6 years ug Release 0.5m branch
(edit) @158 [158] 6 years ug New version number: 0.5m
(edit) @157 [157] 6 years ug Encoding fixes in v.gameinfoOK
(edit) @156 [156] 6 years ug Fix bug in completeReset
(edit) @155 [155] 6 years ug Fix bug in completeReset
(edit) @154 [154] 6 years ug Typo in abstractBoard.cc
Note: See TracRevisionLog for help on using the revision log.