index
:
raylib
cmake
develop
fix-mouse-released
gh-pages
master
Forked from https://github.com/raysan5/raylib
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
physac.h
Age
Commit message (
Expand
)
Author
2016-06-14
Updated physac header documentation
victorfisac
2016-06-14
Fixed spacing and set UpdatePhysics() function as static...
victorfisac
2016-06-14
Fix current time value
victorfisac
2016-06-14
Fixed bug in delta time calculation...
victorfisac
2016-06-12
Added internal hi-resolution timer to physac...
victorfisac
2016-06-11
Convert physac module from static steps to fixed time steps
victorfisac
2016-06-11
Corrected keywords usage
raysan5
2016-06-09
Reduced physic steps resolution
raysan5
2016-06-09
Converted physac module to header only
raysan5
2016-06-02
Removed DrawPhysicObjectInfo() function
raysan5
2016-05-20
Updated to avoid pointers
raysan5
2016-03-23
Physac redesign (3/3)
victorfisac
2016-03-16
Updated headers
victorfisac
2016-03-16
physac module redesign (2/3)
victorfisac
2016-03-05
Fixed physac header little mistake
victorfisac
2016-03-05
Redesigned physics module (IN PROGRESS)
victorfisac
2016-02-13
Reviewed physics module
raysan5
2016-01-20
Review some function names for consistency with raymath
raysan5
2016-01-20
Some formatting tweaks
raysan5
2016-01-05
Added some comments and fixed spaces
victorfisac
2016-01-03
Improved and added functions to physac engine module
victorfisac
2015-12-30
Update and rename physics.h to physac.h
Ray