This website requires JavaScript.
Explore
Help
Sign In
cyberarm
/
i-mic-fps
Watch
1
Star
0
Fork
0
You've already forked i-mic-fps
mirror of
https://github.com/cyberarm/i-mic-fps.git
synced
2025-12-15 15:42:35 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
a6e175d9e083aa38e72c8a5dbda426c4bef68806
i-mic-fps
/
lib
/
managers
History
Cyberarm
7b903fbdb9
Refactored GameObject to Entity, replaced @x,@y,@z with @position, added @velocity vector to Entity, bricked Player terrain interaction while authoring Axis Aligned Bounding Box Tree for CollisionManager to handle all collision interaction. Added PhysicsManager stub.
2019-02-20 10:49:56 -06:00
..
collision_manager.rb
Refactored GameObject to Entity, replaced @x,@y,@z with @position, added @velocity vector to Entity, bricked Player terrain interaction while authoring Axis Aligned Bounding Box Tree for CollisionManager to handle all collision interaction. Added PhysicsManager stub.
2019-02-20 10:49:56 -06:00
entity_manager.rb
Refactored GameObject to Entity, replaced @x,@y,@z with @position, added @velocity vector to Entity, bricked Player terrain interaction while authoring Axis Aligned Bounding Box Tree for CollisionManager to handle all collision interaction. Added PhysicsManager stub.
2019-02-20 10:49:56 -06:00
input_mapper.rb
Removed usages of Gosu.button_down? in InputMapper allowing for 'virtual input' support, tacked on demo support (recording and playback of camera yaw and pitch along with all key events in Game.), Camera now sets @game_object.y_rotation instead of @game_object setting Camera.yaw in Camera.position_camera.
2019-02-17 20:06:48 -06:00
light_manager.rb
Removed global state for LightManager and ObjectManager, they're now inside GameState. Simplified terrain mesh.
2019-02-07 10:05:43 -06:00
network_manager.rb
Bunch of stuff
2018-04-23 21:13:16 -05:00
physics_manager.rb
Refactored GameObject to Entity, replaced @x,@y,@z with @position, added @velocity vector to Entity, bricked Player terrain interaction while authoring Axis Aligned Bounding Box Tree for CollisionManager to handle all collision interaction. Added PhysicsManager stub.
2019-02-20 10:49:56 -06:00
shader_manager.rb
Added shader support, removed unused debugging puts statements and fixed Gosu Font.draw deprecation warning.
2018-12-10 18:50:25 -06:00