<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bsp3d/src/editor/editor.cpp, branch master</title>
<subtitle>a bsp-based 3d game engine + map editor
</subtitle>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/'/>
<entry>
<title>multi select</title>
<updated>2026-03-17T11:04:30+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-17T11:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=a156bc15880e9e250c9c40f0dde431e077109dc1'/>
<id>a156bc15880e9e250c9c40f0dde431e077109dc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>finish prop rewrite</title>
<updated>2026-03-16T14:40:03+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-16T14:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=991352b0d2767e6bd1a46f554db4ac9d208c13ad'/>
<id>991352b0d2767e6bd1a46f554db4ac9d208c13ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more editor work</title>
<updated>2026-03-16T12:35:33+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-16T12:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=e59a032fb9afac6496acf3fba51a2a329bd0f992'/>
<id>e59a032fb9afac6496acf3fba51a2a329bd0f992</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>giga refactor, fix ALL the leaks</title>
<updated>2026-03-16T09:15:01+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-16T09:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=fdc5e8760fb7ac0af8e7ebb98a2076db15e31082'/>
<id>fdc5e8760fb7ac0af8e7ebb98a2076db15e31082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>editor object placement and context menus</title>
<updated>2026-03-11T04:24:47+00:00</updated>
<author>
<name>kasull</name>
<email>qsullian@gmail.com</email>
</author>
<published>2026-03-11T04:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=ae6718ec0fb21077b767e189aca26b0fed488775'/>
<id>ae6718ec0fb21077b767e189aca26b0fed488775</id>
<content type='text'>
replace the editor menubar dropdown flow with a reusable context menu
component
merge sprite/entity placement into a single object tool
persist entities, and add undo
support for created sprites and entities
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
replace the editor menubar dropdown flow with a reusable context menu
component
merge sprite/entity placement into a single object tool
persist entities, and add undo
support for created sprites and entities
</pre>
</div>
</content>
</entry>
<entry>
<title>fix use after free</title>
<updated>2026-03-03T23:49:43+00:00</updated>
<author>
<name>kasull</name>
<email>qsullian@gmail.com</email>
</author>
<published>2026-03-03T23:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=be91342733fd56d1e7bafe72e82a8ac4dc67b79d'/>
<id>be91342733fd56d1e7bafe72e82a8ac4dc67b79d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ui header/menu and add undo/redo for creation actions</title>
<updated>2026-03-03T17:22:40+00:00</updated>
<author>
<name>kasull</name>
<email>qsullian@gmail.com</email>
</author>
<published>2026-03-03T17:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=5c4e9c8b140b14ba9671b8efcc47d71c6c4f2217'/>
<id>5c4e9c8b140b14ba9671b8efcc47d71c6c4f2217</id>
<content type='text'>
full-width toolbar/menubar layer
move save into file menu and add edit menu actions for undo/redo
menubar dropdown interaction modal
update header/view-type labels and menu layout behavior
creation-history tracking for walls and polygons
undo (ctrl+z) and redo (ctrl+r) in 2d editor
improve list/button visual states
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
full-width toolbar/menubar layer
move save into file menu and add edit menu actions for undo/redo
menubar dropdown interaction modal
update header/view-type labels and menu layout behavior
creation-history tracking for walls and polygons
undo (ctrl+z) and redo (ctrl+r) in 2d editor
improve list/button visual states
</pre>
</div>
</content>
</entry>
<entry>
<title>editor ui rework</title>
<updated>2026-03-02T01:18:08+00:00</updated>
<author>
<name>kasull</name>
<email>qsullian@gmail.com</email>
</author>
<published>2026-03-02T01:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=413ef78504278d37080b9b59a652e4bbd5e2a0fc'/>
<id>413ef78504278d37080b9b59a652e4bbd5e2a0fc</id>
<content type='text'>
add responsive editor relayout for window resize
rework header with back/save, view mode buttons, and 2d view type selector
add clipped, scrollable assets and contextual tool panels
simplify tool button wiring and repeated layout logic
simplify 2d top-down editor internals and shared grid update hooks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add responsive editor relayout for window resize
rework header with back/save, view mode buttons, and 2d view type selector
add clipped, scrollable assets and contextual tool panels
simplify tool button wiring and repeated layout logic
simplify 2d top-down editor internals and shared grid update hooks
</pre>
</div>
</content>
</entry>
<entry>
<title>add wall shape dropdown and drag-based polygon creation with height controls</title>
<updated>2026-02-26T09:31:08+00:00</updated>
<author>
<name>kasull</name>
<email>qsullian@gmail.com</email>
</author>
<published>2026-02-26T09:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=94e0df832c83bc7b9ead0824cfbc41f166869c68'/>
<id>94e0df832c83bc7b9ead0824cfbc41f166869c68</id>
<content type='text'>
fix wall Z bounds calculation and key index masking in input handling
preserve 2D view/cursor stability when map bounds update
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix wall Z bounds calculation and key index masking in input handling
preserve 2D view/cursor stability when map bounds update
</pre>
</div>
</content>
</entry>
<entry>
<title>a</title>
<updated>2025-09-03T18:10:09+00:00</updated>
<author>
<name>navewindre</name>
<email>boneyaard@gmail.com</email>
</author>
<published>2025-09-03T18:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=f8b92ce3aa08b1445c9f956d8166830946562d12'/>
<id>f8b92ce3aa08b1445c9f956d8166830946562d12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
