Changes:
- EU_WINDOW_TITLE: 'Entropia Universe' -> 'Entropia Universe Client'
Now matches 'Entropia Universe Client (64-bit) PlanetName' or
'Entropia Universe Client (32-bit) PlanetName'
- EU_PROCESS_NAMES: Removed 'clientloader.exe' (launcher only)
Now only looks for 'entropia.exe' or 'entropiauniverse.exe'
This fixes the issue where the Client Loader was detected instead of the actual game.
Problem: EnumWindows was iterating through ALL windows on system
when EU wasn't running, causing 4.5s blocking delays every 5s.
Changes:
- _find_window_by_title: 100ms timeout, 500 window limit
- _find_window_by_process: 150ms timeout, 300 window limit
- Skip empty window titles (performance)
- Slow down focus detection to 60s when EU not found 3x
This should eliminate the 2s menu + 7s click delays.