Commit Graph

24 Commits

Author SHA1 Message Date
4ac74a66d1 RC1 2019-10-25 21:21:30 +02:00
d5f3390bf1 Actually build 386 executables 2019-10-25 21:10:24 +02:00
ac2e0bff40 Add travis for automatic releases 2019-10-25 21:07:19 +02:00
5f3c55823c Let capturer create output folder 2019-10-25 20:25:41 +02:00
4c6177676d Add parameters and a prompt to the stitcher 2019-10-25 19:45:23 +02:00
b923ee6f51 Update capture script
- Make it possible to free roam before capturing
- Show coordinates (Also while capturing)
- Disable grid updates and some other magic number adjustments
2019-10-25 17:29:52 +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
b53ec0d60b Reduce stitching time
About three times as fast
2019-10-24 03:05:42 +02:00
b11ba98db7 Update stitching program
- Divide workload into chunks
- Add multithreading
- Add console messages
- Add progress bar
- Unload tile images after some time
- Fix median filter
2019-10-24 00:28:22 +02:00
a228b00815 Fix empty screenshots & add DLL 2019-10-23 20:04:36 +02:00
1a4700eba3 Make it possible to resume the capture process 2019-10-23 20:03:03 +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
801fb10f81 Basic stitching functionality
- Median filtering
2019-10-23 03:28:37 +02:00
117054bdf5 Reduce UI clutter
- Don't create perk icons
- Reduce health
- Adjust capture grid size
2019-10-23 03:25:38 +02:00
607b16e5d2 Update for newest noita
- Disable sandbox limitations
- Refactor some code, clean it up
- Make coroutines work inside the mod
2019-10-22 22:48:43 +02:00
dbcab2ffc6 Start work on tile stitcher 2019-10-21 02:07:39 +02:00
f4db31f7e1 Cleanup 2019-10-20 16:32:48 +02:00
99ad91e67c Several changes
- Don't change effects, as it's not needed anymore
- Add capture library to be loaded by lua (go and PureBasic)
- Modify pixel size, to nicely fit into FullHD
- Move camera instead of player
- Add capturing routine
- Round position to fit into grid, and also render the world pixel perfect
- Add util/helper functions
2019-10-20 16:28:17 +02:00
be48a75c25 Add README.md and rename to noita-mapcap 2019-10-18 22:58:20 +02:00
2cff546c9c Add gitignore 2019-10-18 22:45:20 +02:00
9b52f9e410 Implement spiral movement
Also:
- Disable polymorphing, teleportation
- Decrease camera smoothing
- Disable infuence of the mouse on the camera
- Disable parallax effect
- Add some useful effects to player
- Increase player HP
2019-10-18 22:35:51 +02:00
5af54b9289 Initial commit 2019-10-18 16:14:06 +02:00