fgenesis
dd7ab0448f
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
...
many many more to do but it's a little step closer to get rid of warnings
2024-04-16 01:43:36 +02:00
fgenesis
511f064bbe
Make GridRender use a single draw call instead of expensive grid scanning
2024-01-13 04:25:27 +01:00
fgenesis
ee7129982f
fix some oversights in vertex buffer binding cache
...
now buffers are only bound if needed
2024-01-11 22:59:26 +01:00
fgenesis
368271c40e
More work on tile rendering:
...
- Use indexed triangle rendering, no more GL_QUADS for tiles
- Fix aquarian text on maps
- Tile tex repeat mode works again
Known broken:
- Editor
- Tile repeat with grid effects
2023-08-09 02:41:04 +02:00
fgenesis
704981dd00
initial support for static vertex buffers. TileRender uses that now.
2023-07-20 23:11:18 +02:00