504 Commits

Author SHA1 Message Date
Eugene Sandulenko
4610ae906b WAGE: Increased md5 byte count to avoid large number of duplicates
Still there are few dupes, but previously for many entries only file
name and lenghts were different, which could lead to missed game
variants.
2016-03-31 11:01:36 +02:00
Eugene Sandulenko
f299e96273 WAGE: Added detection for 3 more games 2016-03-23 18:51:32 +01:00
Eugene Sandulenko
1addc5884a WAGE: Draw the scrollbar bar inverted to match the original 2016-03-23 18:51:31 +01:00
Eugene Sandulenko
c6abe904c4 WAGE: Proper scroll drawing 2016-03-23 18:51:31 +01:00
Eugene Sandulenko
949af0fa7d WAGE: Three more games 2016-03-22 11:44:50 +01:00
Eugene Sandulenko
408bc0bff4 WAGE: Added 3 games to detection. I wonder when they end... 2016-03-22 11:44:50 +01:00
Eugene Sandulenko
05c0cecb2f WAGE: Added 3 more games 2016-03-22 11:44:50 +01:00
Eugene Sandulenko
0cd94c04d7 WAGE: Added 4 more games. Some are problematic 2016-03-22 11:44:50 +01:00
Eugene Sandulenko
f6c3363cf5 WAGE: Adjust cursor position when scrolling 2016-03-20 17:38:23 +01:00
Eugene Sandulenko
40faac8419 WAGE: Restrict text scrolling to the visible text 2016-03-20 17:38:23 +01:00
Eugene Sandulenko
657edcf84e WAGE: Plugged in console scrolling up/down 2016-03-18 11:45:29 +01:00
Eugene Sandulenko
9707a8b359 WAGE: Fixed border highlighting 2016-03-18 11:45:29 +01:00
Eugene Sandulenko
1aa5f0d4c8 WAGE: Correction to highlighted border drawing 2016-03-18 11:45:29 +01:00
Eugene Sandulenko
671d3faa71 WAGE: Initial code for border manipulation 2016-03-18 11:45:29 +01:00
Eugene Sandulenko
44cdee0715 WAGE: Added several alternate versions of the games 2016-03-17 11:16:45 +01:00
Eugene Sandulenko
b5b88ffb22 WAGE: Added 5 more games to detect. Drakmyth Castle is a big game 2016-03-16 20:03:58 +01:00
Eugene Sandulenko
fc6b1c39d9 WAGE: More games to detection, all have problems 2016-03-16 13:28:02 +01:00
Eugene Sandulenko
3608d7343c WAGE: Implement script command in debugger 2016-03-16 13:27:59 +01:00
Eugene Sandulenko
c4471757b4 WAGE: Enhanced 'scenes' debug command 2016-03-16 13:27:59 +01:00
Eugene Sandulenko
a25032eef9 WAGE: Put debugger in tilde key `~' 2016-03-16 13:27:59 +01:00
Eugene Sandulenko
4f813d2b99 WAGE: Plug the debugger in 2016-03-15 11:27:49 +01:00
Eugene Sandulenko
53806622fc WAGE: Added engine debugger stub 2016-03-15 11:27:49 +01:00
Eugene Sandulenko
2762e693ff WAGE: Better menu shortcut parsing. This fixes Jumble! 2016-03-15 11:27:48 +01:00
Eugene Sandulenko
ffeda30367 WAGE: More games to detection 2016-03-15 11:27:48 +01:00
Eugene Sandulenko
fd6241754e WAGE: More games to detection 2016-03-15 11:27:48 +01:00
Eugene Sandulenko
89eeeddcb6 WAGE: Two more games added to detection 2016-03-15 11:27:48 +01:00
Eugene Sandulenko
461d8f140a WAGE: Crash in Strange Disappearance has been resolved 2016-03-14 07:51:37 +01:00
Eugene Sandulenko
aaa858df00 WAGE: Made bounds calulation less restrictive 2016-03-14 07:51:37 +01:00
Eugene Sandulenko
b11e0e0826 WAGE: Added Pavilion and T-Rex detection 2016-03-11 11:42:39 +01:00
Eugene Sandulenko
26428d5ebe WAGE: Added two more games to detection tables 2016-03-11 11:12:11 +01:00
Eugene Sandulenko
140409204c WAGE: Code formatting 2016-03-10 12:40:12 +01:00
Eugene Sandulenko
24af06b682 WAGE: Disabling bounds calculation code as too buggy ATM. 2016-03-09 23:59:08 +01:00
Eugene Sandulenko
37b5b64179 WAGE: Improved a bit bounds calculation. Still bad 2016-03-09 23:53:07 +01:00
Eugene Sandulenko
1f4af34a40 WAGE: Fix calculation for bitmap bboxes 2016-03-09 23:53:07 +01:00
Eugene Sandulenko
df5fabd887 WAGE: Recomputed md5s of rest of the games 2016-03-09 21:28:24 +01:00
Eugene Sandulenko
e96800d595 WAGE: Recalculate all md5s based on Mac Resource fork. This eliminates 2 duplicates 2016-03-09 21:28:24 +01:00
Eugene Sandulenko
0f2e7fcdf0 WAGE: Fix gameid for Twisted! 2016-03-09 20:18:47 +01:00
Eugene Sandulenko
ee56fb805b WAGE: Skip flood fill in Bitmap when calclating bounds 2016-03-09 20:12:34 +01:00
Eugene Sandulenko
ca7720960a WAGE: Attempt to fix bounds calculation 2016-03-09 18:56:42 +01:00
Eugene Sandulenko
a378e771c8 WAGE: Added alternate versions of Karth of the Jungle 2016-03-09 15:47:22 +01:00
Eugene Sandulenko
2408766f2d WAGE: Precalculate design bounds based on real data 2016-03-09 15:47:22 +01:00
Eugene Sandulenko
c47122cb63 WAGE: More detection entries 2016-03-09 15:47:22 +01:00
Eugene Sandulenko
c44a7f6020 WAGE: Added Minitorian game detection 2016-03-09 15:47:22 +01:00
Eugene Sandulenko
19c9993db9 WAGE: Added one more game 2016-03-09 15:47:21 +01:00
Johannes Schickel
0b6befdcc5 ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
_singleid   -> _singleId
_gameids    -> _gameIds
_guioptions -> _guiOptions
2016-03-08 19:01:13 +01:00
Eugene Sandulenko
cf4cea4872 WAGE: Added games from Joshua's Worlds 1.0 2016-03-07 19:00:38 +01:00
Eugene Sandulenko
fea0fc9ff3 WAGE: Use new AD flag for autogenerating targets for fangames 2016-03-07 19:00:37 +01:00
Eugene Sandulenko
60f60f87c3 WAGE: Added couple more games to detection 2016-03-07 19:00:37 +01:00
Eugene Sandulenko
0a189061a4 WAGE: Added more games to detection 2016-03-07 14:05:24 +01:00
Eugene Sandulenko
a3308ffcc3 WAGE: More game detection 2016-03-07 14:05:22 +01:00