Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7417   14 years rgrieder Removed StringCompare again.
(edit) @7413   14 years dafrick Removing some TODO comments. Better handling of duplicate name in …
(edit) @7412   14 years dafrick Fixed one (hopefully) final bug in Notifications.
(edit) @7410   14 years dafrick Removing some warnings (both compiler and doxygen).
(edit) @7409   14 years rgrieder Added some standard header to PCH file in pickup and notifications.
(edit) @7408   14 years dafrick Did not get all xmlElements…
(edit) @7407   14 years dafrick xmlElement → xmlelement
(edit) @7406   14 years dafrick Fixing so that libobjects is loaded again…
(edit) @7404   14 years dafrick Adding new level notifications.oxw, to "showcase", or at this stage …
(edit) @7403   14 years dafrick Merged notifications branch back to trunk.
(edit) @7401   14 years landauf merged doc branch back to trunk
(edit) @7368   14 years rgrieder Merged png2 branch back to trunk.
(edit) @7301   14 years dafrick Improving documentation for MultiTriggers, also some small bugfixes, …
(edit) @7285   14 years landauf added eol-style native for some files. note: there are another 6 …
(edit) @7284   14 years landauf merged consolecommands3 branch back to trunk. note: the console …
(edit) @7271   14 years rgrieder There is no such word as "casted". Also inserted 4 static_casts and …
(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) @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) @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) @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) @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) @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) @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) @6417   14 years rgrieder Merged presentation2 branch back to trunk. Major new features: - …
(edit) @6054   14 years scheusso trying to solve a double free bug (replaced OrxonoxOverlay pointers …
(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) @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) @5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
(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) @5760   15 years dafrick Some cleanup und resolved TODO's in questsystem.
(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) @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) @5746   15 years dafrick Forgot to add files…
(edit) @5745   15 years dafrick QuestGUI almost working…
(copy) @5738   15 years landauf merged libraries2 back to trunk
copied from code/branches/libraries2/src/modules:
(edit) @5737   15 years landauf Adjusted paths to the files in graphics. Compiles again.
Note: See TracRevisionLog for help on using the revision log.