| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-25 | REVIEWED: LoadFontEx() | raysan5 | |
| Changed parameters order for consistency with LoadFontData() and other functions when an array is passed by parameter and array size is the following parameter. | |||
| 2018-12-24 | Some code tweaks | raysan5 | |
| 2018-12-24 | Added some TODO note | raysan5 | |
| OpenGL extensions loading could be improved... | |||
| 2018-12-24 | Tweaks to support OpenGL ES 2.0 desktop | raysan5 | |
| 2018-12-24 | Review DrawPolyEx() | raysan5 | |
| Also reviewed rlCheckBufferLimit() | |||
| 2018-12-21 | Use stb_vorbis.h as header only | Ray | |
| 2018-12-20 | Delete libraylib.a | Ray | |
| 2018-12-20 | Exposed LoadFontFromImage() | Ray | |
| 2018-12-20 | Update models_obj_viewer.c | Ray | |
| 2018-12-20 | Some tweaks | Ray | |
| 2018-12-20 | new example: shaders_raymarching | Ray | |
| 2018-12-20 | new example: models_obj_viewer | Ray | |
| 2018-12-19 | Corrected issue | Ray | |
| 2018-12-19 | Improved BeginScissorMode() | Ray | |
| Now rectangle coordinates refer to upper-left corner instead of bottom-left | |||
| 2018-12-19 | Keep reviewing RPI keyboard input... | Ray | |
| 2018-12-19 | Corrected issue on plane drawing | Ray | |
| 2018-12-18 | Review RPI keyboard inputs -WIP- | Ray | |
| 2018-12-18 | Reviewed rlReadTexturePixels() for OpenGL ES 2.0 | Ray | |
| Now it should work... but this behaviour could be driver dependant... | |||
| 2018-12-18 | Corrected issue when scaling | Ray | |
| 2018-12-18 | Support PIC image format loading | Ray | |
| 2018-12-18 | Reviewed some examples to work on RPI | Ray | |
| 2018-12-18 | Corrected bug on OpenGL ES quads drawing | Ray | |
| 2018-12-18 | Avoid example on Android compilation | Ray | |
| 2018-12-18 | Support externally provided compilation flags | Ray | |
| Useful in case raylib compilation want to be automated and compilation config flags provided by command line. | |||
| 2018-12-16 | Added a possible dependency include path for glfw | Ray | |
| 2018-12-16 | Review standard lighting sample -WIP- | Ray | |
| It's broken. | |||
| 2018-12-15 | ADDED: GenMeshPoly() | Ray | |
| To generate 2D polygonal shape | |||
| 2018-12-15 | Added scissor functionality | Ray | |
| To draw only in defined area of the screen ADDED: BeginScissorMode(), EndScissorMode() | |||
| 2018-12-14 | Some code tweaks | Ray | |
| - Reorganized some variables: Not used on OpenGL 1.1 - Now mipmaps can be generated on OpenGL 1.1 backend - Renamed whiteTexture to defaultTextureId | |||
| 2018-12-12 | Update models_rlgl_solar_system.c | Ray | |
| 2018-12-11 | WARNING: BIG rewrite of rlgl module | Ray | |
| This commit implements a big update of rlgl module, intended to optimize some parts. This change could break some code bases... hopefully not, but it could. The BIG changes to the module are: - Replaced LINES-TRIANGLES-QUADS buffers by a single one, now all vertex data is accumulated on a single buffer and managed with registered draw calls. LINES-TRIANGLES-QUADS could be used the same way as before, rlgl will manage them carefully. That's a big improvement of the system. - Support multi-buffering if required. Just define MAX_BATCH_BUFFERING desired size (currently set to 1 batch). Should be enough for most of the situations. - Removed temporal accumulative buffers for matrix transformations, now transformations are directly applied to vertex when on rlVertex3f() - Reviewed rlPushMatrix()/rlPopMatrix() to be consistent with OpenGL 1.1, probably I should remove that ancient behaviour but... well, it was not consistent and now it is. - Minor tweaks: LoadText(), I broke it in last update... also multiple comments reviewed. - TODO: MAX_BATCH_ELEMENTS checking should probably be reviewed... done some tests and it works but... | |||
| 2018-12-10 | Added support for .otf fonts | Ray | |
| stb_truetype supports some .otf fonts, just exposed that functionality. | |||
| 2018-12-04 | Increase text management buffers size | Ray | |
| 2018-12-03 | Update CONTRIBUTING.md | Ray | |
| 2018-12-03 | Comments removed | Ray | |
| 2018-12-03 | Improved textures wrap support | Ray | |
| 2018-12-03 | Reviewed some comments | Ray | |
| 2018-12-03 | Replaced #defines by enums | Ray | |
| 2018-11-30 | Some tweaks | Ray | |
| 2018-11-28 | Replaced default release paths | Ray | |
| 2018-11-28 | Some tweaks to LoadText() | Ray | |
| 2018-11-27 | free memory for extList | Ray | |
| 2018-11-27 | Reimplement ImageAlphaCrop() | Ray | |
| 2018-11-27 | Updated stb libs to latest version | Ray | |
| 2018-11-26 | Allow file download from MEMFS | Ray | |
| Support file download to disk from memory filesystem. | |||
| 2018-11-26 | Enable SDL2 library for audio on Web | Ray | |
| Solves audio cracking issues | |||
| 2018-11-26 | Support file drag & drop on Web | Ray | |
| Using by default memory filesystem (MEMFS), provided by Emscripten | |||
| 2018-11-23 | Review emscripten path | Ray | |
| 2018-11-23 | Updated to latest mini_al | Ray | |
| 2018-11-23 | Review totalSampleCount for OGG and FLAC | Ray | |
