falsycat falsycat
falsycat opened issue nf7/nf7#201 2023-12-03 05:57:56 +00:00
lua util functions
falsycat opened issue nf7/nf7#200 2023-12-03 05:56:49 +00:00
lua external lib registry
falsycat commented on issue nf7/nf7#189 2023-12-03 05:51:33 +00:00
new module nf7core_lua

5cbcbd4847

falsycat closed issue nf7/nf7#189 2023-12-03 05:51:33 +00:00
new module nf7core_lua
falsycat pushed to main at nf7/nf7 2023-12-03 05:46:23 +00:00
5cbcbd4847 implement lua thread
fba2172c29 update naming rule
5046c64ffa add NF7_VERSION macro
564cc36806 add new module, nf7core_luajit
1d8ff509fe add new deps, luajit
Compare 5 commits »
falsycat closed issue nf7/nf7#199 2023-11-30 23:46:06 +00:00
sdl event delivery to window instances
falsycat commented on issue nf7/nf7#199 2023-11-30 23:46:05 +00:00
sdl event delivery to window instances

c515b05423

falsycat pushed to main at nf7/nf7 2023-11-30 23:45:27 +00:00
79685dcdbd add unittests for signal util
c515b05423 implement a handler for each window
Compare 2 commits »
falsycat pushed to main at nf7/nf7 2023-11-30 15:48:12 +00:00
7d66ba9800 allow sdl2 win to catch their events
75b6ff76a7 fix an issue in array shrinking
f4b8469baa add signal to receive sdl events
305617031c implement handler for sdl2 poll
Compare 4 commits »
falsycat opened issue nf7/nf7#199 2023-11-30 14:10:32 +00:00
sdl event delivery to window instances
falsycat closed issue nf7/nf7#188 2023-11-30 14:09:58 +00:00
sdl multi-window
falsycat commented on issue nf7/nf7#188 2023-11-30 14:09:57 +00:00
sdl multi-window

2e48ea3c99

falsycat pushed to main at nf7/nf7 2023-11-30 14:02:24 +00:00
217b999adc improve sdl2 polling
falsycat pushed to main at nf7/nf7 2023-11-30 13:50:57 +00:00
ac500b089f improve sdl2 polling
falsycat pushed to main at nf7/nf7 2023-11-30 13:49:42 +00:00
33f6d82d91 improve sdl2 polling
efdb5b9553 fix an issue that closing handlers are tried to be closed
81593ca7fc add util func for finding a specific module
2e48ea3c99 support multi-window in nf7core_sdl2
3accae56b6 fix bad naming
Compare 5 commits »
falsycat commented on issue nf7/nf7#192 2023-11-28 23:41:56 +00:00
refcnt utility

weak refcnt is currently unnecessasry

90b2ede984

falsycat closed issue nf7/nf7#192 2023-11-28 23:41:56 +00:00
refcnt utility
falsycat pushed to main at nf7/nf7 2023-11-28 23:41:10 +00:00
90b2ede984 add refcnt util
falsycat pushed to main at nf7/nf7 2023-11-28 23:35:39 +00:00
520e745a97 add refcnt util
cb9e6439c5 fix an issue that multiple tests are not run
Compare 2 commits »
falsycat pushed to main at nf7/nf7 2023-11-28 23:22:14 +00:00
5a84ca7d8d enhance array util