|
129ed4e349
|
Register the new classes into the ClassDB.
|
2022-04-22 18:54:59 +02:00 |
|
|
6e5407c55f
|
Finished the initial cleanup for OverlappingWaveFormCollapse, and added it to the build.
|
2022-04-22 18:50:27 +02:00 |
|
|
21be696f6a
|
OverlappingWaveFormCollapse initial codestyle cleanup / setup.
|
2022-04-22 15:18:19 +02:00 |
|
|
2c0952a893
|
Fix different signedness warnings.
|
2022-04-22 02:52:54 +02:00 |
|
|
137bf204a6
|
Finished the first set of cleanups, and added TilingWaveFormCollapse to the build.
|
2022-04-22 02:35:38 +02:00 |
|
|
24ef915413
|
More cleanups and refactors to the TilingWaveFormCollapse class.
|
2022-04-22 01:55:53 +02:00 |
|
|
89541c361b
|
Initial cleanup to the TilingWFC class.
|
2022-04-22 01:15:40 +02:00 |
|
|
e6e780291f
|
Small improvements.
|
2022-04-22 00:56:24 +02:00 |
|
|
6c6e9599c2
|
Revert the previous change for now.
|
2022-04-22 00:50:57 +02:00 |
|
|
e7b3819103
|
Remvoed the PropagationEntry struct.
|
2022-04-22 00:33:10 +02:00 |
|
|
cc921370ce
|
Fixed comparison of integer expressions of different signedness warnings.
|
2022-04-22 00:08:26 +02:00 |
|
|
bcfb45d049
|
Also merged directions.h into WaveFormCollapse.
|
2022-04-21 23:35:45 +02:00 |
|
|
9f190ca13c
|
Move methods out from the anonymous namespace.
|
2022-04-21 23:33:21 +02:00 |
|
|
5beae4d5dc
|
Merged Propagator and Wave into the WaveFormCollapse class, ans simplified it's design as much as possible. It still needs more work though.
|
2022-04-21 23:31:25 +02:00 |
|
|
fdb6ced123
|
Got rid of the EntropyMemoisation struct as it just makes readability worse.
|
2022-04-21 20:14:31 +02:00 |
|
|
a501292046
|
Renamed WFC to WaveFunctionCollapse, asn started transforming it.
|
2022-04-21 20:00:42 +02:00 |
|
|
96738f5783
|
Notes.
|
2022-04-21 19:45:09 +02:00 |
|
|
dc1064aac4
|
Small improvements.
|
2022-04-21 17:45:30 +02:00 |
|
|
4e8d254ba9
|
Smaller improvements.
|
2022-04-21 17:33:44 +02:00 |
|
|
2680c89948
|
Got rid of std::touples in the wfc module.
|
2022-04-21 17:17:50 +02:00 |
|
|
bb723e3c44
|
Got rid of std::arrays in the wfc module.
|
2022-04-21 17:05:26 +02:00 |
|
|
e4a2429b45
|
Use error macros in the wfc module instead of asserts.
|
2022-04-21 16:51:10 +02:00 |
|
|
ec6b52f5d8
|
unsigned to uint32_t conversion for the wfc module.
|
2022-04-21 16:43:04 +02:00 |
|
|
531dc783d8
|
std::size_t to uint32_t for the wfc module.
|
2022-04-21 16:36:33 +02:00 |
|
|
f080f5e027
|
Replace std::vectors in the wfc module to engine vectors.
|
2022-04-21 16:31:03 +02:00 |
|
|
b0a042fb24
|
Added fill method to Vector and CowData.
|
2022-04-21 16:30:21 +02:00 |
|
|
c886f9f7af
|
Add wfc's classes to the build.
|
2022-04-21 14:28:18 +02:00 |
|
|
5be272e5cb
|
Fix a few typos and remove std::optional from wcf.
|
2022-04-21 14:28:04 +02:00 |
|
|
dfbae29faa
|
An another set of codestyle cleanups for the wfc module.
|
2022-04-20 03:24:50 +02:00 |
|
|
837e518e5a
|
Clang format and codestyle cfixed to the wfc module.
|
2022-04-20 03:05:34 +02:00 |
|
|
98008d48c9
|
Proper structural setup for the new module.
|
2022-04-20 02:50:16 +02:00 |
|
|
05bb8567ba
|
Added a new wfc (wave function collapse) module. I added https://github.com/math-fehr/fast-wfc 's code as a base for it. It's not in the build yet.
|
2022-04-20 02:39:35 +02:00 |
|
|
d7f833ee75
|
Disable werrors for the windows github actions for the time being, as it's complaining about sizeof(T) potentially being 0, which apparently it should never be. It will be re-enabled when I figure out what's causing this.
|
2022-04-19 00:59:33 +02:00 |
|
|
93370e9c1d
|
Move the definition of contains() from PoolVector class to the bottom of the file. I'm hoping to avoid a new potential divide by 0 warning on windows.
|
2022-04-19 00:33:35 +02:00 |
|
|
bb303112fe
|
Move paint's shader to an another folder to avoid unused variable warning.
|
2022-04-19 00:10:39 +02:00 |
|
|
ecda65d37b
|
Fix an another shadoved declaration.
|
2022-04-18 23:41:49 +02:00 |
|
|
4813832b92
|
Fix shadowed declaration warning.
|
2022-04-18 19:34:52 +02:00 |
|
|
18184429bb
|
Also fix ste style of the 3d prop plugin's convert button.
|
2022-04-18 19:33:47 +02:00 |
|
|
56e5874267
|
Set Prop2D's conver button's style to flat, so it's in the expected style.
|
2022-04-18 19:32:17 +02:00 |
|
|
396426aa12
|
Skip registering PaintEditorPlugin for now, as the module will need lots of refactorings and I need to think about them more.
|
2022-04-18 16:33:37 +02:00 |
|
|
701e07a2cd
|
Typo fix.
|
2022-04-18 16:26:01 +02:00 |
|
|
81e9a54129
|
The PaintCanvasBackgorund needs draw behind parent set.
|
2022-04-18 15:45:24 +02:00 |
|
|
7abae2b54e
|
Properly ported PaintCanvasBackground.
|
2022-04-18 15:32:55 +02:00 |
|
|
71ac7bc4e3
|
Bit more work on porting PaintActions.
|
2022-04-18 14:10:21 +02:00 |
|
|
111daab50e
|
Switched to it in a few places.
|
2022-04-18 13:00:14 +02:00 |
|
|
d252ecd131
|
Added contains method to PoolVector.
|
2022-04-18 12:58:39 +02:00 |
|
|
361f949093
|
Work on porting the actions.
|
2022-04-17 21:10:43 +02:00 |
|
|
a3fc87a576
|
Cleaned up BrushPrefabs. Also started cleaning up actions.
|
2022-04-17 20:04:30 +02:00 |
|
|
d3c039be7e
|
Also port the logic of the selection box and visual grid.
|
2022-04-17 18:14:06 +02:00 |
|
|
cc217b7eea
|
Also ported the settings dialog.
|
2022-04-17 17:23:58 +02:00 |
|