open_toontown_panda3d/panda
rdb a64dcd7c5d event: (BREAKING CHANGE) bare yield in task now means "cont"
This is more useful and consistent; you can after all just use "return" to end the task, whereas you can now just use "yield" to continue the next frame rather than "yield Task.cont".

This is a follow-up to f6b39345f7, which already enabled this behavior when an __await__ (that is awaited from a task) yielded None.
2021-02-07 15:14:04 +01:00
..
metalibs egldisplay: Backport changes for creating headless EGL contexts 2021-01-17 16:46:57 +01:00
src event: (BREAKING CHANGE) bare yield in task now means "cont" 2021-02-07 15:14:04 +01:00
CMakeLists.txt CMake: generate panda3d.dist-info directory 2020-04-30 21:37:35 +02:00