| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-25 | Rename and review: core_2d_camera_platformer | Ray | |
| 2019-11-25 | Minor format tweaks | Ray | |
| 2019-08-27 | Add screen->world and world->screen functions for 2D; add extended camera2D ↵ | arvyy | |
| example (#947) | |||
| 2019-08-20 | Uniform initialization not supported on GLSL 100 | raysan5 | |
| 2019-08-16 | PR formatting review | Ray | |
| 2019-08-16 | change Camera2D behavior (#945) | arvyy | |
| 2019-08-03 | Replace tabs with spaces and update year of copyright notices (#927) | Leandro Gabriel | |
| * Update year of copyright notices * Fix mistake in comment * Fix typo ("algorythms") * Replace tabs with spaces * Remove trailing whitespace and fix mistake in comment * Fix ExportImageAsCode missing comment rectangle corner * Replace tab with spaces * Replace tabs with spaces | |||
| 2019-08-02 | explained a bit more the core_window_letterbox example (#925) | João Coelho | |
| 2019-07-28 | Reviewed new examples | raysan5 | |
| 2019-07-28 | Added scissor test and mouse painting examples proposed in #890 (#919) | ChrisDill | |
| - Updated Makefile with new examples | |||
| 2019-05-31 | Example instructions tweak for clarity | Ray | |
| 2019-05-29 | Define standard examples size | Ray | |
| 2019-05-27 | Review variables initialization | Ray | |
| 2019-05-21 | Update core_3d_picking.c | Ray | |
| 2019-05-20 | Review ALL examples | Ray | |
| 2019-05-16 | Implement VR distortion shader for GLSL 100 | Ray | |
| 2019-05-14 | examples review | Ray | |
| Redesigns, deletes and renames Also noted authors propertly on contributed examples | |||
| 2019-05-04 | examples: core_loading_thread: fix race condition | Ahmad Fatoum | |
| A plain variable is insuffecient for inter-thread communication. Both the compiler and the processor may reorder accesses. The compiler could even cache dataLoaded with the result that STATE_FINISHED becomes unreachable. Fix this by using C11 atomic_bool, which guarantees sequential consistency. This fixes #827. | |||
| 2019-05-04 | examples: core_loading_thread: use symbolic names for state machine states | Ahmad Fatoum | |
| And while at it, use a switch clause to make the state machine structure clearer. | |||
| 2019-05-02 | new example: core_loading_thread | Ray | |
| Data loading in a second thread with progress bar in main thread | |||
| 2019-04-28 | Damn, made a mistake | Reece Mackie | |
| 2019-04-28 | Update gamepad example to use new enums | Reece Mackie | |
| 2019-04-12 | Review some examples | Ray | |
| 2019-04-11 | new example: core_window_scale_letterbox | Ray | |
| 2019-04-11 | Review VR simulator mechanism | Ray | |
| - No default VR device parameteres inside raylib - VR device parameter should be provided by user - VR distortion shader should be provided by user | |||
| 2018-12-18 | Corrected issue when scaling | Ray | |
| 2018-10-21 | Added multitouch example | Berni8k | |
| 2018-07-28 | Reviewed custom logging functionality | raysan5 | |
| 2018-07-26 | Add SetTraceLogCallback to enable users setting custom logging (#597) | Pablo Marcos Oltra | |
| 2018-07-16 | Converted rlgl module in header-only | Ray | |
| This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded! Also removed shader_distortion.h, embedded in rlgl.h | |||
| 2018-05-11 | Reviewed examples | Ray | |
| 2018-05-04 | Renamed some functions | Ray San | |
| - Renamed Begin3dMode() --> BeginMode3D() - Renamed Begin2dMode() --> BeginMode2D() - Renamed End3dMode() --> EndMode3D() - Renamed End2dMode() --> EndMode2D() | |||
| 2018-05-04 | Rectangle parameters changed to float | Ray San | |
| - Some examples tweaks - Reviewed ImageFormat() - Use float for text fontSize | |||
| 2018-05-01 | BREAKING CHANGE: Renamed Camera -> Camera3D | raysan5 | |
| Just added a fallback in the meantime... | |||
| 2018-04-11 | Review camera definition on examples | Ray San | |
| 2018-04-02 | Fix Uninitialized argument value | maficccc@gmail.com | |
| 2017-10-20 | Update example | Ray | |
| 2017-10-20 | Some examples code tweaks | Ray | |
| 2017-08-24 | Remove old comment... | raysan5 | |
| 2017-04-05 | Working on web examples | Ray | |
| 2017-04-05 | Improve vr support and simulator | Ray | |
| 2017-04-04 | Reorganize examples folder | Ray | |
