Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2814   15 years rgrieder InputManager upgrade number one: InputState priorities are managed …
(edit) @2813   15 years landauf fixed shooting bug
(edit) @2812   15 years landauf fixed shooting bug
(edit) @2811   15 years landauf fixed shooting bug
(edit) @2810   15 years landauf fixed shooting bug
(edit) @2808   15 years bknecht You can now toggle visibility ingame. Strangely the SceneManager …
(edit) @2807   15 years rgrieder Moved global game clock to Core. Use getGameClock() for a const …
(edit) @2806   15 years landauf fixed a small bug
(edit) @2805   15 years rgrieder Added new class: Game It represents basic operation related to the …
(edit) @2804   15 years polakma some enhancements, but not working…
(edit) @2803   15 years adrfried Create branch ggz
(edit) @2802   15 years landauf created new branch
(edit) @2801   15 years rgrieder Move graphic related content of GSGraphics to GraphicsManager which …
(edit) @2800   15 years rgrieder Renaming "tick" to "update" for all those classes not inheriting from …
(edit) @2799   15 years rgrieder Moved all core related initialisations from Main.cc and GSRoot.cc to …
(edit) @2798   15 years rgrieder Added static function to SynchronisableVariableBase to avoid including …
(edit) @2796   15 years bknecht created new branch to work on ingame GUI and GUI in general
(edit) @2795   15 years scheusso forgot to add some file
(edit) @2794   15 years scheusso some optimisations (mostly inlined SynchronisableVariable functions) …
(edit) @2793   15 years scheusso create new branch for network and performance changes
(edit) @2789   15 years landauf - Moved default-hud (chat, gamestate info) from Controller to …
(edit) @2788   15 years dafrick Some more changes…
(edit) @2786   15 years dafrick Some changes to QuestManager and NotificationManager by Reto's …
(edit) @2785   15 years dafrick Made QuestManager and NotificationManager to Singletons. Fixed/Changed …
(edit) @2783   15 years dafrick Erradicated an infinite loop, and some wannabe-memory leaks. Also …
(edit) @2781   15 years dafrick Got the Notifications to work. Rudimentarily, at least… \nNow comes …
(edit) @2779   15 years dafrick Updated questsystem to current trunk. Synchronized it with my local …
(edit) @2778   15 years polakma now you can choose between shared munition and normal munition
(edit) @2777   15 years dafrick New QuestSystem branch…
(edit) @2776   15 years Naaduun my Drone steering function
(edit) @2775   15 years landauf small adjustments
(edit) @2772   15 years Aurelian Ich bin auch eine Dronensteuerungsfunktion
(edit) @2771   15 years danielh this is my version of the Drone steering function
(edit) @2770   15 years mockm this is mz version of the Drone steering function
(edit) @2769   15 years scheusso not needed anymore
(edit) @2768   15 years landauf added TeamGametype
(edit) @2767   15 years scheusso forgot one line
(edit) @2766   15 years scheusso removed the lines that the student have to find out themselves
(edit) @2765   15 years scheusso the whole thing works kind of now
(edit) @2764   15 years rgrieder segfault
(edit) @2763   15 years scheusso first efforts for a tutorial
(edit) @2760   15 years scheusso create new tutorial branch
(edit) @2758   15 years scheusso some cleanup (mostly comments)
(edit) @2755   15 years landauf created new branch to prepare the miniprojects
(edit) @2754   15 years rgrieder With regards to Oli. (trunk commit from before).
(edit) @2751   15 years scheusso (partially) fixed network issues with explosionchunk the problem that …
(edit) @2750   15 years rgrieder Using POSIX forward slashes on Windows as well. There is only one …
(edit) @2749   15 years scheusso changed the process of classid (or networkid in the factory) …
(edit) @2747   15 years rgrieder Moved old tutorial to tags if somebody ever needed to have a look at it..
(edit) @2746   15 years landauf removed presentation branch
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.