1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Updated OpenGL renderengine issues (markdown)

danidoedel
2016-07-21 15:49:53 +02:00
parent 3ad0807ea0
commit 419179370f

@@ -7,11 +7,11 @@ The general problem is that the color or shape of many objects get changed by sw
## Crashes
- [ ] **MAJOR bug as it prevents testing certain things!** Whenever you build an attraction an assertion error pops up and the game crashes. The shops and stalls are not affected by this problem. [assertion](http://i.imgur.com/ttOLqLB.png?1). Caused by the track previewer (It uses a hack to draw onto a dummy dpi)
- [x] When switching to the OpenGL rederengine using Intel integrated graphics HD chip which doesn't support OpenGL 3.2 or higher, like the HD3000 on Windows, the game could crash instead of falling back to the software render mode. See #4047, fixed by 664c460.
- [x] When switching to the OpenGL rederengine using Intel integrated graphics HD chip which doesn't support OpenGL 3.2 or higher, like the HD3000 on Windows, the game could crash instead of falling back to the software render mode. See [#4047](https://github.com/OpenRCT2/OpenRCT2/issues/4047), fixed by [664c460](https://github.com/OpenRCT2/OpenRCT2/commit/664c460aa0c8750e2edc235b2c143535793f667b).
## Misc.
- [ ] FPS changes too much and is unstable, see #3881
- [ ] FPS changes too much and is unstable, see [#3881](https://github.com/OpenRCT2/OpenRCT2/issues/3881)
## Broken features
@@ -20,8 +20,8 @@ The general problem is that the color or shape of many objects get changed by sw
## General glitches and non-rendering issues.
- [ ] TTF font is not loaded at all when using OpenGL, see #3868
- [ ] Severe graphical glitches when zooming out. **Partially fixed by 42029c0 but still needs improvements!!!**
- [ ] TTF font is not loaded at all when using OpenGL, see [#3868](https://github.com/OpenRCT2/OpenRCT2/issues/3868)
- [ ] Severe graphical glitches when zooming out. **Partially fixed by [42029c0](https://github.com/OpenRCT2/OpenRCT2/commit/42029c031a2372405b1c4c64bcf8638201e1d398) but still needs improvements!!!**
- [ ] When saving track design with scenery you see severe graphical corruption. Especially notable if you move over the map.
- [x] Day and night cycle only affects (certain parts of) the UI or only a part of the gameplay screen gets affected, this changes and so it is not a bug with the exact same symptoms every time. (Seems like it got fixed, need confirmation and further testing)
@@ -52,14 +52,14 @@ And many more rides like the Launched Freefall etc.
- [ ] The dropdown menus from the toolbar have much darker colours.
- [ ] When it starts raining (rain, heavy rain or thunderstorm), everything, except the UI, turns gray. This changes back to normal after the rain ends.
- [ ] The water in the lakes is much darker and is not transparent. (It does however animate now, seems like that part got fixed)
- [x] The water in water attractions like the Log Flume have no animation. (not always reproducible) It seems like it's fixed with #3875, need confirmation.
- [x] The water in water attractions like the Log Flume have no animation. (not always reproducible) It seems like it's fixed with [#3875](https://github.com/OpenRCT2/OpenRCT2/issues/3875), need confirmation.
- [ ] The selection background color is gray instead of darker red when you hover you mouse over a scenario name at the scenario selection menu.
- [ ] The background of the Window title at every Window (of the UI, like the options window) gets a gray tint.
- [ ] Opening the viewport of a ride that uses supports causes severe graphical corruption inside and near the viewport window.
- [ ] All Abstract Theme objects are not transparent and have a dark colour.
- [ ] The tiny resize icon at the right bottom of each window has a different color: green/gray
- [ ] Tab icons at all windows sometimes have a different background color.
- [ ] Change game speed-, cheat- and the debug tool-buttons have a gray background instead of blue. Introduced in 19cd56b / #3875
- [ ] Change game speed-, cheat- and the debug tool-buttons have a gray background instead of blue. Introduced in [19cd56b](https://github.com/OpenRCT2/OpenRCT2/commit/19cd56b9c2096acac75935fb3d6163f4e20ffa4b) / [#3875](https://github.com/OpenRCT2/OpenRCT2/issues/3875)