Activity for Those Funny Funguloids!

  • Nathan Mills Nathan Mills created merge request #5

    Conditionally make MPakArchive methods const based on Ogre version

  • Nathan Mills Nathan Mills posted a comment on merge request #4

    With commit cbb02b the build fails with Ogre 1.9. Maybe another OGRE_VERSION conditional would work here? From the docs it seems that these five functions (exists, find, getModifiedTime, list, listFileInfo) were made const in Ogre 1.10. The 1.9 docs have these five functions being non-const and the 1.10 docs have them as const.

  • Paul Wise Paul Wise updated merge request #4

    Make some methods const so they aren't pure virtual

  • Nathan Mills Nathan Mills created merge request #4

    Make some methods const so they aren't pure virtual

  • Paul Wise Paul Wise updated merge request #3

    Fix mismatching allocation and deallocation: buffer

  • Paul Wise Paul Wise updated merge request #2

    Fix filehandle leak found by Cppcheck.

  • Paul Wise Paul Wise committed [ccbd60]

    Fix resource leak found by Cppcheck.

  • Nathan Mills Nathan Mills created merge request #3

    Fix mismatching allocation and deallocation: buffer

  • Nathan Mills Nathan Mills created merge request #2

    Fix filehandle leak found by Cppcheck.

  • Paul Wise Paul Wise updated merge request #1

    Fix invalid new-expression of abstract class type.

  • Paul Wise Paul Wise posted a comment on merge request #1

    Merged, thanks.

  • Nathan Mills Nathan Mills created merge request #1

    Fix invalid new-expression of abstract class type.

  • Paul Wise Paul Wise modified ticket #1

    error compiling (sound related?)

  • Paul Wise Paul Wise posted a comment on ticket #1

    I think this issue is long sinced fixed, please comment if you still have it.

  • Paul Wise Paul Wise modified ticket #4

    mp3stream.cpp:77: error: ‘SHRT_MAX’ was not declared in this

  • Paul Wise Paul Wise posted a comment on ticket #4

    This was fixed in commit d344e71b587aaf56e5899a45b84ed2667a88097f

  • Paul Wise Paul Wise modified ticket #7

    objectsystem.cpp:29:51: error: ‘ObjectSystem* Ogre::Singleton<ObjectSystem>::ms_Singleton’ is not a static data member of ‘class Ogre::Singleton<ObjectSystem>’

  • Paul Wise Paul Wise posted a comment on ticket #7

    I've applied the updated patch and pushed it to git master. I've taken the liberty of linking to this bug in the commit message. I see, thanks for the info about the authorship. It was a bit confusing as I was expecting most people would use their usual name and email in commit logs as I do. Sorry for assuming that. In future, please use git format-patch @{u} to generate patches as that makes it easier to apply them with git am. Also, if you prefer to use git rather than patches, SourceForge supports...

  • Paul Wise Paul Wise committed [9898cb]

    Fix ms_Singleton is not a static member of Singleton<>.

  • Nathan Mills Nathan Mills posted a comment on ticket #7

    I made a branch named singleton in my local copy of the repository on sourceforge and Git is set up on my computer to use my GitHub ID and email. The patches ware made with git show > singleton.patch after commiting the change to my singleton branch with git commit for the first patch and git commit --amend for v2 and v3 patches. v3: moved conditional to include/ogreapp.h The Ogre version I'm using is 1.9. Funguloids builds with this patch and a few other changes.

  • Paul Wise Paul Wise posted a comment on ticket #7

    The approach seems reasonable, but I would prefer to not duplicate the conditional in multiple files, perhaps put it in include/ogreapp.h instead. OTOH, I noticed that git master requires Ogre 1.9 already so I'm surprised it builds at all with 1.8 even though it doesn't have your patch. The patch does not include proper author information and I'd really like to know where it came from.

  • Nathan Mills Nathan Mills posted a comment on ticket #7

    How about this patch? I added a check against OGRE_VERSION to define msSingleton to the older ms_Singleton if version < 1.8.

  • Paul Wise Paul Wise posted a comment on ticket #7

    Hmm, the patch means that funguloids will not be buildable with Ogre 1.7 any more. I'd prefer if it could build with both Ogre 1.8 and 1.7 if possible. PS: where did you get the patch from? It looks like it comes from github?

  • Nathan Mills Nathan Mills created ticket #7

    objectsystem.cpp:29:51: error: ‘ObjectSystem* Ogre::Singleton<ObjectSystem>::ms_Singleton’ is not a static data member of ‘class Ogre::Singleton<ObjectSystem>’

  • Paul Wise Paul Wise committed [088a64]

    Port funguloids to OGRE 1.9

  • Paul Wise Paul Wise modified ticket #3

    Please create an AppData file for Funguloids

  • Paul Wise Paul Wise posted a comment on ticket #3

    Fixed in git, thanks.

  • Paul Wise Paul Wise posted a comment on ticket #3

    Ticket moved from /p/funguloids/support-requests/2/

  • Paul Wise Paul Wise committed [b4e5c4]

    Add AppData file.

  • Paul Wise Paul Wise committed [5c403b]

    Fix FTBFS with Ogre 1.6

  • Paul Wise Paul Wise committed [a962ab]

    Fixes crash due to Ogre update

  • Paul Wise Paul Wise committed [c4cb88]

    Fix FTBFS with g++ 4.6

  • Paul Wise Paul Wise committed [fcb818]

    Allow building and working with newer Ogre

  • Paul Wise Paul Wise committed [d344e7]

    Fix for compiling with g++ 4.3

  • Paul Wise Paul Wise committed [f7b444]

    Make the Ogre Cg plugin optional since it is no...

  • Paul Wise Paul Wise committed [5384a4]

    Tell git to ignore some files

  • Richard Hughes Richard Hughes posted a comment on ticket #2

    Please consider improving and installing this AppData file we wrote: https://raw...

  • Richard Hughes Richard Hughes created ticket #2

    Please create an AppData file for Funguloids

1