Commit graph

7 commits

Author SHA1 Message Date
Erik Ogenvik
ccb84bea5c Fixed a couple of compiler warnings. 2022-08-05 21:24:23 +02:00
Erik Ogenvik
5e1aaab31f Small optimization. 2022-03-27 17:10:45 +02:00
Erik Ogenvik
7846190303 Fixed incorrect blend modes. 2022-03-23 13:48:21 +01:00
Erik Ogenvik
b4a7b87512 Don't use obsolete methods. 2022-01-23 20:35:27 +01:00
Erik Ogenvik
fe902ec997 Fixed issue where nothing was rendered if the cursor was disabled.
The reason seemed to be that the last rendered window in that situation set the scissor test to a portion of the screen,
and Ogre didn't reset it.
With the cursor this wasn't an issue, since it's always rendered last and it sets the scissor test to the whole screen.
2021-04-07 16:44:10 +02:00
Erik Ogenvik
d6fd289d79 Use Ogre 1.12.6 2021-04-07 13:46:07 +02:00
Erik Ogenvik
279974934d Provide our own CEGUI Renderer.
The currently released CEGUI version (0.8.7) doesn't support OGRE 1.11+,
so we need to supply our own slightly altered renderer.
2019-09-21 11:29:18 +02:00