Skip to content

1.27.15

Compare
Choose a tag to compare
@qb-0 qb-0 released this 01 Mar 23:15
· 190 commits to master since this release

Fixes / Patches:

  • fixed aob_scan_*
  • support two aob scan algorithms. algorithm argument on the aob functions. Thanks @IagoBeuller
  • vector functions are now provided by Raylib. This includes some new vector functions and renaming of some old functions.
  • gui_spinner always started with value 0. Fixed by @IagoBeuller
  • added a feature to prevent mouse clicks passing through gui_dropdown_box and triggering buttons bellow. Thanks @IagoBeuller
  • fixed mouse_move on windows
  • a lot of code optimization overall

New features / Functions:

  • check_collision_point_rec(pointX, pointY: float, rec: Rectangle): bool
  • get_window_info(name: string): (x, y, width, height: int)
  • process_running(process: Process): bool
  • process_exists(processName: string): bool
  • set_window_title(title: string)
  • new_color_hex(hexValue: uint): Color