Timeline
Feb 12, 2009:
- 10:11 PM dev/VisualStudio edited by
- (diff)
- 9:55 PM dev/WindowsMinGW edited by
- (diff)
- 9:46 PM download edited by
- (diff)
- 9:43 PM Changeset in downloads [48] by
- Added new MinGW precompiled dependencies. There are also separate …
- 9:32 PM download edited by
- (diff)
- 9:09 PM Changeset in downloads [47] by
- Deleted obsolete folder
- 9:04 PM Changeset in downloads [46] by
- Moved msvc deps to new folder
- 9:02 PM Changeset in downloads [45] by
- Added folder to restructure dependencies
- 7:45 PM Changeset [2651] by
- - Not installing static libraries (also accounts for import libraries …
- 4:24 PM Changeset [2650] by
- - Libraries get built to lib/ instead of bin/. CMake 2.6.0 finally …
- 3:28 PM Changeset [2649] by
- Boost finding bugfix for versions less than 1.35
- 3:00 PM Changeset [2648] by
- - More debug library names - Fixed typo in FindOgg
- 2:53 PM Changeset [2647] by
- Merged Chai's work on Apple. I wasn't able to do the trick with …
- 2:29 PM Changeset [2646] by
- Removing visual_studio folder because it's now almost impossible to …
- 2:03 PM Changeset [2645] by
- - Bugfix: CMake searches the install path per default when finding …
- 9:41 AM Changeset [2644] by
- - Installation instructions for the config files (tcl scripts and ini …
- 9:40 AM Changeset [2643] by
- - Default config values for OGRE plugins, the plugins folder and the …
- 9:32 AM Changeset [2642] by
- Renaming bin-config directory to bin again. I think it might be better …
Feb 8, 2009:
- 11:52 PM Changeset [2641] by
- - Update to boost 1.37: System library is now REQUIRED when finding …
- 10:02 PM Changeset [2640] by
- - Corrected version info - Bugfix: GCC 3 warning workaround was active …
- 12:10 AM Changeset [2639] by
- Cleanup in OrxonoxConfig.h.in. Made use of various CMake features like …
Feb 7, 2009:
- 8:03 PM Changeset [2638] by
- Removed about a thousand lines of warnings when compiling with GCC 3. …
Feb 2, 2009:
- 11:07 PM Changeset [2637] by
- Adjustments to DocumentationTarget.cmake
- 11:03 PM Ticket #314 (Move tcl scripts to a separate folder) created by
- You can find three Tcl scripts in the media/tcl8.# directory where # …
- 9:44 PM Changeset [2636] by
- Added configuration type info message. Removed network makefiles. Use …
- 9:27 PM Changeset [2635] by
- Documentation fixes (windows still is non case sensitive..)
- 9:11 PM Ticket #313 (Inspect Doxygen warnings) created by
- When creating the doxygen documentation, there are hundreds of …
- 5:54 PM Changeset [2634] by
- Fixed INSTALL target for Windows. The problem was that RUNTIME …
- 2:19 PM Changeset [2633] by
- Added documentation target. Surprisingly worked on my box just like …
- 1:43 PM Changeset [2632] by
- Cleanup in the root directory: - Removed obsolete cmakeclearcache …
- 1:27 PM Changeset [2631] by
- Exported package configuration to the dependencies folder. …
Feb 1, 2009:
- 5:44 PM Changeset [2630] by
- Fixes: - Improved OpenAL include hack (no, it's not hackier now, I …
- 1:21 AM Changeset [2629] by
- Adapted MSVC and MinGW configuration scripts to the new dependency …
- 1:18 AM Changeset [2628] by
- Small fixes: - CheckOGREPlugins wasn't handling debug libraries …
Jan 30, 2009:
- 9:48 PM Changeset [2627] by
- Removed three calls to GET_ALL_HEADER_FILES which in turn calls …
- 4:40 PM Changeset [2626] by
- Added license text to all CMake files except to the subdirectoties of …
- 4:38 PM Changeset [2625] by
- Moved TOLUA_RELEASE option.
- 12:48 PM Changeset [2624] by
- Replaced most of the ELSE(…) and ENDIF(…) with ELSE() and ENDIF(). …
- 12:27 PM Changeset [2623] by
- - Fixed FindDirectX for use with CMake 2.6.0 (2.6.2 worked without …
Jan 29, 2009:
- 11:45 PM Changeset [2622] by
- Same mistake twice: File overwrite. CppTcl —> cpptcl
- 11:35 PM Changeset [2621] by
- This commit gets a little ugly, couldn't separate that anymore: - …
- 11:31 PM Changeset [2620] by
- Added SourceFileUtilities.cmake: - GET_ALL_HEADER_FILES: Macro that …
- 11:20 PM Changeset [2619] by
- Removed src/util/OrxonoxPlatform.h and added src/OrxonoxConfig.h.in …
- 11:11 PM Changeset [2618] by
- - Functionised CheckOGREPlugins.cmake - Updated …
- 10:58 PM Changeset [2617] by
- Added Chai's Apple config script.
- 10:55 PM Changeset [2616] by
- - Split FindOggVorbis.cmake in two. Having them in one file doesn't …
- 10:45 PM Changeset [2615] by
- Added FindLua.cmake: - Finds both version 5.0 and 5.1, but prefers 5.1 …
- 10:23 PM Changeset [2614] by
- Updated FindXXX scripts.
- 10:19 PM Changeset [2613] by
- - Added FindPackageHandleAdvancedArgs.cmake module that invokes …
- 10:04 PM Changeset [2612] by
- Rearranged CMake configuration code. I split serveral files in two and …
- 9:13 PM Changeset [2611] by
- Inadvertently overwrote some changes in the last commit
- 9:04 PM Changeset [2610] by
- Prefixed library directory for each internal third party library. From …
- 8:55 PM Changeset [2609] by
- - Added unified diff file with our changes for OIS - Added version …
- 8:13 PM Changeset [2608] by
- Large cleanup in CEGUILua: - Removed the heavy 1.7MB bind files and …
- 7:50 PM Changeset [2607] by
- Forgot something else with TinyXML++.
- 7:36 PM Changeset [2606] by
- Added (and slightly modified) a macro from the CMake wiki that …
- 7:33 PM Changeset [2605] by
- Actually deleted old name style TinyXML++ files.
- 7:20 PM Changeset [2604] by
- - Added unified diff file with our changes for Tolua++ - Added version …
- 7:14 PM Changeset [2603] by
- - Added unified diff file with our changes for TinyXML++ - Minimised …
- 7:12 PM Changeset [2602] by
- - Added unified diff file with our changes for OgreCEGUIRenderer - …
- 7:09 PM Changeset [2601] by
- Renamed CppTcl files to their orignal name.
- 7:04 PM Changeset [2600] by
- - Added changelog for CppTcl - Added unified diff file with our …
- 6:59 PM Changeset [2599] by
- - Added orxonox version info. However I don't exactly what the actual …
- 6:40 PM Changeset [2598] by
- Divided init files in bi-config into two groups: - The ones that …
- 6:37 PM Changeset [2597] by
- renamed bin to bin-config.
Jan 18, 2009:
- 10:12 PM Ticket #312 (Bug: Ogre config dialog) created by
- When clicking on "cancel" in the OGRE render config dialog, Orxonox …
- 12:38 PM Changeset [2596] by
- SignalHandler is only implemented on Linux.
Jan 13, 2009:
- 12:26 PM Ticket #311 (Setting up CTest environment) created by
- == CTest == Since we use CMake as building system it is maybe a good …
- 11:44 AM Changeset [2595] by
- Windows hacks. Plus I forgot to change the directory in run.bat
Note: See TracTimeline
for information about the timeline view.