Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Provenance EMU

Develops open source vintage video game console emulators for iOS & tvOS.
Collective - Host: opensource - https://opencollective.com/provenanceemu - Website: https://provenance-emu.com - Code: https://github.com/Provenance-Emu

Hide keyboard on search field clear

github.com/Provenance-Emu/Provenance - a193916324c6c8807bc67cde8acca50041eb8cf9 authored over 9 years ago by James Addyman <[email protected]>
Version bump

github.com/Provenance-Emu/Provenance - 50a6826576b9678b2e6211330f147a37666d490e authored over 9 years ago by James Addyman <[email protected]>
Migrate from old library to new library

github.com/Provenance-Emu/Provenance - 1129f0cc589ad84e518818beb8e66c8bfb11dd46 authored over 9 years ago by James Addyman <[email protected]>
Search ROMs :D

github.com/Provenance-Emu/Provenance - 41bff15dd58c429f2dfab0569786f76af6b9590e authored over 9 years ago by James Addyman <[email protected]>
Complete conflicts support

github.com/Provenance-Emu/Provenance - bdc49d84fff1a53054884a1846e378fb96a916e0 authored over 9 years ago by James Addyman <[email protected]>
Fix cue sheet loading for CD based games

github.com/Provenance-Emu/Provenance - 2a490ee96e3442f595d2703237fcfbeac8d3fa31 authored over 9 years ago by James Addyman <[email protected]>
CD ROM handling, partial conflicts support

Conflicts needs logic to handle refreshing the conflicts list after resolving one.

github.com/Provenance-Emu/Provenance - 5f963a00bcfc7c8ddd4eee5c853bdad715904b84 authored over 9 years ago by James Addyman <[email protected]>
Improvements

- Better HUD feedback, during extraction.
- Reload individual cells after rename, artwork change...

github.com/Provenance-Emu/Provenance - 0b8e2920682336b5bd7f312b1a1dc934db67a6d2 authored over 9 years ago by James Addyman <[email protected]>
Improvments to extractions and imports

- Improved import code, fixed a bug where importing a group of files would only import the last ...

github.com/Provenance-Emu/Provenance - 90e12fab38dcb29c8c563e18ba83d97fb4e93a52 authored over 9 years ago by James Addyman <[email protected]>
Fix a bug when importing a group of files where one fails to copy

github.com/Provenance-Emu/Provenance - 22b62a73d0ef4b646b5f68ddeb2c3ab8e0592664 authored over 9 years ago by James Addyman <[email protected]>
better file watching

github.com/Provenance-Emu/Provenance - 0f7b9e2889528c4a33ecebdd44621eb798ed4bf4 authored over 9 years ago by James Addyman <[email protected]>
Good progress today

Better import code, better serial processing, better memory usage etc.
Open In... appears to be ...

github.com/Provenance-Emu/Provenance - a840dba04fe713658d93dce6eb45c86699af0b16 authored over 9 years ago by James Addyman <[email protected]>
Some progress

Replace zipkit with SSZipArchive for in-place unzipping and efficient memory usage.
Re-worked in...

github.com/Provenance-Emu/Provenance - 1868e32080aa8d94cb6f551095eaa74cb54b32c2 authored over 9 years ago by James Addyman <[email protected]>
more progress towards rewrite

github.com/Provenance-Emu/Provenance - 8e43ac533766a80b0b9c0ab7b92bed54fbc25f8f authored over 9 years ago by James Addyman <[email protected]>
Remove noisy logging

github.com/Provenance-Emu/Provenance - 7a2bc8282cd0f2c9653dce503ae0f66ba8784fc7 authored over 9 years ago by James Addyman <[email protected]>
Finally got somewhere

