So.
commitafff6206922e89ceeb4e611faf3321ce30b38d97
authorBrian Caine <brian@mephistopheles.(none)>
Fri, 16 May 2008 14:14:45 +0000 (16 10:14 -0400)
committerBrian Caine <brian@mephistopheles.(none)>
Fri, 16 May 2008 14:14:45 +0000 (16 10:14 -0400)
treefdd71f8615df90ee23cd672b6c13c47684a6e6e7
parent538583897a2f8e15ae5e3e17054f53e16e8b0573
So.

H'ok

I've done alot of stuff.

Running ``scons'' in the root directory will build it. But it doesn't do
anything yet. But yeah.

The SettingsDB class needs to be fixed up. But yeah...

We have infrastructure.
26 files changed:
SConstruct
source/include/core/Engine.h
source/include/core/Event.h
source/include/core/EventPipeline.h [copied from source/include/plugins/media/MediaLoader.h with 71% similarity]
source/include/core/EventReceiver.h [moved from source/include/core/EventManager.h with 81% similarity]
source/include/core/LoadedData.h [moved from source/include/plugins/media/LoadedMedia.h with 88% similarity]
source/include/core/MediaLoader.h [copied from source/include/plugins/media/MediaLoader.h with 85% similarity]
source/include/core/Plugin.h [new file with mode: 0644]
source/include/core/PluginLoader.h [copied from source/include/core/ScriptObjectManager.h with 61% similarity]
source/include/core/ScriptedClass.h [moved from source/include/core/ScriptObjectManager.h with 60% similarity]
source/include/core/SettingsDB.h [new file with mode: 0644]
source/include/plugins/audio/Audio.h [copied from source/include/core/Event.h with 75% similarity]
source/include/plugins/graphics/GUI.h [moved from source/include/plugins/media/MediaLoader.h with 70% similarity]
source/include/plugins/graphics/Graphics.h
source/include/plugins/input/InputManager.h
source/include/plugins/media/CustomizedLoader.h [deleted file]
source/include/plugins/media/MediaSource.h [copied from source/include/plugins/input/InputManager.h with 75% similarity]
source/include/plugins/ui/UI.h [moved from source/include/core/ScriptObject.h with 78% similarity]
source/src/core/Engine.cpp [new file with mode: 0644]
source/src/core/EventPipeline.cpp [copied from source/src/main/Engine.cpp with 65% similarity]
source/src/core/Plugin.cpp [new file with mode: 0644]
source/src/core/PluginLoader.cpp [new file with mode: 0644]
source/src/core/SConscript [new file with mode: 0644]
source/src/core/SettingsDB.cpp [new file with mode: 0644]
source/src/core/Variant.cpp [moved from source/src/main/Engine.cpp with 51% similarity]
source/src/core/main.cpp [moved from source/src/main/main.cpp with 100% similarity]