Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3258   16 years scheusso see ticket #329
(edit) @3257   16 years rgrieder Unified enumeration layout according to the style guide (which I have …
(edit) @3256   16 years scheusso added NetworkFunctionBase::destroyAllNetworkFunctions to cleanup …
(edit) @3255   16 years rgrieder #298: Improved usage dialogue creation and the information itself.
(edit) @3254   16 years rgrieder Massively improved exception-safety in GraphicsManager. This …
(edit) @3253   16 years rgrieder Minor fixes and changes.
(edit) @3252   16 years scheusso Boost ≥ 1.35 is now default
(edit) @3251   16 years rgrieder Fixed two serious dependency bugs: - Only every second file of the …
(edit) @3250   16 years rgrieder Executing decision on #300: Renaming String.h to StringUtils.h …
(edit) @3249   16 years rgrieder StartLevel —> DefaultLevel and moved the CommandLine argument …
(edit) @3248   16 years rgrieder Build fix for new GCC versions
(edit) @3247   16 years rgrieder Removed OrxonoxClass inheritance from Game and Core: this allows the …
(edit) @3246   16 years rgrieder Added new feature to CommandLine: arguments that cannot be specified …
(edit) @3245   16 years rgrieder Moved Game::getLevel to LevelManager::getStartLevel and Game::setLevel …
(edit) @3243   16 years rgrieder Moved GameState construction from pre-main() to after Core creation. …
(edit) @3242   16 years landauf Added a using declaration to ExecutorMember which hopefully solves …
(edit) @3240   16 years scheusso a lot of cleanup some bugfixes (Thread, ThreadPool) the biggest part …
(edit) @3239   16 years rgrieder Found a way to write orxonox_cast<T*> instead of orxonox_cast<T> so …
(edit) @3238   16 years rgrieder Improved exception-safety in the Game class and fixed some issues and …
(edit) @3237   16 years rgrieder Improved exception-safety in the InputManager.
(edit) @3236   16 years rgrieder Fixed a bug in SoundManager: Construction, destruction and …
(edit) @3235   16 years rgrieder Added ScopeGuard from the Loki library. It provides a very simple …
(edit) @3231   16 years rgrieder Build fixes: Classes should export symbols with _CoreExport and …
(edit) @3230   16 years scheusso moved Thread and ThreadPool to core because of linking issues
(edit) @3229   16 years rgrieder Damn, wrong branch, sry.
(edit) @3228   16 years rgrieder Found a tedious bug resulting in the wrong behavior regarding PCH …
(edit) @3227   16 years scheusso some cleaning up and memory leak fixes
(edit) @3226   16 years scheusso added 2 classes: Thread: implementation of a worker thread (you can …
(edit) @3225   16 years rgrieder Using super for MSVC because I can't use the orxonox_cast in Super.h
(edit) @3224   16 years rgrieder Removed three macros: Two (ClassByString and ClassByID) by replacing …
(edit) @3223   16 years rgrieder Add a new core-feature: orxonox_cast<T>() The functions casts objects …
(edit) @3222   16 years rgrieder Creating branch for new features/changes in the core.
(edit) @3221   16 years scheusso delete old netp5 and pch branches
(edit) @3220   16 years landauf moved tutorial branch to tags
(edit) @3219   16 years landauf moved lod branch to tags
(edit) @3218   16 years landauf moved shader branch to tags
(edit) @3217   16 years landauf moved skybox branch to tags
(edit) @3216   16 years landauf removed some branches
(edit) @3215   16 years scheusso created new netp6 branch things to do: - fix memory leaks - implement …
(edit) @3213   16 years scheusso found another little leak
(edit) @3212   16 years rgrieder Refined PCH files a bit.
(edit) @3211   16 years rgrieder Moved PacketFlag and added includes for memcpy() and abort() (Mingw …
(edit) @3210   16 years rgrieder Optimised NetworkPrecompiledHeaders.h again.
(edit) @3209   16 years rgrieder Cleanup in network plus a few dependency reductions (no enet-function …
(edit) @3208   16 years scheusso some cleaning up i hope that i found some memory leaks
(edit) @3207   16 years scheusso fix in synchronisation of function ids
(edit) @3206   16 years scheusso forgot something
(edit) @3203   16 years scheusso removed some warnings
(edit) @3202   16 years scheusso rest of the cleanup ( mostly client connection handling) network is …
(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) @3197   16 years scheusso small hackfix
(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 …
Note: See TracRevisionLog for help on using the revision log.