| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-31 | WARNING: Moved some **extra** raylib libraries to /extras/ directory | Ray | |
| 2021-04-28 | Corrected issue #1742 | Ray | |
| 2021-03-02 | Reviewed defines, try to avoid elif statements | Ray | |
| 2021-02-20 | [Physics] Fix typecast warnings generated by visual studio 2019 (#1599) | Jeffery Myers | |
| * More warning fixes for physics and math * fix a crash introduced with the warning changed. Co-authored-by: Jeffery Myers <[email protected]> | |||
| 2021-02-14 | Update physac.h | raysan5 | |
| 2021-01-20 | REVIEWED: physac module and examples #1525 | Ray | |
| 2021-01-12 | Reorder typedefs in physac.h to be in header part (#1528) | Dmitry Matveyev | |
| 2020-10-05 | Review "aggregate initializations" #1403 | Ray | |
| 2020-02-10 | Review DEBUG trace log and custom allocators | raysan5 | |
| Not exposing some data structures | |||
| 2020-02-03 | Remove all trail spaces | Ray | |
| 2020-01-29 | Review PHYSAC_NO_THREADS on WebAssembly | Ray | |
| 2020-01-29 | Review bool type check | Ray | |
| 2020-01-29 | Review spacing | Ray | |
| 2020-01-29 | Renamed Mat2 to Matrix2x2 | Ray | |
| 2019-10-29 | Review formatting for PR #1004 | Ray | |
| 2019-10-29 | fix various problems, thanks CppCheck :) (#1005) | João Coelho | |
| * explained a bit more the core_window_letterbox example * fixed a few 'ups' moments that could lead to mild head pain and time loss | |||
| 2019-10-17 | Remove trailing spaces | Ray | |
| 2019-05-20 | Avoid some warnings | Ray | |
| 2019-05-10 | Add WinMM library for linkage | raysan5 | |
| Now it's required on Windows if not using a busy wait loop | |||
| 2018-10-10 | Physac.h fix for variable array size declaration. | noshbar | |
| Generating the projects using CMake, targeting VS2017, results in an error when compiling. This is due to physac.h trying to make a 'vertices' array of size 'int count', making it const does not work, either. This changes the static declaration to a malloc/free combo. Tested using the physics-demo. | |||
| 2018-10-04 | Fix physac's fixed time step | Pablo Marcos Oltra | |
| 2018-07-29 | Fix Physac examples to be run without creating new thread | Pablo Marcos Oltra | |
| 2018-05-29 | Reviewed Windows resource file name | Ray | |
| 2018-03-10 | Fixed compilation code comment in header | victorfisac | |
| 2018-03-10 | Fixed memory leaks in physics step operations | victorfisac | |
| 2018-01-25 | #include header for time() on Windows | Ahmad Fatoum | |
| 2017-12-24 | Review physac timming system | raysan5 | |
| 2017-11-22 | Avoid duplicate definition of feature macro | Ahmad Fatoum | |
| Feature macros need to be defined before #including any headers, preferably through the build system, but this is good enough. Fixes a compile error on my fork's Travis CI. | |||
| 2017-07-30 | Make physac work on OS X | Benjamin Summerton | |
| Physac wasn't working on OS X. It looks like the necessary timing code wasn't being compiled in by the preprocessor. fixes #340 | |||
| 2017-06-11 | Add define to have CLOCK_MONOTONIC work in c99 | Michael Vetter | |
| If we compile with c99 without gnu extensions (gnu99) we need this define, to have CLOCK_MONOTONIC and similar macros available | |||
| 2017-05-16 | Some reviews for RPI | Ray | |
| 2017-05-11 | Avoid math function duplicates | Ray | |
| 2017-04-16 | Updated physac to latest version | raysan5 | |
| 2017-03-24 | c99 fix, some linux housekeeping | RDR8 | |
| 2017-03-06 | Update physac source and examples with new changes | victorfisac | |
| 2017-03-06 | Fix bug in isGrounded state calculations | victorfisac | |
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2016-12-22 | Fix physac.h building on linux | Saggi Mizrahi | |
| Signed-off-by: Saggi Mizrahi <[email protected]> | |||
| 2016-11-21 | Updated Physac library | victorfisac | |
| 2016-06-14 | Updated physac header documentation | victorfisac | |
| 2016-06-14 | Fixed spacing and set UpdatePhysics() function as static... | victorfisac | |
| and remove static from PhysicsThread(). | |||
| 2016-06-14 | Fix current time value | victorfisac | |
| 2016-06-14 | Fixed bug in delta time calculation... | victorfisac | |
| and added PHYSAC_NO_THREADS define. Improved physac example drawing frames per second in screen. | |||
| 2016-06-12 | Added internal hi-resolution timer to physac... | victorfisac | |
| ... and now physac thread creation is done in InitPhysics() and it is destroyed in ClosePhysics(). User just need to call these functions to use physac module. | |||
| 2016-06-11 | Convert physac module from static steps to fixed time steps | victorfisac | |
| Old physics update system used a static number of steps to calculate physics (450 for desktop and 64 for android). It was too much and it was limited by target frame time... Now physics update runs in a secondary thread using a fixed delta time value to update steps. Collisions are perfectly detected and resolved and performance has been improved so much. | |||
| 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 | |
| To avoid additional dependencies | |||
| 2016-05-20 | Updated to avoid pointers | raysan5 | |
