Christoph Oelckers
|
024870ba11
|
- merged DCanvas and DSimpleCanvas and use a TArray to hold its memory.
|
2018-11-30 17:02:39 +01:00 |
|
Christoph Oelckers
|
90982285ac
|
- moved the mSceneClearColor variable to main DFrameBuffer class.
|
2018-10-29 09:34:30 +01:00 |
|
Christoph Oelckers
|
f7c7c8d1c5
|
- moved some buffer variables out of GLRenderer into common parts of the code so that they can be accessed from hwrenderer as well.
This will allow more code to be moved out of the API dependent parts.
|
2018-10-28 13:56:24 +01:00 |
|
Christoph Oelckers
|
cead0194bd
|
- safety commit. To finalize we need a better vertex buffer interface.
|
2018-10-25 00:49:39 +02:00 |
|
David Carlier
|
58c6614c03
|
silent few warnings
|
2018-09-16 09:09:47 +02:00 |
|
Christoph Oelckers
|
29a54c33b2
|
- temporarily disabled wipe code and removed old function stubs.
This still needs work.
# Conflicts:
# src/gl/data/gl_attributebuffer.cpp
|
2018-09-02 12:02:59 +02:00 |
|
Christoph Oelckers
|
9af01c4667
|
- Untested wipe refactor
# Conflicts:
# src/gl/renderer/gl_renderer.cpp
# src/gl/system/gl_wipe.cpp
# src/hwrenderer/scene/hw_attributebuffer.cpp
|
2018-09-02 12:02:36 +02:00 |
|
Christoph Oelckers
|
ed856085f4
|
- use the Dim function to draw the palette tester.
This looks better, consumes less resources and removes one ugly special texture from the engine.
|
2018-07-14 18:28:12 +02:00 |
|
Christoph Oelckers
|
babe55819e
|
- fullscreen toggle and some cleanup. Not fully working yet.
|
2018-06-17 22:11:35 +02:00 |
|