<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bsp3d/src/gui, branch obj</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>move multiple objects</title>
<updated>2026-03-20T21:52:49+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-20T19:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=63472b948968916d0fd06d91b9ea0fd057e39d0f'/>
<id>63472b948968916d0fd06d91b9ea0fd057e39d0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multi select</title>
<updated>2026-03-20T21:52:49+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=34d410da50e76f12c3d011293f4b544330e8ba3e'/>
<id>34d410da50e76f12c3d011293f4b544330e8ba3e</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>2d batch rendering</title>
<updated>2026-03-10T04:18:33+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-10T04:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=30151d75dddd651faa1b27148a052ced7d0f190a'/>
<id>30151d75dddd651faa1b27148a052ced7d0f190a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perf profiler, simplify 2d render, string struct, many small things</title>
<updated>2026-03-10T00:35:50+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-10T00:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=8329d42d3e592f4cd42cdfa586e2325ddc76c898'/>
<id>8329d42d3e592f4cd42cdfa586e2325ddc76c898</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>wip on dropdowns</title>
<updated>2026-03-01T19:16:45+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-01T19:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=71dd7fcccb45a54d85ae23a95a8a8905ed21fe15'/>
<id>71dd7fcccb45a54d85ae23a95a8a8905ed21fe15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wip on toolview</title>
<updated>2026-02-25T05:07:44+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-02-25T05:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=25da8e01a0499c273357cb2feb2825b53e86795b'/>
<id>25da8e01a0499c273357cb2feb2825b53e86795b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
