Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-20Merge branch 'master' of https://github.com/TASVideos/fceux into clusterclusterAutomerge Bot
2024-01-20Added memory access functions for JS script interface.harry
2024-01-18Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2024-01-17Added logic to realtime update js global variable viewer.harry
2024-01-17Minor fixes for JS global variable viewer.harry
2024-01-17Added global JS property tree to allow exploring of engine data.harry
2024-01-17Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2024-01-16Build fix for systems without Qt QML installed.harry
2024-01-16Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2024-01-15Qt JS script engine interface in work.harry
2024-01-15Minor refactor of script memory hook interface so that both lua and js ↵harry
script can coexist nicely. Script engines now register themselves with the CPU module for their functions to be called.
2024-01-15Build fix for Qt6.harry
2024-01-15Qt JS engine in work.harry
2024-01-15Qt JS engine in work.harry
2024-01-15Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2024-01-14For Qt GUI, added initial framework for use of the Qt built-in ECMAScript ↵harry
(javascript based) engine. This scripting capability will allow users to load their own custom UI windows (created using Qt Creator tool) in the GUI. This is intended to serve as a the Qt GUI's functional replacement for building GUI elements using IUP in LUA scripts. This is a work in progress.
2023-12-14Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-12-13Changed Qt Win64 1px fullscreen window border to be a configuration option. ↵harry
Doesn't seem to be necessary for all users and maybe not at all anymore. We will see if the QOpenGLWidget issue resurfaces with this setting off. Fixes #514
2023-12-10Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-12-09Merge pull request #676 from negativeExponent/masterAlexey Cluster
Fix handling of roms with prg size below 16K
2023-12-08Fix handling of roms with prg size below 16Knegative
Fix https://github.com/TASEmulators/fceux/issues/675
2023-12-02Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-12-01For Qt GUI, added hot keys for certain emulation speed presets. Presets are: ↵harry
1/4x, 1/2x, Normal 1x, 2x, 4x, 8x, and 16x. These hot keys can be mapped to gamepads using advanced key bindings.
2023-11-25Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-11-24Comment out warning message about debug file not being able to be opened for ↵harry
reading. It is normal for the file to not exist so it seems silly to warn about not being able to open it.
2023-11-19Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-11-18Upgrade appveyor macos build environment to monterey. Also auto build macos ↵harry
app with Qt6.
2023-10-27Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-10-26More mapper 45 fixesAlexey 'Cluster' Avdyukhin
2023-10-26Mapper 45 fixesAlexey 'Cluster' Avdyukhin
2023-10-03Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-10-02Issue #654 fixAlexey 'Cluster' Avdyukhin
2023-10-02Mapper 134 fixAlexey 'Cluster' Avdyukhin
2023-10-02Mapper 134 CHR and PRG masksAlexey 'Cluster' Avdyukhin
2023-09-20Visual Studio 2022 (v143Alexey 'Cluster' Avdyukhin
2023-09-08Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-09-08Added feature macro __FCEU_X86_TSC_ENABLE to enable usage of the X86 TSC.harry
2023-09-08fix build errors from rdtsc (fixes #663)zeromus
2023-08-31Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-08-31Fixed memory leak bug where FCEU_LoadGameSave and FCEU_SaveGameSave ↵harry
functions were not closing out their file handles.
2023-08-29Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-08-28Updated web pages and download links for 2.6.6 release.harry
2023-08-27Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-08-26Fixed pkgconfig libarchive path for MacOSX build.harry
2023-08-26Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-08-25Updated help docs for upcoming 2.6.6 release.harry
2023-08-23Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-08-22Merge pull request #655 from negativeExponent/patch-2Alexey 'Cluster' Avdyukhin
MMC5: Fix PRG in 32K bank switching
2023-08-21Merge branch 'master' of https://github.com/TASVideos/fceux into clusterAutomerge Bot
2023-08-20Added initial web press release notes for version 2.6.6harry