Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-06-22
| ||
| 12:51 | (net) only log shmif messages in verbose build Leaf check-in: c96230a344 user: letoram tags: trunk, master | |
| 05:15 | (doc) synch contributions to changelog check-in: 172319bc42 user: letoram tags: trunk, master | |
| 05:09 | (terminal/tsm) fix to CSI PPM/CPL check-in: d159262ca2 user: btrach tags: trunk, master | |
| 05:08 | (terminal/tsm) fix formatting of breaks check-in: 97e841b85f user: btrach tags: trunk, master | |
| 05:08 | (core) wrong clipping calculation for tpack raster check-in: 53e731ed68 user: btrach tags: trunk, master | |
| 05:07 | (terminal/tsm) fix screen erase check-in: 83a5cff483 user: btrach tags: trunk, master | |
| 05:07 | (conductor) don't poll empty evsrc_pollset check-in: 7590ec7d1d user: btrach tags: trunk, master | |
| 05:06 | (tui/readline) Correctly choose direction for Up/Down keys in the lower half of canvas. check-in: 9d64dd60f6 user: btrach tags: trunk, master | |
| 05:06 | (raster) indicate missing font glyphs via unicode replacement character. check-in: db041b1aa8 user: btrach tags: trunk, master | |
| 05:05 | (alt/nbio) Don't ignore error when creating a file in namespace fails. check-in: 800464cb27 user: btrach tags: trunk, master | |
| 05:04 | (terminal) fix matching of keys with repeat modifier for st. check-in: 5d5da13dbc user: btrach tags: trunk, master | |
| 05:04 | (platform/arcan) fix warning in arcan_lwa built without xkbcommon check-in: 79d3f627e1 user: btrach tags: trunk, master | |
| 05:02 | (merge set)(merge set)(merge set)(merge set)(merge set)(merge set)(merge set)(merge set) check-in: 941eb3ba81 user: letoram tags: trunk, master | |
|
2026-06-20
| ||
| 22:50 | (evdev) resolve inverted tilde/grave mapping This applies the same fix for evdev, that was already done for sdl in [279f52c4ac]. Tilde is entered with Shift + backtick on standard keyboards. check-in: 30c66cbcec user: vimpostor tags: trunk, master | |
| 22:45 | (evdev) disambiguate ascii keycode collisions This upholds the already existing invariant of mapping to the respective ascii value. check-in: 72bb5130c0 user: vimpostor tags: trunk, master | |
| 22:32 | (evdev) order key enum numerically This patch does not contain any semantic changes. The intention is to make follow-up patches more easily reviewable and to highlight the keycode collisions, e.g. K_0, K_APOSTROPHE both map to 48. check-in: b0999c9e3d user: vimpostor tags: trunk, master | |
|
2026-06-16
| ||
| 23:35 | (lua) expose CONTENT, SEEKCONTENT for LWA check-in: 79dfd43623 user: letoram tags: trunk, master | |
|
2026-06-15
| ||
| 16:31 | (no comment) check-in: 5f853794b0 user: letoram tags: trunk, master | |
| 06:39 | (lua) add rendertarget_offset This function serves to shift the logical rendertarget upper-left coordinate with an x,y offset. The purpose of this is mainly to let a define_linktarget rendertarget share pipeline with another, but at different starting coordinates. The subtle part is that this also influences picking queries and does not strictly apply to tesselated vobjects (that typically need vertex based transforms as well since that is the point) or the 3D part of a pipeline. check-in: b46351e686 user: void tags: trunk, master | |
|
2026-06-11
| ||
| 06:08 | (lua) fix to repeated stretch_image calls check-in: c0566cd446 user: letoram tags: trunk, master | |
|
2026-06-06
| ||
| 23:22 | (net) expose keytag in .resource hook exec arguments check-in: 4e1869efe2 user: letoram tags: trunk, master, 0.7.2-RC1 | |
| 22:23 | (net) hook_resource on 0 should resolve to .global in hook exec check-in: 8a8c0d617f user: letoram tags: trunk, master | |
|
2026-06-04
| ||
| 20:09 | (lua) fix target_message on vid from define_arcantarget check-in: 474aa99226 user: letoram tags: trunk, master | |
| 18:32 | (net) don't update in-memory representation before package verification over This could cause the server to host a broken appl until restart, the on-disk version would remain fine however. check-in: e8419bc323 user: letoram tags: trunk, master | |
| 02:47 | (lua) add stretch_image check-in: bb7d6ded1b user: letoram tags: trunk, master | |
| 02:19 | (net) regression in ctrl-less broadcast mode The flush_pending message wasn't formatted correctly so the worker kept queueing messages. check-in: 2a5c5240fe user: letoram tags: trunk, master | |
|
2026-05-29
| ||
| 21:29 | (doc) minor update check-in: aaf6f8f0f6 user: letoram tags: trunk, master | |
| 21:19 | (core/net/doc) minor nits + block-state regression in net + system_collapse fix The system_collapse bit is the more interesting one, so far the only side effect found from dropping the context allocation code. Resetting the context just deallocated, it didn't reallocate so the pool remained empty. check-in: 5960e44270 user: letoram tags: trunk, master | |
|
2026-05-25
| ||
| 16:15 | (net) shmif-server 26 character 1- truncation fix and --monitor-appl change This reworks the monitor appl stdio processing to use the chunking implementation in shmif, as well as fix an off-by-one truncation in the shmif-server implementation. All these should really be consolidated into the implementation in shmif as the dependency is enforced for all relevant parties anyhow. check-in: d4362a4ffe user: letoram tags: trunk, master | |
|
2026-05-23
| ||
| 18:10 | (cm) fossil fork merge This was deliberate to see how the hooks would handle it check-in: 900546564c user: letoram tags: trunk, master | |
| 18:08 | (net) fix join_ident applid not being used for afsrv_net This was a regression caused by refactoring in dir_cl.c that afsrv_net re-uses some of. The applid for the join needs to be part of the clopt structure and not just the file request. check-in: 89b5a1aed1 user: letoram tags: trunk, master | |
| 02:19 | (net) afsrv_net appl open synch reqid This blocked the client from joining the messaging group with a controller attached. check-in: 203cffaa2e user: void tags: trunk, master | |
|
2026-05-22
| ||
| 21:58 | (core) drop dangling symbols check-in: ae37ffc9f6 user: letoram tags: trunk, master | |
| 21:55 | (doc) remove @note references about persistance check-in: ec87ba9ece user: letoram tags: trunk, master | |
| 21:53 | (core) drop the FL_PRSIST flag as it doesn't do anytime anymore check-in: 648ba26892 user: letoram tags: trunk, master | |
| 21:38 | (core) drop more references to the idea of a context stack check-in: c0afd76799 user: letoram tags: trunk, master | |
| 21:23 | (core) remove last remnants of pushcontext/popcontext check-in: ebe1dcc227 user: letoram tags: trunk, master | |
| 20:57 | (core) remove context- use from prepare_external and _shutdown check-in: 821700e51f user: letoram tags: trunk, master | |
| 20:39 | (core) recovery-reset now only operates on the first context check-in: a82442e3a3 user: letoram tags: trunk, master | |
| 19:49 | (core) drop the extpush/extpop and fix context cap to 2 This needs to be done staged since the _external launch_target and the crash recovery bits still use a scratch context. check-in: 4008762690 user: letoram tags: trunk, master | |
| 19:22 | (doc) mark context removal in changelog check-in: 77f4e0e5f5 user: letoram tags: trunk, master | |
| 19:06 | (lua) next step in deprecation / removal of context stack This keeps the entrypoints but the results will always be failing, and the documentation is removed. check-in: 73b929fa02 user: letoram tags: trunk, master | |
| 18:58 | (lua) prepare for push/pop context removal This feature hasn't been in use by any appl since awb, yet makes the video.c processing a lot more complex. The first stage here is to have system_context_size apply immediately in order to skip the size() -> pop() pattern previously needed for it to become active. check-in: 21e3b82a9c user: letoram tags: trunk, master | |
| 17:59 | (lua) enforce deprecation of _rawresource calls check-in: 90d420242e user: letoram tags: trunk, master | |
| 15:17 | (net) adjust connection error logging to split reconnect error cases check-in: 8571f3d02b user: letoram tags: trunk, master | |
| 15:14 | (net) --monitor-appl set shutdown on stdin failure check-in: ba801d41f0 user: letoram tags: trunk, master | |
|
2026-05-20
| ||
| 20:03 | (doc) updated changelog with missing entries check-in: 5f918986bf user: letoram tags: trunk, master | |
| 18:31 | (net) dir-ctrl scope: add remove_client function This lets the ctrl force-drop a client on demand. Normal uses would be banning/kick in a chat, or assisting an automation (like we do in consort) to have a protocol- level command to close after received. check-in: accf14c69d user: letoram tags: trunk, master | |
| 15:45 | (build/net) openbsd -DCLIENT_BUILD fixes, register_unknown changes This modifiers register_unknown callback handler to accept two return values, if you return true, "mytag" the unknown key will be added to the keystore as "mytag". It isn't a complete solution to implement an admin hook in config.lua, as we still need both manual add and revoke entrypoints so that you can defer the decision: register_unknown(cl) table.insert(queue, cl) return true end in admin-command: check queue, manually tag keys to accept check-in: bbcb87bd78 user: letoram tags: trunk, master | |
|
2026-05-19
| ||
| 17:58 | (net) modify --monitor-appl to use both stdin/stdout This is to let cat9 use arcan-net as a bridge to talking to a12 appls. check-in: e61fe5fa7a user: letoram tags: trunk, master | |