summaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #45 from hasegawa-tomoki/fix-error-handler-for-php7Gabriel Rodrigues Couto2016-07-021-1/+1
|\ | | | | PHP7 wants Throwable for 1st parameter of set_exception_handler's closure.
| * Update boot.phpHASEGAWA Tomoki2016-05-051-1/+1
| |
| * Use global namespace for consistency.HASEGAWA Tomoki2016-05-031-2/+2
| |
| * PHP7 wants Throwable for 1st parameter of set_exception_handler's closure.HASEGAWA Tomoki2016-04-291-1/+1
| |
* | Fix "class RuntimeException not found".HASEGAWA Tomoki2016-04-291-4/+4
|/
* Updated Opcode to use hard functions instead of an array of functions.Andrew Miller2016-02-291-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 usageMauri de Souza Nunes2016-02-251-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 enabledHenrique Moody2016-02-231-0/+6
|
* Check if ROM exists before use itHenrique Moody2016-02-231-2/+7
|
* Created the roms/ folderGabriel Rodrigues Couto2016-02-231-1/+1
| | | | Added gitignore for ROMs
* Removed base64Gabriel Rodrigues Couto2016-02-231-1/+1
|
* Small improvements on "boot.php"Henrique Moody2016-02-231-13/+20
| | | | | | - Avoid using `else`; - Create an exception handler; - Exists when a ROM is not defined.
* Applying psr-2 with phpfmtCarlos C2016-02-211-5/+3
|
* Boot receives the ROM filename as parameterGabriel Rodrigues Couto2016-02-211-1/+5
|
* Canvas is now injected - New possibilites :-)Gabriel Rodrigues Couto2016-02-211-3/+5
| | | | Clear project files
* lastIteration bug solvedGabriel Rodrigues Couto2016-02-211-1/+1
| | | | running pokemon again!
* Tested on PHP 7 - ~14 FPSGabriel Rodrigues Couto2016-02-211-0/+4
| | | | | Keyboard working :-) DR MARIO playable \o/
* Canvas removedGabriel Rodrigues Couto2016-02-211-1/+1
|
* Removed sleep from CPU emulationGabriel Rodrigues Couto2016-02-211-5/+1
| | | | | Removed more audio variables canvasBuffer is now an array
* Initial commitGabriel Rodrigues Couto2016-02-211-0/+29
It Works! \o/