Daniel Evans
|
f655e454d6
|
Implement new VisualFX system for particles etc.
- VisualFX stores data about effects like particles and lighting
- Only particles initial implementation
- World stores active VisualFX
|
2015-04-03 03:04:50 +01:00 |
|
Daniel Evans
|
d1e7dcdcd1
|
Overhaul Loader framework for Models
- Replace background model loader with generic background loader
- Replace ModelHandle object with generic resource handle
|
2015-04-03 03:04:50 +01:00 |
|
Daniel Evans
|
dfd68abd8e
|
Add new Logger system.
- Supports multiple log recievers.
- Onscreen log needs to be re-written.
- Replaces GameWorld::logX().
|
2015-04-03 03:04:50 +01:00 |
|
Daniel Evans
|
abf43f07c8
|
New File handling implementation
- move FileHandle into a separate header
- Implement FileIndex, a system to normalize filenames and sources
|
2015-04-03 03:04:50 +01:00 |
|