2025-08-11 14:42 CEST

spring: develop 4b8bc633 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
-jk- -jk- develop 2010-11-08 07:51:47 develop 81dc45bf
Changeset fix crash on content_error & exit
caused by boost::thread'ification of the `main`-thread
NOTE: you can't join boost::threads, if one of those got an interruption!!! (so all destructors need to be called in the REAL mainthread!)
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Game/LoadScreen.h Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/Platform/Threading.cpp Diff ] File ]
mod - rts/System/Platform/Threading.h Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/errorhandler.cpp Diff ] File ]
mod - rts/System/Platform/errorhandler.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]