Hello!
We completed implementation of Battle for Naboo microcode! Details:
https://www.indiegogo.com/projects/indiana-j-infernal-machine-high-level-emulation#/updates/all
The final alpha build sent to all patrons. Both Indiana and Naboo should be fully playable in HLE. You should get email with download link.
2018-05-17 11:24:39 +0000 UTC
View Post
Hello:
I implemented Overscan feature. It allows user to completly remove black borders around the image.
Read my blog article for details: https://gliden64.blogspot.ru/2018/05/overscan.html
Beta version with zilmar-spec build is sent to all patrons with "early access" perk.
2018-05-06 04:33:53 +0000 UTC
View Post
Hello!
Time to monthly change log:
* Logan McNaughton ported some advanced features to GL ES. For example, depth based fog in Beetle Adventure Racing should run on recent GPU with GLES 3.X. This fix is available in latest
Mupen64Plus FZ for Android.
* Logan McNaughton rewrote N64 Depth Compare feature. I wrote that feature long ago to support special depth compare modes, which have no direct analogues on PC hardware. It helps to correctly emulate many games, but h...
2018-04-30 11:09:39 +0000 UTC
View Post
Hello! Traditional monthly changelog:
* Fixed an old bug with load of texture tiles, which are larger than actual texture in TMEM. This bug was inherited yet from glN64 :( It caused various mysteriously looking texture issues, see https://github.com/gonetz/GLideN64/issues/1716 for example. Another old issue fixed as well: 2018-03-31 06:50:13 +0000 UTC
View Post
Hello! What is done in February:
* Very big news: Gilles Siberlin completed HLE implementation of microcode for World Driver Championship and Stunt Racer 64. Both games look great and work fast. Great work, Gilles!
* Logan McNaughton fixed flickering in Gauntlet Legends.
* Logan McNaughton added option to use triple buffering in async copy mode. This should fix all performance problems with copy data from video memory.
* Logan also cleaned texture caching code and fixed performance i...
2018-03-03 09:50:23 +0000 UTC
View Post
Hello!
The list of changes for previous month is rather short. I'm working in a new company since the beginning of 2018. I need to learn a lot of things on my new work and I have no free time during the week. However, some tasks have been done on weekends:
* Fixed texture filtering when mip-mapping is off. It is not recommended to disable mip-mapping emulation, but if you want to do it for some reason you can do it again.
* Fixed rendering in widescreen resolutions when fra...
2018-02-11 13:39:22 +0000 UTC
View Post
New Public Release is here.
Happy New Year!
2017-12-29 08:13:22 +0000 UTC
View Post
Hello,
The list of changes made in December is rather short due to changes in my life and because of preparations to next Public Release. This month I worked mostly on bug fixes:
* Fixed texture filtering on GL ES 3.X GPUs, thanks to Francisco Zurita.
* Optimized texture fetching code in shaders.
* Fixed bug in checksum calculation for 32bit RGBA textures.
* Fixed work of enhanced textures cache.
* Fixed issues in Acclaim point lighting.
* Other minor cod...
2017-12-28 05:33:16 +0000 UTC
View Post
Hello,
The list of changes made in November:
* Fixed depth issues with Quake and Quake II
* Rewrite use of "primitive depth" in fragment shaders. Fixed player's shadow in Tony Hawk's Pro Skater 2
* Fixed issues with blender mode in Tony Hawk's Pro Skater 2
* Fixed issue with hardware per-pixel lighting.
* Fixed flicker in Pokemon Snap borders
* Major fixes in FBInfo code. FBInfo feature allows emulator to help graphics plugin to detect modificati...
2017-11-27 04:09:52 +0000 UTC
View Post
Hello,
The list of changes made in period September 30 - November 5:
* Added support for Visual Studio 2015. Building for Windows made as simple as possible, see https://github.com/gonetz/GLideN64/wiki/Build-From-Source-(Windows).
* Fixed issue in mip-map textures load. That fixes regression in Star Wars Shadows of Empire.
* Fixed issues with sprite coordina...
2017-11-05 16:31:54 +0000 UTC
View Post
Hello,
Zelda MM point lighting and other fixes are pushed to master branch and now publicly available for download. There are still some regression issues in the code, and I'm focusing on bug fixes right now.
2017-10-08 15:32:49 +0000 UTC
View Post
Today I fixed bug with lighting, which infiltrated in code ten months ago. The bug described here: https://github.com/gonetz/GLideN64/issues/1417
It spoiled lighting in many games including Zelda MM.
Now, when this bug is fixed, and when point lighting correctly implemented Zelda MM should have no more lighting issues.
2017-09-20 16:49:31 +0000 UTC
View Post
I explained (or at least made an attempt to explain) how recent F-Zero fixes work. Read my article on gliden64.blogspot.ru.
2017-09-11 10:14:33 +0000 UTC
View Post
After successful implementation of microcode for Star Wars - Rogue Squadron, olivieryuyu and me are continuing to work on High Level Emulation issues. olivieryuyu decoded the method used by F-Zero microcode to add "reflections" on cars in game. It was missing in HLE mode until now. "Reflections" are in quotes because it is not actually a reflection. I'll explain it in my blog: http://gliden64.blogspot.ru.
Another f...
2017-09-10 08:56:47 +0000 UTC
View Post