Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/kicklib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8277   13 years rgrieder That was a tricky one: for Orxonox, STL iterator checking was …
(edit) @8274   13 years rgrieder Do not merge resources.oxr files to avoid problems at intall time.
(edit) @8273   13 years rgrieder Added optional use of install_manifest.txt file (white space separated …
(edit) @8272   13 years rgrieder Load Ogre plugins and Orxonox modules with the same path composition. …
(edit) @8271   13 years rgrieder Fixed PATH fiddling for module/plugin loading.
(edit) @8270   13 years rgrieder Add RPATH for installed libraries too
(edit) @8269   13 years rgrieder Honour install prefix
(edit) @8268   13 years rgrieder Fixed kicklib build.
(edit) @8233   13 years rgrieder Removed config files from individual targets for MSVC because search …
(edit) @8231   13 years rgrieder Attempt to fix Ogre plugins for Orxonox installations on Windows.
(edit) @8230   13 years rgrieder Zlib should now work again with MSVC < 10.
(edit) @8225   13 years rgrieder Resolved problems with different Boost filesystem versions.
(edit) @8224   13 years rgrieder Removed support for Boost versions less than 1.40.
(edit) @8222   13 years rgrieder Fixed run scripts for Windows.
(edit) @8221   13 years rgrieder Changes that allow the Visual Studio 2010 dependencies to be used.
(edit) @8218   13 years rgrieder Fixed indentation issues in PrepareDevBundle.cmake by removing the IF …
(edit) @8217   13 years rgrieder Merged revision 8135 to from mac_osx to kicklib branch. (part 2) …
(edit) @8216   13 years rgrieder Merged revision 8135 to from mac_osx to kicklib branch. (part 1)
(edit) @8176   13 years rgrieder Build fix for msvc 8.
(edit) @8134   13 years rgrieder Fixed planets.oxw. LevelInfo is still missing though.
(edit) @8132   13 years rgrieder Unhacked a hack: it's actually not really a hack, but normal behaviour ;)
(edit) @8131   13 years youngk Copyright fix. Sorry for the mishap.
(edit) @8130   13 years rgrieder Only compile OrxonoxMac.mm on Mac.
(edit) @8129   13 years rgrieder Merged new revisions (8083 - 8125) from mac_osx to kicklib branch.
(edit) @8126   13 years youngk Cleanup for Lua
(edit) @8124   13 years rgrieder Fixed run scripts for the case there are white spaces in the path. …
(edit) @8123   13 years rgrieder Cleaned up threading library linking for OGRE. please test.
(edit) @8122   13 years rgrieder Removed obsolete remains of header/library finding on OS X.
(edit) @8121   13 years rgrieder Lua is in the CEGUILuaScriptModule framework, not in the CEGUI framework.
(edit) @8120   13 years rgrieder Cleanup in CEGUI framework finding.
(edit) @8119   13 years rgrieder Testing something with Frameworks and FIND_LIBRARY.
(edit) @8118   13 years rgrieder CMake script fix.
(edit) @8113   13 years rgrieder Added some paths for CEGUI library finding on Mac OS X.
(edit) @8112   13 years rgrieder Fixed a possible bug. If you're interested why, ask me directly …
(edit) @8111   13 years rgrieder Changed linux icon to the new one from the forum. Also changed the …
(edit) @8103   13 years rgrieder Updated TiCpp.
(edit) @8098   13 years rgrieder Added CMakeLists.txt stub for the installation of files in contrib/
Diff Rev Age Author Log Message
(edit) @8096   13 years youngk Somebody forgot to add the Debug header
(edit) @8095   13 years rgrieder Add CEGUIua include directory for CEGUI version below 0.7
(edit) @8094   13 years youngk Testing commit for CMake find scripts (Mac)
(edit) @8089   13 years rgrieder Making a strange fix. Apparently this fixes a strange problem …
(edit) @8082   13 years rgrieder Make sure all required CEGUI extras are confirmed to be found by the …
(edit) @8081   13 years rgrieder Fixed serious static initialisation problem. And I thought we caught …
(edit) @8080   13 years rgrieder Added another possible file extension for source files. @Kevin: Is …
(edit) @8074   13 years rgrieder Build fix required by merge.
(edit) @8073   13 years rgrieder Merged mac_osx branch (after renaming it from ois_update) into kicklib …
(edit) @8071   13 years rgrieder Merged ois_update branch (before it was renamed to mac_osx) into …
(edit) @8068   13 years landauf adjusted a few library names and search paths for mingw dependencies
(edit) @8067   13 years landauf fixed warning
(edit) @8066   13 years landauf added support for boost 1.46 and adjusted code to work with the 3rd …
(edit) @8064   13 years rgrieder Also find POCO for MinGW (required for Ogre).
(edit) @8063   13 years rgrieder Disallow dependency packages, that don't work anymore.
(edit) @8062   13 years rgrieder Package version 6.0 is now also allowed with MinGW.
(edit) @8061   13 years rgrieder Sorted out tolua++ inclusion for newer CEGUI versions.
(edit) @8058   13 years rgrieder VS 2010 doesn't like std::make_pair with C-strings if the result …
(edit) @8057   13 years rgrieder Added some extra wursts for Visual Studio 2010 to the build system.
(edit) @7984   13 years rgrieder Fixed two msvc warnings.
(edit) @7983   13 years rgrieder Updated Bullet Physics Engine from v2.74 to v2.77
(edit) @7982   13 years rgrieder We don't seem to use GIMPACT shipped with Bullet. If we do, we can …
(edit) @7981   13 years rgrieder Current bullet version is 2.74.
(edit) @7980   13 years rgrieder Moved PCH and Config files to more appropriate places in the MSVC solution.
(edit) @7979   13 years rgrieder Removed option to specify a user script for the compiler …
(edit) @7977   13 years rgrieder Fixed windows includes again, hopefully for the last time…
(edit) @7975   13 years rgrieder Fixed ENet build on msvc 8.
(edit) @7974   13 years rgrieder Fixed gcc3.4 warning.
(edit) @7973   13 years rgrieder Fix for "error in error handling" when a Lua error occurs. Untested …
(edit) @7971   13 years rgrieder Fixed GUITools.lua for good: both CECGUI 0.6 and 0.7 seem to work. At …
(edit) @7969   13 years rgrieder Reverted part of unintentional commit from revision 7964.
(edit) @7968   13 years rgrieder Starting an Orxonox macro with CEGUI is probably not such a good idea. …
(edit) @7967   13 years rgrieder Cleaned up macro monstrosities in GUIManager and fixed some typos.
(edit) @7965   13 years dafrick getStaticTextWindowHeight() working again for CEGUI < 0.7
(edit) @7964   13 years rgrieder Trying to port last bit of our Lua code to CEGUI 0.7. But the piece of …
(edit) @7961   13 years rgrieder Restored compatibility of our Lua code with CEGUI: Some functions were …
(edit) @7960   13 years rgrieder Applied C++ code changes to compile Orxonox with CEGUI 0.7 (does not …
(edit) @7959   13 years rgrieder Separate dependency package versioning for msvc and mingw.
(edit) @7957   13 years rgrieder Changed destruction handling in GUIManager: Use a ScopeGuard that gets …
(edit) @7956   13 years rgrieder Merged revisions 7954 and 7955 from trunk to kicklib to fix the …
(edit) @7953   13 years rgrieder Important erge from trunk: Fixed MSCV include order problem with ENet …
(edit) @7951   13 years rgrieder Bugfix for FindLua5.1.cmake
(edit) @7950   13 years rgrieder ENet not any more required.
(edit) @7948   13 years rgrieder Dropped support for OGRE v1.4 and removed the remaining workarounds.
(edit) @7947   13 years rgrieder Dropping support for CEGUI v0.5 as v0.6 has been available for three …
(edit) @7946   13 years rgrieder Little fixes.
(edit) @7945   13 years rgrieder Removed workarounds for Lua 5.0 in LuaState class.
(edit) @7944   13 years rgrieder Renamed Lua library to "Lua5.1" because that's also what the official …
(edit) @7943   13 years rgrieder Dropped support for Lua 5.0 in favour of v5.1. It also seems that all …
(edit) @7942   13 years rgrieder Fixed GCC warning (unsigned/signed mismatch).
(edit) @7941   13 years rgrieder Kicked CEGUILua from our repository and adjusted the build system …
(copy) @7940   13 years rgrieder New branch with plans to remove CEGUILua and OgreCEGUIRenderer from …
Note: See TracRevisionLog for help on using the revision log.