| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-23 | work on quat and matrix math - deleted multiple copies of raymath.h causing ↵ | chriscamacho | |
| issues (#1359) Co-authored-by: codifies <[email protected]> | |||
| 2020-08-08 | Review Makefiles for WEB compilation | Ray | |
| 2020-07-14 | Update Makefile emsdk paths | raysan5 | |
| 2020-05-22 | Added Blend Modes example. (#1261) | Karlo Licudine | |
| 2020-03-28 | Revert "Update compilation warning flags (#1151)" | raysan5 | |
| This reverts commit 2528854664b78a7db24cbe97b5b4e8bd52e1f18c. | |||
| 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-24 | as per request spotlight example (#1146) | chriscamacho | |
| Co-authored-by: codifies <[email protected]> | |||
| 2020-03-05 | Update raylib version | Ray | |
| 2020-03-01 | Update Makefile | 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-09 | REVIEWED: Makefile, examples clean target #1087 | raysan5 | |
| 2020-02-06 | Review ALL games to raylib 3.0 | 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-15 | Review Makefiles for web compilation | Ray | |
| 2020-01-09 | Renamed directory | Ray | |
| 2019-12-16 | Review flags and web compilation | Ray | |
| 2019-11-24 | Review PR #1022 | raysan5 | |
| Actually OpenAL is not used any more, it should be using CoreAudio | |||
| 2019-11-24 | fix example build on macos (#1022) | Richard Smith | |
| 2019-10-11 | corrected examples Makefile target (#985) | chriscamacho | |
| 2019-09-22 | contributed simple shader example (#973) | chriscamacho | |
| Contributed simple shader example | |||
| 2019-09-12 | RENAMED: text_sprite_font > text_font_spritefont | Ray | |
| 2019-09-12 | REDESIGNED: models_obj_loading > models_loading | Ray | |
| 2019-08-27 | examples makefile not deleting examples in Linux (#955) | chriscamacho | |
| I'm not sure why the clean command is so complex (especially given that find -type f -executable | xargs rm -fv works!) but I fixed the version as is, to support x-pie-executable which was preventing it deleting anything on my system... | |||
| 2019-07-28 | Added scissor test and mouse painting examples proposed in #890 (#919) | ChrisDill | |
| - Updated Makefile with new examples | |||
| 2019-07-27 | #917 This commit changes the path to 'shell.html' in all Makefiles (#918) | Antonio Radovcic | |
| 2019-06-29 | add multi channel audio to raudio (#895) | chriscamacho | |
| * added multi channel sound replay to raudio added -fPIC to Makefile for Linux added simple lighting and audio multi channel to examples Makefile * not properly reporting audio buffer pool size... | |||
| 2019-06-12 | Review DEBUG mode | Ray | |
| 2019-06-09 | Update Makefile | XiaochuanWang | |
| a minor issue: where the location of the file "raylib.rc.data" is wrong, and this will cause an error in compilation. | |||
| 2019-05-22 | Move emscripten web shell to src | Ray | |
| 2019-05-21 | Review Makefiles | Ray | |
| 2019-05-21 | Review paths | Ray | |
| 2019-05-17 | examples review | Ray | |
| 2019-05-16 | new example: shaders_eratosthenes | Ray | |
| Contributed by ProfJski | |||
| 2019-05-16 | Review build config on web | Ray | |
| 2019-05-15 | Added new examples to Makefile | Ray | |
| 2019-05-14 | Improve support for web building | Ray | |
| Note that building examples for web as they are (no code adaptation for web avoiding while loop) implies using the emterpreter... and that's very slow! | |||
| 2019-05-12 | Added julia set shader example. | eggmund | |
| 2019-05-07 | NO SUPPORT_BUSY_WAIT_LOOP by default | Ray | |
| 2019-05-02 | Update Makefile | Ray | |
| 2019-04-28 | Minor tweaks | raysan5 | |
| 2019-04-23 | WARNING: Issues on web building | Ray | |
| Found some issues when building for web using latest emscripten 1.38.30, traced the error and found that eglGetProcAdress does not return function pointers for VAO functionality, supported by extension. It requires more investigation but now it works (avoiding VAO usage) | |||
| 2019-04-12 | Review some examples | Ray | |
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2019-01-09 | Merge pull request #718 from MarcoLizza/shaders-uniforms-array | Ray | |
| Shaders uniforms array | |||
| 2019-01-09 | Adding basic palette-switching example using uniform arrays. | Marco Lizza | |
| 2019-01-09 | Fixing typo in examples makefile, preventing build. | Marco Lizza | |
| 2019-01-01 | Update Makefile for Emscripten | raysan5 | |
| 2018-12-20 | Some tweaks | Ray | |
| 2018-11-26 | Enable SDL2 library for audio on Web | Ray | |
| Solves audio cracking issues | |||
