Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @5965   15 years scheusso changed some default values in network and trying to reduce round trip …
(edit) @5961   15 years scheusso new ConsoleCommand: printRTT: prints the round trip time to (the …
(edit) @5960   15 years rgrieder Fixed console overlay retraction inconsistency.
(edit) @5958   15 years rgrieder Fixed a failed assertion on Windows, occurring when pasting from an …
(edit) @5940   15 years rgrieder Fixed boost v1.36 build.
(edit) @5938   15 years dafrick Some more updated documentation, this time in QuestEffectBeacon.
(edit) @5937   15 years dafrick Also a very minor update for DistanceTriggger.
(edit) @5936   15 years dafrick Updated documentation in PlayerTrigger.
(edit) @5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
(edit) @5808   15 years erwin Correcting a typo
(edit) @5794   15 years rgrieder Small stuff and added support for Boost 1.40
(edit) @5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
(edit) @5774   15 years rgrieder Removed almost everything. Should be working already, but not yet …
(edit) @5771   15 years rgrieder Fixed possible bug.
(edit) @5760   15 years dafrick Some cleanup und resolved TODO's in questsystem.
(edit) @5759   15 years rgrieder Fixed a small bug.
(edit) @5758   15 years dafrick Some cleanup, documentation and adjustments in the QuestGUI.
(edit) @5757   15 years dafrick Fixed issues with GUI. The problem was, that the Owner of the …
(edit) @5755   15 years rgrieder Added loading declaration for the tolua bindings in the quest system.
(edit) @5754   15 years dafrick some minor changes…
(edit) @5753   15 years rgrieder OIS include path globally required after all
(edit) @5752   15 years rgrieder Small changes for the include directories: - Our own directories get …
(edit) @5751   15 years rgrieder Renamed overlays/debug to debugging because of a conflict in the …
(edit) @5750   15 years rgrieder Fixed case issues and fixed non-PCH build in DynLib.cc on Linux
(edit) @5749   15 years rgrieder Sorted out header file finding issues and updated/added precompiled …
(edit) @5748   15 years rgrieder In quest system: - Build fix (non-void function must return a value) - …
(edit) @5747   15 years rgrieder Added Exception::handleMessage() (copy from Game::getExceptionMessage) …
Note: See TracRevisionLog for help on using the revision log.