Jace
|
542ad075ea
|
ECS improved to make it less annoying to use
AddComponent<Components::Transform>(entity, "Transform")
is now
AddComponent<Components::Transform>(entity)
etc.
|
2014-05-17 17:46:17 +02:00 |
|
Jace
|
f180abcd63
|
Input System improved to allow for multiple inputs for same bind
Did not work properly between keyboard and controller before.
|
2014-05-17 00:53:51 +02:00 |
|
Jace
|
d259811795
|
Xbox360 controller support
|
2014-05-13 02:24:42 +02:00 |
|
ViktorLjung
|
38482431a1
|
Tank tower and barrel steering working
|
2014-05-12 22:33:53 +02:00 |
|
ViktorLjung
|
2aa51c3e90
|
Tank sterring event-based
|
2014-05-12 14:04:55 +02:00 |
|
Jace
|
8c8edd0e8e
|
WIP InputController for easier command handling in systems
|
2014-05-06 14:33:02 +02:00 |
|
Jace
|
0e068be77b
|
Basic input binding and command publishing system
|
2014-05-05 09:17:58 +02:00 |
|
Jace
|
5e7537b903
|
Input events moved from InputSystem to new InputManager
|
2014-05-05 07:16:45 +02:00 |
|
Jace
|
d0211ef8d6
|
Encapsulated Renderer WIDTH and HEIGHT variables.
|
2014-04-29 13:58:27 +02:00 |
|
Jace
|
57d29d0db7
|
Started implementation of events for InputSystem and SoundSystem
|
2014-04-28 19:55:31 +02:00 |
|
Jace
|
062242ab8e
|
Refactored existing systems to register their own components and resource types.
|
2014-04-13 17:15:46 +02:00 |
|
Jace
|
3470a80f40
|
Revert "Indentation style changed to Horstmann"
This reverts commit f2259f712d.
Conflicts:
src/GameWorld.cpp
src/Systems/PhysicsSystem.cpp
|
2014-04-12 01:48:15 +02:00 |
|
Jace
|
f2259f712d
|
Indentation style changed to Horstmann
|
2014-04-11 21:53:05 +02:00 |
|
Jace
|
4c081d0e1c
|
Indentation style changed to Allman
Using Artistic Style (http://astyle.sourceforge.net/)
Options:
--style=allman
--indent=tab
--keep-one-line-blocks
--align-pointer=type
--align-reference=name
|
2014-04-11 20:59:42 +02:00 |
|
Jace
|
ad2862bf84
|
A gray tank! :D
|
2014-04-05 21:20:49 +02:00 |
|