Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7284   14 years landauf merged consolecommands3 branch back to trunk. note: the console …
(edit) @7278   14 years landauf build fix for gcc
(edit) @7271   14 years rgrieder There is no such word as "casted". Also inserted 4 static_casts and …
(edit) @7268   14 years rgrieder operator=() should not return constant references.
(edit) @7266   14 years rgrieder Moved Loki library files to separate loki folder in externals. Also …
(edit) @7226   14 years rgrieder Visual Studio 2005 doesn't cope too well with windows includes when it …
(edit) @7224   14 years rgrieder Adjusted CMake code to accept the new v5 dependencies that requires …
(edit) @7210   14 years dafrick Created new NotificationDispatcher. It just displays, upon being …
(edit) @7209   14 years dafrick Fixed little "bug", will have to be reviewed, when the pickup module …
(edit) @7208   14 years dafrick Removed Timer from Pickup, as this is no his core functionality.
(edit) @7206   14 years dafrick Cleaning up and documenting PickupManager. Also discovered and fixed a …
(edit) @7193   14 years dafrick Added NotificationDispatcher, class that can, upon being triggered, …
(edit) @7184   14 years rgrieder Replaced mathematical constants with a common definition in Math.h. …
(edit) @7183   14 years rgrieder Removed a load of warnings for VS 2005 and possibly VS 2008.
(edit) @7182   14 years rgrieder Build fixes for Visual Studio 2005.
(edit) @7177   14 years landauf fixed a potential problem introduced in r7158 - calling an executor on …
(edit) @7176   14 years landauf removed some (commented) code from BigExplosion. looks like an attempt …
(edit) @7175   14 years rgrieder Fixed a problem with Ogre 1.7 and our exception handling mechanism. …
(edit) @7174   14 years rgrieder Only catch exceptions you actually expect. And rethrow unknown …
(edit) @7172   14 years landauf removed network as dependency of tools. these libraries can build in …
(edit) @7171   14 years landauf removed a strange line that changed the game speed with a console …
(edit) @7169   14 years landauf fixed an issue with boost 1.44.0
(edit) @7168   14 years landauf sent some tabs to hell
(edit) @7167   14 years landauf using SetConfigValueExternal also for two old config values
(edit) @7166   14 years landauf added new macro to ConfigValueIncludes.h, "SetConfigValueExternal" for …
(edit) @7165   14 years landauf for some reason MinGW with gcc 4.5 needs some additional _UtilExport …
(edit) @7164   14 years dafrick Moving notifications to own module.
(edit) @7163   14 years dafrick Merged presentation3 branch into trunk.
(edit) @6906   14 years dafrick Added DistanceTriggerBeacon, which is a device which can be attached …
(edit) @6901   14 years dafrick Fixed PickupCollection. It works now the way it was intended and no …
(edit) @6864   14 years dafrick Created a new MutliTrigger: EventMultiTrigger, which essentially does …
(edit) @6860   14 years dafrick Resolved bug in DistanceMultiTrigger, that caused a segfault, when an …
(edit) @6859   14 years dafrick Resolved a bug in MultiTriggerContainer that caused the …
(edit) @6857   14 years dafrick Documented and simplified DistanceMultiTrigger.
(edit) @6856   14 years dafrick Documented and simplified MultiTriggerContainer.
(edit) @6855   14 years dafrick Done documenting MultiTrigger. Also some simplification and resilience …
(edit) @6853   14 years dafrick Started documenting, also changed some of the implementation to avoid …
(edit) @6851   14 years dafrick Some bugfixes in MultiTrigger. All MultiTrigger features should work …
(edit) @6807   14 years dafrick DistanceMultiTrigger fix. Thanks to Fabian.
(edit) @6805   14 years dafrick Possible bug fix.
(edit) @6800   14 years dafrick Created a new class of triggers called Multitriggers. MultiTriggers …
(edit) @6799   14 years dafrick Adjusted the priority of some outputs which I found to be rather anoying.
(edit) @6764   14 years rgrieder Hackaround for Visual Studio 2005 (compiler bug).
(edit) @6763   14 years rgrieder Using our own error handler (including the debugger) for Lua code …
(edit) @6762   14 years rgrieder Changes from last revision —> diff file for external libraries updated.
(edit) @6761   14 years rgrieder Fixed "error in error handler" problem that occurred within CEGUILua …
(edit) @6755   14 years dafrick Fixed Segfault upon dropping of InvisiblePickup, while it was being used.
(edit) @6753   14 years rgrieder Some more hackery for the PlayerInfo↔GUIOverlay relation. Seems to …
(edit) @6752   14 years rgrieder Fixed PickupManager::getPawn() method against NULL pointers. (Doesn't …
(edit) @6751   14 years rgrieder Removed FORCEINLINE from Singleton.h: There seems to be unexpected …
(edit) @6749   14 years rgrieder Background wasn't transparent upon start up —> black screen when …
(edit) @6746   14 years rgrieder Merged gamestates2 branch back to trunk. This brings in some heavy …
(edit) @6732   14 years scheusso correcting initial speed of projectiles
(edit) @6731   14 years dafrick PickupCollection is broken for now because to make it work drastic …
(edit) @6728   14 years dafrick No more seg faults with pickups (at least that's what I hope. ;))
(edit) @6725   14 years dafrick Resolved bug, that caused orxonox to crash whenever a level with …
(edit) @6713   14 years dafrick Adjusted SpeedPickup such that the Engine is the actual PickupCarrier …
(edit) @6711   14 years dafrick Merged pickup4 branch back to trunk.
(edit) @6710   14 years dafrick Merged ppspickups2 branch into trunk.
(edit) @6709   14 years dafrick Merged ppspickups1 into trunk.
(edit) @6677   14 years scheusso this removes problems with the HUDSpeedBar on some machines (by …
(edit) @6676   14 years rgrieder Removed some msvc float warnings.
(edit) @6620   14 years rgrieder Updated TinyXML++ to the latest trunk revision. Only adds a function …
(edit) @6598   14 years scheusso someone forgot to delete these overlays
(edit) @6563   14 years dafrick Some minor changes.
(edit) @6540   14 years dafrick Removed some TODO's. Finished up documenting pickup module.
(edit) @6539   14 years dafrick Ups. Complies and runs now.
(edit) @6538   14 years dafrick Done some (almost final) documenting in pickup module.
(edit) @6536   14 years rgrieder Merged revisions 6430-6440 from the gamestate branch to the trunk. …
(edit) @6534   14 years dafrick PickupCarrier destructor a little more compact.
(edit) @6533   14 years dafrick Resolved segmentation fault, when destroying a PickupCompilation.
(edit) @6524   14 years dafrick Merged pickup branch into trunk. Yay. Persisting bugs will be fixed, …
(edit) @6503   14 years rgrieder Disabled some more warnings in MultiType that OGRE v1.7 revealed.
(edit) @6502   14 years rgrieder Removed a ton of msvc warnings revealed with OGRE v1.7 (they removed …
(edit) @6501   14 years rgrieder Ensured OGRE v1.7 "Cthugha" code compatibility. Does not yet seem to …
(edit) @6443   14 years rgrieder Fixed two problems with the ORXONOX_RELEASE really release version.
(edit) @6428   14 years rgrieder Changed config value handling in the KeyBinder. Doesn't change the …
(edit) @6427   14 years rgrieder Fixed (whyever it works now) bug in KeyBind menu that caused an error …
(edit) @6426   14 years rgrieder Fixed bug that caused Host to fail an assert when the client failed to …
(edit) @6425   14 years rgrieder Replaced "=" with " = " in our ini files for the config value. Also …
(edit) @6424   14 years rgrieder Fixed a bug in removeSlashes: An escape sequence at the third and …
(edit) @6423   14 years rgrieder Fixed bug that caused derived classes to list the base class's config …
(edit) @6422   14 years rgrieder Uniform code-styling per file. As if I didn't know what to do
(edit) @6417   14 years rgrieder Merged presentation2 branch back to trunk. Major new features: - …
(edit) @6105   14 years rgrieder Merged console branch back to trunk.
(edit) @6084   14 years rgrieder - Fixed typing error in a cmake file causing a rebuild of the …
(edit) @6075   14 years rgrieder Ogre plugins are only required when having graphics. This should speed …
(edit) @6073   14 years rgrieder Found more tabs in the trunk.
(edit) @6064   14 years rgrieder Code looks better symmetrically. Actually it's probably a potential bug..
(edit) @6061   14 years scheusso merged back a long forgotten revision
(edit) @6057   14 years rgrieder Moved an inline function to the source in OrxonoxOverlay.
(edit) @6056   14 years scheusso OrxonoxOverlay now correctly deregisters in it's old OverlayGroup if …
(edit) @6054   14 years scheusso trying to solve a double free bug (replaced OrxonoxOverlay pointers …
(edit) @6035   14 years rgrieder Fixed program termination segfault in the trunk
(edit) @6028   14 years dafrick Fixed typos ind GSDedicated and GSDedicatedClient.
(edit) @6026   14 years rgrieder Forgot to rename a symbol.
(edit) @6021   14 years rgrieder Renamed CommandLine to CommandLineParse to avoid confusions with the …
(edit) @5980   15 years scheusso fixed a logical error in OverlayGroup/OrxonoxOverlay (visibility of …
(edit) @5978   15 years dafrick GUIOverlay is more talkative, resp. it tells you now, whether it is …
(edit) @5966   15 years scheusso (kind of) fixed HumanPlayer bodys beeing around from clients that have …
Note: See TracRevisionLog for help on using the revision log.