Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @284   16 years rgrieder - added the necessary media material for the overlay - adjustd the …
(edit) @283   16 years rgrieder - removed the loader files due to several compiler errors (not needed …
(edit) @282   16 years nicolasc minor fix
(edit) @281   16 years nicolasc added to missing CMLs
(edit) @280   16 years nicolasc some cleanup in CMLs…
(edit) @279   16 years nicolasc merged hud
(edit) @278   16 years nicolasc merged network
(edit) @277   16 years nicolasc removed tutorial branch
(edit) @276   16 years nicolasc removed ode branch - requested by mathias
(edit) @275   16 years nicolasc created merger branch
(edit) @274   16 years nicolasc removed merge branch
(edit) @273   16 years rgrieder - fixed the last bug (BaseObjet.cc —> BaseObject.cc) - removed the …
(edit) @272   16 years rgrieder - fixed another bug (deleted some "#")
(edit) @271   16 years rgrieder -fixed a bug (added "src" as in include directory) in CMakeLists.text
(edit) @270   16 years rgrieder - added old version of class hierarchy in order to make things work …
(edit) @269   16 years nicolape removed test file :) (was only for some demo purposes)
(edit) @268   16 years nicolape added test file
(edit) @267   16 years rgrieder - updated to current revision from Visual studio directory - hopefully …
(edit) @266   16 years landauf spacing in oh-branch
(edit) @265   16 years landauf corrected spacing
(edit) @264   16 years landauf added tests
(edit) @263   16 years landauf removed "using namespace Ogre" added "namespace orxonox{}" added all …
(edit) @262   16 years landauf removed old object-hierarchy branch
(edit) @261   16 years landauf created new object-hierarchy branch for documenting and, if needed, …
(edit) @260   16 years landauf sorry, wrong path
(edit) @259   16 years landauf created new object-hierarchy branch for documenting and, if needed, …
(edit) @258   16 years landauf merged object-hierarchy back to trunk
(edit) @257   16 years landauf removed newly unused friend qualifier
(edit) @256   16 years landauf changed include paths
(edit) @255   16 years landauf moved files into the new folders
(edit) @254   16 years landauf no idea why it compiled and worked without a "return" value…
(edit) @253   16 years rgrieder - added 2 files for Chai's HUD - files contain a wrapper class for the …
(edit) @252   16 years rgrieder made a copy
(edit) @251   16 years landauf added folders for new file-hierarchy
(edit) @250   16 years landauf added run-script.bat which apparently got lost in a merge of mr. knecht :P
(edit) @249   16 years landauf don't close console after orxonox exits
(edit) @248   16 years landauf changed iterator: it now needs a list-element to start from …
(edit) @247   16 years scheusso added GameStateManager class: - gets snapshots of the universe …
(edit) @246   16 years landauf added "MetaObjectList", containing the list-element of the ObjectList …
(edit) @245   16 years scheusso some minor change/bugfix in Synchronisable.cc
(edit) @244   16 years landauf reimplementation of the factory and parts of the …
(edit) @243   16 years landauf removed the "directParent" feature - it was a clever but unnecessary …
(edit) @242   16 years landauf renamed "BaseIdentifier" to "SubclassIdentifier" to avoid misunderstandings
(edit) @241   16 years landauf added some "const" qualifiers
(edit) @240   16 years landauf removed some "const" qualifiers
(edit) @239   16 years landauf added some "const" qualifiers to the identifier-functions
(edit) @238   16 years dumenim changed Synchronise.cc, compiles now
(edit) @237   16 years scheusso synchronisable
(edit) @236   16 years nicolasc example included subdir in CML
(edit) @235   16 years nicolasc example included subdir in CML
(edit) @234   16 years nicolape created audio branch
(edit) @233   16 years motth added Flocking
(edit) @232   16 years rgrieder - modified the AmmunitionDump to hold different types of ammo - …
(edit) @231   16 years landauf added preprocessor-flag to change verbose mode of class-hierarchy and …
(edit) @230   16 years scheusso created base-class Synchronisable; the files are still quite empty
(edit) @229   16 years scheusso added class Client (rootclass of the network module for the client) …
(edit) @228   16 years nicolasc merged xml
(edit) @227   16 years nicolasc created merger branch for test merging
(edit) @226   16 years nicolasc changed license to gplv2
(edit) @225   16 years landauf added ++it operator to the Iterator (because its faster than it++)
(edit) @224   16 years landauf - *cough* fixed another small bug in the object-list *cough* - made …
(edit) @223   16 years dumenim dumenim added some comment to the code
(edit) @222   16 years landauf fixed a small bug in the double-linked list
(edit) @221   16 years landauf - made ObjectList double-linked to allow forward- and …
(edit) @220   16 years landauf - fixed a small bug in the object hierarchy - new objects are now …
(edit) @219   16 years landauf - removed the "ClassHierarchy" manager-class and put its sole feature …
(edit) @218   16 years landauf added factory
(edit) @217   16 years scheusso -implemented class ClientConnection: - implements the network part …
(edit) @216   16 years mathiask [Physik] add ode-0.9
(edit) @215   16 years mathiask removed ode/ode-0.9
(edit) @214   16 years mathiask
(edit) @213   16 years scheusso changed port
(edit) @212   16 years motth Headerfile which contains the flocking algorithm
(edit) @211   16 years scheusso changed port
(edit) @210   16 years scheusso bsdf
(edit) @209   16 years mbiber added steering class
(edit) @208   16 years scheusso blabla
(edit) @207   16 years rgrieder asdf
(edit) @206   16 years rgrieder tried to fix CMakeLists.txt
(edit) @205   16 years scheusso makefile
(edit) @204   16 years scheusso changed packetbuffer and conenctionmanager to remember the client …
(edit) @203   16 years dumenim PacketDecoder takes a packet as argument and not an event
(edit) @202   16 years nicolape Added TinyXML lib
(edit) @201   16 years nicolape Added string2number converter in src/misc
(edit) @200   16 years scheusso added a tardis-Makefile for dummyclient and server application
(edit) @199   16 years dumenim Packet Decoder/Generator und PacketManager, generates and decodes …
(edit) @198   16 years rgrieder - added a simple ammo dump - created BaseWeapon from WeaponManager - …
(edit) @197   16 years landauf i didnt changed much: - separated the classes into several files - …
(edit) @196   16 years scheusso created a dummyserver and dummyclient in order to test …
(edit) @195   16 years rgrieder - fixed release settings in VS project - removed .exe files and …
(edit) @194   16 years rgrieder - added primary and secondary fire in continuous mode - weapon manager …
(edit) @193   16 years rgrieder - misc. unfinished businesses (but need the revision for backup …
(edit) @192   16 years rgrieder fixed issue with header files in subfolders
(edit) @191   16 years rgrieder fixed CMakeLists.txt files
(edit) @190   16 years rgrieder added files from rev 189
(edit) @189   16 years rgrieder - InertialNode bare construct written - Orxonox starts and one can …
(edit) @188   16 years scheusso adapted PacketBuffer to work with ENetPacket *
(edit) @187   16 years scheusso Some small changes
(edit) @186   16 years landauf created AI branch
(edit) @185   16 years landauf created skybox steering
Note: See TracRevisionLog for help on using the revision log.