summaryrefslogtreecommitdiffhomepage
path: root/projects/Geany
AgeCommit message (Collapse)Author
2021-12-31Update year to 2022raysan5
2021-11-02Updated some scripts pathsRay
NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly.
2021-09-22WARNING: MODULES RENAMING!!!Ray
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change.
2021-06-18fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox (#1836)PtitLuca
2021-01-02Update year to 2021raysan5
2020-10-05mouse: Return float movement for precise scrolling where possible (#1397)Doyle
2020-01-05Update year to 2020raysan5
2019-06-05Review projects pathsRay
2019-05-31Update raylib.c.tagsRay
2019-05-10Add WinMM library for linkageraysan5
Now it's required on Windows if not using a busy wait loop
2019-03-20Add Geany autocomplete tagsRay
2019-02-12Include mini_al directly, no separate moduleRay
2019-01-10WARNING: Renamed module: audio -> raudioRay
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change. Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library! Consequently, raylib version has been bumped to 2.4-dev.
2018-12-21Use stb_vorbis.h as header onlyRay
2018-11-22Create raylib_compile_sources.batRay
2018-11-22Added Geany project template for WindowsRay
2018-05-10Reorganized project templates folderRay