<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bsp3d/src/editor/view2d.cpp, 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>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>wip on 2d batching</title>
<updated>2026-03-10T01:08:32+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-10T01:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=31b77ed2e0c037e5718b9ecd06d3941600cc8815'/>
<id>31b77ed2e0c037e5718b9ecd06d3941600cc8815</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix non-sweep traces, refactor some bsp, fix sprite crash in view2d</title>
<updated>2026-03-05T06:26:54+00:00</updated>
<author>
<name>aura</name>
<email>nw@moneybot.cc</email>
</author>
<published>2026-03-05T06:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=4d263a68547daaa560cdb9363ffe379df7a1076f'/>
<id>4d263a68547daaa560cdb9363ffe379df7a1076f</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>color-code previews: polygon tool pink, wall-polygon preview cyan</title>
<updated>2026-02-26T09:42:05+00:00</updated>
<author>
<name>kasull</name>
<email>qsullian@gmail.com</email>
</author>
<published>2026-02-26T09:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/bsp3d/commit/?id=17780f161914e30aaeb1321872730f7fb2cd26c3'/>
<id>17780f161914e30aaeb1321872730f7fb2cd26c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
