Commit Graph

30 Commits

Author SHA1 Message Date
4am 592709d66e move demo-less, single-load games to TOTAL.DATA 2022-09-05 20:38:43 -04:00
4am c7f6e02e2d merge TOTAL.IDX into TOTAL.DATA and remove filename parameter from LoadIndexedFile 2021-11-16 17:44:12 -05:00
4am 31a37400c4 move search indexes and caches to TOTAL.IDX 2021-11-13 16:18:58 -05:00
4am 011948651a search cache 2021-11-06 19:12:40 -04:00
4am 1cbbb972fc rename function 2021-10-28 01:26:21 -04:00
4am 76242f8086 precompute gSearchStore 2021-10-23 00:53:23 -04:00
Peter Ferrie 68bb9e0454 shave some bytes 2020-11-09 12:22:38 -08:00
Peter Ferrie c331847995 fix Mr. Cool/Mr. Do! ordering 2020-04-23 14:10:01 -07:00
4am b432732426 some comments 2020-04-01 11:57:21 -04:00
4am 49931985f7 fix off-by-1 bug in text rank caused by using the last character of the game display name as a bitfield 2020-03-31 19:08:43 -04:00
4am 0d5a07b9b0
Handle more than 256 games (#140) 2020-03-24 16:30:14 -04:00
4am 1ea84e1e07 decelerate after building search store 2020-03-18 22:11:28 -04:00
4am d484e98073 don't store game display names that we can calculate from filename 2020-03-18 12:08:39 -04:00
Peter Ferrie 8798b5becf a bit smaller, a bit faster 2019-09-23 17:09:07 -07:00
4am d6358262cb refactor textrank to use more zero page 2019-09-21 22:46:08 -04:00
4am 8e19fc9c5b refactor PlayGame 2019-09-20 23:26:32 -04:00
4am c0dd16a27c initial instructions in input buffer, add play label once game is selected 2019-07-08 14:10:11 -04:00
Peter Ferrie ebd442c223 fix the mess 2019-07-04 19:03:14 -07:00
4am 1d23da8f7d . 2019-07-04 16:32:30 -04:00
4am 2d141e20c8 input buffer of length N should never match a game name of length < N 2019-07-04 16:31:28 -04:00
Peter Ferrie 7c9b56a023 allow full match 2019-07-04 12:31:19 -07:00
4am e01d66b46d . 2019-06-30 15:10:09 -04:00
Peter Ferrie 66a8ed99f6 fix end-case false match 2019-06-27 13:33:21 -07:00
Peter Ferrie 0135887519 first match wins 2019-06-27 13:15:48 -07:00
4am 23844487b8 mini attract mode 2019-06-26 22:51:34 -04:00
4am 74f6cebac4 move parse.games to init, update dates, other comments 2019-06-23 22:32:18 -04:00
4am 971e7a6606 backup and restore stack, refactor Reenter 2019-06-23 14:24:09 -04:00
4am 7be18b8ce1 WIP search mode 2019-06-18 17:07:14 -04:00
Peter Ferrie 046b5dc804 ResetTextRank on backspace 2019-06-18 13:52:35 -07:00
4am cd689703a6 WIP search mode 2019-06-18 14:56:05 -04:00