quakeforge/libs/console
Bill Currie 8efe8e63d3 [ecs] Plug a bunch of memory leaks
The hierarchy leak was particularly troublesome to fix, but now the
hierarchies get updated (and freed) automatically just by removing the
hierarchy reference component from the entity. I suspect there will be
issues with entities that are on multiple hierarchies, but I'll sort
that out later.
2023-03-05 22:03:01 +09:00
..
test [console] Add test for buffer line tracking 2022-09-18 16:07:22 +09:00
Makemodule.am [console] Add failing unit test for con_buffer 2022-09-17 12:59:36 +09:00
bi_inputline.c [console] Plug more memory leaks 2023-03-05 18:31:30 +09:00
buffer.c [console] Add a function to clear the scroll-back buffer 2022-09-20 12:14:01 +09:00
client.c [console] Plug more memory leaks 2023-03-05 18:31:30 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c [console] Plug more memory leaks 2023-03-05 18:31:30 +09:00
filelist.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
list.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
menu.c [console] Plug more memory leaks 2023-03-05 18:31:30 +09:00
server.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00