This repository was archived by the owner on Dec 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Model API versions
Javier Torrente edited this page Apr 10, 2014
·
2 revisions
Each version of the model API (an extension of the game schema used by the eAdventure editor, see Schema for more details) is given an incremental Maven Version Number. Latest model API number is 1.0-SNAPSHOT. When the game editor saves the game, this version number is saved into the game.json file for cross-version compatibility.
To help developers track changes, this table associates each model API number with the version of the editor where the API was first introduced:
| Model API | eAdventure editor Version | Major changes |
|---|---|---|
| 1.0-SNAPSHOT | 2.0.0 | Initial version of the model |
eAdventure - eUCM research group
- Setting up a Development Environment
- Contributing Guidelines
- Build Process
- Project structure
- Schema
-
Engine
- Files paths and FileResolver
- Binding Schema elements with Engine elements
- Managing the game view through Layers
- Game loop and scene management
- IO
- File Resolver
- Assets: Converting schema objects to engine objects
- Engine Objects
- Actors
- Effects
- Testing the engine
- Editor
- Remote communication
- Release Process
- Other documentation