Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5831   15 years landauf Realized Timer doesn't have to be a template, hence merged TimerBase, …
(edit) @5830   15 years landauf extended createFunctor(&A::f, object) to accept also objects of other …
(edit) @5829   15 years landauf replaced most occurrences of setObject(o) in combination with …
(edit) @5828   15 years landauf Overloaded createFunctor for FunctorMember<T> with a second argument …
(edit) @5827   15 years landauf (hopefully) a small fix in Gametype (not sure if this works with the …
(edit) @5826   15 years landauf Using a WeakPtr instead of a PawnListener-callback in UnderAttack to …
(edit) @5825   15 years landauf small fix in WeakPtr
(edit) @5824   15 years landauf added callback functionality to WeakPtr
(edit) @5823   15 years landauf added WeakPtr (a pointer which becomes 0 if the target object is deleted)
(edit) @5822   15 years scheusso fixed 2 leaks (one of them only in debug mode)
(edit) @5821   15 years rgrieder Fixed 3 memory leaks (one of them was a true even a true one ;)) - …
(edit) @5820   15 years landauf Changes in ClientConnectionListener: - Added static functions for …
(edit) @5819   15 years landauf removed some tabs
(edit) @5818   15 years rgrieder Small bugfix for the second to last commit: InputStates only exist in …
(edit) @5817   15 years scheusso console commands for switching back to MainMenu from Game mode
(edit) @5816   15 years scheusso small bugfix (only 1 of 3 inputstates deleted when deactivating level) …
(edit) @5815   15 years dafrick Creating new pickup branch.
(edit) @5814   15 years scheusso build fixes
(edit) @5813   15 years rgrieder Moved Radar Management from GSLevel to Scene.
(edit) @5812   15 years rgrieder Added missing includes.
(edit) @5811   15 years rgrieder Added third party libraries to the visual leak detector and excluded …
(edit) @5810   15 years rgrieder Adding unloading code for the resource locations.
(edit) @5809   15 years rgrieder Added "lib" library prefix for msvc. This resolved a naming conflict …
(edit) @5808   15 years erwin Correcting a typo
(edit) @5807   15 years rgrieder - Added OrxonoxClass include to the SmartPtr since that is needed in …
(edit) @5806   15 years landauf - The gametype pointer in BaseObject is now also a SmartPtr - The …
(edit) @5805   15 years landauf - Enhanced SmartPtr: a) It stores now two pointers, one …
(edit) @5804   15 years landauf added SmartPtr class
(edit) @5803   15 years landauf fix in princessaeryn.oxw
(edit) @5802   15 years landauf Found another delete in CompoundCollisionShape.cc Also replaced delete …
(edit) @5801   15 years landauf replaced delete with destroy() in orxonox
(edit) @5800   15 years landauf replaced delete with destroy() in modules
(edit) @5799   15 years landauf replaced delete with destroy() in gamestates
(edit) @5798   15 years landauf replaced delete with destroy() in tools
(edit) @5797   15 years landauf replaced delete with destroy() in network
(edit) @5796   15 years landauf replaced delete with destroy() in core
(edit) @5795   15 years landauf fixed a small bug in Gametype
(edit) @5794   15 years rgrieder Small stuff and added support for Boost 1.40
(edit) @5793   15 years scheusso removed unneccessary debug output
(edit) @5792   15 years landauf fixed a bug in Level
(edit) @5791   15 years landauf Added destroy() function to OrxonoxClass. Removed destroy() functions …
(edit) @5787   15 years scheusso not using the XMLPortParamVariable hack anymore in the Drone class
(edit) @5786   15 years scheusso reverted r5766 since we forgot some adjustments to the code (i.e. …
(edit) @5785   15 years landauf Removed end-iterator-safety from Iterator and ObjectListIterator. This …
(edit) @5784   15 years landauf more cleanup
(edit) @5783   15 years landauf some cleanup
(edit) @5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
(edit) @5780   15 years landauf we should initialize this with false now (since ClassByString also …
(edit) @5779   15 years landauf Renamed BaseFactory as Factory Added function ClassByLowercaseString
(edit) @5778   15 years landauf Removed the Factory class. Moved the networkID↔Identifier map from …
(edit) @5777   15 years landauf simplified ClassFactory creation fixed typo in Factory
(edit) @5776   15 years landauf moved SubclassIdentifier to a separate file
(edit) @5775   15 years landauf Added copyconstructor and copyassignment to SubclassIdentifier
(edit) @5774   15 years rgrieder Removed almost everything. Should be working already, but not yet …
(edit) @5772   15 years landauf fixed an issue with SubclassIdentifier comparisons in OrxonoxClass
(edit) @5771   15 years rgrieder Fixed possible bug.
(edit) @5770   15 years rgrieder Fixed dependency versioning problem.
(edit) @5769   15 years landauf moved BaseFactory from Factory.h to ClassFactory.h
(edit) @5768   15 years landauf created new core branch to work on smart pointers and some other small …
(edit) @5767   15 years landauf removed both libraries branches
(edit) @5766   15 years scheusso removed lines students will have to reinsert again
(edit) @5765   15 years scheusso this is the complete (and migrated) version of the tutorial branch fs09
(edit) @5763   15 years scheusso creating new tutorial branch
(edit) @5761   15 years dafrick Removed unused buttons.
(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) @5756   15 years dafrick small fix in QuestGUI
(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) …
(edit) @5746   15 years dafrick Forgot to add files…
(edit) @5745   15 years dafrick QuestGUI almost working…
(edit) @5744   15 years rgrieder Visual studio debugger working again (had to move the project modifier …
(edit) @5743   15 years scheusso fixed a bug caused by the bugfix in 5742
(edit) @5742   15 years scheusso fixed a small bug which caused object id inconsistency on clients
(edit) @5741   15 years bknecht creating branch for extending mainmenu
(edit) @5740   15 years landauf merged ggz into ggz2
(edit) @5739   15 years landauf created new branch to update the old ggz branch
(edit) @5738   15 years landauf merged libraries2 back to trunk
(edit) @5737   15 years landauf Adjusted paths to the files in graphics. Compiles again.
(edit) @5736   15 years landauf Created a new subdirectory in orxonox, called "graphics", for all …
(edit) @5735   15 years landauf Removed /objects/ from all paths (except from those in the objects …
(edit) @5734   15 years landauf Moved all files and subdirectories from orxonox/objects to orxonox …
(edit) @5733   15 years landauf Moved the Orxonox executable to the root of the src directory
(edit) @5732   15 years landauf moved InGameConsole and Map into the overlays folder
(edit) @5731   15 years landauf removed mergeinfo property
(edit) @5730   15 years landauf Added CMakeLists, ObjectsPrereqs.h and _ObjectsExport Changed Paths in …
(edit) @5729   15 years landauf small fix for the presentation09b level
(edit) @5728   15 years landauf Added a new module for unconnected object classes and/or …
(edit) @5727   15 years landauf PlayerTrigger is now an interface instead of a child of Trigger. …
(edit) @5726   15 years landauf fixed princessaeryn level
(edit) @5725   15 years landauf added a new module for the pong gametype and all related classes
Note: See TracRevisionLog for help on using the revision log.