gzdoom/src/common/scripting
Christoph Oelckers 194824f810 - some fixes for the console.
* it is now possible to switch back to the main intro loop from the fullscreen console.
* do not distort the background of the fullscreen console. Always draw the console on top of what the main loop currently displays with a translucent black overlay.
* do not use the CONPIC for the fullscreen console as it tends to be more of a distraction than an asset when filling the entire screen.
* cleaned up c_console.cpp and moved several pieces of code unrelated to actual console management out of it.
2020-10-25 09:17:31 +01:00
..
backend - Prevent calling abstract functions via Super or parent class name qualifiers at compile time 2020-10-19 11:20:50 +02:00
core - Implemented ZScript abstract functions 2020-10-19 08:24:43 +02:00
frontend - Implemented ZScript abstract functions 2020-10-19 08:24:43 +02:00
interface - some fixes for the console. 2020-10-25 09:17:31 +01:00
jit Fixed an incorrect abort message on out of bounds array access. 2020-08-26 18:16:04 -03:00
vm - Implemented ZScript abstract functions 2020-10-19 08:24:43 +02:00