justin
|
9d2f42dbc9
|
Cleanup, start to add creature silhouettes
|
2021-09-02 11:06:04 +01:00 |
|
justin
|
5829c66527
|
Add new files
|
2021-08-13 12:28:17 +02:00 |
|
justin
|
53555865f6
|
Start cleanup
|
2021-08-12 15:02:26 +02:00 |
|
justin
|
4c9a3c8b3c
|
Continue adding mutability
|
2021-08-12 05:49:25 +02:00 |
|
justin
|
c84bafb267
|
Continue adding mutability
|
2021-08-12 05:10:06 +02:00 |
|
justin
|
27cf763805
|
Continue mutability changes
|
2021-08-12 01:43:25 +02:00 |
|
justin
|
f1200c4501
|
Redo mutable changes
|
2021-08-12 01:14:58 +02:00 |
|
justin
|
724f9a86f8
|
Revert "Continue transfer to mutable vectors"
This reverts commit 1f2f5431c0.
|
2021-08-12 00:57:57 +02:00 |
|
justin
|
1f2f5431c0
|
Continue transfer to mutable vectors
|
2021-08-11 22:02:17 +02:00 |
|
justin
|
0c4c83abb5
|
Add more mutability
|
2021-08-11 20:34:34 +02:00 |
|
justin
|
b77683bafd
|
Work towards using mutable vectors for storing parameters
|
2021-08-11 19:28:50 +02:00 |
|
justin
|
b580666c57
|
Move towards replacing F.foldM with streaming, using mutable accumulator
|
2021-08-09 19:07:58 +02:00 |
|
justin
|
8cda9b4e1b
|
Commit before unifying vertex type
|
2021-08-09 12:42:42 +02:00 |
|
justin
|
3fdae85953
|
Store number of vertices in an intmap
|
2021-08-09 00:54:19 +02:00 |
|
justin
|
d7649b951b
|
Implement poking using Verx lists
|
2021-07-30 20:04:55 +02:00 |
|
justin
|
192e2c9c57
|
Implement custom poking for vertices--speed regression?
|
2021-07-29 18:46:01 +02:00 |
|
justin
|
25a6186e7b
|
Hack partially working gui line to dropped items
|
2021-07-28 20:58:39 +02:00 |
|
justin
|
ee553c6e49
|
Add picture shader container datatype
|
2021-07-28 20:14:54 +02:00 |
|
justin
|
3b53570c21
|
Continue tweaking rendering
|
2021-07-28 12:25:52 +02:00 |
|
justin
|
ae84f44824
|
Reduce rendertype down to vertex information
|
2021-07-27 13:35:43 +02:00 |
|
justin
|
59be6eb216
|
Fix single poke/bind pass, unclear performance implications
|
2021-07-26 01:27:56 +02:00 |
|
justin
|
5dfebd221d
|
Broken binding of central picture in one pass
|
2021-07-26 00:53:35 +02:00 |
|
justin
|
3d16c33d33
|
Initial pass at shadows from level geometry
|
2021-06-29 15:27:26 +02:00 |
|
justin
|
bae8a4ed94
|
Cleanup matrices
|
2021-06-24 18:49:10 +02:00 |
|
justin
|
d4795749e3
|
Change bufferData to bufferSubData
|
2021-06-24 18:19:03 +02:00 |
|
justin
|
97598bc171
|
Replace explicit matrix uniforms with single ubo
|
2021-06-24 17:58:15 +02:00 |
|
justin
|
d534f08064
|
Unify matrix uniform assignment, move towards uniform block
|
2021-06-24 14:38:17 +02:00 |
|
justin
|
73bd407c49
|
Implement texture atlas, details on why it works unclear
|
2021-06-14 16:24:10 +02:00 |
|
justin
|
f09fe8798e
|
Module reorganisation
|
2021-06-12 12:21:42 +02:00 |
|
justin
|
8723be7f26
|
Refactor poking slightly
|
2021-06-12 02:40:45 +02:00 |
|
justin
|
02a2d3920d
|
Remove list layer while poking
|
2021-06-12 02:08:42 +02:00 |
|
justin
|
0cb0c752e2
|
Start modularising shader code
|
2021-06-12 01:41:46 +02:00 |
|
justin
|
a5744f02f0
|
Remove vaoBufferTarget
|
2021-06-12 01:14:42 +02:00 |
|
justin
|
5aab790806
|
Interleave vertex buffer data
|
2021-06-12 00:50:59 +02:00 |
|
justin
|
1f87dca6ec
|
Tweak vbo again
|
2021-06-11 21:13:01 +02:00 |
|
justin
|
c2360a5f0f
|
Tweak vbo
|
2021-06-11 21:04:42 +02:00 |
|
justin
|
7b6521587d
|
Remove polymorphism of shader type
|
2021-06-11 19:41:17 +02:00 |
|
justin
|
0e0d8f4e99
|
Partial implementation of interleaving VBO
|
2021-06-11 18:29:53 +02:00 |
|
justin
|
a9aa2ca2cb
|
Add test tileset textures
|
2021-06-11 13:51:06 +02:00 |
|
justin
|
02511afa80
|
Remove unnecessary uniforms
|
2021-06-10 18:07:26 +02:00 |
|
justin
|
95f8e57e45
|
Remove unnecessary uniforms
|
2021-06-10 17:00:53 +02:00 |
|
justin
|
79d2c73dcf
|
Remove Maybe from custom unis
|
2021-06-10 16:54:21 +02:00 |
|
justin
|
aa30f6b969
|
Implement foreground correctly, not with shadows though
|
2021-06-10 13:53:03 +02:00 |
|
justin
|
44f239c673
|
Clear all warnings
|
2021-05-17 23:23:10 +02:00 |
|
justin
|
d7fcdbf550
|
Delete cruft, add Reader monad to some internal ai
|
2021-05-16 21:42:11 +02:00 |
|
justin
|
30c09d3403
|
Tweak fullscreen texture shaders
|
2021-05-01 15:03:17 +02:00 |
|
justin
|
e1716615c0
|
Apply Hlints
|
2021-03-26 17:12:19 +01:00 |
|
Ross
|
b91f056d63
|
Merge branch 'master' of ssh://git.xkjq.uk:30001/justin/dodge
|
2021-03-21 17:53:01 +00:00 |
|
Ross
|
3cfbf3dacc
|
testing keycode remapping
|
2021-03-21 17:49:42 +00:00 |
|
justin
|
279f928375
|
Refactor shader creation
|
2021-03-21 17:10:10 +01:00 |
|