| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-23 | Fix for building examples with latest emsk (LLVM): remove EMTERPRETIFY, add ↵ | ivn | |
| ASYNCIFY (#1215) | |||
| 2020-04-22 | [android] Extend validity of the certificate (#1212) | Dani Martin | |
| For uploading a apk to Google Play a minimun of 25 years (9125 days) is needed for the validity of the key. More info: https://developer.android.com/studio/publish/app-signing | |||
| 2020-04-21 | Update README.md | Ray | |
| 2020-04-16 | Added raymath to examples | raysan5 | |
| 2020-04-13 | Make raymath more consistent (#1197) | G3bE | |
| * Make raymath naming and functions more consistent * Minor fixes * Fix examples * Fix Physac * New naming rules * Apply naming to Quaternion functions * Apply to models.c * Remove *MulitplyValue / *DivideValue | |||
| 2020-04-11 | Corrected examples after API change: ImageDrawText*() | raysan5 | |
| 2020-04-06 | Removed unused Duck model. | raysan5 | |
| 2020-03-30 | Remove useless files | raysan5 | |
| 2020-03-30 | Update core_basic_window.c | raysan5 | |
| 2020-03-29 | Added example: shaders_spotlight | raysan5 | |
| 2020-03-29 | Update ImageDraw*() functions to match arguments of Draw*() (#1156) | Rob Loach | |
| * Update ImageDraw*() functions to match arguments of Draw*() Updated draw functions: ImageDrawPixel() ImageDrawPixelV() ImageDrawCircle() ImageDrawCircleV() ImageDrawLine() ImageDrawLineV() ImageDrawRectangle() ImageDrawRectangleV() ImageDrawRectangleRec() * [nodepadpp] Update Notepad++ ImageDraw defintions This updates the Notepad++ definitions with the updated ImageDraw methods. * [examples] Add ImageDraw calls to textures_image_drawing * Update ImageDraw*() methods | |||
| 2020-03-28 | Revert "Update compilation warning flags (#1151)" | raysan5 | |
| This reverts commit 2528854664b78a7db24cbe97b5b4e8bd52e1f18c. | |||
| 2020-03-28 | [example] Integrate virtual mouse in main example | raysan5 | |
| 2020-03-26 | Update compilation warning flags (#1151) | Dani Martin | |
| * Update compilation warning flags Removed the -Wall flag that allow many warnings and added manually all the warning flags that don't generate warnings in the src/external folder. Specifically, these are some of the flags reporting errors in src/external: -Wmissing-prototypes -Wunused-variable -Wunused-value -Wunused-parameter -Wunused-function * Uptade compilation flags in examples with missing -std=c99 | |||
| 2020-03-25 | Minor tweaks | raysan5 | |
| 2020-03-25 | [example] Review shaders_spotlight to work on GLSL 100 | raysan5 | |
| 2020-03-25 | spotlight example, each spot has own radius, mouse countrol (#1148) | chriscamacho | |
| NB glsl100 shader needs testing on "bare metal" Co-authored-by: codifies <[email protected]> | |||
| 2020-03-24 | REVIEWED: shaders_spotlight example | raysan5 | |
| It seems something is not working properly... | |||
| 2020-03-24 | Update core_window_letterbox_virtual_mouse.c | raysan5 | |
| 2020-03-24 | as per request spotlight example (#1146) | chriscamacho | |
| Co-authored-by: codifies <[email protected]> | |||
| 2020-03-24 | Add files via upload (#1147) | Anata | |
| Virtual mouse with window letterbox, and Clamp | |||
| 2020-03-24 | Added note on examples not supporting GLSL100 | raysan5 | |
| 2020-03-23 | ended up using the 100 version shaders as off the top of my (#1142) | chriscamacho | |
| head can't think of any improvement I could use on the shaders for version 120 This has been tested on Linux (Desktop) requires testing on a Rpi Co-authored-by: codifies <[email protected]> | |||
| 2020-03-09 | Revert "Always use latest raylib version for cmake (#1123)" (#1126) | Ahmad Fatoum | |
| We didn't use the latest version, but a compatible version, which is established by raylib-config-version.cmake. It's ok to have a minimal version, so revert b7c0d5b6ddfb8fd958803db837e1839ea54f6d37. | |||
| 2020-03-08 | Always use latest raylib version for cmake (#1123) | G3bE | |
| * Always use latest raylib version * Always use latest raylib version * Always use latest raylib version | |||
| 2020-03-05 | Update raylib version | Ray | |
| 2020-03-05 | Reviewed and Updated Android compilation scripts | Ray | |
| 2020-03-03 | Some code tweaks | Ray | |
| 2020-03-02 | Review shader exaples to work on web (GLSL 100) | Ray | |
| 2020-03-02 | Support touch drawing on web | Ray | |
| 2020-03-02 | Update textures_mouse_painting.c | Ray | |
| 2020-03-01 | Update Makefile | Ray | |
| 2020-02-27 | Remove trail spaces and some tweaks | Ray | |
| 2020-02-27 | REDESIGN: LoadStorageValue()/SaveStorageValue() | Ray | |
| Using new file I/O ABI | |||
| 2020-02-26 | Update core_storage_values.c | Ray | |
| 2020-02-26 | Correct typo | Ray | |
| 2020-02-26 | Reviewed example | Ray | |
| 2020-02-20 | Update Makefile paths to use emscripten upstream | Ray | |
| Note that emscripten upstream branch implements the new asyncify implementation, expected to be faster than emterpreter one. | |||
| 2020-02-20 | [rnet] Renamed some functions | Ray | |
| 2020-02-20 | [rnet] Review network examples formatting | Ray | |
| 2020-02-19 | [rnet] Examples review -WIP- | Ray | |
| 2020-02-09 | REVIEWED: Makefile, examples clean target #1087 | raysan5 | |
| 2020-02-06 | Review ALL games to raylib 3.0 | Ray | |
| 2020-02-04 | tweak | Ray | |
| 2020-02-03 | Review issue with RLGL TraceLog() | Ray | |
| 2020-01-30 | [build] Makefile examples modularization | Ray | |
| Now examples can be compiled by module, that's useful when compilation fails at some point | |||
| 2020-01-30 | Some examples tweaks | Ray | |
| 2020-01-28 | Removed big examples | Ray | |
| 2020-01-28 | Update README.md | Ray | |
| 2020-01-28 | Removed big examples (models_solar_system_rlgl) | Ray | |
