Commit graph

  • 5af1d683d8 Revert "add experimental WH_GETMESSAGE hook" FunkyFr3sh 2024-09-10 15:42:14 +0200
  • c13aece3f6 Revert "fix window resize/move issues" FunkyFr3sh 2024-09-10 15:42:00 +0200
  • efbf7e7b30 Revert "remove debug code" FunkyFr3sh 2024-09-10 15:41:29 +0200
  • 8425f81597 Revert "remove obsolete settings" FunkyFr3sh 2024-09-10 15:41:04 +0200
  • 8b96d0d34b Revert "fix ja2 cursor lock" FunkyFr3sh 2024-09-10 15:40:52 +0200
  • 7de3efd050 Revert "never return FALSE from peekmessage to avoid issues" FunkyFr3sh 2024-09-10 15:40:44 +0200
  • 801d31f68e Revert "don't update cursor pos in mouse hook" FunkyFr3sh 2024-09-10 15:40:35 +0200
  • cdb68e9dd1 Revert "do not return WM_NULL for now (needs more testing)" FunkyFr3sh 2024-09-10 15:40:27 +0200
  • 4df4766736 Revert "remove old diablo 2 hack" FunkyFr3sh 2024-09-10 15:40:13 +0200
  • 691b5196d5 Revert "return WM_NULL if there are no filters" FunkyFr3sh 2024-09-10 15:40:05 +0200
  • d2db12f2af Revert "only lock cursor if message was removed" FunkyFr3sh 2024-09-10 15:39:53 +0200
  • ed0b829bc6 only create screenshot if file doesn't exist WH_GETMESSAGE FunkyFr3sh 2024-09-09 21:33:04 +0200
  • ac9d183a59 adjust logs FunkyFr3sh 2024-09-09 21:32:53 +0200
  • 9d5d71c999 use PM_QS_INPUT for not responding patch FunkyFr3sh 2024-09-09 21:14:37 +0200
  • 8a6f94ae95 only lock cursor if message was removed FunkyFr3sh 2024-09-09 20:31:49 +0200
  • 43ccc87e82 sort header FunkyFr3sh 2024-09-09 19:41:46 +0200
  • e435bf65e1 rename custom_width/height setting to inject_resolution FunkyFr3sh 2024-09-09 19:17:00 +0200
  • f83baafcf6 move font settings to the top FunkyFr3sh 2024-09-09 19:09:40 +0200
  • e4eafef652 return WM_NULL if there are no filters FunkyFr3sh 2024-09-09 16:58:22 +0200
  • df91a4308f remove old diablo 2 hack FunkyFr3sh 2024-09-09 16:01:45 +0200
  • a42bdae84d do not return WM_NULL for now (needs more testing) FunkyFr3sh 2024-09-09 15:31:18 +0200
  • c1a5a3895b don't update cursor pos in mouse hook FunkyFr3sh 2024-09-09 15:23:31 +0200
  • 89d3845473 never return FALSE from peekmessage to avoid issues FunkyFr3sh 2024-09-09 15:15:08 +0200
  • 48151e4d78 fix ja2 cursor lock FunkyFr3sh 2024-09-09 15:05:28 +0200
  • 97718b9a19 remove obsolete settings FunkyFr3sh 2024-09-09 14:37:20 +0200
  • 75ed1595c6 remove debug code FunkyFr3sh 2024-09-09 14:21:09 +0200
  • 04d7f2060e fix window resize/move issues FunkyFr3sh 2024-09-09 14:12:25 +0200
  • dcc76a154d add experimental WH_GETMESSAGE hook FunkyFr3sh 2024-09-08 19:14:58 +0200
  • 426490043f comment out testng code FunkyFr3sh 2024-09-08 09:38:51 +0200
  • 563473b835 fix naming of key bools FunkyFr3sh 2024-09-08 09:38:16 +0200
  • 7165d27d71 don't hook SH33W32 FunkyFr3sh 2024-09-08 08:53:11 +0200
  • 1bc96a658f add preset for Barney - Secret of the Rainbow FunkyFr3sh 2024-09-08 08:21:05 +0200
  • 1bcdf92d10 add some more error checks FunkyFr3sh 2024-09-08 08:08:18 +0200
  • b92b2deafa ignore all key down messages FunkyFr3sh 2024-09-07 20:43:58 +0200
  • d3139c67fb keep the mingw debug build win2000 compatible FunkyFr3sh 2024-09-07 17:37:16 +0200
  • 3b4fcb09e2 make sure we always get the key_up message so keys don't get stuck FunkyFr3sh 2024-09-07 17:22:30 +0200
  • d0de68bf42 some more cosmetic changes FunkyFr3sh 2024-09-07 16:50:51 +0200
  • 0a65317d96 move checks into function + cleanup FunkyFr3sh 2024-09-07 16:44:35 +0200
  • 614e340f15 fix warnings FunkyFr3sh 2024-09-07 15:32:55 +0200
  • 02c8080910 use regular macros with release builds FunkyFr3sh 2024-09-07 15:23:46 +0200
  • 2a269f19b6 log direct3d9 errors FunkyFr3sh 2024-09-07 14:27:56 +0200
  • 60a66776a6 port alt-key-stuck fix to new keyboard hook FunkyFr3sh 2024-09-07 12:52:35 +0200
  • eb5957008f disable workaround for cases where PeekMessage was not hooked FunkyFr3sh 2024-09-06 22:29:25 +0200
  • b1e7cfe5b4 do not minimize on RestoreDisplayMode (needs more testing) FunkyFr3sh 2024-09-06 20:54:42 +0200
  • 4b46c48a36 fix warnings FunkyFr3sh 2024-09-06 19:07:01 +0200
  • a87a2d7191 use key_down rather than key_up for hotkeys FunkyFr3sh 2024-09-06 18:46:21 +0200
  • 8f9534812b remove moorhuhn preset FunkyFr3sh 2024-09-06 18:17:48 +0200
  • fc143416ad fix crash on exit in fallout2 FunkyFr3sh 2024-09-06 18:17:19 +0200
  • 9c18999a11 fix hotkey for Fallout2, jagged alliance 2, trivia and a probably a few other games FunkyFr3sh 2024-09-06 18:10:22 +0200
  • a063e25825 fix last_msg_pull_tick update FunkyFr3sh 2024-09-06 16:34:52 +0200
  • f3d1ba8cf4 append filename to log files FunkyFr3sh 2024-09-05 09:19:13 +0200
  • 560a7e6a20 add check to GetVersion functions FunkyFr3sh 2024-09-03 18:22:38 +0200
  • e3993518c7 sort config.h FunkyFr3sh 2024-09-03 18:20:20 +0200
  • b88857386e add new "win_version" setting to fake the reported windows version FunkyFr3sh 2024-09-03 18:07:16 +0200
  • f4ca7973eb Revert "add dummy git.h" FunkyFr3sh 2024-09-03 09:55:14 +0200
  • d6a59407e4 add dummy git.h FunkyFr3sh 2024-09-03 09:48:51 +0200
  • a462be5339 remove redundant code FunkyFr3sh 2024-09-03 09:48:12 +0200
  • 5d6b78b23d update Trivia preset FunkyFr3sh 2024-09-02 18:53:24 +0200
  • 5194543aca minimize window on RestoreDisplayMode FunkyFr3sh 2024-09-02 18:52:19 +0200
  • ac910cd4e9 update trivia preset FunkyFr3sh 2024-09-02 18:01:25 +0200
  • de86f913cb make Trivia windows transparent FunkyFr3sh 2024-09-02 18:01:17 +0200
  • b14b3e1dd8 force redraw in GDI renderer too FunkyFr3sh 2024-09-02 18:00:57 +0200
  • 056c0750b2 update SetDIBitsToDevice hook FunkyFr3sh 2024-09-02 17:48:18 +0200
  • 66a31e2282 update bitblt hook FunkyFr3sh 2024-09-02 17:45:10 +0200
  • a221c67842 add preset for Disney Trivia Challenge FunkyFr3sh 2024-09-02 17:30:24 +0200
  • 649ba3050a make sure we always got a cliplist FunkyFr3sh 2024-09-02 14:49:11 +0200
  • aac405031e add some more checks to fixnotresponding patch FunkyFr3sh 2024-09-02 13:09:47 +0200
  • 4e8253e873 add preset for The Jungle Book Groove Party FunkyFr3sh 2024-09-02 12:51:57 +0200
  • ca8bb53195 add fixnotresponding to blt as well FunkyFr3sh 2024-09-02 12:40:39 +0200
  • ca70847250 add preset for Jungle Storm FunkyFr3sh 2024-09-02 12:25:46 +0200
  • 6620708f6a update glover preset FunkyFr3sh 2024-09-02 12:15:00 +0200
  • 50da3c6a24 add preset for glover FunkyFr3sh 2024-09-02 12:03:39 +0200
  • e54d1cd4c3 fix for last commit FunkyFr3sh 2024-09-02 10:46:56 +0200
  • 40e30163d1 simplify git code FunkyFr3sh 2024-09-02 10:44:09 +0200
  • 4d5882414c add batch file for debug builds + some git related tweaks FunkyFr3sh 2024-09-02 07:46:25 +0200
  • d6b2249c78 add missing NULL checks FunkyFr3sh 2024-09-01 13:52:36 +0200
  • 0e173ef6a8 add preset for lego loco FunkyFr3sh 2024-09-01 13:32:03 +0200
  • ccbf60698a allow to override SM_CXSCREEN and SM_CYSCREEN via fake_mode FunkyFr3sh 2024-09-01 12:34:36 +0200
  • 094d020e05 allow to override bpp via fake_mode FunkyFr3sh 2024-09-01 12:16:19 +0200
  • c28e1d98dc make sure we got git dirty status logged as well FunkyFr3sh 2024-09-01 09:47:19 +0200
  • 0f2a367c36 add git branch to logs FunkyFr3sh 2024-09-01 09:40:46 +0200
  • 7c85e9c494 add preset for Thomas & Friends FunkyFr3sh 2024-08-31 17:00:53 +0200
  • 8e01f4e885 fix git path on VS 2019 FunkyFr3sh 2024-08-31 15:23:45 +0200
  • f3ba703444 add git commit hash to mingw build as well FunkyFr3sh 2024-08-31 14:09:35 +0200
  • 67e4c664f6 fix for last commit FunkyFr3sh 2024-08-31 13:27:09 +0200
  • b5eea287d5 add git commit hash to file version and log FunkyFr3sh 2024-08-31 13:22:29 +0200
  • 7a8db6c189 keep artifact's for 90 days FunkyFr3sh 2024-08-31 11:23:48 +0200
  • 248b62a332 add NULL checks to QueryInterface FunkyFr3sh 2024-08-31 11:12:39 +0200
  • 004951a940 ignore 0 GUID FunkyFr3sh 2024-08-31 10:11:37 +0200
  • cbcbad0be4 bump version FunkyFr3sh 2024-08-31 09:36:51 +0200
  • 1bdc2dc2b2 hook _invoke_watson FunkyFr3sh 2024-08-31 08:09:51 +0200
  • 00bb6254a0 Force access violation in debug build to produce a dmp file for debugging (disables watson) FunkyFr3sh 2024-08-31 07:35:31 +0200
  • 6ad443cfb1 uncomment ReleaseCapture call to prevent cursor issues in windowed mode FunkyFr3sh 2024-08-30 16:02:32 +0200
  • 1b0c518759 add preset for Girl Talk FunkyFr3sh 2024-08-30 12:44:55 +0200
  • f64913b5e6 fix for windowed_hack FunkyFr3sh 2024-08-30 12:37:06 +0200
  • 18f6b1e5ea add preset for Play with the Teletubbies FunkyFr3sh 2024-08-30 12:10:50 +0200
  • e44b04956f add preset for Axis & Allies FunkyFr3sh 2024-08-30 12:06:21 +0200
  • 9565b2b50f make sure we return proper resolution list when using windowed hack FunkyFr3sh 2024-08-30 11:55:43 +0200
  • fc99383f21 lie about SIZEPALETTE and NUMCOLORS in GetDeviceCaps FunkyFr3sh 2024-08-30 10:25:38 +0200
  • 25ef20e711 always create log files next to game exe FunkyFr3sh 2024-08-30 09:04:22 +0200