Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Fix "class RuntimeException not found". | HASEGAWA Tomoki | 2016-04-29 | 1 | -4/+4 |
|/ | |||||
* | Updated Opcode to use hard functions instead of an array of functions. | Andrew Miller | 2016-02-29 | 1 | -4/+11 |
| | | | | Added version check for exception handler. Didn't work with PHP 7, which expects an Error rather than an Exception. | ||||
* | Update instructions for local usage | Mauri de Souza Nunes | 2016-02-25 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Create a warning when Xdebug is enabled | Henrique Moody | 2016-02-23 | 1 | -0/+6 |
| | |||||
* | Check if ROM exists before use it | Henrique Moody | 2016-02-23 | 1 | -2/+7 |
| | |||||
* | Created the roms/ folder | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -1/+1 |
| | | | | Added gitignore for ROMs | ||||
* | Removed base64 | Gabriel Rodrigues Couto | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Applying psr-2 with phpfmt | Carlos C | 2016-02-21 | 1 | -5/+3 |
| | |||||
* | 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 | 1 | -3/+5 |
| | | | | Clear project files | ||||
* | lastIteration bug solved | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -1/+1 |
| | | | | running pokemon again! | ||||
* | Tested on PHP 7 - ~14 FPS | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -0/+4 |
| | | | | | Keyboard working :-) DR MARIO playable \o/ | ||||
* | Canvas removed | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -1/+1 |
| | |||||
* | Removed sleep from CPU emulation | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -5/+1 |
| | | | | | Removed more audio variables canvasBuffer is now an array | ||||
* | Initial commit | Gabriel Rodrigues Couto | 2016-02-21 | 1 | -0/+29 |
It Works! \o/ |