| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-26 | Added support for s3tc compression on web | Ray San | |
| 2015-10-26 | Added Alpha Numeric Mapping For Develop Branch | Joshua Reisenauer | |
| GLFW mappings. | |||
| 2015-10-25 | Added some image manipulation functions | Ray | |
| Added (or completed functions): Image ImageText(const char *text, int fontSize, Color color); Image ImageTextEx(SpriteFont font, const char *text, int fontSize, int spacing, Color tint); void ImageFlipVertical(Image *image); void ImageFlipHorizontal(Image *image); void ImageColorTint(Image *image, Color color); void ImageColorInvert(Image *image); void ImageColorGrayscale(Image *image); void ImageColorContrast(Image *image, float contrast); void ImageColorBrightness(Image *image, int brightness); | |||
| 2015-10-24 | Reviewed NPOT messages and usage | Ray | |
| 2015-10-21 | Feature: Line-break support for text | Ray San | |
| 2015-10-21 | Add file required for image scaling | Ray San | |
| 2015-10-21 | Feature: On desktop, center window on screen | Ray San | |
| 2015-10-20 | Corrected bugs and reviewed some functions | Ray San | |
| 2015-10-20 | Revert "Corrected bugs and reviewed some functions" | Ray San | |
| This reverts commit 949e93f9fe6240979fb4b25a64584f4791387733. | |||
| 2015-10-20 | Corrected bugs and reviewed some functions | Marc Palau | |
| 2015-10-06 | Convert to UTF-8 | raysan5 | |
| 2015-10-06 | Added a bunch of image manipulation functions: | raysan5 | |
| Renamed functions (for coherence with new ones): - ImageConvertToPOT() -> ImageToPOT() - ImageConvertFormat() -> ImageFormat() New functions added (IN PROGRESS): - ImageCopy() - ImageCrop() - ImageResize() (Uses stb_image_resize.h) - ImageDraw() - ImageDrawText() - ImageDrawTextEx() - ImageFlipVertical() - ImageFlipHorizontal() - ImageColorInvert() - ImageColorGrayscale() - ImageColorContrast() - ImageColorBrightness() | |||
| 2015-10-06 | Multiple code changes: | raysan5 | |
| - Renamed function rlEnableFBO() -> rlEnablePostproFBO() - Defined struct FBO - Moved FBO creation to function: rlglLoadFBO() - Reviewed rlglReadTexturePixels(), trying to support OpenGL ES -IN PROGRESS- | |||
| 2015-10-06 | Reviewed GetCurrentTime() -IN PROGRESS- | raysan5 | |
| Time measure on Windows platform done with: QueryPerformanceCounter() Testing required! | |||
| 2015-10-06 | Added comments and more... | raysan5 | |
| Corrected bug on defaultFont.size Renamed funcs: ImageConvertFormat() -> ImageFormat() ImageConvertToPOT() -> ImageToPOT() | |||
| 2015-10-06 | Review CFLAGS for multiple platforms | raysan5 | |
| 2015-10-06 | Reviewed some comments and WritePNG() | raysan5 | |
| 2015-09-21 | Solved bug with depth when drawing... | Ray | |
| ...shapes based on LINES, TRIANGLES and QUADS. Now the calling order of the drawing functions is respected! | |||
| 2015-09-04 | Merge pull request #29 from procedural/linux-fixes | Ray | |
| Fix compiling on Linux | |||
| 2015-09-04 | Fix compiling on Linux | Constantine Tarasenkov | |
| 2015-09-03 | Corrected typo | Ray | |
| 2015-09-03 | Merge pull request #28 from raysan5/develop1.3.0-installer1.3.0 | Ray | |
| Integrating Develop branch | |||
| 2015-09-03 | Updated comments | raysan5 | |
| 2015-09-03 | Added strdup() function replacement | raysan5 | |
| strdup() is not a C99 function (it's POSIX), not available in emscripten | |||
| 2015-09-02 | Updated to raylib 1.3 | raysan5 | |
| 2015-09-02 | Updated comments | raysan5 | |
| 2015-09-02 | Corrected crazy bug about model textures | raysan5 | |
| On OpenGL ES it was set to use GL_CLAMP_TO_EDGE wrap mode for textures. On LoadOBJ() texture coordinates were wrongly Y-flipped | |||
| 2015-09-02 | Added some comments | raysan5 | |
| 2015-09-02 | Corrected model filenames | raysan5 | |
| 2015-09-02 | Added some useful postprocessing shaders | raysan5 | |
| Shaders come in two flavours: - shaders/gl330: OpenGL 3.3+ (Windows, Linux, OSX) - shaders/gles100: OpenGL ES 2.0 (Android, RPI, HTML5) | |||
| 2015-09-02 | Added getures module to Android source project | raysan5 | |
| 2015-09-02 | Added some comments | raysan5 | |
| 2015-09-02 | Added example: box collisions | raysan5 | |
| 2015-09-02 | Reviewed to work on Raspberry Pi | raysan5 | |
| [rlgl] Extensions strings loading was redone to avoid a Segmentation Fault on Raspberry Pi | |||
| 2015-09-02 | Reviewed examples | raysan5 | |
| 2015-09-02 | Added shaders examples resources | raysan5 | |
| 2015-09-02 | Updated comment... | raysan5 | |
| 2015-09-01 | Updated some comments | raysan5 | |
| 2015-09-01 | Added new examples: SHADERS | raysan5 | |
| 2015-09-01 | Added some comments to examples | raysan5 | |
| 2015-08-31 | Merge branch 'master' into develop | raysan5 | |
| 2015-08-31 | Merge pull request #27 from raysan5/develop | Ray | |
| Merged branch 'master' into develop and remerged to master | |||
| 2015-08-31 | Merge branch 'master' into develop | raysan5 | |
| 2015-08-31 | Merge pull request #26 from raysan5/develop | Ray | |
| Develop branch integration | |||
| 2015-08-30 | Updated with latest changes | raysan5 | |
| 2015-08-30 | Updates some examples | raysan5 | |
| 2015-08-30 | Redesigned UpdateCamera() function | raysan5 | |
| Splitted into: UpdateCamera() // Update only camera UpdateCameraPlayer() // Update camera and player position | |||
| 2015-08-30 | Redesigned SpriteFont struct | raysan5 | |
| 2015-08-30 | Reviewed some comments | raysan5 | |
| 2015-08-30 | Added some comments | raysan5 | |
