aboutsummaryrefslogtreecommitdiff
path: root/core/sys/wasm/js/odin.js
Commit message (Expand)AuthorAgeFilesLines
* Added 'set_document_title' to be able to rename the tabKarl Zylinski2025-12-291-0/+5
* Fix bugs in odin.js:GetActiveUniformBlockNameKarl Zylinski2025-12-291-7/+11
* Added CheckFramebufferStatus to WebGL bindingsKarl Zylinski2025-12-291-0/+3
* More webgl bindings and fixesKarl Zylinski2025-12-271-7/+22
* More allocator-aware webgl bindings and added more missing bindings.Karl Zylinski2025-12-261-0/+21
* WebGL: Add GetActiveAttrib bindingKarl Zylinski2025-12-261-0/+21
* js: improve warning about conflicting memory strategiesLaytan Laats2025-12-211-1/+1
* Fix #5843Courtney Strachan2025-10-231-3/+9
* Fix #5225 wasm odin.js undefined this.memxenobas2025-10-051-2/+2
* Add `add/remove_document_event_listener()` to `core:sys/wasm/js`Bailey Gibbons2025-08-221-0/+36
* Fix some webgl bindingsAlex Riedl2025-08-091-0/+37
* Simplified function call to loadCstringDirectAlexander Lunsford2025-05-301-7/+3
* Fix odin.js loadCstring to use pointer address correctly.Alexander Lunsford2025-05-301-1/+1
* Prevent odin.js from printing empty line in the console for the ending "\n"Jonathan Tron2025-03-261-6/+8
* Prevent registering the same event listener twice on the same element with th...Jonathan Tron2025-03-211-2/+9
* Fix add/remove event listeners in `core:sys/wasm`Jonathan Tron2025-03-201-13/+23
* Merge pull request #4933 from laytan/js-open-bindinggingerBill2025-03-131-0/+7
|\
| * core/sys/wasm/js: add `open` binding to `window.open`Laytan Laats2025-03-121-0/+7
* | Merge pull request #4932 from laytan/js-pointer-event-and-charcodegingerBill2025-03-131-0/+25
|\ \
| * | core/sys/wasm/js: add pointer event info and add charCode to keyboard eventsLaytan Laats2025-03-121-0/+25
| |/
* | Merge pull request #4931 from laytan/webgl-improvementsgingerBill2025-03-131-0/+10
|\ \
| * | webgl: add `BlendEquationSeparate` and `GetParameter4i`Laytan Laats2025-03-121-0/+10
| |/
* / core/sys/wasm/js: improve gamepad APILaytan Laats2025-03-121-8/+36
|/
* webgpu: fix cstring as parameter not loading correctlyLaytan Laats2025-01-091-1/+4
* Increase size of JS keyboard event key/code buffer sizep2jason2024-11-121-2/+2
* Merge pull request #4415 from p2jason/masterLaytan2024-11-011-14/+17
|\
| * Removed event hook callback from add_*_event_listener functionsp2jason2024-10-311-18/+4
| * Removed event queue from add_*_event_listener JS functions and added event ho...p2jason2024-10-311-25/+34
| * Added parameters to the add_*_event_listener JS functions for stopping event ...p2jason2024-10-241-2/+10
* | sys/wasm/js: add `set_element_style`Laytan Laats2024-10-261-0/+10
|/
* Pass delta time instead of current time to odin.js `step`gingerBill2024-09-291-2/+2
* Add gamepad supportgingerBill2024-09-221-11/+100
* Add gamepad eventsgingerBill2024-09-221-2/+17
* Move `vendor:wasm/js` to `core:sys/wasm/js`gingerBill2024-09-221-0/+1879