File NooDS.changes of Package NooDS
-------------------------------------------------------------------
Wed Mar 12 14:58:15 UTC 2025 - Jannik Seiler <seil0@mosad.xyz>
- update to latest git20250312
* Optimize 3D commands by batching them
* Flesh out DLDI driver patching
* Add CP15 register for compatibility with new libnds
* Add a basic "DSi" mode for homebrew like SM64DSi
* Improve vertical window handling
* Add some custom aspect ratio options
* Make it optional to keep ROM in RAM
* Change the accessibility of certain settings
* Fix high-res 3D precision artifacts
* Fix some minor issues with cheats
* Fix state crash due to polygons using pointers
* Implement an Action Replay cheat backend
* Add an option to split screens across windows
* Fix packets not being padded to a multiple of 4
* Add an upscaled filter option
* Implement basic state saving and loading
-------------------------------------------------------------------
Thu Jan 18 17:37:00 UTC 2024 - Jannik Seiler <seil0@mosad.xyz>
- update to latest git20240118
* Fix DS/GBA communication when using HLE BIOS
* Fix DLDI address overflow
* Rework scheduler to avoid passing function pointers
* Implement GBA HLE BIOS
* Support 3D viewport changes mid-frame
* Big interpreter cleanup
* Add a new position screen layout option
-------------------------------------------------------------------
Tue Jan 3 10:44:30 UTC 2023 - Jannik Seiler <seil0@mosad.xyz>
- update to latest git20230103
* Polish high-res 3D blending
* Fix 3D upscaling when brightness blending with 0
* Prevent DMAs from accessing TCM, Fixes Picross DS
-------------------------------------------------------------------
Tue Sep 27 14:47:03 UTC 2022 - Jannik Seiler <seil0@mosad.xyz>
- update to latest git20220927
* Add a WIP software 3D upscaling option
* Handle ARM9 LDM writeback the same as ARM7 in THUMB mode
-------------------------------------------------------------------
Sat Jul 23 10:10:47 UTC 2022 - Jannik Seiler <seil0@mosad.xyz>
- update to git20220723
* Handle invalid window coordinates accurately. Fixes the Treecko
text box in Pokemon Emerald.
* Implement basic vertical mosaic
* Handle DS cartridge address wrapping. Fixes anti-piracy checks in
Pokemon Black/White 2 and Conquest.
* Rewrite RTC and implement it for GBA. Fixes #103 and closes #101.
- run spec-cleaner
-------------------------------------------------------------------
Thu Jun 2 16:44:24 UTC 2022 - Jannik Seiler <seil0@mosad.xyz>
- initial packaging