index
:
php-terminal-gameboy-emulator
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Some functions moved to LcdController
Gabriel Rodrigues Couto
9 years
origin/HEAD
Some functions moved to LcdController
Gabriel Rodrigues Couto
9 years
origin/master
Some functions moved to LcdController
Gabriel Rodrigues Couto
9 years
Tag
Download
Author
Age
0.1.0
php-terminal-gameboy-emulator-0.1.0.zip
php-terminal-gameboy-emulator-0.1.0.tar.gz
php-terminal-gameboy-emulator-0.1.0.tar.bz2
Gabriel Rodrigues Couto
9 years
Age
Commit message
Author
Files
Lines
2016-07-02
Some functions moved to LcdController
HEAD
origin/master
origin/HEAD
master
Gabriel Rodrigues Couto
6
-281
/
+249
2016-07-02
Merge pull request #45 from hasegawa-tomoki/fix-error-handler-for-php7
Gabriel Rodrigues Couto
1
-1
/
+1
2016-05-05
Update boot.php
HASEGAWA Tomoki
1
-1
/
+1
2016-05-03
Use global namespace for consistency.
HASEGAWA Tomoki
1
-2
/
+2
2016-05-01
Merge pull request #44 from hasegawa-tomoki/fix-class-not-found
Gabriel Rodrigues Couto
1
-4
/
+4
2016-04-29
Fix "class RuntimeException not found".
HASEGAWA Tomoki
1
-4
/
+4
2016-04-29
PHP7 wants Throwable for 1st parameter of set_exception_handler's closure.
HASEGAWA Tomoki
1
-1
/
+1
2016-03-04
Updated TO-DO list on README
Gabriel Rodrigues Couto
1
-2
/
+2
2016-03-03
Code standard correction
Gabriel Rodrigues Couto
1
-31
/
+25
2016-03-03
Settings refactored
Gabriel Rodrigues Couto
4
-80
/
+53
2016-03-03
Memory Writer refactored.
Gabriel Rodrigues Couto
1
-499
/
+426
2016-03-03
Memory Reader refactored
Gabriel Rodrigues Couto
3
-866
/
+753
2016-03-02
FPS gain - Working around 20 FPS on PHP 7
Gabriel Rodrigues Couto
3
-52
/
+98
2016-02-29
Merge pull request #41 from ikari7789/refactor-opcode
Gabriel Rodrigues Couto
4
-3114
/
+6686
2016-02-29
Updated Opcode to use hard functions instead of an array of functions.
Andrew Miller
4
-3114
/
+6686
2016-02-26
Merge pull request #39 from diegocpires/master
Gabriel Rodrigues Couto
1
-1
/
+1
2016-02-26
Update Keyboard.php
Diego Pires
1
-1
/
+1
2016-02-25
Merge pull request #37 from reisraff/master
Gabriel Rodrigues Couto
3
-16
/
+26
2016-02-25
Merge pull request #38 from reisraff/fix_readme
Gabriel Rodrigues Couto
1
-1
/
+1
2016-02-25
Small fix in README.md
Rafael Reis
1
-1
/
+1
2016-02-25
bin/build improvement packing only necessary files
Rafael Reis
3
-16
/
+26
2016-02-25
Added PHAR
Gabriel Rodrigues Couto
3
-2
/
+15
2016-02-25
Merge pull request #29 from reisraff/master
Gabriel Rodrigues Couto
3
-3
/
+129
2016-02-25
Merge pull request #26 from mauri870/master
Gabriel Rodrigues Couto
3
-6
/
+33
2016-02-25
Update instructions for local usage
Mauri de Souza Nunes
3
-6
/
+33
[...]