1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00
OpenMW/apps/openmw
Emanuel Guevel 1e4a854433 Remove static method MWWorld::Class::get(&Ptr)
It was just adding a level of indirection to Ptr.getClass().
All the call were replaced by that instead. The number of lines changed
is important, but the change itself is trivial, so everything should be
fine. :)
2014-05-22 20:50:00 +02:00
..
mwbase Fix "unknown info ID" exceptions when a dialogue response is from the Info Refusal group 2014-05-18 06:52:15 +02:00
mwclass Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
mwdialogue Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
mwgui Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
mwinput Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
mwmechanics Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
mwrender Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
mwscript Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
mwsound Merge remote-tracking branch 'scrawl/master' 2014-05-17 11:50:31 +02:00
mwstate Fix not returning to main menu on failed loads when using quickload 2014-05-20 17:11:26 +02:00
mwworld Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
CMakeLists.txt Refactor projectiles to no longer use MW-objects 2014-05-16 13:33:30 +02:00
crashcatcher.cpp
doc.hpp
engine.cpp Remove static method MWWorld::Class::get(&Ptr) 2014-05-22 20:50:00 +02:00
engine.hpp
main.cpp