Go to file
Bastien Montagne 055001111e Fix T48604: Crash on undo due to bad drawing code.
Short story: draw_lamp would add itself to delayed transp drawing list from 'xray' drawing step.
This was broken, since delayed transp drawing list is always handled **before** delayed xray one.

After undo it lead to segfault crash, v3d->afterdraw_transp still having reference to old freed scene's base.

Also added asserts that those afterdraw list are empty at end of drawing step, should help
avoiding that kind of issue in future.
2016-06-12 17:06:50 +02:00
build_files BGE: DeckLink card support for video capture and streaming. 2016-06-11 22:26:05 +02:00
doc Docs: Support out-of-source reference-API builds 2016-06-12 11:31:28 +10:00
extern Curve Fitting: offset based fallback to calculate cubics 2016-06-12 22:25:43 +10:00
intern Cleanup, remove unneeded variable. 2016-06-12 00:01:57 +02:00
release Docs: Support out-of-source reference-API builds 2016-06-12 11:31:28 +10:00
source Fix T48604: Crash on undo due to bad drawing code. 2016-06-12 17:06:50 +02:00
tests BLI_rand: add BLI_rng_get_char_n 2016-06-12 00:41:02 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Git ignore BUILD_NOTES.txt from install_deps.sh. 2015-11-23 20:17:02 +01:00
.gitmodules Remove SCons building system 2016-01-04 14:20:48 +05:00
CMakeLists.txt Fix OS X build after Decklink changes, it is not supported yet so don't enable it. 2016-06-11 23:50:06 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Makefile: Use hidden FORCE target 2016-05-21 05:48:10 +10:00
make.bat Fix make.bat checking 64bit systems 2016-02-10 00:26:12 +11:00