mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-10 02:26:29 -05:00
* removed d2common/d2scene, was not the right way to go. * added components for animation, scale, main viewport, viewport filter * added interface for scenes, which are extensions of akara.System * BootStrap is now AppBootstrap, common to game clients and headless server * added generic BasicScene struct for common scene functionality * added game object factory as a system, with single sprite factory * added update counter system, shows how many times the world updates per second * integration test is now the game client test |
||
---|---|---|
.. | ||
animation.go | ||
archive.go | ||
audio_provider.go | ||
cache.go | ||
data_stream.go | ||
doc.go | ||
input_events.go | ||
input_handlers.go | ||
input_manager.go | ||
input_service.go | ||
map_entity.go | ||
navigate.go | ||
palette.go | ||
renderer.go | ||
scene.go | ||
sound_effect.go | ||
surface.go | ||
terminal.go |