Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some functions moved to LcdControllerHEADorigin/masterorigin/HEADmaster | Gabriel Rodrigues Couto | 2016-07-02 | 6 | -281/+249 |
| | | | | | | TerminalCanvas refactored, removed Drawille dependency, implemented a faster braille render. Thank you @whatthejeff for the inspiration :-) Little FPS gain #46 | ||||
* | Merge pull request #45 from hasegawa-tomoki/fix-error-handler-for-php7 | Gabriel Rodrigues Couto | 2016-07-02 | 1 | -1/+1 |
|\ | | | | | PHP7 wants Throwable for 1st parameter of set_exception_handler's closure. | ||||
| * | 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". | ||||
| * | 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 |
| | | | | Removed some unused variables | ||||
* | Settings refactored | Gabriel Rodrigues Couto | 2016-03-03 | 4 | -80/+53 |
| | |||||
* | Memory Writer refactored. | Gabriel Rodrigues Couto | 2016-03-03 | 1 | -499/+426 |
| | | | | Now, we don't have anonymous functions anymore. | ||||
* | Memory Reader refactored | Gabriel Rodrigues Couto | 2016-03-03 | 3 | -866/+753 |
| | | | | Some cleaning on Core | ||||
* | FPS gain - Working around 20 FPS on PHP 7 | Gabriel Rodrigues Couto | 2016-03-02 | 3 | -52/+98 |
| | | | | | CanvasBuffer redesigned for black&white DrawContext TerminalCanvas ignoring redraw of repeated frames | ||||
* | Merge pull request #41 from ikari7789/refactor-opcode | Gabriel Rodrigues Couto | 2016-02-29 | 4 | -3114/+6686 |
|\ | | | | | Refactor Opcode and Cbopcode to use static methods | ||||
| * | Updated Opcode to use hard functions instead of an array of functions. | Andrew Miller | 2016-02-29 | 4 | -3114/+6686 |
|/ | | | | Added version check for exception handler. Didn't work with PHP 7, which expects an Error rather than an Exception. | ||||
* | Merge pull request #39 from diegocpires/master | Gabriel Rodrigues Couto | 2016-02-26 | 1 | -1/+1 |
|\ | | | | | Removing echo from input | ||||
| * | Update Keyboard.php | Diego Pires | 2016-02-26 | 1 | -1/+1 |
|/ | | | | Remove echo from Keyboard | ||||
* | Merge pull request #37 from reisraff/master | Gabriel Rodrigues Couto | 2016-02-25 | 3 | -16/+26 |
|\ | | | | | bin/build improvement packing only necessary files | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 |
|\ \ | | | | | | | | | | | | | [Proposal] Global installation Changes on ROM file argument Removed roms folder | ||||
| * | | Update instructions for local usage | Mauri de Souza Nunes | 2016-02-25 | 3 | -6/+33 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made changes for global installation Rom files are loaded from the current directory Loads the global autoload if possible, if not, load the local autoload Update instructions for global installation Fix path on parameter Update require of autoload file Remove getcwd() Fix typo Update instructions for local usage | ||||
* | | Removed some audio instructions | Gabriel Rodrigues Couto | 2016-02-25 | 2 | -82/+6 |
| | | | | | | | | Little Canvas performance improvement | ||||
* | | Spaces correction | Gabriel Rodrigues Couto | 2016-02-25 | 2 | -4/+6 |
| | | | | | | | | Added phpcs to gitignore | ||||
* | | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | Move cursor to the top after show the fist frame | Henrique Moody | 2016-02-23 | 1 | -3/+18 |
| | | | | | | | | | | This change avoid the terminal to write new lines every time a frame is shown. | ||||
* | | Merge pull request #19 from henriquemoody/coding_standards | Gabriel Rodrigues Couto | 2016-02-23 | 9 | -170/+187 |
|\ \ | | | | | | | Run PHP-CS-Fixer on codebase | ||||
| * | | 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 | ||||
| * | | 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 | ||||
| * | 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 GBCBOOTROM variable from Core | ||||
* | 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 |
| | | | | Added gitignore for ROMs | ||||
* | 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 | ||||
| * | 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 | ||||
| * | 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" | ||||
| * | | 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" | ||||
| * | Small improvements on "boot.php" | Henrique Moody | 2016-02-23 | 1 | -13/+20 |
|/ | | | | | | - Avoid using `else`; - Create an exception handler; - Exists when a ROM is not defined. | ||||
* | 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 repository | ||||
| * | Add vendor/ to .gitignore (and remove vendor/), add composer.lock to the ↵ | Emiel Molenaar | 2016-02-23 | 31 | -1856/+75 |
| | | | | | | | | repository. | ||||
* | | 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 | ||||
| * | | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 |
| | | | | Clear project files | ||||
* | 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 |
| | | | | running pokemon again! | ||||
* | Tested on PHP 7 - ~14 FPS | Gabriel Rodrigues Couto | 2016-02-21 | 5 | -2/+73 |
| | | | | | Keyboard working :-) DR MARIO playable \o/ | ||||
* | Canvas removed | Gabriel Rodrigues Couto | 2016-02-21 | 2 | -19/+3 |
| | |||||
* | Numbered Settings | Gabriel Rodrigues Couto | 2016-02-21 | 2 | -30/+21 |
| | | | | Removed scaledFrameBuffer | ||||
* | Removed sleep from CPU emulation | Gabriel Rodrigues Couto | 2016-02-21 | 3 | -189/+17 |
| | | | | | Removed more audio variables canvasBuffer is now an array | ||||
* | 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 |
| | | | | FPS added | ||||
* | Initial commit | Gabriel Rodrigues Couto | 2016-02-21 | 40 | -0/+8815 |
It Works! \o/ |