Commit Graph

34 Commits

Author SHA1 Message Date
d3edf29a80 Add animation capture mode 2024-07-03 00:16:38 +02:00
1d83b0dfa0 Update README.md 2024-04-10 19:45:57 +02:00
41271d5321 Update README.md 2024-02-08 01:22:17 +01:00
4f3f5c594d Some QOL improvements
- Always try to disable `application_rendered_cursor`
- Only disable fullscreen when custom resolution is enabled in mod settings
- Update Message:ShowWrongResolution message
- Update README.md
2024-01-29 16:27:06 +01:00
2b0f6a25f6 Remove travis build status 2023-04-17 11:21:49 +02:00
d8dab5c318 Update README.md 2023-02-25 13:16:09 +01:00
486f8e642d Update README.md 2022-09-06 11:33:42 +02:00
72f8e92412 Prepare for new release
- Add new title image
- Rename tile-limit parameter to blend-tile-limit
- Update README.md
2022-08-12 13:14:18 +02:00
23ca6ac8c3 Fix release not including submodules
- Github checkout action doesn't load submodules by default, enable that
- Update README.md
2022-07-31 20:59:16 +02:00
5884b49518 Prepare for 2.0 release
- Update README.md
- Add "Open stitch directory" button
- Add message box example
- Add example settings
2022-07-30 19:10:48 +02:00
f2e582622e Add LuaNXML library
- Change VSCode lua addon to not ignore submodules
- Add function to read resolutions from Noita config file
2022-07-23 22:36:14 +02:00
David Vogel
cc0c501d7c
Update README.md 2022-05-24 17:06:50 +02:00
David Vogel
f1dd89ad86
Update README.md 2022-05-24 17:01:15 +02:00
51dabd544a Update README.md
#7
2020-11-08 18:43:34 +01:00
6a9c32cd99 Add different capture areas
- "Full" map capture is now "extended" map capture
- Made coordinates align with in-game chunks
- Add images for different capture modes
- Update README.md
- Add AREAS.md
2020-10-20 15:29:28 +02:00
c78a8b56ae Update capture method
- Capture hWnd HDC directly (Window can be behind other windows)
- Update README.md
2020-10-18 00:39:58 +02:00
151d1d88bd Use DoesWorldExistAt() to speed up capturing
- Remove any delays
- Move UI rendering into capture coroutine, so wait(...) can be reduced
- Use wait(0) instead of wait(1) in coroutines
- Use default value of STREAMING_CHUNK_TARGET
- Don't suggest to change framerate to 600 Hz
- Don't suggest to disable mTrailerMode
- Add "Done!" screen
- Update README.md

fixes #1
fixes #5
2020-06-01 22:40:47 +02:00
8cf480dc37 Optimized parameters
- Reduce CAPTURE_DELAY
- Increase STREAMING_CHUNK_TARGET
2020-05-31 18:00:24 +02:00
4252e8fbe6 Update README.md 2020-05-30 19:29:39 +02:00
e1fbda1053 Update README.md 2019-11-04 17:56:09 +01:00
6065c26266 Prevent monitor standby & Update README.md 2019-11-03 23:13:55 +01:00
12ea3f83ae Optimizations
- Update README.md
- GameSetCameraPos(x, y) several time while waiting to get all chunks loaded
- Fix tile output coordinates (Top left corner coordinates instead of center)
- Hide some ui parts by default
2019-11-03 00:58:03 +01:00
8cf46232de Several updates
- Add full map capture mode
- Show error on screen if screencapturing failed
- Add additional frame delay for jumps larger than the grid size
- Show progress for map capture mode
- Tweak streaming chunk target
- Update README.md
2019-11-02 21:37:10 +01:00
c87a4d05d0 Several updates
- Change virtual resolution to 1280x720
- Change virtual to screen pixel ratio to 1:1
- Increase grid size to 420
- Make the mod capture only the window (and only the client area)
- Increase STREAMING_CHUNK_TARGET, so that chunks don't unload after some frames
- Add ingame warnings for wrong settings, and information how to fix these
- Update README.md
2019-11-01 02:40:21 +01:00
638f6223c3 Update README.md 2019-10-26 21:50:43 +02:00
d585468f0b Update README.md 2019-10-26 16:10:39 +02:00
acc863c4b1 Update README.md 2019-10-25 23:22:42 +02:00
4ac74a66d1 RC1 2019-10-25 21:21:30 +02:00
4c6177676d Add parameters and a prompt to the stitcher 2019-10-25 19:45:23 +02:00
91efa7b4ba Stitching improvements
- Add integer downscale parameter
- Output information about the total bounding box
- Build workload chunks in a hilbert spiral to reduce memory consumption
2019-10-24 21:11:23 +02:00
2700cdb05e Update README.md 2019-10-24 03:06:52 +02:00
102f9f337c Update README.md 2019-10-23 04:02:43 +02:00
51d8e803a5 Update README.md 2019-10-23 03:58:44 +02:00
be48a75c25 Add README.md and rename to noita-mapcap 2019-10-18 22:58:20 +02:00