Another-Game-Engine / AGE

AGE - C++11 OpenGL4 Game Engine
MIT License
49 stars 11 forks source link

recursive_iterator fixed #372

Closed herpec-j closed 9 years ago

herpec-j commented 9 years ago

Directory::recursive_iterator fixed. The bug was due to a stack underflow. Close #344.

AGE_ASSERT deadlock fixed. The bug was due to one mutex.unlock() in excess. Change std::exit to std::abort (better when we deal with fatal exceptions). Close #332.

cesarl commented 9 years ago

Wouhahou ! First PR @herpec-j ! Welcome in AGE :tada:

I'll check that during the week :smile:

paulbaron commented 9 years ago

Good job! SUPER

cesarl commented 9 years ago

Good job !