Skip to content

v4.0.2

Choose a tag to compare

@RobLoach RobLoach released this 24 Dec 21:50
· 351 commits to master since this release
0ce6df7

Added

  • Image::IsLoaded()
  • Wave::IsLoaded()
  • Sound::IsLoaded()
  • Music::IsLoaded()
  • Shader example
  • Function overrides for std::string support
    • raylib::DrawText()
    • raylib::DrawTextEx()
    • raylib::DrawTextPro()
    • raylib::TextSubtext()
    • raylib::TextReplace()
    • raylib::TextInsert()
    • raylib::TextAppend()
    • raylib::TextFindIndex()
    • raylib::TextToUpper()
    • raylib::TextToLower()
    • raylib::TextToPascal()
    • raylib::TextToInteger()

Fixed

  • Shader constructor
  • Vector2 muliplication operator behavior (#155)

Changed

  • Merged Text.hpp into Functions.hpp