Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8320   14 years rgrieder Removed SignalHandler.cc from StableCompilation.cc in util because it …
(edit) @8319   14 years rgrieder String compare seems different with cmake 2.6.0
(edit) @8318   14 years rgrieder RPATH handling was broken in certain cases, esp. for "turn-key" …
(edit) @8317   14 years rgrieder Do not specify the CMAKE_INSTALL_PREFIX when using the INSTALL …
(edit) @8315   14 years scheusso fixing an assertion
(edit) @8313   14 years rgrieder Not using doubles at all in Orxonox because the Renderer (DirectX in …
(edit) @8312   14 years rgrieder Fixed warning and removed unreachable and strange line of code.
(edit) @8311   14 years rgrieder svn:eol-style "native" for all text based files. Also removed the …
(edit) @8308   14 years rgrieder Delete standard Tcl interpreter bundle when closing the application. …
(edit) @8307   14 years rgrieder Manage PawnManager by Scopes. Then the singleton should get deleted in …
(edit) @8304   14 years rgrieder New CEGUI (≥ v0.7) doesn't delete the Logger anymore.
(edit) @8301   14 years kmaurus several billboards that represent the boundary can be displayed now
(edit) @8299   14 years rgrieder Define minimum Windows version we build Orxonox for. That also defines …
(edit) @8298   14 years rgrieder Fixed build for MSVC 10: disabling the C++0x features seems a bad idea …
(edit) @8296   14 years dafrick Pong CenterPoint should be PongCenterpoint.
(edit) @8295   14 years rgrieder Use our own platform macros
(edit) @8294   14 years rgrieder Added two missing includes not showing up when compiling with PCH.
(edit) @8293   14 years rgrieder Trying to operate a console while there is none is not exactly well …
(edit) @8292   14 years rgrieder Fixed mistaken warning message for the case compilations are disabled.
(edit) @8291   14 years rgrieder What a surprise: Fixed msvc 8 build again, related to ENet… I wonder …
(edit) @8290   14 years dafrick Moving the things done with the eventTemplate into the PortalEndPoint …
(edit) @8289   14 years dafrick Adding possibility to have a string of temporaryControls.
(edit) @8288   14 years rgrieder Resource::DEFAULT_GROUP has been replaced and …
(edit) @8287   14 years rgrieder Fixed build error arisen by the merging.
(edit) @8286   14 years rgrieder This stupid bug just seems to hunt me: Fixed ENet build on MSVC 8 for …
(edit) @8285   14 years rgrieder Merged revisions 8098 - 8277 from kicklib to kicklib2.
(edit) @8284   14 years rgrieder Merged revisions 7978 - 8096 from kicklib to kicklib2.
(edit) @8283   14 years rgrieder Merged revisions 7940-7974 from kicklib to kicklib2.
(edit) @8282   14 years rgrieder New kicklib branch to make final tests for Windows and Linux with all …
(edit) @8281   14 years kmaurus possibility to have several SpaceBoundaries instances in one level added
(edit) @8280   14 years smerkli ms-delserver command implemented to kick servers from the master …
(edit) @8279   14 years kmaurus Reflectin improved
(edit) @8278   14 years anbueche flares as billboard
(edit) @8277   14 years rgrieder That was a tricky one: for Orxonox, STL iterator checking was …
(edit) @8274   14 years rgrieder Do not merge resources.oxr files to avoid problems at intall time.
(edit) @8273   14 years rgrieder Added optional use of install_manifest.txt file (white space separated …
(edit) @8272   14 years rgrieder Load Ogre plugins and Orxonox modules with the same path composition. …
(edit) @8271   14 years rgrieder Fixed PATH fiddling for module/plugin loading.
(edit) @8270   14 years rgrieder Add RPATH for installed libraries too
(edit) @8269   14 years rgrieder Honour install prefix
(edit) @8268   14 years rgrieder Fixed kicklib build.
(edit) @8262   14 years youngk Changing planets level
(edit) @8260   14 years youngk Made the crash reporter work. More or less…
(edit) @8259   14 years youngk Integrating automatic crash reporter. Does not work atm.
(edit) @8257   14 years sven First working dock example..
(edit) @8255   14 years ssgier No Comment
(edit) @8254   14 years dboehi Added possibibility to change the frequency of the shaking camera in …
(edit) @8251   14 years msalomon First version of the check points.
(edit) @8250   14 years msalomon Last changes to the SpaceRace game type.
(edit) @8249   14 years dafrick Re-adding tetris module.
(edit) @8248   14 years dafrick Something went wrong with the tetris module… ;)
(edit) @8247   14 years dafrick Removing some all Pong files.
(edit) @8246   14 years dafrick A place to start for tetris.
(edit) @8244   14 years kmaurus Pawns that want to leave the area are reflected, one billboard is …
(edit) @8243   14 years anbueche portals work pretty good
(edit) @8242   14 years smerkli Implemented a list servers command for the masterserver, more commands …
(edit) @8241   14 years smerkli Generic witty commit comment
(edit) @8240   14 years smerkli fixed acceleration and boost back to normal
(edit) @8239   14 years jo I forgot to remove that line.
(edit) @8238   14 years jo Drone (almost) doesn't shoot at it's owner anymore.
(edit) @8237   14 years kmaurus some comments added
(edit) @8236   14 years dafrick Creating new environment branch.
(edit) @8235   14 years dafrick Deleting environment branch to create a new one with up-to-date …
(edit) @8233   14 years rgrieder Removed config files from individual targets for MSVC because search …
(edit) @8231   14 years rgrieder Attempt to fix Ogre plugins for Orxonox installations on Windows.
(edit) @8230   14 years rgrieder Zlib should now work again with MSVC < 10.
(edit) @8225   14 years rgrieder Resolved problems with different Boost filesystem versions.
(edit) @8224   14 years rgrieder Removed support for Boost versions less than 1.40.
(edit) @8223   14 years dafrick Streamlining boost.
(edit) @8222   14 years rgrieder Fixed run scripts for Windows.
(edit) @8221   14 years rgrieder Changes that allow the Visual Studio 2010 dependencies to be used.
(edit) @8219   14 years dafrick Minor changes in documentation.
(edit) @8218   14 years rgrieder Fixed indentation issues in PrepareDevBundle.cmake by removing the IF …
(edit) @8217   14 years rgrieder Merged revision 8135 to from mac_osx to kicklib branch. (part 2) …
(edit) @8216   14 years rgrieder Merged revision 8135 to from mac_osx to kicklib branch. (part 1)
(edit) @8214   14 years dafrick Undoing last change.
(edit) @8206   14 years dafrick Extending DistanceTrigger (both the normal and the MultiTrigger …
(edit) @8205   14 years dafrick Removing old dockingsystem branch.
(edit) @8204   14 years smerkli
(edit) @8203   14 years smerkli yay, works
(edit) @8202   14 years smerkli done for today
(edit) @8201   14 years kmaurus healthDecreasing added, position of SpaceBoundaries added to the radar
(edit) @8200   14 years FelixSchulthess blah
(edit) @8199   14 years FelixSchulthess moved portals to modules
(edit) @8198   14 years anbueche First steps to use of Triggers and Events
(edit) @8197   14 years dafrick Replacing getNick() with getName(). nick_ in HumanPlayer is only …
(edit) @8196   14 years dafrick Merging old dockingsystem branch into new one. Do svn switch …
(edit) @8195   14 years dafrick New dockingsystem branch, to avoid problems when merging it into trunk.
(edit) @8194   14 years dafrick Merging trunk into dockingsystem branch to be able to use the recent …
(edit) @8192   14 years sven
(edit) @8191   14 years dboehi Update version of the boost effect, the camera is rotating up and down …
(edit) @8190   14 years jonas model texturiert und ingame eingefuegt
(edit) @8189   14 years sven Added getter for nick_ in HumanPlayer
(edit) @8188   14 years sven More verbose error handling in Dock
(edit) @8187   14 years simonmie Added initialShieldHealth and minor changes
(edit) @8186   14 years sven DockToShip and some fixes
(edit) @8185   14 years sven DockToShip and some fixes
(edit) @8184   14 years simonmie Added maxShieldHealth
(edit) @8183   14 years simonmie Added countdown time before shield reload starts
(edit) @8182   14 years dafrick Readding spacerace files.
Note: See TracRevisionLog for help on using the revision log.