- Replaced Core Data with Realm (http://realm.io) for easier multi-threaded database access.
- G...

github.com/Provenance-Emu/Provenance - f155d21c1e2c79abe318d96eb2613d7fe61e5c93 authored over 9 years ago by James Addyman <[email protected]>
Scan for CD based roms and handle them

github.com/Provenance-Emu/Provenance - 4f274aa65ae43aedc398c4aaf42aa345e82c948f authored over 9 years ago by James Addyman <[email protected]>
Made a start on PVGameImporter

- Basic methods for determining which system should be used for a given rom.
- Basic structure f...

github.com/Provenance-Emu/Provenance - efee2698d7b7581a4955c68e3e954fac45b39517 authored over 9 years ago by James Addyman <[email protected]>
Forgot to add the GBC controller view (crashes without it)

github.com/Provenance-Emu/Provenance - c39ea666b987ba3d0dd4766683ab93e90a3641c2 authored over 9 years ago by James Addyman <[email protected]>
Fix artwork not loading after manual refresh or emptying image cache

Also, allow user interaction while refreshing

github.com/Provenance-Emu/Provenance - 93c9019c001f13a95d7ed26342c60ab838d1ec57 authored over 9 years ago by James Addyman <[email protected]>
Added label to settings indicating the build mode

Easily tell if running in DEBUG or RELEASE mode (to diagnose performance issues)

github.com/Provenance-Emu/Provenance - 6cdae3f712269f52d74d5d8ab9f4af280013b7d6 authored over 9 years ago by James Addyman <[email protected]>
Fix issue when importing zipped roms.

github.com/Provenance-Emu/Provenance - 340643896b21005c4e344596c98fd3f6a3f4cdf4 authored over 9 years ago by James Addyman <[email protected]>
Improve rom import/delete management

github.com/Provenance-Emu/Provenance - 037eeaf8e7ba2453a2dc2fd9f4be00ec7f54d7e2 authored over 9 years ago by James Addyman <[email protected]>
Use background managed object contexts

github.com/Provenance-Emu/Provenance - 42a03100fdeedf420555fdcaf23a753359960729 authored over 9 years ago by James Addyman <[email protected]>
attempt to prevent race conditions with fetching from core data

github.com/Provenance-Emu/Provenance - c777a2376233325044c71eceaffbc7bcb263680c authored over 9 years ago by James Addyman <[email protected]>
Fix a crash caused by a race condition when deleting a rom.

Deleting a rom causes the library to refresh, but the core data store was being updated at the s...

github.com/Provenance-Emu/Provenance - 3c7c502ec9b040878265b21b781e057d9a63182f authored over 9 years ago by James Addyman <[email protected]>
Added progress view while refreshing library

Fixed some bugs surrounding refresh, like preventing the case where a user may initiate the refr...

github.com/Provenance-Emu/Provenance - 3f56e5b5482edc1da95690f85dd0b3c1a61dac8e authored over 9 years ago by James Addyman <[email protected]>
Attempt to solve jitteryness when scrolling the library

github.com/Provenance-Emu/Provenance - 555e117b6ef838e6f228338dcd1057cca5d9dcab authored over 9 years ago by James Addyman <[email protected]>
Much improved game lookup

Provenance will first try to look a ROM up by its MD5 hash. If that fails it will try the ROM's ...

github.com/Provenance-Emu/Provenance - 5bf59491e3b5de0718692b460deb8c09446b9733 authored over 9 years ago by James Addyman <[email protected]>
Fix AdHoc config for archiving

github.com/Provenance-Emu/Provenance - 2f0fb08e9a2fadfa786065fd6716ae214356152f authored almost 10 years ago by James Addyman <[email protected]>
Update readme

github.com/Provenance-Emu/Provenance - 80e69affc76647eef1fb2d3afef6091f34109917 authored almost 10 years ago by James Addyman <[email protected]>
NES Support

github.com/Provenance-Emu/Provenance - e08ffdbcb827474124d1140c2860fde4dc36c9a7 authored almost 10 years ago by James Addyman <[email protected]>
Update version

github.com/Provenance-Emu/Provenance - 9ac3e542b33b6fcf0e9d4fc389085f8317040698 authored almost 10 years ago by James Addyman <[email protected]>
Tidy Up

Add gbc as gameboy supported extension

github.com/Provenance-Emu/Provenance - 303027f087f476caafd7dde8f80017bf3d962b7e authored almost 10 years ago by James Addyman <[email protected]>
Update readme

github.com/Provenance-Emu/Provenance - cfff2d9dd81b66398e32b0e0c9a8df7cc85d233a authored almost 10 years ago by James Addyman <[email protected]>
Gameboy/Gameboy Color support

github.com/Provenance-Emu/Provenance - ed0dc45ca59ea86d7a35522b45610a291a6c5d9d authored almost 10 years ago by James Addyman <[email protected]>
GBA Support finished

github.com/Provenance-Emu/Provenance - c78b82ef3d36d3d6d002b712705fc166b2f6650b authored almost 10 years ago by James Addyman <[email protected]>
Started implementing GBA core

Renders on screen - controller is stubbed, but needs implementing.

github.com/Provenance-Emu/Provenance - de87443c6881ee69f2d4353f9fd9738f6cfa6f58 authored almost 10 years ago by James Addyman <[email protected]>
Project Cleanup

Remove references to old lib names and search paths,
Fix a variable name conflict.

github.com/Provenance-Emu/Provenance - fe6f78635c5658a585e1550597ca3ac668339775 authored almost 10 years ago by James Addyman <[email protected]>
Improved controller support

Standard layout game pads should now be supported alongside extended layout gamepads.

The SNES ...

github.com/Provenance-Emu/Provenance - 6acda6172f25d37393d90a11e637268cb4838e84 authored almost 10 years ago by James Addyman <[email protected]>
Fix Genesis dpad size

Somehow the genesis DPad size got set to 140x140 - set it back to 180x180.

Resizable controls w...

github.com/Provenance-Emu/Provenance - c646891e76e1a479c002a99f03de4eb16b8a6df7 authored almost 10 years ago by James Addyman <[email protected]>
Fixed control reset positioning

github.com/Provenance-Emu/Provenance - 77693da19b879b2b549d5eeaffa4da7c6494034d authored almost 10 years ago by James Addyman <[email protected]>
Added vibration on buttons and bug fixes

Added a setting to enable/disable vibration when buttons are pressed. "Vibration on button press...

github.com/Provenance-Emu/Provenance - d73b482ba89528d2175e039b38afbda1e48a7254 authored almost 10 years ago by James Addyman <[email protected]>
Bump version and add a version field to the settings view

github.com/Provenance-Emu/Provenance - ed075ef9452c095e59b15d930faf1b8ef04366ec authored almost 10 years ago by James Addyman <[email protected]>
Optimised Button Presses

Moved property access that was causing KVO to fire to after sending the delegate call for the bu...

github.com/Provenance-Emu/Provenance - 4567cacb7484c6c196b5a352bdab46cef1551137 authored almost 10 years ago by James Addyman <[email protected]>
Controller improvements

Added 6 button configuration for Mega Drive games
Added Pause button for Master System games.

github.com/Provenance-Emu/Provenance - 5e37afee63d6d0d378be80dac9903333d34cf4a3 authored almost 10 years ago by James Addyman <[email protected]>
Version bump

github.com/Provenance-Emu/Provenance - 2a6427ecd7639278261912c8e07a7e0324c387f1 authored about 10 years ago by James Addyman <[email protected]>
Bug fixes

- Some necessary refactoring work needed before I can start work on resizable controls
- Fixed o...

github.com/Provenance-Emu/Provenance - 6cd0ae531a22fdaadfda707f8fd1647164787250 authored about 10 years ago by James Addyman <[email protected]>
Fixed the SNES flickering thanks to @lmmenge

Uses aleternating graphics buffers to avoid premature reading of the graphics buffer while rende...

github.com/Provenance-Emu/Provenance - dd65f75d9d657e2ae215b4d2e4cc0cb7289215f3 authored about 10 years ago by James Addyman <[email protected]>
bump version

github.com/Provenance-Emu/Provenance - 512b9a714bc73c6e5d9663602e196249514128a1 authored about 10 years ago by James Addyman <[email protected]>
Fix a logic error that causes the game library to be rebuilt from scratch every launch.

github.com/Provenance-Emu/Provenance - 104ee4e81b3ba288b29c74aecbba1d1f93ccfe21 authored about 10 years ago by James Addyman <[email protected]>
Check for new ROMs on launch, don't delete archives _until after_ we've extracted them... doh.

github.com/Provenance-Emu/Provenance - 10f860b4868e556b6668bc1d554f5fac458f3491 authored about 10 years ago by James Addyman <[email protected]>
Updated the SNES core to improve the timings for audio and video, but it doesn't seem to have helped with the flickering...

github.com/Provenance-Emu/Provenance - 9fb2ad9b4e5d2cb7d4c99dedfe5ef2d648a78f52 authored about 10 years ago by James Addyman <[email protected]>
Initial support for Sega CD (Mega CD).

Known issues:
- Sega CD requires a BIOS file
- Sega CD game music appears to be separate to rom

github.com/Provenance-Emu/Provenance - 7e073d205ee99b9dcd5778412f5edaecaf9556a0 authored about 10 years ago by James Addyman <[email protected]>
Fix @2x icons

github.com/Provenance-Emu/Provenance - 07ec3206e3d1bff85fede4c29eb8a5f78653ce5a authored about 10 years ago by James Addyman <[email protected]>
Master system support

Also, fix a possible crasher if is the emulator screen rect ever returns 0

github.com/Provenance-Emu/Provenance - 184568468214a99c89679552db8ba662f88fd0c5 authored about 10 years ago by James Addyman <[email protected]>
Update readme

github.com/Provenance-Emu/Provenance - 9d1eaa7b03921bfbd7424e149ecf678fd3d45c4c authored about 10 years ago by James Addyman <[email protected]>
Fix controller for game gear (oops)

github.com/Provenance-Emu/Provenance - 810ef9b2e654ddc14bbacb7c64527206b5095ee7 authored about 10 years ago by James Addyman <[email protected]>
Game Gear support

github.com/Provenance-Emu/Provenance - cfc193b89312880bbdf1994846b99860efe5c376 authored about 10 years ago by James Addyman <[email protected]>
Remove obsolete icons

github.com/Provenance-Emu/Provenance - 45789bece409b689ed68d8c0d380a804bd5516e5 authored about 10 years ago by James Addyman <[email protected]>
PDF-vector assets instead of bitmaps, yay

github.com/Provenance-Emu/Provenance - 053f0e769a47bdba6e53dc5f484a935daf9d8501 authored about 10 years ago by James Addyman <[email protected]>
Minor improvements to controller opacity setting

github.com/Provenance-Emu/Provenance - 4bbfc951d7c9a79a8123683fbda3c167fa4b8df8 authored about 10 years ago by James Addyman <[email protected]>
New icons and launch images

Now requires iOS 8

github.com/Provenance-Emu/Provenance - 3e51cf56c6c841ec19d44e6f9559749821d90338 authored about 10 years ago by James Addyman <[email protected]>
Minor fixes.

github.com/Provenance-Emu/Provenance - d1e7af79f301cddd7cbd39f26fc743ae34935ad2 authored about 10 years ago by James Addyman <[email protected]>
Updating screenshot links

github.com/Provenance-Emu/Provenance - 97e63b1f603cc75fb3677bfd9db7507c5adf9c57 authored about 10 years ago by James Addyman <[email protected]>
Update screenshot links

github.com/Provenance-Emu/Provenance - 029daebf4bc981df592891a9f9cb30da0272a1a3 authored about 10 years ago by James Addyman <[email protected]>
Fix issue #30 and clean up unused images

Issue #30 (App crashes with uppercase file extensions)
Remove unused image assets

github.com/Provenance-Emu/Provenance - e78bc3d871544ae6afa7fef9703c109434af9a94 authored about 10 years ago by James Addyman <[email protected]>
Remove links to CoolRom

github.com/Provenance-Emu/Provenance - d2c1b5fedf8bd5d06b31615f68bfda93cccd6013 authored about 10 years ago by James Addyman <[email protected]>
More fixes for iphone 6 & 6+

- Increase optimisation level for snes core (prevents weird timing issues with rendering)
- Fix ...

github.com/Provenance-Emu/Provenance - 6fc15e3bf7536586b5e304edd3f3d073bd5b4230 authored over 10 years ago by James Addyman <[email protected]>
Update OpenVGDB

github.com/Provenance-Emu/Provenance - 3d261db0f92177e71cc95823083df3dfbb737600 authored over 10 years ago by James Addyman <[email protected]>
Updates for iPhone 6 and 6+

- Use Asset Catalogues for launch images and app icons
- Fix emulation view sizing for iOS 8

github.com/Provenance-Emu/Provenance - c5ff156aa4957c564e92123dd518c56fef5322f7 authored over 10 years ago by James Addyman <[email protected]>
Use a blurred view overlay when editing controls

github.com/Provenance-Emu/Provenance - fb1ea2555436fd247ca4c89fbf3437a9670659f5 authored over 10 years ago by James Addyman <[email protected]>
Gamepad support for SNES core

Still needs a more generalised implementation, and only works fully with the extended gamepad la...

github.com/Provenance-Emu/Provenance - 9d5663203f5a33c872754fc6e7c97d0f80b7c4c2 authored over 10 years ago by James Addyman <[email protected]>
Independant controller repositioning

- Fixed different systems controllers being positioned incorrectly after customising the positio...

github.com/Provenance-Emu/Provenance - 486d49c20df7a15a5779e0eed7422fb716fcf55e authored over 10 years ago by James Addyman <[email protected]>
Update README.mdown

github.com/Provenance-Emu/Provenance - d293859fd406c426f564550a52c19bcc18431f72 authored over 10 years ago by James Addyman <[email protected]>
Update README.mdown

github.com/Provenance-Emu/Provenance - 60625ea477fea4162008557a09c5b46bd515d4eb authored over 10 years ago by James Addyman <[email protected]>
Codesigning and AdHoc config

github.com/Provenance-Emu/Provenance - 8517631b728db06161152f513bd5c8242524a307 authored over 10 years ago by James Addyman <[email protected]>
Fixed SNES support!!

(-‸ლ) was my own dumb fault for missing a few compiler flags. Been trying to figure this out for...

github.com/Provenance-Emu/Provenance - 4d317b0218fb2163778a0331271bf46d15e75bda authored over 10 years ago by James Addyman <[email protected]>
New game info and artwork syncing with OpenVGDB

github.com/Provenance-Emu/Provenance - b8c2ad62e8d145bf564ba31e12c3ac9265ad23a0 authored over 10 years ago by James Addyman <[email protected]>
Update text for adding roms to the library

github.com/Provenance-Emu/Provenance - f8595fb00013bfa456c6c7c1dd57f8e2e849451f authored almost 11 years ago by James Addyman <[email protected]>
Fix crash when pressing buttons on the game controller after exiting a game

github.com/Provenance-Emu/Provenance - a0607688202b601fe427a5238b7687cfb2d11336 authored about 11 years ago by James Addyman <[email protected]>
Controller support

github.com/Provenance-Emu/Provenance - fe40f2b46b1d789cab92edcb6f4954a177fea7c1 authored about 11 years ago by James Addyman <[email protected]>
Use values from core when rendering GL

github.com/Provenance-Emu/Provenance - 81c5cf3a6d69b10744eba5168f6897f9509ecc6e authored about 11 years ago by James Addyman <[email protected]>
64-bit support

github.com/Provenance-Emu/Provenance - c81d011956c5325b7c1a97887f97aa6e1ec8b3e3 authored about 11 years ago by James Addyman <[email protected]>
Add the workspace files

github.com/Provenance-Emu/Provenance - 2f378e4093cd44b05d166a554bb284f745b6d390 authored about 11 years ago by James Addyman <[email protected]>
Refactored the project structure with modular emulator cores.

Each core now has its own project so that compilation won't trip up over itself when different c...

github.com/Provenance-Emu/Provenance - b2c9230449e0d69a44d97a261f46b83f3831be89 authored about 11 years ago by James Addyman <[email protected]>
Update README.mdown

github.com/Provenance-Emu/Provenance - 07bc8d38c80e0da3764d51ada038ef98dcda5a30 authored over 11 years ago by James Addyman <[email protected]>
Update README.mdown

github.com/Provenance-Emu/Provenance - 9b85aa5fbc96bc75ed1592866a31c1fb9daf8b04 authored over 11 years ago by James Addyman <[email protected]>
updated screenshots

github.com/Provenance-Emu/Provenance - 7d2753a0bd0d99830a0b4f1d5a3edb2bbc414449 authored over 11 years ago by James Addyman <[email protected]>
Update read me info

github.com/Provenance-Emu/Provenance - 1ac07e57330a00b8672f2fda02daeea55d3402bd authored over 11 years ago by James Addyman <[email protected]>
Removed warning suppressors

github.com/Provenance-Emu/Provenance - 340bc9722a8a5074aa494e3713b1e07555f06d68 authored over 11 years ago by James Addyman <[email protected]>
Fix view sizing when starting a game from landscape mode

github.com/Provenance-Emu/Provenance - 26f496eca5d648d05054cbfb377976d3301260c7 authored over 11 years ago by James Addyman <[email protected]>
calculate size for the GL view maintaining aspect ratio, rather than hard coding sizes

github.com/Provenance-Emu/Provenance - 83c9567de01746776581429cf77a68ffc291799a authored over 11 years ago by James Addyman <[email protected]>
Hide status bar during launch

github.com/Provenance-Emu/Provenance - ae95d87f1c65e986c1cc78c4c945918c52bc1b03 authored over 11 years ago by James Addyman <[email protected]>
Some tidying up of the section headers and missing game artwork cells

github.com/Provenance-Emu/Provenance - 2b8cfc950d71d2ae8c08e15ae380c313e4e6dd4e authored over 11 years ago by James Addyman <[email protected]>
Added sections to game library to separate consoles

github.com/Provenance-Emu/Provenance - 97bd82667b458344ec0b89048d1ec0208be1f0c2 authored over 11 years ago by James Addyman <[email protected]>
Fix infinite loop caused by emptying the cache, games with custom art would try to lookup using the cache hash and fail, but never setting the artwork to nil, so it would just lookup again using the same cache hash.

github.com/Provenance-Emu/Provenance - efc753c5d1373a49fd489abd812ee4f7be2fe997 authored over 11 years ago by James Addyman <[email protected]>
better modal transition

github.com/Provenance-Emu/Provenance - ca0ebf8ef34c63c458d6794b5b61b8557bf6fc47 authored over 11 years ago by James Addyman <[email protected]>