Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2880   15 years bknecht Now we also have the version number and name displayed on the main page
(edit) @2879   15 years bknecht Found another way to produce a great doxygen output
(edit) @2878   15 years bknecht Modified doxy.config.in to produce nicer HTML output for trac. This …
(edit) @2877   15 years bknecht reverted back everything, sorry KDevelop screws things up sometimes
(edit) @2876   15 years bknecht corrected exclude path and added an exclude pattern which should …
(edit) @2875   15 years bknecht (Doxygen) Documentation added for GUIManager and some GameState classes.
(edit) @2874   15 years bknecht Changes in Doxygen to check if it works on nautilus to compile it together
(edit) @2873   15 years bknecht Doxygen fixes. Please advise me on better places or methods to fix it. …
(edit) @2872   15 years landauf some small adjustments in PongAI and related classes
(edit) @2871   15 years rgrieder Removed other piece of setting the install prefix as well.
(edit) @2870   15 years bknecht additional commentary to my last commit. maybe useful in the future, …
(edit) @2869   15 years bknecht Including some features to use only mouse or keys in a GUI, also …
(edit) @2868   15 years adrfried cmake install prefix reset, compiler flags fixed
(edit) @2867   15 years bknecht Magician Beni on what he does best: Fixed the problem with the large …
(edit) @2866   15 years erwin Added src/sound and some files
(edit) @2865   15 years FelixSchulthess created branch for weapon development
(edit) @2864   15 years danielh first commit of pickup system - working PickupCollection - working …
(edit) @2863   15 years rgrieder -Wno-deprecated is only available for C++, but fortunately the …
(edit) @2862   15 years rgrieder quote: "Fixed some bugs. Please do not break the code, when working …
(edit) @2861   15 years scheusso - moved serialise functions from …
(edit) @2860   15 years landauf Improved PongAI - it tries to predict the position of the ball (but …
(edit) @2859   15 years rgrieder Infinite loop bugfix if orxonox_dev_build.keep_me is missing.
(edit) @2858   15 years dafrick Done some documenting, and resolved some (possible) issues. So the …
(edit) @2857   15 years landauf added configurable PongAI-strength
(edit) @2856   15 years Naaduun implemented Map::openMap()
(edit) @2855   15 years rgrieder Two small fixes.
(edit) @2854   15 years rgrieder small fixes with game states.
(edit) @2853   15 years bknecht Fixed some bugs. Please do not break the code, when working with other …
(edit) @2852   15 years polakma added unlimited munition, reverted shared munition and fixed some bugs
(edit) @2851   15 years landauf Fixed attachment of "absolute" CameraPosition-Nodes in the Network …
(edit) @2850   15 years rgrieder - Started working on cleaning up the GameState mess ;) - Cleaned out …
(edit) @2849   15 years rgrieder Bug fix in the InputManager.
(edit) @2848   15 years rgrieder Exported showsGraphics, etc. to a new class named GameMode in the core.
(edit) @2847   15 years rgrieder De initialisation bugfix in GSGraphics.
(edit) @2846   15 years rgrieder Moving game clock from Core to Game. Other small fixes.
(edit) @2845   15 years rgrieder - Moved some code from Game to Main and GSRoot - Renamed "gui" …
(edit) @2844   15 years rgrieder Implemented new GameState concept. It doesn't differ that much from …
(edit) @2843   15 years rgrieder Exported TimeFactorListener to separate file in the tools folder.
(edit) @2842   15 years rgrieder Header file fixes (reduced some dependencies).
(edit) @2841   15 years rgrieder Using loadGUI_2.lua in this branch now.
(edit) @2840   15 years bknecht GUIManager now behaves how it should. Most things seem to work fine. …
(edit) @2839   15 years landauf added AI for the Pong gametype improved Pong gameplay
(edit) @2838   15 years Naaduun Added PKGBUILD for building package in Archlinux. See …
(edit) @2837   15 years Naaduun added Map class
(edit) @2836   15 years scheusso merge old netp branch to netp2 (still because of multiplayer pong…)
(edit) @2835   15 years scheusso create new netp branch (in order to play multiplayer pong )
(edit) @2834   15 years bknecht When you change the camera, the GUI is now newly set. Also: the GUI …
(edit) @2833   15 years scheusso some bugfixes (client crashed when server was killed 2 times)
(edit) @2832   15 years scheusso further improvements in network (eliminated double calls of …
(edit) @2831   15 years danielh removed old pickup system
(edit) @2830   15 years landauf created new branch for the particles-project
(edit) @2829   15 years landauf created new branch for the sound-project
(edit) @2828   15 years landauf created new branch for the pickup-project
(edit) @2827   15 years landauf created new branch for all 3 gametype-projects
(edit) @2826   15 years landauf merged miniprojects branch back to trunk
(edit) @2825   15 years landauf eol-style:native
(edit) @2824   15 years landauf Added "Pong" minigame
(edit) @2823   15 years rgrieder Further optimisations by using std::vector instead of std::list for …
(edit) @2822   15 years scheusso reduced overhead/load of Synchronisable::getSize quite a lot
(edit) @2821   15 years landauf renamed TeamGametype to TeamDeathmatch.
(edit) @2820   15 years landauf Split Gametype into Gametype+Deathmatch. The only difference is output …
(edit) @2819   15 years landauf moved gametype-HUD from PlayerInfo to HumanPlayer
(edit) @2818   15 years landauf added two new functions to Gametype
(edit) @2817   15 years rgrieder Removed GameState template and renamed GameStateBase to GameState. …
(edit) @2816   15 years rgrieder Upgrade number two for the InputManager: An InputState can have two …
(edit) @2815   15 years rgrieder various small changes: - Fixed a bug in the GameStates concerning …
(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) @2809   15 years landauf reverted commit 2782 which was: > Another 15% performance boost in …
(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) @2797   15 years landauf Added some #ifndef's around #define NOMINMAX and #define FORCEINLINE …
(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) @2792   15 years rgrieder Finally found the MSVC IntelliSense bug! It wasn't working at all, so …
(edit) @2791   15 years rgrieder Please never commit any changes to the external libraries! It doesn't …
(edit) @2790   15 years bknecht Ugly hack to use GUI ingame. Hack itself needs improvement AND of …
(edit) @2789   15 years landauf - Moved default-hud (chat, gamestate info) from Controller to …
(edit) @2788   15 years dafrick Some more changes…
(edit) @2787   15 years rgrieder Bugfix: _NDEBUG is never defined.
(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) @2784   15 years rgrieder - Using std::vector instead of std::list in register/unregister …
(edit) @2783   15 years dafrick Erradicated an infinite loop, and some wannabe-memory leaks. Also …
(edit) @2782   15 years rgrieder Another 15% performance boost in dedicated mode, 30 bots, no clients. …
(edit) @2781   15 years dafrick Got the Notifications to work. Rudimentarily, at least… \nNow comes …
Note: See TracRevisionLog for help on using the revision log.