This shows you the differences between two versions of the page.
|
articles:jmonkey_engine_scripting [2009/10/10 02:15] ddaniels |
articles:jmonkey_engine_scripting [2009/10/10 02:20] (current) ddaniels google code repo |
||
|---|---|---|---|
| Line 47: | Line 47: | ||
| This will add a ScriptController implemented by the spinController.js file (It implements it by defining a "function update(time)" function): | This will add a ScriptController implemented by the spinController.js file (It implements it by defining a "function update(time)" function): | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/spinController.js}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/spinController.js}} |
| Then to remove it the user can type in the console: | Then to remove it the user can type in the console: | ||
| Line 58: | Line 58: | ||
| ===== jME Scripting Implementation ===== | ===== jME Scripting Implementation ===== | ||
| ==== TestScriptConsole ==== | ==== TestScriptConsole ==== | ||
| - | {{repo>http://code.google.com/p/jme-game-console/source/browse/trunk/test/test/TestScriptConsole.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/test/test/TestScriptConsole.java}} |
| ==== ScriptCommandProcessor ==== | ==== ScriptCommandProcessor ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/console/script/ScriptCommandProcessor.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/console/script/ScriptCommandProcessor.java}} |
| ==== ScriptEvalCommandProcessor ==== | ==== ScriptEvalCommandProcessor ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/console/script/ScriptEvalCommandProcessor.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/console/script/ScriptEvalCommandProcessor.java}} |
| ==== ScriptFileExecuteCommand ==== | ==== ScriptFileExecuteCommand ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/console/script/ScriptFileExecuteCommand.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/console/script/ScriptFileExecuteCommand.java}} |
| ==== SetScriptLanguageCommand ==== | ==== SetScriptLanguageCommand ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/console/script/SetScriptLanguageCommand.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/console/script/SetScriptLanguageCommand.java}} |
| ==== Script ==== | ==== Script ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/script/Script.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/script/Script.java}} |
| ==== ScriptController ==== | ==== ScriptController ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/control/script/ScriptController.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/control/script/ScriptController.java}} |
| ==== IScriptController ==== | ==== IScriptController ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/control/script/IScriptController.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/control/script/IScriptController.java}} |
| ==== AttachScriptControllerCommand ==== | ==== AttachScriptControllerCommand ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/console/script/AttachScriptControllerCommand.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/console/script/AttachScriptControllerCommand.java}} |
| ==== spinController.js ==== | ==== spinController.js ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/spinController.js}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/spinController.js}} |
| ===== Modified Captive Imagination GameConsole ===== | ===== Modified Captive Imagination GameConsole ===== | ||
| ==== GameConsole ==== | ==== GameConsole ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/console/GameConsole.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/console/GameConsole.java}} |
| ==== CommandProcessor ==== | ==== CommandProcessor ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/src/com/captiveimagination/game/console/command/CommandProcessor.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/src/com/captiveimagination/game/console/command/CommandProcessor.java}} |
| ==== TestScriptController ==== | ==== TestScriptController ==== | ||
| - | {{repo>http://captiveimagination.com/svn/public/cigame/trunk/test/test/TestScriptController.java}} | + | {{repo>http://jme-game-console.googlecode.com/svn/trunk/test/test/TestScriptController.java}} |