diff --git a/examples/audio/audio_mixed_processor.c b/examples/audio/audio_mixed_processor.c index fd970dd19..bb701b0f7 100644 --- a/examples/audio/audio_mixed_processor.c +++ b/examples/audio/audio_mixed_processor.c @@ -2,7 +2,7 @@ * * raylib [audio] example - Mixed audio processing * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example contributed by hkc (@hatkidchan) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/audio/audio_module_playing.c b/examples/audio/audio_module_playing.c index 6234f0e55..936e6daa8 100644 --- a/examples/audio/audio_module_playing.c +++ b/examples/audio/audio_module_playing.c @@ -2,7 +2,7 @@ * * raylib [audio] example - Module playing (streaming) * -* Example originally created with raylib 1.5, last time updated with raylib 3.5 +* Example originally created with raylib 1.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/audio/audio_music_stream.c b/examples/audio/audio_music_stream.c index bdf141edf..a1e621b72 100644 --- a/examples/audio/audio_music_stream.c +++ b/examples/audio/audio_music_stream.c @@ -2,7 +2,7 @@ * * raylib [audio] example - Music playing (streaming) * -* Example originally created with raylib 1.3, last time updated with raylib 4.0 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/audio/audio_raw_stream.c b/examples/audio/audio_raw_stream.c index 0b7954293..809d2f65d 100644 --- a/examples/audio/audio_raw_stream.c +++ b/examples/audio/audio_raw_stream.c @@ -2,7 +2,7 @@ * * raylib [audio] example - Raw audio streaming * -* Example originally created with raylib 1.6, last time updated with raylib 4.2 +* Example originally created with raylib 1.6, last time updated with raylib 5.5 * * Example created by Ramon Santamaria (@raysan5) and reviewed by James Hofmann (@triplefox) * diff --git a/examples/audio/audio_sound_loading.c b/examples/audio/audio_sound_loading.c index 41aa2160e..cbe44ad04 100644 --- a/examples/audio/audio_sound_loading.c +++ b/examples/audio/audio_sound_loading.c @@ -2,7 +2,7 @@ * * raylib [audio] example - Sound loading and playing * -* Example originally created with raylib 1.1, last time updated with raylib 3.5 +* Example originally created with raylib 1.1, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/audio/audio_sound_multi.c b/examples/audio/audio_sound_multi.c index d5472efab..42f58b604 100644 --- a/examples/audio/audio_sound_multi.c +++ b/examples/audio/audio_sound_multi.c @@ -2,7 +2,7 @@ * * raylib [audio] example - Playing sound multiple times * -* Example originally created with raylib 4.6 +* Example originally created with raylib 4.6, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/audio/audio_stream_effects.c b/examples/audio/audio_stream_effects.c index cc8273abc..13f7dd03a 100644 --- a/examples/audio/audio_stream_effects.c +++ b/examples/audio/audio_stream_effects.c @@ -2,7 +2,7 @@ * * raylib [audio] example - Music stream processing effects * -* Example originally created with raylib 4.2, last time updated with raylib 5.0 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_2d_camera.c b/examples/core/core_2d_camera.c index 99b61d4e5..dc820e5fd 100644 --- a/examples/core/core_2d_camera.c +++ b/examples/core/core_2d_camera.c @@ -2,7 +2,7 @@ * * raylib [core] example - 2D Camera system * -* Example originally created with raylib 1.5, last time updated with raylib 3.0 +* Example originally created with raylib 1.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_2d_camera_mouse_zoom.c b/examples/core/core_2d_camera_mouse_zoom.c index 8af94440d..d24251b0f 100644 --- a/examples/core/core_2d_camera_mouse_zoom.c +++ b/examples/core/core_2d_camera_mouse_zoom.c @@ -2,7 +2,7 @@ * * raylib [core] example - 2d camera mouse zoom * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_2d_camera_platformer.c b/examples/core/core_2d_camera_platformer.c index 3743de80b..8f803d70b 100644 --- a/examples/core/core_2d_camera_platformer.c +++ b/examples/core/core_2d_camera_platformer.c @@ -2,7 +2,7 @@ * * raylib [core] example - 2D Camera platformer * -* Example originally created with raylib 2.5, last time updated with raylib 3.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by arvyy (@arvyy) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_2d_camera_split_screen.c b/examples/core/core_2d_camera_split_screen.c index 60b5a2e55..0f60df6bd 100644 --- a/examples/core/core_2d_camera_split_screen.c +++ b/examples/core/core_2d_camera_split_screen.c @@ -5,7 +5,7 @@ * Addapted from the core_3d_camera_split_screen example: * https://github.com/raysan5/raylib/blob/master/examples/core/core_3d_camera_split_screen.c * -* Example originally created with raylib 4.5, last time updated with raylib 4.5 +* Example originally created with raylib 4.5, last time updated with raylib 5.5 * * Example contributed by Gabriel dos Santos Sanches (@gabrielssanches) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_3d_camera_first_person.c b/examples/core/core_3d_camera_first_person.c index 35b18ace4..bede3addf 100644 --- a/examples/core/core_3d_camera_first_person.c +++ b/examples/core/core_3d_camera_first_person.c @@ -2,7 +2,7 @@ * * raylib [core] example - 3d camera first person * -* Example originally created with raylib 1.3, last time updated with raylib 1.3 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_3d_camera_free.c b/examples/core/core_3d_camera_free.c index 9899dbdb5..87c1be876 100644 --- a/examples/core/core_3d_camera_free.c +++ b/examples/core/core_3d_camera_free.c @@ -2,7 +2,7 @@ * * raylib [core] example - Initialize 3d camera free * -* Example originally created with raylib 1.3, last time updated with raylib 1.3 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_3d_camera_mode.c b/examples/core/core_3d_camera_mode.c index 0600fd330..3b43e6977 100644 --- a/examples/core/core_3d_camera_mode.c +++ b/examples/core/core_3d_camera_mode.c @@ -2,7 +2,7 @@ * * raylib [core] example - Initialize 3d camera mode * -* Example originally created with raylib 1.0, last time updated with raylib 1.0 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_3d_camera_split_screen.c b/examples/core/core_3d_camera_split_screen.c index 5294e8949..d67058fcc 100644 --- a/examples/core/core_3d_camera_split_screen.c +++ b/examples/core/core_3d_camera_split_screen.c @@ -2,7 +2,7 @@ * * raylib [core] example - 3d cmaera split screen * -* Example originally created with raylib 3.7, last time updated with raylib 4.0 +* Example originally created with raylib 3.7, last time updated with raylib 5.5 * * Example contributed by Jeffery Myers (@JeffM2501) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_3d_picking.c b/examples/core/core_3d_picking.c index 634afba8c..68da2b204 100644 --- a/examples/core/core_3d_picking.c +++ b/examples/core/core_3d_picking.c @@ -2,7 +2,7 @@ * * raylib [core] example - Picking in 3d mode * -* Example originally created with raylib 1.3, last time updated with raylib 4.0 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_automation_events.c b/examples/core/core_automation_events.c index 319b013ba..c13a90a3a 100644 --- a/examples/core/core_automation_events.c +++ b/examples/core/core_automation_events.c @@ -2,7 +2,7 @@ * * raylib [core] example - automation events * -* Example originally created with raylib 5.0, last time updated with raylib 5.0 +* Example originally created with raylib 5.0, last time updated with raylib 5.5 * * Example based on 2d_camera_platformer example by arvyy (@arvyy) * diff --git a/examples/core/core_basic_screen_manager.c b/examples/core/core_basic_screen_manager.c index 728ef1257..83e248972 100644 --- a/examples/core/core_basic_screen_manager.c +++ b/examples/core/core_basic_screen_manager.c @@ -4,7 +4,7 @@ * * NOTE: This example illustrates a very simple screen manager based on a states machines * -* Example originally created with raylib 4.0, last time updated with raylib 4.0 +* Example originally created with raylib 4.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_basic_window.c b/examples/core/core_basic_window.c index 81bea16b8..9acdf7f02 100644 --- a/examples/core/core_basic_window.c +++ b/examples/core/core_basic_window.c @@ -12,7 +12,7 @@ * * Enjoy using raylib. :) * -* Example originally created with raylib 1.0, last time updated with raylib 1.0 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_basic_window_web.c b/examples/core/core_basic_window_web.c index 8726908cb..e16feb3d0 100644 --- a/examples/core/core_basic_window_web.c +++ b/examples/core/core_basic_window_web.c @@ -6,7 +6,7 @@ * As you will notice, code structure is slightly diferent to the other examples... * To compile it for PLATFORM_WEB just uncomment #define PLATFORM_WEB at beginning * -* Example originally created with raylib 1.3, last time updated with raylib 1.3 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_custom_frame_control.c b/examples/core/core_custom_frame_control.c index 9793fc359..dc91065a0 100644 --- a/examples/core/core_custom_frame_control.c +++ b/examples/core/core_custom_frame_control.c @@ -17,7 +17,7 @@ * - SetTargetFPS() * - GetFPS() * -* Example originally created with raylib 4.0, last time updated with raylib 4.0 +* Example originally created with raylib 4.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_custom_logging.c b/examples/core/core_custom_logging.c index f886267ee..c195b09d5 100644 --- a/examples/core/core_custom_logging.c +++ b/examples/core/core_custom_logging.c @@ -2,7 +2,7 @@ * * raylib [core] example - Custom logging * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Pablo Marcos Oltra (@pamarcos) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_drop_files.c b/examples/core/core_drop_files.c index 2e51d872b..797d052cf 100644 --- a/examples/core/core_drop_files.c +++ b/examples/core/core_drop_files.c @@ -4,7 +4,7 @@ * * NOTE: This example only works on platforms that support drag & drop (Windows, Linux, OSX, Html5?) * -* Example originally created with raylib 1.3, last time updated with raylib 4.2 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_input_gamepad.c b/examples/core/core_input_gamepad.c index 656f7c244..18645c715 100644 --- a/examples/core/core_input_gamepad.c +++ b/examples/core/core_input_gamepad.c @@ -8,7 +8,7 @@ * - PLAYSTATION(R)3 Controller * Check raylib.h for buttons configuration * -* Example originally created with raylib 1.1, last time updated with raylib 4.2 +* Example originally created with raylib 1.1, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_input_gamepad_info.c b/examples/core/core_input_gamepad_info.c index 66fedda90..24ba31c5b 100644 --- a/examples/core/core_input_gamepad_info.c +++ b/examples/core/core_input_gamepad_info.c @@ -5,7 +5,7 @@ * NOTE: This example requires a Gamepad connected to the system * Check raylib.h for buttons configuration * -* Example originally created with raylib 4.6, last time updated with raylib 4.6 +* Example originally created with raylib 4.6, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_input_gestures.c b/examples/core/core_input_gestures.c index 27ecef56e..ec8ff052e 100644 --- a/examples/core/core_input_gestures.c +++ b/examples/core/core_input_gestures.c @@ -2,7 +2,7 @@ * * raylib [core] example - Input Gestures Detection * -* Example originally created with raylib 1.4, last time updated with raylib 4.2 +* Example originally created with raylib 1.4, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_input_gestures_web.c b/examples/core/core_input_gestures_web.c index e1492244c..be9719817 100644 --- a/examples/core/core_input_gestures_web.c +++ b/examples/core/core_input_gestures_web.c @@ -2,7 +2,7 @@ * * raylib [core] example - Input Gestures for Web * -* Example originally created with raylib 4.6-dev, last time updated with raylib 4.6-dev +* Example originally created with raylib 4.6-dev, last time updated with raylib 5.5 * * Example contributed by ubkp (@ubkp) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_input_keys.c b/examples/core/core_input_keys.c index 8e74b93b0..cb57344f5 100644 --- a/examples/core/core_input_keys.c +++ b/examples/core/core_input_keys.c @@ -2,7 +2,7 @@ * * raylib [core] example - Keyboard input * -* Example originally created with raylib 1.0, last time updated with raylib 1.0 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_input_mouse.c b/examples/core/core_input_mouse.c index e6a3e15dc..8371044a6 100644 --- a/examples/core/core_input_mouse.c +++ b/examples/core/core_input_mouse.c @@ -2,7 +2,7 @@ * * raylib [core] example - Mouse input * -* Example originally created with raylib 1.0, last time updated with raylib 4.0 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_input_mouse_wheel.c b/examples/core/core_input_mouse_wheel.c index d261e9348..f630d5997 100644 --- a/examples/core/core_input_mouse_wheel.c +++ b/examples/core/core_input_mouse_wheel.c @@ -2,7 +2,7 @@ * * raylib [core] examples - Mouse wheel input * -* Example originally created with raylib 1.1, last time updated with raylib 1.3 +* Example originally created with raylib 1.1, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_input_multitouch.c b/examples/core/core_input_multitouch.c index 73b363576..1cd89a66d 100644 --- a/examples/core/core_input_multitouch.c +++ b/examples/core/core_input_multitouch.c @@ -2,7 +2,7 @@ * * raylib [core] example - Input multitouch * -* Example originally created with raylib 2.1, last time updated with raylib 2.5 +* Example originally created with raylib 2.1, last time updated with raylib 5.5 * * Example contributed by Berni (@Berni8k) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_loading_thread.c b/examples/core/core_loading_thread.c index 8e09c99da..55d181a69 100644 --- a/examples/core/core_loading_thread.c +++ b/examples/core/core_loading_thread.c @@ -5,7 +5,7 @@ * NOTE: This example requires linking with pthreads library on MinGW, * it can be accomplished passing -static parameter to compiler * -* Example originally created with raylib 2.5, last time updated with raylib 3.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * diff --git a/examples/core/core_random_sequence.c b/examples/core/core_random_sequence.c index 2f7c3be95..ba9db14f0 100644 --- a/examples/core/core_random_sequence.c +++ b/examples/core/core_random_sequence.c @@ -2,7 +2,7 @@ * * raylib [core] example - Generates a random sequence * -* Example originally created with raylib 5.0, last time updated with raylib 5.0 +* Example originally created with raylib 5.0, last time updated with raylib 5.5 * * Example contributed by Dalton Overmyer (@REDl3east) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_random_values.c b/examples/core/core_random_values.c index 46516ea1c..54636dda7 100644 --- a/examples/core/core_random_values.c +++ b/examples/core/core_random_values.c @@ -2,7 +2,7 @@ * * raylib [core] example - Generate random values * -* Example originally created with raylib 1.1, last time updated with raylib 1.1 +* Example originally created with raylib 1.1, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_scissor_test.c b/examples/core/core_scissor_test.c index 62ae080cb..a656a0a9d 100644 --- a/examples/core/core_scissor_test.c +++ b/examples/core/core_scissor_test.c @@ -2,7 +2,7 @@ * * raylib [core] example - Scissor test * -* Example originally created with raylib 2.5, last time updated with raylib 3.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Chris Dill (@MysteriousSpace) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_smooth_pixelperfect.c b/examples/core/core_smooth_pixelperfect.c index d76557651..f3d3af515 100644 --- a/examples/core/core_smooth_pixelperfect.c +++ b/examples/core/core_smooth_pixelperfect.c @@ -2,7 +2,7 @@ * * raylib [core] example - Smooth Pixel-perfect camera * -* Example originally created with raylib 3.7, last time updated with raylib 4.0 +* Example originally created with raylib 3.7, last time updated with raylib 5.5 * * Example contributed by Giancamillo Alessandroni (@NotManyIdeasDev) and * reviewed by Ramon Santamaria (@raysan5) diff --git a/examples/core/core_storage_values.c b/examples/core/core_storage_values.c index 70386da6c..69b295cdd 100644 --- a/examples/core/core_storage_values.c +++ b/examples/core/core_storage_values.c @@ -2,7 +2,7 @@ * * raylib [core] example - Storage save/load values * -* Example originally created with raylib 1.4, last time updated with raylib 4.2 +* Example originally created with raylib 1.4, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_vr_simulator.c b/examples/core/core_vr_simulator.c index c98fce931..a3832b5f2 100644 --- a/examples/core/core_vr_simulator.c +++ b/examples/core/core_vr_simulator.c @@ -2,7 +2,7 @@ * * raylib [core] example - VR Simulator (Oculus Rift CV1 parameters) * -* Example originally created with raylib 2.5, last time updated with raylib 4.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_window_flags.c b/examples/core/core_window_flags.c index c9f858929..da5273568 100644 --- a/examples/core/core_window_flags.c +++ b/examples/core/core_window_flags.c @@ -2,7 +2,7 @@ * * raylib [core] example - window flags * -* Example originally created with raylib 3.5, last time updated with raylib 3.5 +* Example originally created with raylib 3.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_window_letterbox.c b/examples/core/core_window_letterbox.c index ded782431..07320a23b 100644 --- a/examples/core/core_window_letterbox.c +++ b/examples/core/core_window_letterbox.c @@ -2,7 +2,7 @@ * * raylib [core] example - window scale letterbox (and virtual mouse) * -* Example originally created with raylib 2.5, last time updated with raylib 4.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Anata (@anatagawa) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/core/core_window_should_close.c b/examples/core/core_window_should_close.c index e28ef7dbd..bbea51b6e 100644 --- a/examples/core/core_window_should_close.c +++ b/examples/core/core_window_should_close.c @@ -2,7 +2,7 @@ * * raylib [core] example - Window should close * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/core/core_world_screen.c b/examples/core/core_world_screen.c index 82fa31281..2716ad971 100644 --- a/examples/core/core_world_screen.c +++ b/examples/core/core_world_screen.c @@ -2,7 +2,7 @@ * * raylib [core] example - World to screen * -* Example originally created with raylib 1.3, last time updated with raylib 1.4 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/examples_template.c b/examples/examples_template.c index 5cf0b98d8..4c7d81f0e 100644 --- a/examples/examples_template.c +++ b/examples/examples_template.c @@ -58,7 +58,7 @@ * * raylib [core] example - Basic window * -* Example originally created with raylib 4.5, last time updated with raylib 4.5 +* Example originally created with raylib 4.5, last time updated with raylib 5.5 * * Example contributed by (@) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/models/models_animation.c b/examples/models/models_animation.c index 76998d1ec..86afa6c94 100644 --- a/examples/models/models_animation.c +++ b/examples/models/models_animation.c @@ -2,7 +2,7 @@ * * raylib [models] example - Load 3d model with animations and play them * -* Example originally created with raylib 2.5, last time updated with raylib 3.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Culacant (@culacant) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/models/models_billboard.c b/examples/models/models_billboard.c index cfb49e55c..b07b3537b 100644 --- a/examples/models/models_billboard.c +++ b/examples/models/models_billboard.c @@ -2,7 +2,7 @@ * * raylib [models] example - Drawing billboards * -* Example originally created with raylib 1.3, last time updated with raylib 3.5 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_bone_socket.c b/examples/models/models_bone_socket.c index 66f952e89..c4ad47371 100644 --- a/examples/models/models_bone_socket.c +++ b/examples/models/models_bone_socket.c @@ -2,7 +2,7 @@ * * raylib [core] example - Using bones as socket for calculating the positioning of something * -* Example originally created with raylib 4.5, last time updated with raylib 4.5 +* Example originally created with raylib 4.5, last time updated with raylib 5.5 * * Example contributed by iP (@ipzaur) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/models/models_box_collisions.c b/examples/models/models_box_collisions.c index 936f65f38..502697e21 100644 --- a/examples/models/models_box_collisions.c +++ b/examples/models/models_box_collisions.c @@ -2,7 +2,7 @@ * * raylib [models] example - Detect basic 3d collisions (box vs sphere vs box) * -* Example originally created with raylib 1.3, last time updated with raylib 3.5 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_cubicmap.c b/examples/models/models_cubicmap.c index 2c6267ede..7650a881e 100644 --- a/examples/models/models_cubicmap.c +++ b/examples/models/models_cubicmap.c @@ -2,7 +2,7 @@ * * raylib [models] example - Cubicmap loading and drawing * -* Example originally created with raylib 1.8, last time updated with raylib 3.5 +* Example originally created with raylib 1.8, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_draw_cube_texture.c b/examples/models/models_draw_cube_texture.c index 87d83c8f3..000507ed6 100644 --- a/examples/models/models_draw_cube_texture.c +++ b/examples/models/models_draw_cube_texture.c @@ -2,7 +2,7 @@ * * raylib [models] example - Draw textured cube * -* Example originally created with raylib 4.5, last time updated with raylib 4.5 +* Example originally created with raylib 4.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_first_person_maze.c b/examples/models/models_first_person_maze.c index b1af7d47b..4cbeeac32 100644 --- a/examples/models/models_first_person_maze.c +++ b/examples/models/models_first_person_maze.c @@ -2,7 +2,7 @@ * * raylib [models] example - first person maze * -* Example originally created with raylib 2.5, last time updated with raylib 3.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_geometric_shapes.c b/examples/models/models_geometric_shapes.c index 7f66a69fe..960f2f02d 100644 --- a/examples/models/models_geometric_shapes.c +++ b/examples/models/models_geometric_shapes.c @@ -2,7 +2,7 @@ * * raylib [models] example - Draw some basic geometric shapes (cube, sphere, cylinder...) * -* Example originally created with raylib 1.0, last time updated with raylib 3.5 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_heightmap.c b/examples/models/models_heightmap.c index d59e82814..e24224aba 100644 --- a/examples/models/models_heightmap.c +++ b/examples/models/models_heightmap.c @@ -2,7 +2,7 @@ * * raylib [models] example - Heightmap loading and drawing * -* Example originally created with raylib 1.8, last time updated with raylib 3.5 +* Example originally created with raylib 1.8, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_loading.c b/examples/models/models_loading.c index d35db347c..13eb7e23b 100644 --- a/examples/models/models_loading.c +++ b/examples/models/models_loading.c @@ -15,7 +15,7 @@ * - M3D > Binary file format. Model 3D format: * https://bztsrc.gitlab.io/model3d * -* Example originally created with raylib 2.0, last time updated with raylib 4.2 +* Example originally created with raylib 2.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_loading_gltf.c b/examples/models/models_loading_gltf.c index 8b8838c8d..2f023cef0 100644 --- a/examples/models/models_loading_gltf.c +++ b/examples/models/models_loading_gltf.c @@ -9,7 +9,7 @@ * - Only supports translation/rotation/scale animation channel.path, * weights not considered (i.e. morph targets) * -* Example originally created with raylib 3.7, last time updated with raylib 4.2 +* Example originally created with raylib 3.7, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_loading_m3d.c b/examples/models/models_loading_m3d.c index 6091d95f8..fbe3d712b 100644 --- a/examples/models/models_loading_m3d.c +++ b/examples/models/models_loading_m3d.c @@ -2,7 +2,7 @@ * * raylib [models] example - Load models M3D * -* Example originally created with raylib 4.5, last time updated with raylib 4.5 +* Example originally created with raylib 4.5, last time updated with raylib 5.5 * * Example contributed by bzt (@bztsrc) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/models/models_loading_vox.c b/examples/models/models_loading_vox.c index 1a2721a63..b279f21fd 100644 --- a/examples/models/models_loading_vox.c +++ b/examples/models/models_loading_vox.c @@ -2,7 +2,7 @@ * * raylib [models] example - Load models vox (MagicaVoxel) * -* Example originally created with raylib 4.0, last time updated with raylib 4.0 +* Example originally created with raylib 4.0, last time updated with raylib 5.5 * * Example contributed by Johann Nadalutti (@procfxgen) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/models/models_mesh_generation.c b/examples/models/models_mesh_generation.c index 59aebe7c9..bee08acae 100644 --- a/examples/models/models_mesh_generation.c +++ b/examples/models/models_mesh_generation.c @@ -2,7 +2,7 @@ * * raylib example - procedural mesh generation * -* Example originally created with raylib 1.8, last time updated with raylib 4.0 +* Example originally created with raylib 1.8, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_mesh_picking.c b/examples/models/models_mesh_picking.c index 15723e39d..daad253c3 100644 --- a/examples/models/models_mesh_picking.c +++ b/examples/models/models_mesh_picking.c @@ -2,7 +2,7 @@ * * raylib [models] example - Mesh picking in 3d mode, ground plane, triangle, mesh * -* Example originally created with raylib 1.7, last time updated with raylib 4.0 +* Example originally created with raylib 1.7, last time updated with raylib 5.5 * * Example contributed by Joel Davis (@joeld42) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/models/models_orthographic_projection.c b/examples/models/models_orthographic_projection.c index b0f74413d..e636c9709 100644 --- a/examples/models/models_orthographic_projection.c +++ b/examples/models/models_orthographic_projection.c @@ -2,7 +2,7 @@ * * raylib [models] example - Show the difference between perspective and orthographic projection * -* Example originally created with raylib 2.0, last time updated with raylib 3.7 +* Example originally created with raylib 2.0, last time updated with raylib 5.5 * * Example contributed by Max Danielsson (@autious) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/models/models_rlgl_solar_system.c b/examples/models/models_rlgl_solar_system.c index 7b35263ac..dc060cd14 100644 --- a/examples/models/models_rlgl_solar_system.c +++ b/examples/models/models_rlgl_solar_system.c @@ -4,7 +4,7 @@ * * NOTE: This example uses [rlgl] module functionality (pseudo-OpenGL 1.1 style coding) * -* Example originally created with raylib 2.5, last time updated with raylib 4.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_skybox.c b/examples/models/models_skybox.c index fc9627b42..be33b0ca2 100644 --- a/examples/models/models_skybox.c +++ b/examples/models/models_skybox.c @@ -2,7 +2,7 @@ * * raylib [models] example - Skybox loading and drawing * -* Example originally created with raylib 1.8, last time updated with raylib 4.0 +* Example originally created with raylib 1.8, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/models/models_waving_cubes.c b/examples/models/models_waving_cubes.c index 521a4afd5..e827b2056 100644 --- a/examples/models/models_waving_cubes.c +++ b/examples/models/models_waving_cubes.c @@ -2,7 +2,7 @@ * * raylib [models] example - Waving cubes * -* Example originally created with raylib 2.5, last time updated with raylib 3.7 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Codecat (@codecat) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/models/models_yaw_pitch_roll.c b/examples/models/models_yaw_pitch_roll.c index 91a11f73c..a89e8b77f 100644 --- a/examples/models/models_yaw_pitch_roll.c +++ b/examples/models/models_yaw_pitch_roll.c @@ -2,7 +2,7 @@ * * raylib [models] example - Plane rotations (yaw, pitch, roll) * -* Example originally created with raylib 1.8, last time updated with raylib 4.0 +* Example originally created with raylib 1.8, last time updated with raylib 5.5 * * Example contributed by Berni (@Berni8k) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/others/easings_testbed.c b/examples/others/easings_testbed.c index 1f31f5bb9..0096b1620 100644 --- a/examples/others/easings_testbed.c +++ b/examples/others/easings_testbed.c @@ -2,7 +2,7 @@ * * raylib [easings] example - Easings Testbed * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Juan Miguel López (@flashback-fx) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/others/embedded_files_loading.c b/examples/others/embedded_files_loading.c index e46fe102f..3af0bb37f 100644 --- a/examples/others/embedded_files_loading.c +++ b/examples/others/embedded_files_loading.c @@ -2,7 +2,7 @@ * * raylib [others] example - Embedded files loading (Wave and Image) * -* Example originally created with raylib 3.0, last time updated with raylib 2.5 +* Example originally created with raylib 3.0, last time updated with raylib 5.5 * * Example contributed by Kristian Holmgren (@defutura) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/others/raylib_opengl_interop.c b/examples/others/raylib_opengl_interop.c index b0b7d6ff3..1ee06d96e 100644 --- a/examples/others/raylib_opengl_interop.c +++ b/examples/others/raylib_opengl_interop.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - OpenGL point particle system * -* Example originally created with raylib 3.8, last time updated with raylib 2.5 +* Example originally created with raylib 3.8, last time updated with raylib 5.5 * * Example contributed by Stephan Soller (@arkanis) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/others/raymath_vector_angle.c b/examples/others/raymath_vector_angle.c index d0f81548c..8b7ebde55 100644 --- a/examples/others/raymath_vector_angle.c +++ b/examples/others/raymath_vector_angle.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - Vector Angle * -* Example originally created with raylib 1.0, last time updated with raylib 4.6 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/others/rlgl_compute_shader.c b/examples/others/rlgl_compute_shader.c index e8a654d2a..74e6a302b 100644 --- a/examples/others/rlgl_compute_shader.c +++ b/examples/others/rlgl_compute_shader.c @@ -5,7 +5,7 @@ * NOTE: This example requires raylib OpenGL 4.3 versions for compute shaders support, * shaders used in this example are #version 430 (OpenGL 4.3) * -* Example originally created with raylib 4.0, last time updated with raylib 2.5 +* Example originally created with raylib 4.0, last time updated with raylib 5.5 * * Example contributed by Teddy Astie (@tsnake41) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_basic_lighting.c b/examples/shaders/shaders_basic_lighting.c index 77fedfeb9..8280080fa 100644 --- a/examples/shaders/shaders_basic_lighting.c +++ b/examples/shaders/shaders_basic_lighting.c @@ -7,7 +7,7 @@ * * NOTE: Shaders used in this example are #version 330 (OpenGL 3.3). * -* Example originally created with raylib 3.0, last time updated with raylib 4.2 +* Example originally created with raylib 3.0, last time updated with raylib 5.5 * * Example contributed by Chris Camacho (@codifies) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_basic_pbr.c b/examples/shaders/shaders_basic_pbr.c index d025ab8a9..3f2eab0a0 100644 --- a/examples/shaders/shaders_basic_pbr.c +++ b/examples/shaders/shaders_basic_pbr.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - Basic PBR * -* Example originally created with raylib 5.0, last time updated with raylib 5.1-dev +* Example originally created with raylib 5.0, last time updated with raylib 5.5 * * Example contributed by Afan OLOVCIC (@_DevDad) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_custom_uniform.c b/examples/shaders/shaders_custom_uniform.c index 9d991bd1a..2439929a0 100644 --- a/examples/shaders/shaders_custom_uniform.c +++ b/examples/shaders/shaders_custom_uniform.c @@ -9,7 +9,7 @@ * on OpenGL ES 2.0 platforms (Android, Raspberry Pi, HTML5), use #version 100 shaders * raylib comes with shaders ready for both versions, check raylib/shaders install folder * -* Example originally created with raylib 1.3, last time updated with raylib 4.0 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shaders/shaders_deferred_render.c b/examples/shaders/shaders_deferred_render.c index 4f652fe33..fc72df7ed 100644 --- a/examples/shaders/shaders_deferred_render.c +++ b/examples/shaders/shaders_deferred_render.c @@ -4,7 +4,7 @@ * * NOTE: This example requires raylib OpenGL 3.3 or OpenGL ES 3.0 * -* Example originally created with raylib 4.5, last time updated with raylib 4.5 +* Example originally created with raylib 4.5, last time updated with raylib 5.5 * * Example contributed by Justin Andreas Lacoste (@27justin) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_eratosthenes.c b/examples/shaders/shaders_eratosthenes.c index 21b7ea8f9..ed965821d 100644 --- a/examples/shaders/shaders_eratosthenes.c +++ b/examples/shaders/shaders_eratosthenes.c @@ -14,7 +14,7 @@ * * NOTE: Shaders used in this example are #version 330 (OpenGL 3.3). * -* Example originally created with raylib 2.5, last time updated with raylib 4.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by ProfJski and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_fog.c b/examples/shaders/shaders_fog.c index ad514077d..3d4257659 100644 --- a/examples/shaders/shaders_fog.c +++ b/examples/shaders/shaders_fog.c @@ -7,7 +7,7 @@ * * NOTE: Shaders used in this example are #version 330 (OpenGL 3.3). * -* Example originally created with raylib 2.5, last time updated with raylib 3.7 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Chris Camacho (@chriscamacho) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_hot_reloading.c b/examples/shaders/shaders_hot_reloading.c index 2a9ea2d6d..6a457da07 100644 --- a/examples/shaders/shaders_hot_reloading.c +++ b/examples/shaders/shaders_hot_reloading.c @@ -5,7 +5,7 @@ * NOTE: This example requires raylib OpenGL 3.3 for shaders support and only #version 330 * is currently supported. OpenGL ES 2.0 platforms are not supported at the moment. * -* Example originally created with raylib 3.0, last time updated with raylib 3.5 +* Example originally created with raylib 3.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shaders/shaders_hybrid_render.c b/examples/shaders/shaders_hybrid_render.c index 5bf2e49a8..dd821818d 100644 --- a/examples/shaders/shaders_hybrid_render.c +++ b/examples/shaders/shaders_hybrid_render.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - Hybrid Rendering * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example contributed by Buğra Alptekin Sarı (@BugraAlptekinSari) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_julia_set.c b/examples/shaders/shaders_julia_set.c index 93a3436a8..b80e4cec3 100644 --- a/examples/shaders/shaders_julia_set.c +++ b/examples/shaders/shaders_julia_set.c @@ -7,7 +7,7 @@ * * NOTE: Shaders used in this example are #version 330 (OpenGL 3.3). * -* Example originally created with raylib 2.5, last time updated with raylib 4.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Josh Colclough (@joshcol9232) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_lightmap.c b/examples/shaders/shaders_lightmap.c index 01b80a6fb..27145f74f 100644 --- a/examples/shaders/shaders_lightmap.c +++ b/examples/shaders/shaders_lightmap.c @@ -7,6 +7,8 @@ * * NOTE: Shaders used in this example are #version 330 (OpenGL 3.3). * +* Example last time updated with raylib 5.5 +* * Example contributed by Jussi Viitala (@nullstare) and reviewed by Ramon Santamaria (@raysan5) * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, diff --git a/examples/shaders/shaders_mesh_instancing.c b/examples/shaders/shaders_mesh_instancing.c index eb42cb471..764ab7027 100644 --- a/examples/shaders/shaders_mesh_instancing.c +++ b/examples/shaders/shaders_mesh_instancing.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - Mesh instancing * -* Example originally created with raylib 3.7, last time updated with raylib 4.2 +* Example originally created with raylib 3.7, last time updated with raylib 5.5 * * Example contributed by @seanpringle and reviewed by Max (@moliad) and Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_model_shader.c b/examples/shaders/shaders_model_shader.c index bf2c112be..ae4228395 100644 --- a/examples/shaders/shaders_model_shader.c +++ b/examples/shaders/shaders_model_shader.c @@ -9,7 +9,7 @@ * on OpenGL ES 2.0 platforms (Android, Raspberry Pi, HTML5), use #version 100 shaders * raylib comes with shaders ready for both versions, check raylib/shaders install folder * -* Example originally created with raylib 1.3, last time updated with raylib 3.7 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shaders/shaders_multi_sample2d.c b/examples/shaders/shaders_multi_sample2d.c index ccdc6fa82..e5ac08f20 100644 --- a/examples/shaders/shaders_multi_sample2d.c +++ b/examples/shaders/shaders_multi_sample2d.c @@ -9,7 +9,7 @@ * on OpenGL ES 2.0 platforms (Android, Raspberry Pi, HTML5), use #version 100 shaders * raylib comes with shaders ready for both versions, check raylib/shaders install folder * -* Example originally created with raylib 3.5, last time updated with raylib 3.5 +* Example originally created with raylib 3.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shaders/shaders_palette_switch.c b/examples/shaders/shaders_palette_switch.c index 9ff86d83d..bad12a4aa 100644 --- a/examples/shaders/shaders_palette_switch.c +++ b/examples/shaders/shaders_palette_switch.c @@ -9,7 +9,7 @@ * on OpenGL ES 2.0 platforms (Android, Raspberry Pi, HTML5), use #version 100 shaders * raylib comes with shaders ready for both versions, check raylib/shaders install folder * -* Example originally created with raylib 2.5, last time updated with raylib 3.7 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Marco Lizza (@MarcoLizza) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_postprocessing.c b/examples/shaders/shaders_postprocessing.c index 54ffae931..522d299f7 100644 --- a/examples/shaders/shaders_postprocessing.c +++ b/examples/shaders/shaders_postprocessing.c @@ -9,7 +9,7 @@ * on OpenGL ES 2.0 platforms (Android, Raspberry Pi, HTML5), use #version 100 shaders * raylib comes with shaders ready for both versions, check raylib/shaders install folder * -* Example originally created with raylib 1.3, last time updated with raylib 4.0 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shaders/shaders_raymarching.c b/examples/shaders/shaders_raymarching.c index 812d683e6..877169575 100644 --- a/examples/shaders/shaders_raymarching.c +++ b/examples/shaders/shaders_raymarching.c @@ -5,7 +5,7 @@ * NOTE: This example requires raylib OpenGL 3.3 for shaders support and only #version 330 * is currently supported. OpenGL ES 2.0 platforms are not supported at the moment. * -* Example originally created with raylib 2.0, last time updated with raylib 4.2 +* Example originally created with raylib 2.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shaders/shaders_shadowmap.c b/examples/shaders/shaders_shadowmap.c index 96c42d12f..2df240cd2 100644 --- a/examples/shaders/shaders_shadowmap.c +++ b/examples/shaders/shaders_shadowmap.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - Shadowmap * -* Example originally created with raylib 5.0, last time updated with raylib 5.0 +* Example originally created with raylib 5.0, last time updated with raylib 5.5 * * Example contributed by @TheManTheMythTheGameDev and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_shapes_textures.c b/examples/shaders/shaders_shapes_textures.c index 65ccef659..db371ff47 100644 --- a/examples/shaders/shaders_shapes_textures.c +++ b/examples/shaders/shaders_shapes_textures.c @@ -9,7 +9,7 @@ * on OpenGL ES 2.0 platforms (Android, Raspberry Pi, HTML5), use #version 100 shaders * raylib comes with shaders ready for both versions, check raylib/shaders install folder * -* Example originally created with raylib 1.7, last time updated with raylib 3.7 +* Example originally created with raylib 1.7, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shaders/shaders_simple_mask.c b/examples/shaders/shaders_simple_mask.c index 11e0ac2e7..1e9ada68a 100644 --- a/examples/shaders/shaders_simple_mask.c +++ b/examples/shaders/shaders_simple_mask.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - Simple shader mask * -* Example originally created with raylib 2.5, last time updated with raylib 3.7 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Chris Camacho (@chriscamacho) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_spotlight.c b/examples/shaders/shaders_spotlight.c index 2752a2db4..a336e8548 100644 --- a/examples/shaders/shaders_spotlight.c +++ b/examples/shaders/shaders_spotlight.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - Simple shader mask * -* Example originally created with raylib 2.5, last time updated with raylib 3.7 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Chris Camacho (@chriscamacho) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_texture_drawing.c b/examples/shaders/shaders_texture_drawing.c index 52b8967f6..3dd8e017b 100644 --- a/examples/shaders/shaders_texture_drawing.c +++ b/examples/shaders/shaders_texture_drawing.c @@ -4,7 +4,7 @@ * * NOTE: This example illustrates how to draw into a blank texture using a shader * -* Example originally created with raylib 2.0, last time updated with raylib 3.7 +* Example originally created with raylib 2.0, last time updated with raylib 5.5 * * Example contributed by Michał Ciesielski and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_texture_outline.c b/examples/shaders/shaders_texture_outline.c index f90e41769..889961937 100644 --- a/examples/shaders/shaders_texture_outline.c +++ b/examples/shaders/shaders_texture_outline.c @@ -5,7 +5,7 @@ * NOTE: This example requires raylib OpenGL 3.3 or ES2 versions for shaders support, * OpenGL 1.1 does not support shaders, recompile raylib to OpenGL 3.3 version. * -* Example originally created with raylib 4.0, last time updated with raylib 4.0 +* Example originally created with raylib 4.0, last time updated with raylib 5.5 * * Example contributed by Samuel Skiff (@GoldenThumbs) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_texture_tiling.c b/examples/shaders/shaders_texture_tiling.c index 0d07bdff9..851cc63b2 100644 --- a/examples/shaders/shaders_texture_tiling.c +++ b/examples/shaders/shaders_texture_tiling.c @@ -4,6 +4,8 @@ * * Example demonstrates how to tile a texture on a 3D model using raylib. * +* Example last time updated with raylib 5.5 +* * Example contributed by Luis Almeida (@luis605) and reviewed by Ramon Santamaria (@raysan5) * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, diff --git a/examples/shaders/shaders_texture_waves.c b/examples/shaders/shaders_texture_waves.c index 205fc636e..d2a4518ab 100644 --- a/examples/shaders/shaders_texture_waves.c +++ b/examples/shaders/shaders_texture_waves.c @@ -9,7 +9,7 @@ * on OpenGL ES 2.0 platforms (Android, Raspberry Pi, HTML5), use #version 100 shaders * raylib comes with shaders ready for both versions, check raylib/shaders install folder * -* Example originally created with raylib 2.5, last time updated with raylib 3.7 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Anata (@anatagawa) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_vertex_displacement.c b/examples/shaders/shaders_vertex_displacement.c index c211d349f..0c230d0c2 100644 --- a/examples/shaders/shaders_vertex_displacement.c +++ b/examples/shaders/shaders_vertex_displacement.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - Vertex displacement * -* Example originally created with raylib 5.0, last time updated with raylib 4.5 +* Example originally created with raylib 5.0, last time updated with raylib 5.5 * * Example contributed by (@ZzzhHe) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shaders/shaders_write_depth.c b/examples/shaders/shaders_write_depth.c index 531a7bfa6..57bdee8d2 100644 --- a/examples/shaders/shaders_write_depth.c +++ b/examples/shaders/shaders_write_depth.c @@ -2,7 +2,7 @@ * * raylib [shaders] example - Depth buffer writing * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example contributed by Buğra Alptekin Sarı (@BugraAlptekinSari) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shapes/shapes_basic_shapes.c b/examples/shapes/shapes_basic_shapes.c index 9c0fff7d0..c7f637166 100644 --- a/examples/shapes/shapes_basic_shapes.c +++ b/examples/shapes/shapes_basic_shapes.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - Draw basic shapes 2d (rectangle, circle, line...) * -* Example originally created with raylib 1.0, last time updated with raylib 4.2 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_bouncing_ball.c b/examples/shapes/shapes_bouncing_ball.c index 7a3068163..7122b825f 100644 --- a/examples/shapes/shapes_bouncing_ball.c +++ b/examples/shapes/shapes_bouncing_ball.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - bouncing ball * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_collision_area.c b/examples/shapes/shapes_collision_area.c index c2e2c1e1d..16a9238ca 100644 --- a/examples/shapes/shapes_collision_area.c +++ b/examples/shapes/shapes_collision_area.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - collision area * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_colors_palette.c b/examples/shapes/shapes_colors_palette.c index 60a6dd6a2..373e968e6 100644 --- a/examples/shapes/shapes_colors_palette.c +++ b/examples/shapes/shapes_colors_palette.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - Colors palette * -* Example originally created with raylib 1.0, last time updated with raylib 2.5 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_draw_circle_sector.c b/examples/shapes/shapes_draw_circle_sector.c index 30eaaf4bd..b2d7e7f78 100644 --- a/examples/shapes/shapes_draw_circle_sector.c +++ b/examples/shapes/shapes_draw_circle_sector.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - draw circle sector (with gui options) * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shapes/shapes_draw_rectangle_rounded.c b/examples/shapes/shapes_draw_rectangle_rounded.c index 19280ed00..8b4e28abc 100644 --- a/examples/shapes/shapes_draw_rectangle_rounded.c +++ b/examples/shapes/shapes_draw_rectangle_rounded.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - draw rectangle rounded (with gui options) * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shapes/shapes_draw_ring.c b/examples/shapes/shapes_draw_ring.c index 60c95a4c0..2feac247f 100644 --- a/examples/shapes/shapes_draw_ring.c +++ b/examples/shapes/shapes_draw_ring.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - draw ring (with gui options) * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shapes/shapes_easings_ball_anim.c b/examples/shapes/shapes_easings_ball_anim.c index d54f24a1d..ec174fab2 100644 --- a/examples/shapes/shapes_easings_ball_anim.c +++ b/examples/shapes/shapes_easings_ball_anim.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - easings ball anim * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_easings_box_anim.c b/examples/shapes/shapes_easings_box_anim.c index c82beac05..bf5293cae 100644 --- a/examples/shapes/shapes_easings_box_anim.c +++ b/examples/shapes/shapes_easings_box_anim.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - easings box anim * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_easings_rectangle_array.c b/examples/shapes/shapes_easings_rectangle_array.c index ed13e93c1..81452dab7 100644 --- a/examples/shapes/shapes_easings_rectangle_array.c +++ b/examples/shapes/shapes_easings_rectangle_array.c @@ -5,7 +5,7 @@ * NOTE: This example requires 'easings.h' library, provided on raylib/src. Just copy * the library to same directory as example or make sure it's available on include path. * -* Example originally created with raylib 2.0, last time updated with raylib 2.5 +* Example originally created with raylib 2.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_following_eyes.c b/examples/shapes/shapes_following_eyes.c index 7e428f2c3..b48e56748 100644 --- a/examples/shapes/shapes_following_eyes.c +++ b/examples/shapes/shapes_following_eyes.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - following eyes * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_lines_bezier.c b/examples/shapes/shapes_lines_bezier.c index 1293e16e4..db9d9f108 100644 --- a/examples/shapes/shapes_lines_bezier.c +++ b/examples/shapes/shapes_lines_bezier.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - Cubic-bezier lines * -* Example originally created with raylib 1.7, last time updated with raylib 1.7 +* Example originally created with raylib 1.7, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_logo_raylib.c b/examples/shapes/shapes_logo_raylib.c index f637df2c9..471869f8c 100644 --- a/examples/shapes/shapes_logo_raylib.c +++ b/examples/shapes/shapes_logo_raylib.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - Draw raylib logo using basic shapes * -* Example originally created with raylib 1.0, last time updated with raylib 1.0 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_logo_raylib_anim.c b/examples/shapes/shapes_logo_raylib_anim.c index ace9c8d02..d16641f1d 100644 --- a/examples/shapes/shapes_logo_raylib_anim.c +++ b/examples/shapes/shapes_logo_raylib_anim.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - raylib logo animation * -* Example originally created with raylib 2.5, last time updated with raylib 4.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_rectangle_scaling.c b/examples/shapes/shapes_rectangle_scaling.c index dcafab9da..76e53dfc0 100644 --- a/examples/shapes/shapes_rectangle_scaling.c +++ b/examples/shapes/shapes_rectangle_scaling.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - rectangle scaling by mouse * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/shapes/shapes_splines_drawing.c b/examples/shapes/shapes_splines_drawing.c index 536b558e1..c709c61b1 100644 --- a/examples/shapes/shapes_splines_drawing.c +++ b/examples/shapes/shapes_splines_drawing.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - splines drawing * -* Example originally created with raylib 5.0, last time updated with raylib 5.0 +* Example originally created with raylib 5.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/shapes/shapes_top_down_lights.c b/examples/shapes/shapes_top_down_lights.c index abe845f8c..712c327c3 100644 --- a/examples/shapes/shapes_top_down_lights.c +++ b/examples/shapes/shapes_top_down_lights.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - top down lights * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/text/text_codepoints_loading.c b/examples/text/text_codepoints_loading.c index 95a81dfc3..933b59aa8 100644 --- a/examples/text/text_codepoints_loading.c +++ b/examples/text/text_codepoints_loading.c @@ -2,7 +2,7 @@ * * raylib [text] example - Codepoints loading * -* Example originally created with raylib 4.2, last time updated with raylib 2.5 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/text/text_draw_3d.c b/examples/text/text_draw_3d.c index ed4e6ce67..09db4980c 100644 --- a/examples/text/text_draw_3d.c +++ b/examples/text/text_draw_3d.c @@ -15,7 +15,7 @@ * @Nighten for the DrawTextStyle() code https://github.com/NightenDushi/Raylib_DrawTextStyle * Chris Camacho (codifies - http://bedroomcoders.co.uk/) for the alpha discard shader * -* Example originally created with raylib 3.5, last time updated with raylib 4.0 +* Example originally created with raylib 3.5, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/text/text_font_filters.c b/examples/text/text_font_filters.c index b12f26055..8ebebd0a4 100644 --- a/examples/text/text_font_filters.c +++ b/examples/text/text_font_filters.c @@ -6,7 +6,7 @@ * display of the font when scaling it to different sizes, that way, it's not required * to generate multiple fonts at multiple sizes (as long as the scaling is not very different) * -* Example originally created with raylib 1.3, last time updated with raylib 4.2 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/text/text_font_loading.c b/examples/text/text_font_loading.c index 6b98a4e8a..012d37f8a 100644 --- a/examples/text/text_font_loading.c +++ b/examples/text/text_font_loading.c @@ -11,7 +11,7 @@ * - XNA Spritefont > Sprite font image, following XNA Spritefont conventions, * Characters in image must follow some spacing and order rules * -* Example originally created with raylib 1.4, last time updated with raylib 3.0 +* Example originally created with raylib 1.4, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/text/text_font_sdf.c b/examples/text/text_font_sdf.c index 95245741e..6a8fb1bf7 100644 --- a/examples/text/text_font_sdf.c +++ b/examples/text/text_font_sdf.c @@ -2,7 +2,7 @@ * * raylib [text] example - Font SDF loading * -* Example originally created with raylib 1.3, last time updated with raylib 4.0 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/text/text_font_spritefont.c b/examples/text/text_font_spritefont.c index 1b2695c71..6004481ea 100644 --- a/examples/text/text_font_spritefont.c +++ b/examples/text/text_font_spritefont.c @@ -12,7 +12,7 @@ * Following those constraints, a font can be provided just by an image, * this is quite handy to avoid additional font descriptor files (like BMFonts use). * -* Example originally created with raylib 1.0, last time updated with raylib 1.0 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/text/text_format_text.c b/examples/text/text_format_text.c index 0f53f35dc..edfbcb4c0 100644 --- a/examples/text/text_format_text.c +++ b/examples/text/text_format_text.c @@ -2,7 +2,7 @@ * * raylib [text] example - Text formatting * -* Example originally created with raylib 1.1, last time updated with raylib 3.0 +* Example originally created with raylib 1.1, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/text/text_input_box.c b/examples/text/text_input_box.c index eeb338f1f..ff230bfcb 100644 --- a/examples/text/text_input_box.c +++ b/examples/text/text_input_box.c @@ -2,7 +2,7 @@ * * raylib [text] example - Input Box * -* Example originally created with raylib 1.7, last time updated with raylib 3.5 +* Example originally created with raylib 1.7, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/text/text_raylib_fonts.c b/examples/text/text_raylib_fonts.c index acd18d94c..ef430471f 100644 --- a/examples/text/text_raylib_fonts.c +++ b/examples/text/text_raylib_fonts.c @@ -5,7 +5,7 @@ * NOTE: raylib is distributed with some free to use fonts (even for commercial pourposes!) * To view details and credits for those fonts, check raylib license file * -* Example originally created with raylib 1.7, last time updated with raylib 3.7 +* Example originally created with raylib 1.7, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/text/text_rectangle_bounds.c b/examples/text/text_rectangle_bounds.c index 173d3f93d..a7bf172d5 100644 --- a/examples/text/text_rectangle_bounds.c +++ b/examples/text/text_rectangle_bounds.c @@ -2,7 +2,7 @@ * * raylib [text] example - Rectangle bounds * -* Example originally created with raylib 2.5, last time updated with raylib 4.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/text/text_unicode.c b/examples/text/text_unicode.c index 2b5245be9..32c39c587 100644 --- a/examples/text/text_unicode.c +++ b/examples/text/text_unicode.c @@ -2,7 +2,7 @@ * * raylib [text] example - Unicode * -* Example originally created with raylib 2.5, last time updated with raylib 4.0 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/text/text_writing_anim.c b/examples/text/text_writing_anim.c index 1e7cd569f..8094b60d9 100644 --- a/examples/text/text_writing_anim.c +++ b/examples/text/text_writing_anim.c @@ -2,7 +2,7 @@ * * raylib [text] example - Text Writing Animation * -* Example originally created with raylib 1.4, last time updated with raylib 1.4 +* Example originally created with raylib 1.4, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_background_scrolling.c b/examples/textures/textures_background_scrolling.c index 0df159cae..733775112 100644 --- a/examples/textures/textures_background_scrolling.c +++ b/examples/textures/textures_background_scrolling.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Background scrolling * -* Example originally created with raylib 2.0, last time updated with raylib 2.5 +* Example originally created with raylib 2.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_blend_modes.c b/examples/textures/textures_blend_modes.c index 660aa57a7..6fca00f27 100644 --- a/examples/textures/textures_blend_modes.c +++ b/examples/textures/textures_blend_modes.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 3.5, last time updated with raylib 3.5 +* Example originally created with raylib 3.5, last time updated with raylib 5.5 * * Example contributed by Karlo Licudine (@accidentalrebel) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/textures/textures_bunnymark.c b/examples/textures/textures_bunnymark.c index f3ef694a2..8fa9f04fc 100644 --- a/examples/textures/textures_bunnymark.c +++ b/examples/textures/textures_bunnymark.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Bunnymark * -* Example originally created with raylib 1.6, last time updated with raylib 2.5 +* Example originally created with raylib 1.6, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_draw_tiled.c b/examples/textures/textures_draw_tiled.c index 699836555..51d9a045f 100644 --- a/examples/textures/textures_draw_tiled.c +++ b/examples/textures/textures_draw_tiled.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Draw part of the texture tiled * -* Example originally created with raylib 3.0, last time updated with raylib 4.2 +* Example originally created with raylib 3.0, last time updated with raylib 5.5 * * Example contributed by Vlad Adrian (@demizdor) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/textures/textures_fog_of_war.c b/examples/textures/textures_fog_of_war.c index 2f72c0d6d..2061a8f4c 100644 --- a/examples/textures/textures_fog_of_war.c +++ b/examples/textures/textures_fog_of_war.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Fog of war * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_gif_player.c b/examples/textures/textures_gif_player.c index cf8492e0d..32a9e030d 100644 --- a/examples/textures/textures_gif_player.c +++ b/examples/textures/textures_gif_player.c @@ -2,7 +2,7 @@ * * raylib [textures] example - gif playing * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_image_channel.c b/examples/textures/textures_image_channel.c index 39618c5f4..6d41588a7 100644 --- a/examples/textures/textures_image_channel.c +++ b/examples/textures/textures_image_channel.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 5.1-dev, last time updated with raylib 5.1-dev +* Example originally created with raylib 5.1-dev, last time updated with raylib 5.5 * * Example contributed by Bruno Cabral (github.com/brccabral) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/textures/textures_image_drawing.c b/examples/textures/textures_image_drawing.c index f49bc9e77..d60c6cf0c 100644 --- a/examples/textures/textures_image_drawing.c +++ b/examples/textures/textures_image_drawing.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 1.4, last time updated with raylib 1.4 +* Example originally created with raylib 1.4, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_image_generation.c b/examples/textures/textures_image_generation.c index 97e43f007..f59093bcc 100644 --- a/examples/textures/textures_image_generation.c +++ b/examples/textures/textures_image_generation.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Procedural images generation * -* Example originally created with raylib 1.8, last time updated with raylib 1.8 +* Example originally created with raylib 1.8, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_image_kernel.c b/examples/textures/textures_image_kernel.c index b850b63ed..83d33fc29 100644 --- a/examples/textures/textures_image_kernel.c +++ b/examples/textures/textures_image_kernel.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 1.3, last time updated with raylib 1.3 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_image_loading.c b/examples/textures/textures_image_loading.c index 95175e079..b16029338 100644 --- a/examples/textures/textures_image_loading.c +++ b/examples/textures/textures_image_loading.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 1.3, last time updated with raylib 1.3 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_image_processing.c b/examples/textures/textures_image_processing.c index 269273546..d27b1b293 100644 --- a/examples/textures/textures_image_processing.c +++ b/examples/textures/textures_image_processing.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 1.4, last time updated with raylib 3.5 +* Example originally created with raylib 1.4, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_image_rotate.c b/examples/textures/textures_image_rotate.c index 51724e037..74eb76a54 100644 --- a/examples/textures/textures_image_rotate.c +++ b/examples/textures/textures_image_rotate.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Image Rotation * -* Example originally created with raylib 1.0, last time updated with raylib 1.0 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_image_text.c b/examples/textures/textures_image_text.c index 856b64ed0..f8adc6b5b 100644 --- a/examples/textures/textures_image_text.c +++ b/examples/textures/textures_image_text.c @@ -2,7 +2,7 @@ * * raylib [texture] example - Image text drawing using TTF generated font * -* Example originally created with raylib 1.8, last time updated with raylib 4.0 +* Example originally created with raylib 1.8, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_logo_raylib.c b/examples/textures/textures_logo_raylib.c index f170dab48..2c538b670 100644 --- a/examples/textures/textures_logo_raylib.c +++ b/examples/textures/textures_logo_raylib.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Texture loading and drawing * -* Example originally created with raylib 1.0, last time updated with raylib 1.0 +* Example originally created with raylib 1.0, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_mouse_painting.c b/examples/textures/textures_mouse_painting.c index 27bbc74e9..a0ac20014 100644 --- a/examples/textures/textures_mouse_painting.c +++ b/examples/textures/textures_mouse_painting.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Mouse painting * -* Example originally created with raylib 3.0, last time updated with raylib 3.0 +* Example originally created with raylib 3.0, last time updated with raylib 5.5 * * Example contributed by Chris Dill (@MysteriousSpace) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/textures/textures_npatch_drawing.c b/examples/textures/textures_npatch_drawing.c index 5fb39996b..2821a1140 100644 --- a/examples/textures/textures_npatch_drawing.c +++ b/examples/textures/textures_npatch_drawing.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 2.0, last time updated with raylib 2.5 +* Example originally created with raylib 2.0, last time updated with raylib 5.5 * * Example contributed by Jorge A. Gomes (@overdev) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/textures/textures_particles_blending.c b/examples/textures/textures_particles_blending.c index 113b2b068..e509bbaa4 100644 --- a/examples/textures/textures_particles_blending.c +++ b/examples/textures/textures_particles_blending.c @@ -2,7 +2,7 @@ * * raylib example - particles blending * -* Example originally created with raylib 1.7, last time updated with raylib 3.5 +* Example originally created with raylib 1.7, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_polygon.c b/examples/textures/textures_polygon.c index 2491e1bc2..93e9ecc50 100644 --- a/examples/textures/textures_polygon.c +++ b/examples/textures/textures_polygon.c @@ -2,7 +2,7 @@ * * raylib [shapes] example - Draw Textured Polygon * -* Example originally created with raylib 3.7, last time updated with raylib 3.7 +* Example originally created with raylib 3.7, last time updated with raylib 5.5 * * Example contributed by Chris Camacho (@codifies) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/textures/textures_raw_data.c b/examples/textures/textures_raw_data.c index 38229f1ba..511733eb6 100644 --- a/examples/textures/textures_raw_data.c +++ b/examples/textures/textures_raw_data.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 1.3, last time updated with raylib 3.5 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_sprite_anim.c b/examples/textures/textures_sprite_anim.c index deb68216a..db64ce549 100644 --- a/examples/textures/textures_sprite_anim.c +++ b/examples/textures/textures_sprite_anim.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Sprite animation * -* Example originally created with raylib 1.3, last time updated with raylib 1.3 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_sprite_button.c b/examples/textures/textures_sprite_button.c index 5d0153b57..7eb42c039 100644 --- a/examples/textures/textures_sprite_button.c +++ b/examples/textures/textures_sprite_button.c @@ -2,7 +2,7 @@ * * raylib [textures] example - sprite button * -* Example originally created with raylib 2.5, last time updated with raylib 2.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_sprite_explosion.c b/examples/textures/textures_sprite_explosion.c index 06b4f1dad..f33a29e80 100644 --- a/examples/textures/textures_sprite_explosion.c +++ b/examples/textures/textures_sprite_explosion.c @@ -2,7 +2,7 @@ * * raylib [textures] example - sprite explosion * -* Example originally created with raylib 2.5, last time updated with raylib 3.5 +* Example originally created with raylib 2.5, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_srcrec_dstrec.c b/examples/textures/textures_srcrec_dstrec.c index 035e30371..7fdc41825 100644 --- a/examples/textures/textures_srcrec_dstrec.c +++ b/examples/textures/textures_srcrec_dstrec.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Texture source and destination rectangles * -* Example originally created with raylib 1.3, last time updated with raylib 1.3 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_svg_loading.c b/examples/textures/textures_svg_loading.c index 434ec7602..ad0572279 100644 --- a/examples/textures/textures_svg_loading.c +++ b/examples/textures/textures_svg_loading.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 4.2, last time updated with raylib 4.2 +* Example originally created with raylib 4.2, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software diff --git a/examples/textures/textures_textured_curve.c b/examples/textures/textures_textured_curve.c index 6e4c53cff..e9eec6e5c 100644 --- a/examples/textures/textures_textured_curve.c +++ b/examples/textures/textures_textured_curve.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Draw a texture along a segmented curve * -* Example originally created with raylib 4.5, last time updated with raylib 4.5 +* Example originally created with raylib 4.5, last time updated with raylib 5.5 * * Example contributed by Jeffery Myers and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/textures/textures_to_image.c b/examples/textures/textures_to_image.c index 2d09623eb..8acee89b8 100644 --- a/examples/textures/textures_to_image.c +++ b/examples/textures/textures_to_image.c @@ -4,7 +4,7 @@ * * NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM) * -* Example originally created with raylib 1.3, last time updated with raylib 4.0 +* Example originally created with raylib 1.3, last time updated with raylib 5.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software