noah metz
|
d3691bd146
|
Dynamically grow highlights, and drag to multi-select
|
2026-07-28 19:29:11 -06:00 |
noah metz
|
ef7b426cb6
|
add paint logic
|
2026-07-28 19:06:32 -06:00 |
noah metz
|
42332a7ffc
|
Added topdown view and teardown functionality
|
2026-07-28 16:54:44 -06:00 |
noah metz
|
1f2118f210
|
Added EventBus logic and moved camera to be drawn on Containers
|
2026-07-28 16:11:33 -06:00 |
noah metz
|
8252418db9
|
Added tests for editor
|
2026-07-27 23:47:54 -06:00 |
noah metz
|
4210ff1aba
|
Fixed camera logic and simplified
|
2026-07-27 22:46:18 -06:00 |
noah metz
|
9ecce26d18
|
Removed layers, moved z to element metadata, made pools resize on demand instead of static size
|
2026-07-27 11:21:18 -06:00 |
noah metz
|
efec93031f
|
Added lua for UI and fixed compile_commands.json in Makefile
|
2026-07-13 16:21:52 -06:00 |
noah metz
|
62d3de16f7
|
Changed strings to have their own code buffer instead of shared
|
2026-07-12 16:13:48 -06:00 |
noah metz
|
099b4cd13c
|
Changed UI logic to pass container pointer to callbacks and keep track of active container pointer instead of ID
|
2024-12-03 21:33:51 -07:00 |
noah metz
|
5e2e8f6d30
|
Probably a lot idk, I was doing modal editing stuff
|
2024-12-03 21:05:10 -07:00 |
noah metz
|
4379e6cd9b
|
Moved highlight/point/ray to a list instead of static hover/click/selected
|
2024-11-24 21:44:36 -07:00 |
noah metz
|
f2af2b8055
|
Made color/height modification also modify neighbors. Need to change highlight pipeline to allow for CPU-defined highlights.
|
2024-11-24 19:40:49 -07:00 |
noah metz
|
4e0cae59ca
|
Added function to convert hex world coordinate -> region hex coordinate + region hex index
|
2024-11-22 19:36:14 -07:00 |
noah metz
|
a9d702c5dc
|
remove newline
|
2024-11-17 20:14:02 -07:00 |
noah metz
|
02a7f37d44
|
Fixed world q/r calculation
|
2024-11-17 20:07:28 -07:00 |
noah metz
|
dc22aa586e
|
Changed UI background opacity
|
2024-11-17 19:39:28 -07:00 |
noah metz
|
267da90e91
|
Fixed hsv conversion of black, and fixed default state for editor
|
2024-11-17 19:38:13 -07:00 |
noah metz
|
ff46b21e11
|
Seperate engine and app logic, and moved editor to different build target/source file
|
2024-11-17 19:27:42 -07:00 |