Wiki Tracker         The Ogre Wiki Page Bug Tracker Page - were we keep track of pages which needs fixing
Information
Info Red


How it works:
Each page has a report issue form at the bottom.
If you find something wrong about a page, report it, and it will turn up on this list.

Pages with issues will feature a bugTracker box at the top, indicating that the page has been reported.
The box will have a link to the entry in the bugtracker.

When an issue is fixed, the bugtracker entry can be deleted.

This makes it easy to keep track of what needs to be done.

Issues:

WikiPageIssue TypeDescriptionCreatedLastModifLast modified byComments
Using SDL Inputhas problemsSDL_GL_SwapBuffers() is working only with SDL1, with SDL2 it got substitued by SDL_GL_SwapWindow(sdl_window); see https://wiki.libsdl.org/MigrationGuide for details (search for SDL_GL_SwapWindow in the page) Sun 12 of Jul, 2015 01:26 GMT-0000 Sun 12 of Jul, 2015 01:26 GMT-0000portaloffreedom0
Euler Angle Classhas problemsThe basic APIs like getYaw(), getPitch(), getRoll() could not been found in Euler class,but use yaw(),pitch(),roll() instead. Tue 16 of Dec, 2014 08:02 GMT-0000 Tue 16 of Dec, 2014 08:02 GMT-0000formula1230
Mogre Wiki Tutorial Frameworkhas problemsDownload links aren't working Sun 19 of Oct, 2014 16:52 GMT-0000 Sun 19 of Oct, 2014 16:52 GMT-00004EverNoob1
ali_lak-Sun 09 of Oct, 2016
Holographe Shaderhas problemshow to create TGA file? Mon 18 of Aug, 2014 07:51 GMT-0000 Mon 18 of Aug, 2014 07:51 GMT-0000lenglengcsy0
RenderWindowParametersis inaccurateIn the properties table : FSAA 0,2,4,6,... It's not rather pow of 2 : FSAA 0,2,4,8,... Mon 18 of Nov, 2013 13:24 GMT-0000 Mon 18 of Nov, 2013 13:24 GMT-0000daarkron0
Skeleton Debuggerneeds updatingCode improvement : I fixed the bones orientation by adding an extra parameter when calling attachObjectToBone for child bone. see : http://www.ogre3d.org/forums/viewtopic.php?f=11&t=71152#p497625 Someone can test and update the wiki ? Fri 01 of Nov, 2013 14:11 GMT-0000 Fri 01 of Nov, 2013 14:11 GMT-0000daarkron0
Subversion settingsis obsoleteOgre don't use SVN anymore. Sat 07 of Sep, 2013 14:00 GMT-0000 Sat 07 of Sep, 2013 14:00 GMT-0000Klaim0
ManuallyControllingBoneshas problemsin "anim->destroyTrack(manuallyControlledBone->getHandle());" destroyTrack() is obsolete and the "note" on that is currently a 404. Thu 07 of Feb, 2013 02:36 GMT-0000 Thu 07 of Feb, 2013 02:36 GMT-0000solesschong0
Setting Up An Application - CodeBlocks - Linuxneeds updatingThe directory is different on Linux Mint 13. This needs to be in the CMakeLists.txt if(UNIX) if(EXISTS "/usr/share/OGRE/cmake") set(CMAKE_MODULE_PATH "/usr/share/OGRE/cmake/modules/;${CMAKE_MODULE_PATH}") set(OGRE_SAMPLES_INCLUDEPATH "/usr/share/OGRE-1.7.4/Samples/Common/inc Wed 02 of Jan, 2013 00:19 GMT-0000 Wed 02 of Jan, 2013 00:19 GMT-0000Gyrth0
TOC Cookbookhas problemsDuplicate entries for first person camera near the bottom of the TOC, already in Animation and movement Tue 18 of Dec, 2012 13:35 GMT-0000 Tue 18 of Dec, 2012 13:35 GMT-0000drwbns0
Manual Resource Loadingneeds updatingOverlay loading needs updating for 1.9 usage Mon 17 of Dec, 2012 17:01 GMT-0000 Mon 17 of Dec, 2012 17:01 GMT-0000drwbns0
QtOgrehas problemsOgre::Viewport *mViewport = mOgreWindow->addViewport( mCamera ); Is wrong, because mViewport is already initialized in ogrewidget.h! Should be: mViewport = mOgreWindow->addViewport( mCamera ); Sat 08 of Dec, 2012 17:40 GMT-0000 Sat 08 of Dec, 2012 17:40 GMT-0000visviva0
RetrieveVertexDatahas problemshello According to this paper, I met this problem "no suitable conversion function from "const Ogre::MeshPtr" to "Ogre::Mesh*" exists" when I called the function "getMeshInformation()". Tue 16 of Oct, 2012 02:01 GMT-0000 Tue 16 of Oct, 2012 02:01 GMT-0000James_jams0
OgreBullethas problemsLinks to "OgreBullet forums" and "latest SDK (available from Tuan's website) here" returns "404 Not Found" Page Tue 12 of Jun, 2012 20:14 GMT-0000 Tue 12 of Jun, 2012 20:14 GMT-0000tgbyhn20080
Help - Basic Syntaxhas problemsIn the Simple Box section in the Bug Warning box, escaping the ^ exponent character does not appear to be working within the transclude, either by doubling the character or using 'no parse' markup. Tue 05 of Jun, 2012 18:28 GMT-0000 Tue 05 of Jun, 2012 18:29 GMT-0000Neutrino Sunset0
Mipmappinghas problemsThe LaTeX formulas aren't working on this page. I'm not sure myself how to fix it so I'm reporting it here. Mon 21 of May, 2012 13:53 GMT-0000 Mon 21 of May, 2012 13:53 GMT-0000anstow0
Equal Length Splinehas problemsIf the last point in the spline does not fulfill with the wantedDistance restriction, the last segment is not copied to splineDest. Possible solution: if j == splineSrc.getNumPoints() -1) && (length < wantedDistanceSquared { splineDest->addPoint(end); break; } Mon 12 of Mar, 2012 15:59 GMT-0000 Mon 12 of Mar, 2012 15:59 GMT-0000xme0
OISneeds updatingAFAIK OIS switched to SVN years ago... Mon 12 of Dec, 2011 13:58 GMT-0000 Mon 12 of Dec, 2011 13:58 GMT-0000Klaim0
Creating a simple first-person camera systemneeds workCode has variables that have not been declared (like this->mRotY). Also uses the old Ogre keyboard input system (like "inputManager->isKeyDown(Ogre::KC_PGDOWN)") Must convert this to OIS-version. Wed 30 of Jun, 2010 08:25 GMT-0000 Mon 26 of Sep, 2011 08:44 GMT-0000Flateno1
drwbns-Mon 17 of Dec, 2012
QuickGUIis inaccurateLicense states "LGPL". At least some source code files would contradict this, as would other places on the ogre Wiki. Not wanting to change it myself due to being new to the code and it being a legal matter. Wed 24 of Aug, 2011 17:05 GMT-0000 Wed 24 of Aug, 2011 17:05 GMT-0000Cameron0
User:Nfzis obsoleteBased on this guy's description and the time since the last update it might be safe to assume that Nfz is now Resting in Peace. Wed 04 of May, 2011 07:42 GMT-0000 Wed 04 of May, 2011 07:42 GMT-0000jubei0
Setting Up An Application - Autotools - Linuxneeds updatingIn Prerequisite, the correct spelling of the package is build-essential. but according to my research that package is only needed to create debian packages. the autotools packages must be installed individualy it seems. Thu 21 of Apr, 2011 12:44 GMT-0000 Thu 21 of Apr, 2011 12:44 GMT-0000montaropdf0
Building Dependenciesis inaccurateI'm not shure, but maybe the directory name "ogrenew" was changed to "ogre". If true, then update the related text of this page. (use Strg+F in your browser to find the position inside this page) Sat 12 of Feb, 2011 18:42 GMT-0000 Sat 12 of Feb, 2011 18:42 GMT-0000Beauty0
Prerequisitesneeds updatingDependencies : it don't explain the case where dependencies are built from CMake... Sun 30 of Jan, 2011 18:45 GMT-0000 Sun 30 of Jan, 2011 18:45 GMT-0000Klaim1
jacmoe-Tue 13 of Sep, 2011
OgreNewthas problemsJacmoe, please compare the section "Newton SDK in a Nutshell" with the page of the old wiki. Is seems so that some information was removed by converting the content. Sun 19 of Dec, 2010 22:47 GMT-0000 Sun 19 of Dec, 2010 22:47 GMT-0000Beauty0