Releases: chreden/trawindowed
v1.9.0
Changes some hotkeys to avoid clashes with the menu hook
Toggle border and center moves from F5/Shift + F5 to F6/Shift + F6
On top moves from F6 to F7
Note: Should be the last release for a while, this activity lately is unprecedented but most things are dealt with now.
What's Changed
Full Changelog: v1.8.0...v1.9.0
v1.8.0
- By default the games will now launch without being always on top. If you really want to you can pass
-ontopto have them be always on top. - Mouse re-capture is handled better when coming back to the window.
What's Changed
- Added -notontop and -mousecaptured params + automatically hide mouse cursor by @camalolo in #25
- Default to not on top and to capturing mouse by @chreden in #30
- Update to version 1.8 by @chreden in #31
New Contributors
Full Changelog: v1.7.0...v1.8.0
v1.7.0
v1.6.0
Two new command line arguments:
-camerafix - use this if the camera points down all the time.
-autocenter - start the window centred on the primary display.
Also a new command Shift + F5 will centre the window on the display the window is currently on.
What's Changed
- Optionally disable GetCursorPos ScreenToClient by @chreden in #23
- Add 'autocenter' mode by @chreden in #27
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
This release adds the common framerates used in runs to the D3D shim so that runners can use them without having to have a monitor that supports them.
What's Changed
Full Changelog: v1.3.0...v.1.4.0
v1.3.0
This release adds the ability to toggle mouse capture and fixes a bug where you get a tiny window when using Mirillis Action! to record your game.
Add the d3d9.dll to your Tomb Raider Anniversary folder in the same place as the game executable.
F5 to toggle a windowed border.
F6 to toggle topmost.
F8 to toggle mouse capture.
What's Changed
- Allow toggling mouse capture and fix Action! tiny windows by @chreden in #13
- Remove output directory accidentally added by @chreden in #14
- Update docs by @chreden in #15
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Add the d3d9.dll to your Tomb Raider Anniversary folder in the same place as the game executable.
You can use F5 to toggle a windowed border.
You can use F6 to toggle topmost.
Thanks @FritzJo for the PR (It was still this year!)
Changes in v1.1.0:
Bug Fixes:
#2 - Get the real D3D9 in a better way
Enhancements:
#7 - Window is always on top