Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2745   15 years rgrieder Fixed missing dedicated run script on windows.
(edit) @2744   15 years rgrieder Removed buildsystem3 branch and the asylum. The latter doesn't seem to …
(edit) @2743   15 years landauf created new weaponsystem branch
(edit) @2742   15 years landauf removed old objecthierarchy branch
(edit) @2741   15 years landauf removed old pickups branch
(edit) @2740   15 years landauf removed old questsystem branch
(edit) @2739   15 years landauf removed old questsystem branch
(edit) @2738   15 years landauf removed old weaponsystem branch
(edit) @2737   15 years scheusso removed some inconsistencies (data types)
(edit) @2736   15 years scheusso new network branch to finally fix problems with msvc
(edit) @2735   15 years scheusso not needed anymore
(edit) @2734   15 years rgrieder Added media repository revision info to the newly created 0.0.2 tag.
(edit) @2733   15 years rgrieder Removed tardis hack with ogre.cfg As far as it has been tested today, …
(edit) @2732   15 years rgrieder Added version 0.0.2 tag for the new semester. You will now be working …
(edit) @2731   15 years rgrieder Removed debug output.
(edit) @2730   15 years rgrieder Unix fixes for the last commit.
(edit) @2729   15 years rgrieder - Added run script for the dedicated server - Removed directory …
(edit) @2728   15 years rgrieder Updated to the new tardis libraries. Seems to work fine.
(edit) @2727   15 years rgrieder Minor fix (double slashes).
(edit) @2726   15 years rgrieder Still fixing a bug.
(edit) @2725   15 years rgrieder Trying to fix a bug.
(edit) @2724   15 years rgrieder With regards to Beni ;)
(edit) @2723   15 years rgrieder Unix update for the copyable installation.
(edit) @2722   15 years rgrieder Another typo.
(edit) @2721   15 years rgrieder Stupid me.
(edit) @2720   15 years rgrieder Moved media/CMakeLists.txt to cmake/Media.cmake to allow media …
(edit) @2719   15 years rgrieder Copyable installation could not find the shared libraries on Unix. …
(edit) @2718   15 years scheusso changed version name to Arcturus
(edit) @2717   15 years rgrieder Current version is 0.0.2, not 0.0.3.
(edit) @2716   15 years rgrieder Bug fix in initialisation order.
(edit) @2715   15 years scheusso move 0.0.1 to tags as it's not really a release
(edit) @2714   15 years scheusso renamed release 0.1.0 to 0.0.1 (more adequate)
(edit) @2713   15 years rgrieder Removed unnecessary header file dependency. boost/filesystem.hpp is …
(edit) @2712   15 years landauf avoid ambiguity when converting from MultiType to string
(edit) @2711   15 years rgrieder Looking at too many places when finding the package or media folder …
(edit) @2710   15 years rgrieder Merged buildsystem3 containing buildsystem2 containing Adi's …
(edit) @2709   15 years rgrieder Added run scripts for client1, client2 and server. They will be copied …
(edit) @2708   15 years rgrieder Restraining more debug output in on the server.
(edit) @2707   15 years scheusso forgot to remove some unnecessary debug output and comments
(edit) @2706   15 years scheusso fixed a bug when building in release mode
(edit) @2705   15 years rgrieder svn:eol-style "native" No code changes at all, just line endings.
(edit) @2704   15 years rgrieder Our code does some stuff it shouldn't do. And this can get problematic …
(edit) @2703   15 years rgrieder Fixed two typos
(edit) @2702   15 years rgrieder Completed work on installation: - The CMake switch INSTALL_COPYABLE …
(edit) @2701   15 years rgrieder No Unicode support for MSVC. MinGW also doesn't support it.
(edit) @2700   15 years rgrieder CppTcl bugfix in interpreter::interpreter(string const &libpath): …
(edit) @2699   15 years rgrieder Typo, curiously didn't test before committing..
(edit) @2698   15 years rgrieder Temporary fix for the relative path problem: On Unix, absolute paths …
(edit) @2697   15 years rgrieder - Removed log folder again (not necessary at all) - Making more use of …
(edit) @2696   15 years rgrieder Bugfix: Accidentally removed /usr from the CMAKE_PREFIX_PATH.
(edit) @2695   15 years rgrieder Minor adjustments. No actual change.
(edit) @2694   15 years rgrieder Installing to /usr instead of /usr/local on Linux.
(edit) @2693   15 years rgrieder Never change a running Microsoft system.
(edit) @2692   15 years rgrieder make_directories should create a directory recursively.
(edit) @2691   15 years rgrieder Include order could be important when dealing with tiny ductile.
(edit) @2690   15 years rgrieder - Moved def_keybindings to media repository in folder defaultConfig - …
(edit) @2689   15 years rgrieder Installing to /usr/bin instead of /usr/bin/orxonox.
(edit) @2688   15 years rgrieder Fix: Variable rename incomplete.
(edit) @2687   15 years rgrieder Installation paths should be relative when using in C++ code if …
(edit) @2686   15 years rgrieder Fixed Unix install: '~' is not accepted when opening files in C++
(edit) @2685   15 years rgrieder Fixed install target: - log and config file go a to separate folder …
(edit) @2684   15 years rgrieder Added convenience run script again on request, but to the build …
(edit) @2683   15 years rgrieder Change of code location wasn't successful. Turning to the user, added …
(edit) @2682   15 years rgrieder Trying to get around in-source build left overs.
(edit) @2681   15 years rgrieder Deleted obsolete branches.
(edit) @2680   15 years rgrieder - Removed run script completely for Linux - Removed root dir run …
(edit) @2679   15 years scheusso another line wrap
(edit) @2678   15 years scheusso some stupid line wrap
(edit) @2677   15 years rgrieder FindTcl workaround bugfix.
(edit) @2676   15 years rgrieder Bugfix in FindLua (5.1 include paths were wrong).
(edit) @2675   15 years rgrieder LibraryConfig.cmake should not look for PackageConfigX.cmake anymore …
(edit) @2674   15 years rgrieder Added package config scripts after all (were in the dependency archive …
(edit) @2673   15 years rgrieder - Renamed some Cache variables - Hid some other (into the advanced …
(edit) @2672   15 years rgrieder Of course MSVC has to warn you if -w (disable all warnings) overwrites …
(edit) @2671   15 years rgrieder Fixed build: - Two inline functions without inline body in …
(edit) @2670   15 years rgrieder - Added version info (written by the linker) to all libraries - Target …
(edit) @2669   15 years scheusso minor change in classID
(edit) @2668   15 years rgrieder Had to make a workaround Microsoft arrogance when it comes down to …
(edit) @2667   15 years rgrieder Windows version compiling and running so far (msvc and mingw).
(edit) @2666   15 years rgrieder Fixed potential bug.
(edit) @2665   15 years rgrieder Manual merge.
(edit) @2664   15 years rgrieder Merged buildsystem2 to buildsystem3. Note: Bare merge, just resolved …
(edit) @2663   15 years rgrieder Creating merger branch for buildsystem2. The last commit probably …
(edit) @2662   15 years rgrieder Merged presentation branch back to trunk.
(edit) @2661   15 years scheusso removed some unnecessary stuff
(edit) @2660   15 years scheusso fixed a problem with gamestate caching and diffing
(edit) @2659   15 years rgrieder Several small fixes. Installs and runs on tardis now (not to /usr of …
(edit) @2658   15 years rgrieder rpath bugfix.
(edit) @2657   15 years rgrieder - Added install paths for bin, lib, archive, media, doc, config and …
(edit) @2656   15 years rgrieder Moved doxygen to doc/api and adjusted some values in the doxy config.
(edit) @2655   15 years scheusso finally got rid of these structs in our network datastream this means …
(edit) @2654   15 years rgrieder Found some tabs…
(edit) @2653   15 years rgrieder Found a detail I suppose you're going to merge soon, so I checked …
(edit) @2652   15 years rgrieder - Using REGEX "…" EXCLCUDE in INSTALL avoids a call to FILE(GLOB) …
(edit) @2651   15 years rgrieder - Not installing static libraries (also accounts for import libraries …
(edit) @2650   15 years rgrieder - Libraries get built to lib/ instead of bin/. CMake 2.6.0 finally …
(edit) @2649   15 years rgrieder Boost finding bugfix for versions less than 1.35
(edit) @2648   15 years rgrieder - More debug library names - Fixed typo in FindOgg
(edit) @2647   15 years rgrieder Merged Chai's work on Apple. I wasn't able to do the trick with …
(edit) @2646   15 years rgrieder Removing visual_studio folder because it's now almost impossible to …
Note: See TracRevisionLog for help on using the revision log.