summaryrefslogtreecommitdiffhomepage
path: root/projects/Notepad++
AgeCommit message (Collapse)Author
2022-08-08Update c_raylib.xmlRay
2022-08-08Updated Npp scriptsRay
2022-08-05Updated Notepad++ intellisense dataRay
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
2021-11-02Reviewed scriptsRay
2021-11-02Review Notepad++ scripts for the supported compilersRay
2021-10-31Updated Notepad++ raylib intellisense functionsRay
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-08-26Change GetColor to take unsigned int (#1954)Richard Smith
2021-06-18fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox (#1836)PtitLuca
2021-04-09Update Notepad++ IntellisenseRay
2020-12-23Update raylib functions parser to generate XML intellisense fileraysan5
Update Notepad++ functions intellisense
2020-10-21Added desktop cursor getter and setter functions (#1407)Chance Snow
* [core] Added desktop cursor getter and setter functions * Example: Set mouse cursor in text input box * Setup standard cursors _after_ GLFW window initialization * Remove old `int GetMouseWheelMove` declaration
2020-10-05mouse: Return float movement for precise scrolling where possible (#1397)Doyle
2020-03-29Update 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-02-14Update Notepad++ intellisenseRay
2019-05-31Update npes_saved_tcc.txtRay
2019-05-30Review compiler scriptsRay
2019-05-30Updated Notepad++ intellisense to raylib 2.5Ray
2019-05-10Add WinMM library for linkageraysan5
Now it's required on Windows if not using a busy wait loop
2019-02-12Include mini_al directly, no separate moduleRay
2019-01-10Merge branch 'master' into window-visibilityRay
2019-01-10Reworking API upon suggestion.Marco Lizza
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.
2019-01-10Ditto.Marco Lizza
2019-01-09Merge pull request #718 from MarcoLizza/shaders-uniforms-arrayRay
Shaders uniforms array
2019-01-09Adding uniform array support for shaders.Marco Lizza
2018-12-21Use stb_vorbis.h as header onlyRay
2018-11-19Review resources namingRay
raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data Also required to work with tcc compiler.
2018-08-25Support autosave also on C compilationraysan5
2018-08-25Updated compilation script to save file automaticallyraysan5
2018-07-28Corrected timing typoraysan5
2018-07-15Updated Notepad++ raylib intellisenseRay
2018-06-01Added Notepad++ NppExec scriptsRay
2018-05-29Reviewed Windows resource file nameRay
2018-05-11Updated raylib_icon resourceRay
2018-05-10Reorganized project templates folderRay