Anton Mikhaylov twix
  • Joined on 2025-06-26
twix synced commits to master at twix/raylib from mirror 2025-08-20 17:14:35 -04:00
99cb82a82c REVIEWED: [rmodels] LoadGLFT(), avoid loading attributes already loaded, issue a warning. FIX: #4996
twix synced commits to master at twix/raylib from mirror 2025-08-20 09:04:34 -04:00
c3c33e9654 Merge pull request #5125 from JohnnyCena123/missing-vox-shaders
a99649b455 remove unneeded checks
df200b942c add versions to new shaders
cb05945e76 add missing shaders
Compare 4 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-19 16:44:34 -04:00
5b88e4fe5f Merge pull request #5124 from JeffM2501/fix_win32_compatibility
15baf176b2 Add a utility header to external that undefines the parts of windows that conflict with raylib, allowing raylib functions to run unimpeded
d9392b94c4 Merge pull request #5123 from JeffM2501/clean_sound_alias
572230c8ad Initialize sound alias properties as if it was a new sound
Compare 4 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-19 08:34:47 -04:00
fd44c26584 Merge pull request #5122 from JohnnyCena123/workflow-typo
0658abc64c Update text_raylib_fonts.c
8ba4ff2143 Renamed directory for sprite fonts
25d00130a8 REVIEWED: example: text_unicode_ranges
01c68d7e75 fix typo in workflow name
Compare 29 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-18 16:18:29 -04:00
b1f6ab38b5 Merge pull request #5119 from jan-beukes/master
595befec40 Update models_mesh_picking.c
0a513e6fbe Comment unused script instructions...
60b46062c6 REXM: Reviewed example rename on examples.js
6bf8249f75 Update examples_report.md
Compare 7 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-17 15:48:30 -04:00
284d9ddd89 Merge pull request #5118 from slendidev/sdl3fixes
dcd012e00f REXM: Generate second report with examples with issues
24d1d64417 REXM: REVIEWED: ScanExampleResources() avoid resources to be saved by the program
6da0a180e6 REXM: Using Makefile.Web for specific web versions generation, only with required resources for every example
16bd18070f Fix SDL3 build if using package
Compare 5 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-16 15:18:30 -04:00
0dc4ba53dc Minor format tweak
e4dfb6dbb5 Update rl_gputex.h
Compare 2 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-15 14:48:30 -04:00
2e652bbef1 Merge pull request #5115 from maiconpintoabreu/web_resizable_window_mouse_issue
5236b2420a Update rexm.c
73950befca Work around to fix mouse positioning on scaled window
Compare 3 commits »
twix synced commits to master at twix/raygui from mirror 2025-08-15 06:38:30 -04:00
twix synced commits to master at twix/raylib from mirror 2025-08-14 22:28:29 -04:00
ed06cdbbe4 Update examples_report.md
81615a91a6 Merge pull request #5111 from didas72/master
6252d92f79 Update rexm.c
a65bdd6cca REXM: Reviewed automatic validation and update -WIP-
Compare 14 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-13 21:58:30 -04:00
3c9d3d9bef REXM: REVIEWED: Update examples status report when examples Updated
f0131f6ee6 Added missing project to solution
Compare 2 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-13 13:48:29 -04:00
b17f00b6d9 REXM: Avoid external tool for UUIDv4 generation, implement custom function
ddebf5d7ac Update Makefile.Web
a7e66df56d Using define for buffers size
800be084b6 REXM: Implemented AddVSProjectToSolution()
Compare 4 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-13 05:38:30 -04:00
ef81145776 Update examples_list.txt
74339d2008 REVIEWED: IsFileExtension()
8c7b3b7323 Update examples_report.md
601091b69e Update raylib.sln
388bc5075e Update raylib.sln
Compare 8 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-12 13:28:29 -04:00
dd19b8d2c2 REVIEWED: Requested window flags application after window initialization
195b968b86 Merge pull request #4837 from Andersama/support_all_window_flags_at_initialization
95e4494cfe ADDED: cursorLocked variable and review required code #4940 #4955
99a9ecfaac [rcore] Support window flags with initialization issues
Compare 4 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-12 05:18:30 -04:00
c4414fa1ed Revert "Merge pull request #4945 from Moros1138/master"
bab234a160 Merge pull request #4945 from Moros1138/master
db2abfb9be Merge branch 'master' into master
13e384ce71 Merge pull request #5004 from nezvers/example_quake_controller
ed022e89e5 fix preview crop
Compare 17 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-11 21:08:30 -04:00
9aa1b86fdf Merge pull request #5109 from maiconpintoabreu/julia_set
503e6d8bb5 Merge branch 'master' into julia_set
9b598f6bcf REVIEWED: Shaders formating to follow raylib code conventions
8dae39fbda ADDED: Missing GLSL120 shaders
00f7121b1c Increasing maxInterations glsl100 to 255 to match with glsl330 and add glsl120
Compare 5 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-10 20:38:29 -04:00
705ce45a33 FIX: Added callback broke keyboard input on web... #5107
9ff8862826 Merge pull request #5108 from lassade/fix-qoa-music-from-mem
71b7734ce4 fix: QOA when using with LoadMusicStreamFromMemory, reduced the number of allocs and memcpy
Compare 3 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-10 12:28:29 -04:00
e17e0933af Merge pull request #5104 from matthijskooijman/fix-ssh-backspace
9582d25217 Fix backspace key in Rpi SSH keyboard
Compare 2 commits »
twix synced commits to master at twix/raylib from mirror 2025-08-10 04:18:30 -04:00
27d7e61f28 Update rexm.c
twix synced commits to master at twix/raylib from mirror 2025-08-09 20:08:29 -04:00
852c51343d Merge pull request #5103 from Not-Nik/raylib-zig-update
7bc22f71bd Update raylib-zig in BINDINGS.md
Compare 2 commits »