| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-05 | Redesigned physics module (IN PROGRESS) | victorfisac | |
| physac modules is being redesigned. Physics base behaviour is done and it is composed by three steps: apply physics, resolve collisions and fix overlapping. A basic example is currently in progress. The next steps are try to add torque and unoriented physic collisions and implement physics basic functions to add forces. Rigidbody grounding state is automatically calculated and has a perfect result. Rigidbodies interacts well with each others. To achieve physics accuracy, UpdatePhysics() is called a number of times per frame. In a future, it should be changed to another thread and call it without any target frame restriction. Basic physics example has been redone (not finished) using the new module functions. Forces examples will be redone so I removed it from branch. | |||
| 2016-02-26 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | victorfisac | |
| 2016-02-23 | Removed a couple of TODOs | Ray | |
| 2016-02-21 | Updated | raysan5 | |
| 2016-02-21 | Corrected typo | raysan5 | |
| 2016-02-21 | Updated some files | raysan5 | |
| 2016-02-21 | Update README.md | Ray | |
| 2016-02-21 | Update README.md | Ray | |
| 2016-02-21 | Merge pull request #86 from raysan5/master | Ray | |
| Small change from master to develop | |||
| 2016-02-21 | Update ROADMAP.md | Ray | |
| 2016-02-21 | Merge pull request #85 from raysan5/develop | Ray | |
| Integrate Develop branch | |||
| 2016-02-21 | Update README.md | Ray | |
| 2016-02-21 | Updated | raysan5 | |
| 2016-02-21 | Merge pull request #84 from raysan5/develop | Ray | |
| Integrate Develop branch | |||
| 2016-02-21 | Corrected typo | raysan5 | |
| 2016-02-21 | Updated docs | raysan5 | |
| 2016-02-21 | Update makefiles | raysan5 | |
| 2016-02-20 | Updated for web | raysan5 | |
| 2016-02-20 | Updated image to POT | raysan5 | |
| 2016-02-20 | Uploaded raylib bitcode library (PLATFORM_WEB) | raysan5 | |
| 2016-02-20 | Games makefile | raysan5 | |
| 2016-02-20 | Reorganized games folder | raysan5 | |
| Simplified to match raylib installer package folder structure | |||
| 2016-02-20 | Corrected compiler complaint | raysan5 | |
| 2016-02-20 | Merge pull request #83 from raysan5/develop | Ray | |
| Develop branch integration | |||
| 2016-02-20 | Merge branch 'master' into develop | Ray | |
| # Conflicts: # src/gestures.c # src/makefile | |||
| 2016-02-19 | Reviewed RPI inputs | Ray San | |
| 2016-02-19 | Working on RPI gamepad support | Ray | |
| 2016-02-18 | Redesigned RPI input system -IN PROGRESS- | Ray San | |
| 2016-02-17 | Updated gestures module | Ray | |
| Using normalized [0..1] input points | |||
| 2016-02-14 | Updated logo size on t-shirt | raysan5 | |
| 2016-02-14 | Added raylib promotional T-shirt design | raysan5 | |
| 2016-02-13 | Updated show-logo and start reviewing RPI inputs | raysan5 | |
| 2016-02-13 | Updated fullscreen issue comment | raysan5 | |
| 2016-02-13 | Reviewed physics module | raysan5 | |
| A deeper revision required, not clear enough for the user Key: Create a PhysicObjects pool | |||
| 2016-02-13 | Some tweaks | raysan5 | |
| 2016-02-13 | Added web template (shell) for html5 games | raysan5 | |
| 2016-02-12 | Some code tweaks | raysan5 | |
| 2016-02-12 | Reviewed code TODOs | raysan5 | |
| 2016-02-11 | Improved LoadHeightmap() | raysan5 | |
| 2016-02-11 | Updated examples to make them clearer | raysan5 | |
| 2016-02-11 | Add a note about an issue | raysan5 | |
| 2016-02-11 | Solve bug on matrix multiply order for scale and rotation | raysan5 | |
| 2016-02-11 | Added 6 new examples | raysan5 | |
| 2016-02-10 | Updated comments | Ray | |
| 2016-02-10 | Fixed a bug | Ray | |
| 2016-02-10 | Reviewed gestures module | Ray | |
| 2016-02-08 | Updated | Ray | |
| 2016-02-08 | Reviewing gestures module (IN PROGRESS) | Ray | |
| 2016-02-08 | WARNING message shortened | Ray | |
| 2016-02-08 | GLAD not used on HTML5 | Ray | |
