Some of you already noticed: when you generate a new project, these files are not generated anymore.
The replacements are :
X.action.php => use autowired actions directly in the game file
material.inc.php => if you want to split you material data outside of the game.php file, you can generate material files in modules/php
X_X.tpl & X.view.php => generate the template on the JS file using string templates
All these changes have been applied to the Reversi tutorial, I recommend to (re-)read it if you want to see concrete examples of these changes.
Note: you can still create the optional file with the correct name, if you want to use the old way.
The replacements are :
X.action.php => use autowired actions directly in the game file
material.inc.php => if you want to split you material data outside of the game.php file, you can generate material files in modules/php
X_X.tpl & X.view.php => generate the template on the JS file using string templates
All these changes have been applied to the Reversi tutorial, I recommend to (re-)read it if you want to see concrete examples of these changes.
Note: you can still create the optional file with the correct name, if you want to use the old way.