1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-04 06:39:40 +00:00
openmw/apps/openmw
florent.teppe c41c67b461 Fixed naming convention problems
removed 2 macros.
 - One is replaced by the underlying code
 - The second one ise replaced by a template function

removed tabulation used as indentation
used getWritable instead of a const_cast
used for( val : cont) loop
removed useless getId function
2022-09-05 17:35:07 +02:00
..
mwbase Merge branch 'cast_spell' into 'master' 2022-09-04 19:01:50 +00:00
mwclass partially revert "Store: moved all the template specialization to its own heaper file, included where it's needed" 2022-09-05 17:35:06 +02:00
mwdialogue partially revert "Store: moved all the template specialization to its own heaper file, included where it's needed" 2022-09-05 17:35:06 +02:00
mwgui partially revert "Store: moved all the template specialization to its own heaper file, included where it's needed" 2022-09-05 17:35:06 +02:00
mwinput Use std::unique_ptr in MessageBoxManager 2022-08-31 19:44:04 +02:00
mwlua Do not check getPolyHeight status 2022-08-24 23:30:36 +02:00
mwmechanics partially revert "Store: moved all the template specialization to its own heaper file, included where it's needed" 2022-09-05 17:35:06 +02:00
mwphysics Do not use collision shapes with visual only collision to generate navmesh 2022-08-25 00:56:03 +02:00
mwrender Removed mistakenly added space 2022-09-05 17:35:06 +02:00
mwscript partially revert "Store: moved all the template specialization to its own heaper file, included where it's needed" 2022-09-05 17:35:06 +02:00
mwsound Make Settings::Manager::getString return a reference 2022-08-28 16:38:11 +02:00
mwstate Eliminate &thing[0] pattern 2022-09-03 16:41:35 +01:00
mwworld Fixed naming convention problems 2022-09-05 17:35:07 +02:00
android_main.cpp Precompile sol.hpp in order to reduce compilation time. 2021-12-04 11:32:39 +00:00
CMakeLists.txt partially revert "Store: moved all the template specialization to its own heaper file, included where it's needed" 2022-09-05 17:35:06 +02:00
doc.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
engine.cpp Use string_view in Fallback::Map 2022-08-28 17:20:49 +02:00
engine.hpp Cleanup includes 2022-08-19 22:05:15 +02:00
main.cpp Drop fonts export - users are supposed to use TrueType fonts or mods with legacy format 2022-07-18 10:40:03 +04:00
options.cpp Allow relative paths in openmw.cfg; support --replace=config. 2022-04-28 00:39:41 +02:00
options.hpp Add tests for openmw options 2021-10-05 22:51:12 +02:00