mikymod 0483f8ffc4 implement Gui 12 years ago
..
audio 2e5fd127ef Switch some objects from class to struct 12 years ago
compilers 3e1ae71aad Add support to Material to BundleCompiler 12 years ago
core 7bb3c5b2a1 Remove unused functions 12 years ago
input 2aa28bdfa8 Rename Vec* to Vector*, Mat* to Matrix*, Quat to Quaternion 12 years ago
lua 2e5fd127ef Switch some objects from class to struct 12 years ago
network 2aa28bdfa8 Rename Vec* to Vector*, Mat* to Matrix*, Quat to Quaternion 12 years ago
os 24eebc7182 Do not nest ifs too much 12 years ago
physics 6d1c8e96ca Add WorldTypes.h 12 years ago
renderers f6057abdf1 We can now render a range of indices 12 years ago
resource 6f8b39c815 implement GuiResource 12 years ago
tests 06c5ef0a03 Merge branch 'master' into world 12 years ago
third 5fad6aae61 Add support for nVidia PhysX to CMakeLists.txt 12 years ago
world 6d1c8e96ca Add WorldTypes.h 12 years ago
Android.mk d16074cfc6 Add Lua bindings for Actor and PhysicsWorld 12 years ago
Application.mk c884f1b741 Rename src folder to engine 12 years ago
CMakeLists.txt 6d1c8e96ca Add WorldTypes.h 12 years ago
Config.h.in be86e86f48 Add support to custom uniforms 12 years ago
ConsoleServer.cpp 923f41766d Refactor RPCServer and rename to ConsoleServer 12 years ago
ConsoleServer.h 923f41766d Refactor RPCServer and rename to ConsoleServer 12 years ago
Crown.h f4a41dce7b Merge Interpolation.h to MathUtils.h 12 years ago
Device.cpp 3f0b85c9b6 Half the size of preallocated memory for subsystems 12 years ago
Device.h 6d1c8e96ca Add WorldTypes.h 12 years ago
Gui.cpp 0483f8ffc4 implement Gui 12 years ago
Gui.h 0483f8ffc4 implement Gui 12 years ago
Material.cpp 2019482423 Add Material and MaterialResource 12 years ago
Material.h 2019482423 Add Material and MaterialResource 12 years ago
Mesh.cpp ff2795978b We can access resource data directly by casting to appropriate resource types, no need to keep data inside *Resource 12 years ago
Mesh.h 2e5fd127ef Switch some objects from class to struct 12 years ago
RenderWorld.cpp 65f5979d96 Move rendering to Sprite 12 years ago
RenderWorld.h 6bb991795c Add support to Material in RenderWorld 12 years ago
Sound.cpp 1b8361edc4 add Sound and SoundWorld 12 years ago
Sound.h 2e5fd127ef Switch some objects from class to struct 12 years ago
SoundWorld.cpp 1b8361edc4 add Sound and SoundWorld 12 years ago
SoundWorld.h 1b8361edc4 add Sound and SoundWorld 12 years ago
Sprite.cpp a5449b8fb6 Render according to the currently selected frame 12 years ago
Sprite.h 2e5fd127ef Switch some objects from class to struct 12 years ago