Go to file
Kévin Dietrich 7ef10decdb Fix for heap-use-after-free happening in GHOST_EventManager.
Issue was that dispatchEvent might call removeWindowEvents/
removeTypeEvents which will delete the event before we can do so.

To address this, handled events are now put in a separate list.

Reported by psy-fi and reviewed by brecht in IRC.
2015-12-28 00:35:47 +01:00
build_files Fix for error w/ QtCreator project builder 2015-12-27 17:11:44 +11:00
doc BGE: Improve clock management 2015-12-12 02:46:53 +01:00
extern MSVC 2015 fix hack around internal compiler crash on openmp atomic 2015-12-10 15:00:30 +01:00
intern Fix for heap-use-after-free happening in GHOST_EventManager. 2015-12-28 00:35:47 +01:00
release Fix (unreported) do not show 'appearances' options tool panel in ParticleEdit mode (not supported). 2015-12-24 18:54:35 +01:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Changes to rename_id function: 2015-12-27 23:22:43 +01:00
tests Eigen: move C API into intern/eigen. 2015-12-10 01:58:06 +01: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 Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake: make install prefix option irrelevant for MinGW too. 2015-12-27 16:57:43 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Makefile: show build dir when configuring 2015-09-22 00:16:53 +10:00
SConstruct Eigen: fold remaining OpenNL code into intern/eigen. 2015-12-10 01:58:10 +01:00