Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3242   15 years landauf Added a using declaration to ExecutorMember which hopefully solves …
(edit) @3241   15 years rgrieder You shouln't feed GCC too much non standard compliant code ;)
(edit) @3240   15 years scheusso a lot of cleanup some bugfixes (Thread, ThreadPool) the biggest part …
(edit) @3239   15 years rgrieder Found a way to write orxonox_cast<T*> instead of orxonox_cast<T> so …
(edit) @3238   15 years rgrieder Improved exception-safety in the Game class and fixed some issues and …
(edit) @3237   15 years rgrieder Improved exception-safety in the InputManager.
(edit) @3236   15 years rgrieder Fixed a bug in SoundManager: Construction, destruction and …
(edit) @3235   15 years rgrieder Added ScopeGuard from the Loki library. It provides a very simple …
(edit) @3234   15 years rgrieder Using enum instead of a const bool to ensure the variable doesn't get …
(edit) @3233   15 years rgrieder Possibly reinstated code compliance with GCC 4.4 Could anyone with GCC …
(edit) @3232   15 years rgrieder Moved implicit conversion detection from Convert.h to the new …
(edit) @3231   15 years rgrieder Build fixes: Classes should export symbols with _CoreExport and …
(edit) @3230   15 years scheusso moved Thread and ThreadPool to core because of linking issues
(edit) @3229   15 years rgrieder Damn, wrong branch, sry.
(edit) @3228   15 years rgrieder Found a tedious bug resulting in the wrong behavior regarding PCH …
(edit) @3227   15 years scheusso some cleaning up and memory leak fixes
(edit) @3226   15 years scheusso added 2 classes: Thread: implementation of a worker thread (you can …
(edit) @3225   15 years rgrieder Using super for MSVC because I can't use the orxonox_cast in Super.h
(edit) @3224   15 years rgrieder Removed three macros: Two (ClassByString and ClassByID) by replacing …
(edit) @3223   15 years rgrieder Add a new core-feature: orxonox_cast<T>() The functions casts objects …
(edit) @3222   15 years rgrieder Creating branch for new features/changes in the core.
(edit) @3221   15 years scheusso delete old netp5 and pch branches
(edit) @3220   15 years landauf moved tutorial branch to tags
(edit) @3219   15 years landauf moved lod branch to tags
(edit) @3218   15 years landauf moved shader branch to tags
(edit) @3217   15 years landauf moved skybox branch to tags
(edit) @3216   15 years landauf removed some branches
(edit) @3215   15 years scheusso created new netp6 branch things to do: - fix memory leaks - implement …
(edit) @3214   15 years scheusso merged netp5 back to trunk
(edit) @3213   15 years scheusso found another little leak
(edit) @3212   15 years rgrieder Refined PCH files a bit.
(edit) @3211   15 years rgrieder Moved PacketFlag and added includes for memcpy() and abort() (Mingw …
(edit) @3210   15 years rgrieder Optimised NetworkPrecompiledHeaders.h again.
(edit) @3209   15 years rgrieder Cleanup in network plus a few dependency reductions (no enet-function …
(edit) @3208   15 years scheusso some cleaning up i hope that i found some memory leaks
(edit) @3207   15 years scheusso fix in synchronisation of function ids
(edit) @3206   15 years scheusso forgot something
(edit) @3205   15 years rgrieder Removed a few warnings.
(edit) @3204   15 years rgrieder PCH should be enabled by default for the orxonox target.
(edit) @3203   15 years scheusso removed some warnings
(edit) @3202   15 years scheusso rest of the cleanup ( mostly client connection handling) network is …
(edit) @3201   15 years scheusso cleaned up server connection handling client is yet to come
(edit) @3200   15 years scheusso create new netp5 branch
(edit) @3199   15 years scheusso delete old netp branch
(edit) @3198   15 years scheusso merged netp4 back to trunk
(edit) @3197   15 years scheusso small hackfix
(edit) @3196   15 years rgrieder Merged pch branch back to trunk.
(edit) @3195   15 years rgrieder Reverted some changes previously made: on non-MSVC platforms you can …
(edit) @3194   15 years rgrieder Refined precompiled header file for the orxnox executable target …
(edit) @3193   15 years rgrieder Small stuff.
(edit) @3192   15 years rgrieder Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I …
(edit) @3191   15 years rgrieder Disposed of a file that died of old age ;)
(edit) @3190   15 years rgrieder Optimised precompiled header files for core and network (optimised …
(edit) @3189   15 years rgrieder Removed trouble-making anonymous namespace in Convert.h
(edit) @3188   15 years rgrieder Added attachOgreObject and detachOgreObject overloads for …
(edit) @3187   15 years rgrieder Officially included ObjectList.h in CoreIncludes.h (it gets included …
(edit) @3186   15 years rgrieder Last part of the cleanup: world entities.
(edit) @3185   15 years rgrieder Cleanup in the weapon system.
(edit) @3184   15 years rgrieder Converted SoundManager into a more suitable singleton.
(edit) @3183   15 years rgrieder Renamed Teamcolourable to TeamColourable
(edit) @3182   15 years rgrieder Found out that that Debug.h is officially included in CoreIncludes.h ;)
(edit) @3181   15 years rgrieder Moved Rewardable (quest system) to the interface section.
(edit) @3180   15 years rgrieder Cleanup in pickup and quest (almost only cleaned the header file sections).
(edit) @3179   15 years rgrieder Cleanup in gametypes, infos and items
(edit) @3178   15 years rgrieder Build fix for Visual Studio 2005: Removed const qualifiers in …
(edit) @3177   15 years rgrieder Moved interface classes to orxonox/interfaces. This resolves certain …
(edit) @3176   15 years rgrieder Cleanup in collisionshapes and controllers. (Moved PawnListener to a …
(edit) @3175   15 years rgrieder Fixed dedicated (at least for presentation09.oxw).
(edit) @3174   15 years rgrieder Cleanup in orxonox/objects (non recursive).
(edit) @3173   15 years rgrieder GameStates cleanup
(edit) @3172   15 years rgrieder Hack-fixed exit crash: The Map stores a static MaterialPtr that gets …
(edit) @3171   15 years rgrieder Merged Gruppenarbeit changes regarding Doxygen: Don't worry, I haven't …
(edit) @3170   15 years rgrieder Build fix: Using boost convention for macros which is all-uppercase …
(edit) @3169   15 years rgrieder Replacing MACRO_CONCATENATE and MACRO_QUOTEME with the more robust …
(edit) @3168   15 years rgrieder Removed not anymore needed archlinux folder.
(edit) @3167   15 years rgrieder Merged the build system changes from the Gruppenarbeit: - More …
(edit) @3166   15 years rgrieder Merged some code work from the Gruppenarbeit.
(edit) @3165   15 years rgrieder Screwed something..
(edit) @3164   15 years rgrieder The usual convention with our headers is to use ≠ for all third party …
(edit) @3163   15 years rgrieder Moved orxonox::TransformSpace::Enum to WorldEntity::TransformSpace and …
(edit) @3162   15 years rgrieder Added support to write exception messages like the following: int …
(edit) @3161   15 years rgrieder Workaround for GCC < 4.2.0 to avoid a bug
(edit) @3160   15 years rgrieder Added precompiled header file for the core library. It contains as …
(edit) @3159   15 years rgrieder Several small fixes and some removed warnings
(edit) @3158   15 years rgrieder Removed the filename part of all @file foo.cc because Doxygen chooses …
(edit) @3157   15 years rgrieder Small changes and cleaned out RadarViewable which saves me probably …
(edit) @3156   15 years rgrieder Moved the forward declaration I found to the prereqs.h files.
(edit) @3155   15 years rgrieder Adjusted indentation
(edit) @3154   15 years rgrieder Tried to reduce dependencies in the core. There wasn't much to achieve …
(edit) @3153   15 years rgrieder Small fixes.
(edit) @3152   15 years rgrieder Removed ConvertValue function, non capital version should be enough ;)
(edit) @3151   15 years rgrieder Removing superfluous feature: construction callbacks. If we ever need …
(edit) @3150   15 years rgrieder Build fixes (X11 defines the None macro…)
(edit) @3149   15 years rgrieder Extracted OrxAssert from Exception.h to OrxAssert.h since it doesn't …
(edit) @3148   15 years rgrieder Another clean up in core/input
(edit) @3147   15 years rgrieder Found another zombie.
(edit) @3146   15 years rgrieder Found another few unnecessary includes in util (and added two others …
(edit) @3145   15 years rgrieder Added a few inline keywords to template functions (Visual Studio does …
(edit) @3144   15 years rgrieder Header file section clean up in orxonox/overlays (without stats). Also …
(edit) @3143   15 years rgrieder Dependency reductions in the GUIManager.
Note: See TracRevisionLog for help on using the revision log.