Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3201   16 years scheusso cleaned up server connection handling client is yet to come
(edit) @3200   16 years scheusso create new netp5 branch
(edit) @3199   16 years scheusso delete old netp branch
(edit) @3198   16 years scheusso merged netp4 back to trunk
(edit) @3197   16 years scheusso small hackfix
(edit) @3196   16 years rgrieder Merged pch branch back to trunk.
(edit) @3195   16 years rgrieder Reverted some changes previously made: on non-MSVC platforms you can …
(edit) @3194   16 years rgrieder Refined precompiled header file for the orxnox executable target …
(edit) @3193   16 years rgrieder Small stuff.
(edit) @3192   16 years rgrieder Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I …
(edit) @3191   16 years rgrieder Disposed of a file that died of old age ;)
(edit) @3190   16 years rgrieder Optimised precompiled header files for core and network (optimised …
(edit) @3189   16 years rgrieder Removed trouble-making anonymous namespace in Convert.h
(edit) @3188   16 years rgrieder Added attachOgreObject and detachOgreObject overloads for …
(edit) @3187   16 years rgrieder Officially included ObjectList.h in CoreIncludes.h (it gets included …
(edit) @3186   16 years rgrieder Last part of the cleanup: world entities.
(edit) @3185   16 years rgrieder Cleanup in the weapon system.
(edit) @3184   16 years rgrieder Converted SoundManager into a more suitable singleton.
(edit) @3183   16 years rgrieder Renamed Teamcolourable to TeamColourable
(edit) @3182   16 years rgrieder Found out that that Debug.h is officially included in CoreIncludes.h ;)
(edit) @3181   16 years rgrieder Moved Rewardable (quest system) to the interface section.
(edit) @3180   16 years rgrieder Cleanup in pickup and quest (almost only cleaned the header file sections).
(edit) @3179   16 years rgrieder Cleanup in gametypes, infos and items
(edit) @3178   16 years rgrieder Build fix for Visual Studio 2005: Removed const qualifiers in …
(edit) @3177   16 years rgrieder Moved interface classes to orxonox/interfaces. This resolves certain …
(edit) @3176   16 years rgrieder Cleanup in collisionshapes and controllers. (Moved PawnListener to a …
(edit) @3175   16 years rgrieder Fixed dedicated (at least for presentation09.oxw).
(edit) @3174   16 years rgrieder Cleanup in orxonox/objects (non recursive).
(edit) @3173   16 years rgrieder GameStates cleanup
(edit) @3172   16 years rgrieder Hack-fixed exit crash: The Map stores a static MaterialPtr that gets …
(edit) @3171   16 years rgrieder Merged Gruppenarbeit changes regarding Doxygen: Don't worry, I haven't …
(edit) @3170   16 years rgrieder Build fix: Using boost convention for macros which is all-uppercase …
(edit) @3169   16 years rgrieder Replacing MACRO_CONCATENATE and MACRO_QUOTEME with the more robust …
(edit) @3168   16 years rgrieder Removed not anymore needed archlinux folder.
(edit) @3167   16 years rgrieder Merged the build system changes from the Gruppenarbeit: - More …
(edit) @3166   16 years rgrieder Merged some code work from the Gruppenarbeit.
(edit) @3165   16 years rgrieder Screwed something..
(edit) @3164   16 years rgrieder The usual convention with our headers is to use ≠ for all third party …
(edit) @3163   16 years rgrieder Moved orxonox::TransformSpace::Enum to WorldEntity::TransformSpace and …
(edit) @3162   16 years rgrieder Added support to write exception messages like the following: int …
(edit) @3161   16 years rgrieder Workaround for GCC < 4.2.0 to avoid a bug
(edit) @3160   16 years rgrieder Added precompiled header file for the core library. It contains as …
(edit) @3159   16 years rgrieder Several small fixes and some removed warnings
(edit) @3158   16 years rgrieder Removed the filename part of all @file foo.cc because Doxygen chooses …
(edit) @3157   16 years rgrieder Small changes and cleaned out RadarViewable which saves me probably …
(edit) @3156   16 years rgrieder Moved the forward declaration I found to the prereqs.h files.
(edit) @3155   16 years rgrieder Adjusted indentation
(edit) @3154   16 years rgrieder Tried to reduce dependencies in the core. There wasn't much to achieve …
(edit) @3153   16 years rgrieder Small fixes.
(edit) @3152   16 years rgrieder Removed ConvertValue function, non capital version should be enough ;)
(edit) @3151   16 years rgrieder Removing superfluous feature: construction callbacks. If we ever need …
(edit) @3150   16 years rgrieder Build fixes (X11 defines the None macro…)
(edit) @3149   16 years rgrieder Extracted OrxAssert from Exception.h to OrxAssert.h since it doesn't …
(edit) @3148   16 years rgrieder Another clean up in core/input
(edit) @3147   16 years rgrieder Found another zombie.
(edit) @3146   16 years rgrieder Found another few unnecessary includes in util (and added two others …
(edit) @3145   16 years rgrieder Added a few inline keywords to template functions (Visual Studio does …
(edit) @3144   16 years rgrieder Header file section clean up in orxonox/overlays (without stats). Also …
(edit) @3143   16 years rgrieder Dependency reductions in the GUIManager.
(edit) @3142   16 years rgrieder Move std::string to Ogre::UTFString conversion to util.
(edit) @3141   16 years rgrieder Using automatic header file search after all in util.
(edit) @3140   16 years rgrieder Removed 'empty' file and cleaned out header section of statics overlay …
(edit) @3139   16 years rgrieder Typedef is probably better here than a static assert.
(edit) @3138   16 years rgrieder Tolua update to v1.0.93 is not working properly and I would not know …
(edit) @3137   16 years scheusso various performance and memory issues fixed
(edit) @3136   16 years scheusso fixed an issue with the signal handler (in case that there is a …
(edit) @3135   16 years scheusso second part of the improvement
(edit) @3134   16 years scheusso small change for huge performance increase
(edit) @3133   16 years rgrieder Reduced header file dependencies in the sound classes.
(edit) @3132   16 years rgrieder Extreme performance boost by copying an std::list only once instead of …
(edit) @3131   16 years rgrieder Clean up in files in src/orxonox and src/orxonox/tools.
(edit) @3130   16 years rgrieder Cleaned out DynamicLines and DynamicRenderable classes and put them in …
(edit) @3129   16 years rgrieder Fixed tolua update: - Too many changes in package.lua (somehow …
(edit) @3128   16 years rgrieder Allow use of Vector2, etc. as pointers or references when only …
(edit) @3127   16 years rgrieder Update to tolua 1.0.93
(edit) @3126   16 years scheusso cursor now working again in dedicated server console
(edit) @3125   16 years rgrieder Renamed stupid omni_cast to multi_cast. It still eats about anything ;)
(edit) @3124   16 years rgrieder Using smart pointers in Game to manage the little tree. It's merely a …
(edit) @3123   16 years rgrieder Replaced all the std::istream::getline(const char*) calls with …
(edit) @3122   16 years scheusso tab completion now working in ds console (as is backspace and direct …
(edit) @3121   16 years scheusso more advanced input for the dedicated server console
(edit) @3120   16 years scheusso optimised diff function (unrolled to 8byte xor)
(edit) @3119   16 years scheusso first version of the i/o-console for the dedicated server
(edit) @3118   16 years rgrieder Include fix
(edit) @3117   16 years rgrieder Adding experimental precompiled header file support. It seems to work …
(edit) @3116   16 years rgrieder Added new CMake functions: ORXONOX_ADD_LIBRARY and …
(edit) @3115   16 years rgrieder Split the flag parser and the advanced cache writer from …
(edit) @3114   16 years rgrieder Creating branch for experimental precompiled header file support.
(edit) @3113   16 years scheusso create new netp4 (network & performance) branch
(edit) @3112   16 years scheusso delete old netp branches
(edit) @3111   16 years rgrieder REMOVE_COMPILER_FLAGS makes no sense here. This fixes some gcc warning …
(edit) @3110   16 years rgrieder Removed old msvc specific support for precompiled header files.
(edit) @3109   16 years adrfried segfault fixed
(edit) @3108   16 years erwin first attempt to implement sounds for pong, only score sound is …
(edit) @3107   16 years adrfried some more work on ggzclient
(edit) @3106   16 years adrfried ggz build configuration bug fixed
(edit) @3105   16 years landauf fixed self-collision with projectiles
(edit) @3104   16 years landauf Added two new HUD-elements for TeamBaseMatch and UnderAttack
(edit) @3103   16 years scheusso some fixes and changes (also signalhandler)
(edit) @3102   16 years scheusso fixed some problems when changing the gamestate (from menu to server i.e.)
Note: See TracRevisionLog for help on using the revision log.