Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2101   16 years rgrieder Finally managed to have a master InputState which enables: - Console …
(edit) @2086   16 years landauf added include and removed some debug output
(edit) @2085   16 years rgrieder svn:eol-sytle to all msvc files too.
(edit) @2084   16 years rgrieder - Added debug overlay that is constantly shown in graphics mode. F2 …
(edit) @2083   16 years landauf made some small adjustments in Pickups branch
(edit) @2082   16 years landauf - simplified some event code - prevents infinite event loops - fixed …
(edit) @2081   16 years dafrick Ready for merge! (It won't compile after the merge, though ;) )
(edit) @2080   16 years rgrieder Trying to fix a bug with network Packet. Removing a call that wasn't …
(edit) @2079   16 years rgrieder updated msvc files. removed "friend WorldEntity" from BaseObject.
(edit) @2078   16 years landauf fixed trigger switch problem
(edit) @2077   16 years FelixSchulthess -l command line option works now
(edit) @2076   16 years dafrick Completed XMLPort for all objects.
(edit) @2075   16 years landauf fixed a small problem in OrxonoxOverlay
(edit) @2074   16 years landauf - added EventListener: this class fires an event if another class with …
(edit) @2073   16 years landauf renamed CameraHandler as CameraManager
(edit) @2072   16 years landauf changed svn:eol-style to native in all new files
(edit) @2071   16 years landauf - fixed another bug in Trigger - added EventTrigger which listens on …
(edit) @2070   16 years rgrieder Properly took care of network::packet::Packet destruction. It depends …
(edit) @2069   16 years landauf fixed a bug in the event system fixed a bug in Trigger and tweaked …
(edit) @2068   16 years dafrick Started with XMLPort…
(edit) @2067   16 years landauf synchronization of ParticleSpawner is still strange but at least not …
(edit) @2066   16 years landauf forgot to add EventIncludes.h
(edit) @2065   16 years landauf added two more graphical classes, ParticleEmitter and ParticleSpawner
(edit) @2064   16 years rgrieder Fixed bug in CameraHandler: when calling requestFocus twice, the …
(edit) @2063   16 years landauf added events but not yet connected with triggers
(edit) @2062   16 years scheusso client→server synchronisation of controllable entities works now
(edit) @2061   16 years adrfried FindOggVorbis cleaned up
(edit) @2060   16 years polakma WeaponSystem, Projectile (kompiliert nicht)
(edit) @2059   16 years bhildebr Created a Stats class, similar to Console
(edit) @2058   16 years rgrieder Reverted unintentional changes in lod branch.
(edit) @2057   16 years bhildebr Created a Stats class similar to InGameConsole
(edit) @2056   16 years martisty BulletEngine: Box with gravity, no compile error every thing works fine :)
(edit) @2055   16 years dsommer Added checkifvalid, checkifslot and additem functions
(edit) @2054   16 years adrfried FindALUT and FindENet cleaned up
(edit) @2053   16 years runom Added planets class
(edit) @2052   16 years scheusso add TrafficControl Class template for christian
(edit) @2051   16 years scheusso create the new network branch from the OH branch
(edit) @2050   16 years scheusso delete network branch (no changes here)
(edit) @2049   16 years polakma Objekte erstellt.
(edit) @2048   16 years scheusso network tick limit works now
(edit) @2047   16 years martisty compile error
(edit) @2046   16 years rgrieder Changed initialisation of overlay classes to the new convention. The …
(edit) @2045   16 years rgrieder updated msvc project files to test something..
(edit) @2044   16 years landauf added some new graphical classes
(edit) @2043   16 years dafrick Some minor adjustements, just comitting to be on the safe side.
(edit) @2042   16 years landauf added camerapositions
(edit) @2041   16 years landauf bugs— network++ endurance— tiredness++ but it still doesn't work …
(edit) @2040   16 years rgrieder reverted those svn:eol-style "native" properties: Tomorrow then.
(edit) @2039   16 years rgrieder updated msvc orxonox project.
(edit) @2038   16 years rgrieder Removed merged branches core3 and gui.
(edit) @2037   16 years rgrieder added svn:eol-style "native" to all text files.
(edit) @2036   16 years rgrieder Added minimal test files for a statistics overlay.
(edit) @2035   16 years scheusso objects with non-existing creator (on client-side) get ignored now
(edit) @2034   16 years landauf Synchronisable translates creator ↔ creatorID
(edit) @2033   16 years scheusso some minor bugs fixed
(edit) @2032   16 years landauf a small change to test something
(edit) @2031   16 years landauf some small adjustments in the network
(edit) @2030   16 years rgrieder - Moved SignalHandler from orxonox to util - Moved CameraHandler from …
(edit) @2029   16 years landauf some changes in Trigger and DistanceTrigger
(edit) @2028   16 years scheusso updated updateMedia script updated TODO file we are able to …
(edit) @2027   16 years landauf no codechanges, just moved some files
(edit) @2026   16 years landauf lua include is now looking for files in the media directory
(edit) @2025   16 years rgrieder Removed something we better never mention again… ;)
(edit) @2024   16 years landauf added spaceship
(edit) @2023   16 years rgrieder - Added support for dedicated server. Could not network test it yet, …
(edit) @2022   16 years dafrick Compiles. :D
(edit) @2021   16 years dafrick Nearly compiles, some minor improvements.
(edit) @2020   16 years rgrieder - Updated msvc files - Changed iterator to const_iterator for stl …
(edit) @2019   16 years landauf many changes, most important: BaseObject takes now a pointer to it's …
(edit) @2018   16 years rgrieder Unintentionally committed my library directory. reverting..
(edit) @2017   16 years rgrieder Changed conversion_cast≠() to omni_cast≠() and added support for …
(edit) @2016   16 years rgrieder Merged the changes in Convert.h from core3 branch back. If it doesn't …
(edit) @2015   16 years rgrieder Reverted changes made for the test. Going to merge now..
(edit) @2014   16 years rgrieder Added convert test for gcc.
(edit) @2013   16 years rgrieder tiny adjustments to various files. just came across certain things..
(edit) @2012   16 years landauf renamed LevelInfo as Level
(edit) @2011   16 years scheusso use the new media path now
(edit) @2010   16 years landauf renamed Level to XMLFile
(edit) @2009   16 years scheusso server is now able to deliver ping time and packet loss ratio for all …
(edit) @2008   16 years scheusso juhuu rev 2008 ;)
(edit) @2007   16 years rgrieder Fixed the linux mouse movement bug. OIS has to warp the pointer to the …
(edit) @2006   16 years landauf many changes, can't remember everything, but these are the most …
(edit) @2005   16 years rgrieder Minor changes in CommandLine.
(edit) @2004   16 years rgrieder fixed a warning in KeyBinder.cc and an error when converting a …
(edit) @2003   16 years rgrieder Simplified CommandLineArgument by using the new MultiType. That also …
(edit) @2002   16 years rgrieder - Added zeroise<T>() function hat returns a zero value of any math …
(edit) @2001   16 years rgrieder - Fixed issue with relative mouse movements. - Fixed bug when parsing …
(edit) @2000   16 years dsommer Adding Subclasses to ShipItem.h
(edit) @1999   16 years adrfried works on tardis again, finally
(edit) @1998   16 years dsommer Pickups Basics
(edit) @1997   16 years dsommer added pickup folder
(edit) @1996   16 years dafrick Some cleaning, reorganization and implementation of some small methods.
(edit) @1995   16 years martisty Corrected CMLs in bullet, ogrebullet and global include directories. …
(edit) @1994   16 years rgrieder updated msvc files.
(edit) @1993   16 years landauf added several new classes
(edit) @1992   16 years dafrick Base of the quest system object hirarchy. Doesn's compile, yet (or so …
(edit) @1991   16 years adrfried Tardis hacks for ALUT removed
(edit) @1990   16 years scheusso - some adjustments in client handling (we use unsigned int as id now …
(edit) @1989   16 years landauf - added ControllableEntity, the baseclass of all players, vehicles and …
(edit) @1988   16 years rgrieder Tardis compiles both Bullet and OgreBullet completely. However there …
Note: See TracRevisionLog for help on using the revision log.