Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some functions moved to LcdControllerHEADorigin/masterorigin/HEADmaster | Gabriel Rodrigues Couto | 2016-07-02 | 6 | -281/+249 |
* | Merge pull request #45 from hasegawa-tomoki/fix-error-handler-for-php7 | Gabriel Rodrigues Couto | 2016-07-02 | 1 | -1/+1 |
|\ | |||||
| * | Update boot.php | HASEGAWA Tomoki | 2016-05-05 | 1 | -1/+1 |
| * | Use global namespace for consistency. | HASEGAWA Tomoki | 2016-05-03 | 1 | -2/+2 |
| * | PHP7 wants Throwable for 1st parameter of set_exception_handler's closure. | HASEGAWA Tomoki | 2016-04-29 | 1 | -1/+1 |
* | | Merge pull request #44 from hasegawa-tomoki/fix-class-not-found | Gabriel Rodrigues Couto | 2016-05-01 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | Fix "class RuntimeException not found". | HASEGAWA Tomoki | 2016-04-29 | 1 | -4/+4 |
|/ | |||||
* | Updated TO-DO list on README | Gabriel Rodrigues Couto | 2016-03-04 | 1 | -2/+2 |
* | Code standard correction | Gabriel Rodrigues Couto | 2016-03-03 | 1 | -31/+25 |
* | Settings refactored | Gabriel Rodrigues Couto | 2016-03-03 | 4 | -80/+53 |
* | Memory Writer refactored. | Gabriel Rodrigues Couto | 2016-03-03 | 1 | -499/+426 |
* | Memory Reader refactored | Gabriel Rodrigues Couto | 2016-03-03 | 3 | -866/+753 |
* | FPS gain - Working around 20 FPS on PHP 7 | Gabriel Rodrigues Couto | 2016-03-02 | 3 | -52/+98 |
* | Merge pull request #41 from ikari7789/refactor-opcode | Gabriel Rodrigues Couto | 2016-02-29 | 4 | -3114/+6686 |
|\ | |||||
| * | Updated Opcode to use hard functions instead of an array of functions. | Andrew Miller | 2016-02-29 | 4 | -3114/+6686 |
|/ | |||||
* | Merge pull request #39 from diegocpires/master | Gabriel Rodrigues Couto | 2016-02-26 | 1 | -1/+1 |
|\ | |||||
| * | Update Keyboard.php | Diego Pires | 2016-02-26 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #37 from reisraff/master | Gabriel Rodrigues Couto | 2016-02-25 | 3 | -16/+26 |
|\ | |||||
| * | bin/build improvement packing only necessary files | Rafael Reis | 2016-02-25 | 3 | -16/+26 |
* | | Merge pull request #38 from reisraff/fix_readme | Gabriel Rodrigues Couto | 2016-02-25 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Small fix in README.md | Rafael Reis | 2016-02-25 | 1 | -1/+1 |
|/ | |||||
* | Added PHAR | Gabriel Rodrigues Couto | 2016-02-25 | 3 | -2/+15 |
* | Merge pull request #29 from reisraff/master | Gabriel Rodrigues Couto | 2016-02-25 | 3 | -3/+129 |
|\ | |||||
| * | Adding build script to create php-gameboy-phar | Rafael Reis | 2016-02-24 | 3 | -3/+129 |
* | | Merge pull request #26 from mauri870/master | Gabriel Rodrigues Couto | 2016-02-25 | 3 | -6/+33 |
|\ \ | |||||
| * | | Update instructions for local usage | Mauri de Souza Nunes | 2016-02-25 | 3 | -6/+33 |
| |/ | |||||
* | | Removed some audio instructions | Gabriel Rodrigues Couto | 2016-02-25 | 2 | -82/+6 |
* | | Spaces correction | Gabriel Rodrigues Couto | 2016-02-25 | 2 | -4/+6 |
* | | Created a class for LCD Controller | Gabriel Rodrigues Couto | 2016-02-24 | 2 | -133/+125 |
* | | Merge pull request #28 from henriquemoody/concat0.1.0 | Gabriel Rodrigues Couto | 2016-02-24 | 1 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | Fix typo when concatenating string | Henrique Moody | 2016-02-24 | 1 | -5/+5 |
|/ | |||||
* | Added Tests section | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -0/+1 |
* | Merge pull request #24 from reisraff/master | Gabriel Rodrigues Couto | 2016-02-23 | 2 | -0/+21 |
|\ | |||||
| * | Adding travis.yml | Rafael Reis | 2016-02-23 | 2 | -0/+21 |
* | | Better shield for packagist | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -1/+1 |
* | | Updated README | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -1/+1 |
* | | Added Packagist shield | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -0/+4 |
* | | Merge pull request #23 from reisraff/master | Gabriel Rodrigues Couto | 2016-02-23 | 9 | -51/+209 |
|\ \ | |/ | |||||
| * | Adding common checks, and fixing some PSR-2 errors | Rafael Reis | 2016-02-23 | 9 | -51/+209 |
|/ | |||||
* | Merge pull request #22 from renemoraes/feature/legal-stuff | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -0/+8 |
|\ | |||||
| * | Legal stuff v1 | René Moraes | 2016-02-23 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #20 from henriquemoody/buffer | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -3/+18 |
|\ | |||||
| * | Move cursor to the top after show the fist frame | Henrique Moody | 2016-02-23 | 1 | -3/+18 |
* | | Merge pull request #19 from henriquemoody/coding_standards | Gabriel Rodrigues Couto | 2016-02-23 | 9 | -170/+187 |
|\ \ | |||||
| * | | Run PHP-CS-Fixer on codebase | Henrique Moody | 2016-02-23 | 9 | -170/+187 |
| |/ | |||||
* | | Merge pull request #18 from henriquemoody/xdebug | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -0/+6 |
|\ \ | |||||
| * | | Create a warning when Xdebug is enabled | Henrique Moody | 2016-02-23 | 1 | -0/+6 |
| |/ | |||||
* | | Updated Image Link - Dropbox is blocking for too much traffic \o/ | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #16 from henriquemoody/file_check | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -2/+7 |
|\ | |||||
| * | Check if ROM exists before use it | Henrique Moody | 2016-02-23 | 1 | -2/+7 |
|/ | |||||
* | Re-added Data.php without copyrighted material. | Gabriel Rodrigues Couto | 2016-02-23 | 2 | -4/+159 |
* | Removed Data.php with copyrighted material. | Gabriel Rodrigues Couto | 2016-02-23 | 0 | -0/+0 |
* | Created the roms/ folder | Gabriel Rodrigues Couto | 2016-02-23 | 4 | -4/+8 |
* | Removed base64 | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -1/+1 |
* | Removed copyrighted files. | Gabriel Rodrigues Couto | 2016-02-23 | 0 | -0/+0 |
* | Merge pull request #13 from henriquemoody/psr-4 | Gabriel Rodrigues Couto | 2016-02-23 | 9 | -2/+2 |
|\ | |||||
| * | Move from PSR-0 to PSR-4 | Henrique Moody | 2016-02-23 | 9 | -2/+2 |
|/ | |||||
* | Merge pull request #9 from henriquemoody/bin | Gabriel Rodrigues Couto | 2016-02-23 | 3 | -2/+7 |
|\ | |||||
| * | Create `bin/php-gameboy` executable | Henrique Moody | 2016-02-23 | 3 | -2/+7 |
* | | Merge pull request #10 from henriquemoody/readme | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -5/+8 |
|\ \ | |||||
| * | | Improve text on "README.md" | Henrique Moody | 2016-02-23 | 1 | -5/+8 |
| |/ | |||||
* | | Merge pull request #11 from henriquemoody/boot | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -13/+20 |
|\ \ | |/ |/| | |||||
| * | Small improvements on "boot.php" | Henrique Moody | 2016-02-23 | 1 | -13/+20 |
|/ | |||||
* | Merge pull request #5 from emielmolenaar/remove_vendor_add_composer_lock | Gabriel Rodrigues Couto | 2016-02-23 | 31 | -1856/+75 |
|\ | |||||
| * | Add vendor/ to .gitignore (and remove vendor/), add composer.lock to the repo... | Emiel Molenaar | 2016-02-23 | 31 | -1856/+75 |
* | | Merge pull request #6 from emielmolenaar/add_php_requirement | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add the correct required PHP version to composer.json | Emiel Molenaar | 2016-02-23 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #7 from emielmolenaar/composer_optimized_autoloader_docs | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Adds -o option to composer install, resulting in faster autoloading. | Emiel Molenaar | 2016-02-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3 from davelima/master | Gabriel Rodrigues Couto | 2016-02-22 | 0 | -0/+0 |
|\ | |||||
| * | Adding Megaman ROM | David Lima | 2016-02-22 | 0 | -0/+0 |
|/ | |||||
* | Updated README | Gabriel Rodrigues Couto | 2016-02-22 | 1 | -5/+6 |
* | Merge pull request #2 from ccirello/master | Gabriel Rodrigues Couto | 2016-02-22 | 9 | -453/+394 |
|\ | |||||
| * | Applying psr-2 with phpfmt | Carlos C | 2016-02-21 | 9 | -453/+394 |
|/ | |||||
* | Merge pull request #1 from pokemaobr/ajustando_nomes_para_psr0 | Gabriel Rodrigues Couto | 2016-02-21 | 8 | -0/+0 |
|\ | |||||
| * | Ajustando as pastas para PSR-0 | Rodrigo W "Pokemaobr" Cardoso | 2016-02-21 | 8 | -0/+0 |
|/ | |||||
* | README changes | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -2/+3 |
* | README added | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -0/+86 |
* | Boot receives the ROM filename as parameter | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -1/+5 |
* | Canvas is now injected - New possibilites :-) | Gabriel Rodrigues Couto | 2016-02-21 | 8 | -88/+35 |
* | Set corner pixel for drawing the entire screen every time with the same size | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -1/+5 |
* | lastIteration bug solved | Gabriel Rodrigues Couto | 2016-02-21 | 2 | -2/+2 |
* | Tested on PHP 7 - ~14 FPS | Gabriel Rodrigues Couto | 2016-02-21 | 5 | -2/+73 |
* | Canvas removed | Gabriel Rodrigues Couto | 2016-02-21 | 2 | -19/+3 |
* | Numbered Settings | Gabriel Rodrigues Couto | 2016-02-21 | 2 | -30/+21 |
* | Removed sleep from CPU emulation | Gabriel Rodrigues Couto | 2016-02-21 | 3 | -189/+17 |
* | Removed audio instructions | Gabriel Rodrigues Couto | 2016-02-21 | 3 | -537/+59 |
* | Animated tiles problem solved | Gabriel Rodrigues Couto | 2016-02-21 | 2 | -10/+17 |
* | Initial commit | Gabriel Rodrigues Couto | 2016-02-21 | 40 | -0/+8815 |