Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @332   18 years nicolasc merge network
(edit) @331   18 years motth added media files
(edit) @330   18 years nicolape
(edit) @329   18 years nicolape
(edit) @328   18 years nicolape Moved openal libs to a better place
(edit) @327   18 years nicolape Added audio test class
(edit) @326   18 years motth added Flocking
(edit) @325   18 years motth added Flocking
(edit) @324   18 years scheusso gamestate changes
(edit) @323   18 years nicolasc steering merge complete - still some fixing needed
(edit) @322   18 years nicolasc bump
(edit) @321   18 years nicolasc some better merge
(edit) @320   18 years nicolasc dont ask: bump
(edit) @319   18 years nicolasc initial merge of steering
(edit) @318   18 years nicolape Added OpenAL Includes and Libs, and a small starter script
(edit) @317   18 years mbiber update steering
(edit) @316   18 years mbiber update steering
(edit) @315   18 years dumenim added enet_packet_destroy to PacketGenerator/Decoder
(edit) @314   18 years scheusso implementing GameStateManager
(edit) @313   18 years dumenim correct gamestate, comment
(edit) @312   18 years rgrieder - fixed a large issue: PBuffer mode causes problems, deleted section …
(edit) @311   18 years nicolape
(edit) @310   18 years nicolape Readded audio branch
(edit) @309   18 years nicolape
(edit) @308   18 years rgrieder - excluded overlay-folder
(edit) @307   18 years rgrieder - probably unsuccessful fix with a few files in media folder
(edit) @306   18 years rgrieder - fixed hopefully last issue (resources.cfg)
(edit) @305   18 years rgrieder - added smoke.material to fix an fatal issue
(edit) @304   18 years nicolasc some cleanups
(edit) @303   18 years nicolasc minor fixes add FindODE.cmake (if needed)
(edit) @302   18 years nicolasc moved hud and weapon to orxonox
(edit) @301   18 years nicolasc 2nd tier cleanup
(edit) @300   18 years nicolasc initial merge of main_reto
(edit) @299   18 years nicolasc removed unnescessary enet folder
(edit) @298   18 years nicolasc some cleanups eNet code is currently enet-1.1 compatible (incompatible …
(edit) @297   18 years nicolasc made enet and boost working on tardis; needed some minor changes in …
(edit) @296   18 years nicolasc xfer
(edit) @295   18 years nicolasc minor fixes
(edit) @294   18 years nicolasc added FindENet and FindBoost FindBoost does not work (yet)
(edit) @293   18 years nicolasc added FindENet and FindBoost FindBoost does not work (yet)
(edit) @292   18 years rgrieder - fixed issue with string —> string& conversion
(edit) @291   18 years rgrieder - fixed a minor bug with string —> string& conversion (illegal with gcc)
(edit) @290   18 years dumenim added gamestates to packetCode/Decode classes
(edit) @289   18 years rgrieder - updated the source files and CMLs - adjusted resources.cfg for the …
(edit) @288   18 years rgrieder - added Chai's HUD overlay - abstracted debugOverlay —> TestOverlay - …
(edit) @287   18 years nicolasc renamed Makefile, to prevent unnescessary uploading
(edit) @286   18 years rgrieder - fixed a little bug (orxonox_prerequisites.h is not required and not …
(edit) @285   18 years nicolasc cleaned up network, builds with CML
(edit) @284   18 years rgrieder - added the necessary media material for the overlay - adjustd the …
(edit) @283   18 years rgrieder - removed the loader files due to several compiler errors (not needed …
(edit) @282   18 years nicolasc minor fix
(edit) @281   18 years nicolasc added to missing CMLs
(edit) @280   18 years nicolasc some cleanup in CMLs…
(edit) @279   18 years nicolasc merged hud
(edit) @278   18 years nicolasc merged network
(edit) @277   18 years nicolasc removed tutorial branch
(edit) @276   18 years nicolasc removed ode branch - requested by mathias
(edit) @275   18 years nicolasc created merger branch
(edit) @274   18 years nicolasc removed merge branch
(edit) @273   18 years rgrieder - fixed the last bug (BaseObjet.cc —> BaseObject.cc) - removed the …
(edit) @272   18 years rgrieder - fixed another bug (deleted some "#")
(edit) @271   18 years rgrieder -fixed a bug (added "src" as in include directory) in CMakeLists.text
(edit) @270   18 years rgrieder - added old version of class hierarchy in order to make things work …
(edit) @269   18 years nicolape removed test file :) (was only for some demo purposes)
(edit) @268   18 years nicolape added test file
(edit) @267   18 years rgrieder - updated to current revision from Visual studio directory - hopefully …
(edit) @266   18 years landauf spacing in oh-branch
(edit) @265   18 years landauf corrected spacing
(edit) @264   18 years landauf added tests
(edit) @263   18 years landauf removed "using namespace Ogre" added "namespace orxonox{}" added all …
(edit) @262   18 years landauf removed old object-hierarchy branch
(edit) @261   18 years landauf created new object-hierarchy branch for documenting and, if needed, …
(edit) @260   18 years landauf sorry, wrong path
(edit) @259   18 years landauf created new object-hierarchy branch for documenting and, if needed, …
(edit) @258   18 years landauf merged object-hierarchy back to trunk
(edit) @257   18 years landauf removed newly unused friend qualifier
(edit) @256   18 years landauf changed include paths
(edit) @255   18 years landauf moved files into the new folders
(edit) @254   18 years landauf no idea why it compiled and worked without a "return" value…
(edit) @253   18 years rgrieder - added 2 files for Chai's HUD - files contain a wrapper class for the …
(edit) @252   18 years rgrieder made a copy
(edit) @251   18 years landauf added folders for new file-hierarchy
(edit) @250   18 years landauf added run-script.bat which apparently got lost in a merge of mr. knecht :P
(edit) @249   18 years landauf don't close console after orxonox exits
(edit) @248   18 years landauf changed iterator: it now needs a list-element to start from …
(edit) @247   18 years scheusso added GameStateManager class: - gets snapshots of the universe …
(edit) @246   18 years landauf added "MetaObjectList", containing the list-element of the ObjectList …
(edit) @245   18 years scheusso some minor change/bugfix in Synchronisable.cc
(edit) @244   18 years landauf reimplementation of the factory and parts of the …
(edit) @243   18 years landauf removed the "directParent" feature - it was a clever but unnecessary …
(edit) @242   18 years landauf renamed "BaseIdentifier" to "SubclassIdentifier" to avoid misunderstandings
(edit) @241   18 years landauf added some "const" qualifiers
(edit) @240   18 years landauf removed some "const" qualifiers
(edit) @239   18 years landauf added some "const" qualifiers to the identifier-functions
(edit) @238   18 years dumenim changed Synchronise.cc, compiles now
(edit) @237   18 years scheusso synchronisable
(edit) @236   18 years nicolasc example included subdir in CML
(edit) @235   18 years nicolasc example included subdir in CML
(edit) @234   18 years nicolape created audio branch
(edit) @233   18 years motth added Flocking
Note: See TracRevisionLog for help on using the revision log.