Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8108   15 years dafrick Merging changes from tetris branch into trunk, since they are also …
(edit) @8107   15 years dafrick Done documenting Pong. Also resolved some doxygen warnings.
(edit) @8106   15 years dafrick And even more documentation. Also moved some of the documentation out …
(edit) @8105   15 years dafrick More documentation for Pong.
(edit) @8104   15 years dafrick Started documenting Pong.
(edit) @8103   15 years rgrieder Updated TiCpp.
(edit) @8102   15 years dafrick New branch for environment ticket.
(edit) @8101   15 years dafrick New branch for game immersion ticket.
(edit) @8100   15 years dafrick New branch for docking system ticket.
(edit) @8099   15 years dafrick New branch to work on tetris minigame.
(edit) @8098   15 years rgrieder Added CMakeLists.txt stub for the installation of files in contrib/
(edit) @8097   15 years rgrieder Merged r8093 from trunk to kicklib in order to test the ArchLinux package.
(edit) @8096   15 years youngk Somebody forgot to add the Debug header
(edit) @8095   15 years rgrieder Add CEGUIua include directory for CEGUI version below 0.7
(edit) @8094   15 years youngk Testing commit for CMake find scripts (Mac)
(edit) @8093   15 years adrfried add desktop-file, icon and manpage
(edit) @8092   15 years youngk Run-fix for makefile builds.
(edit) @8091   15 years youngk Dang! Forgot something very serious. Now my changes won't be breaking …
(edit) @8090   15 years youngk IT WORKS! Orxonox will now run properly with Cocoa - All window issues …
(edit) @8089   15 years rgrieder Making a strange fix. Apparently this fixes a strange problem …
(edit) @8088   15 years adrfried Updated Enet to version 1.3.1 updated patch
(edit) @8087   15 years kmaurus Grundgeruest aufgesetzt
(edit) @8086   15 years dafrick Creating new branch for portals.
(edit) @8085   15 years dafrick Creating new branch for space boundaries.
(edit) @8084   15 years youngk Disabling the changes made, so that it becomes at least playable. …
(edit) @8083   15 years youngk Cocoa Integration of Orxonox and CPack testing. @Reto: Do NOT merge …
(edit) @8082   15 years rgrieder Make sure all required CEGUI extras are confirmed to be found by the …
(edit) @8081   15 years rgrieder Fixed serious static initialisation problem. And I thought we caught …
(edit) @8080   15 years rgrieder Added another possible file extension for source files. @Kevin: Is …
(edit) @8079   15 years landauf merged usability branch back to trunk incomplete summary of the …
(edit) @8078   15 years dafrick Reverting changes made in revision 8035, that based the menu …
(edit) @8077   15 years dafrick Improving documentation of ScreenshotManager.
(edit) @8076   15 years dafrick Adding screenshot to KeybindMenu and making "size" of screenhsot …
(edit) @8075   15 years jonas My steering fct
(edit) @8074   15 years rgrieder Build fix required by merge.
(edit) @8073   15 years rgrieder Merged mac_osx branch (after renaming it from ois_update) into kicklib …
(edit) @8072   15 years rgrieder Removed some debugging stuff. Kevin, I hope this is OK?
(edit) @8071   15 years rgrieder Merged ois_update branch (before it was renamed to mac_osx) into …
(edit) @8070   15 years rgrieder Fixed OIS v1.3 build for MinGW 3.4 and hopefully also for the new …
(edit) @8069   15 years rgrieder MinGW quick fix for OIS (doesn't yet work though).
(edit) @8068   15 years landauf adjusted a few library names and search paths for mingw dependencies
(edit) @8067   15 years landauf fixed warning
(edit) @8066   15 years landauf added support for boost 1.46 and adjusted code to work with the 3rd …
(edit) @8065   15 years rgrieder Build fix for MSVC 8.
(edit) @8064   15 years rgrieder Also find POCO for MinGW (required for Ogre).
(edit) @8063   15 years rgrieder Disallow dependency packages, that don't work anymore.
(edit) @8062   15 years rgrieder Package version 6.0 is now also allowed with MinGW.
(edit) @8061   15 years rgrieder Sorted out tolua++ inclusion for newer CEGUI versions.
(edit) @8060   15 years rgrieder Reverted some changes to OIS v1.3. @Kevin: hope this is OK for you.
(edit) @8059   15 years rgrieder OpenAL headers are no more required in the source tree.
(edit) @8058   15 years rgrieder VS 2010 doesn't like std::make_pair with C-strings if the result …
(edit) @8057   15 years rgrieder Added some extra wursts for Visual Studio 2010 to the build system.
(edit) @8056   15 years rgrieder Fiddled around with ALUT and OpenAL headers. The hack in …
(edit) @8055   15 years rgrieder Fix!
(edit) @8054   15 years rgrieder Hopefully this fixed the OS X build.
(edit) @8053   15 years smerkli Did not actually do any work, just looked through some of the code.
(edit) @8052   15 years dafrick Deleting obsolete tutorial branch.
(edit) @8051   15 years dafrick Merging latest changes in usability branch into tutorial branch.
(edit) @8050   15 years dafrick Adding some documentation.
(edit) @8049   15 years rgrieder Test failed: OIS compilation just doesn't work on OS X.
(edit) @8048   15 years rgrieder Removed obsolete file.
(edit) @8047   15 years rgrieder Using compilations again for OIS for testing purposes.
(edit) @8046   15 years rgrieder Buildfix..
(edit) @8045   15 years rgrieder Simplified a workaround.
(edit) @8044   15 years rgrieder No -fpic on MinGW 64 bit.
(edit) @8043   15 years rgrieder Removed unnecessary changes in mac_osx branch.
(edit) @8042   15 years rgrieder There is no non exclusive/grab mode for the mouse on Mac OS X —> …
(edit) @8041   15 years dafrick Small detaiil…
(edit) @8040   15 years dafrick Developer's mode. Is a ConfigValue, by default on except in release …
(edit) @8039   15 years dafrick Adding warning for levels with same names.
(edit) @8038   15 years dafrick Just because they can have the same name, doesn't mean they have to.
(edit) @8037   15 years dafrick Making LevelInfoCompare a strictly weak ordering (compared to just a …
(edit) @8036   15 years landauf moved keycode translator from InputBuffer to Keyboard, now it works …
(edit) @8035   15 years dafrick Replacing hard coded keys for the menu navigation with keys specified …
(edit) @8034   15 years landauf renamed enableModelLoD config value as enableMeshLoD (also renamed it …
(edit) @8033   15 years dafrick Adding toggleGUI functionality, not yet used, though. Toggling of …
(edit) @8032   15 years landauf - removed console command shortcuts for InGameConsole openConsole and …
(edit) @8031   15 years landauf added workaround for systems (linux?) where there's no color depth …
(edit) @8030   15 years landauf - TclBind: consistent definitions of query and execute binds - …
(edit) @8029   15 years dafrick Introducing delayed starting of mainMenu if the loading of a level has …
(edit) @8028   15 years landauf numpad enter now also works for keyboard menu navigation
(edit) @8027   15 years landauf added translator map to InputBuffer for numpad keys - now they can …
(edit) @8026   15 years landauf don't show the ogre config dialog again if the new resolution was …
(edit) @8025   15 years rgrieder Fixed some includes.
(edit) @8024   15 years landauf store the selected resolution to display it correctly again after …
(edit) @8023   15 years landauf update exclusive mouse mode and cursor visibility when changing …
(edit) @8022   15 years landauf added RealTimer, a subclass of Timer which is not affected by the …
(edit) @8021   15 years landauf if the resolution is changed in the graphics menu, a decision popup …
(edit) @8020   15 years landauf delayed commands now return a handle which allows to kill them selectively
(edit) @8019   15 years landauf two changes in graphics menu: - fsaa and vsync are only updated if …
(edit) @8018   15 years landauf added new graphics menu
(edit) @8017   15 years scheusso removing old masterserver branch
(edit) @8016   15 years scheusso creating new masterserver2 branch
(edit) @8015   15 years rgrieder Fixed bug occurred during bugfix (new bug is worse) by merging r8013
(edit) @8014   15 years dafrick Removing all the solution stuff.
(edit) @8013   15 years rgrieder Fixed bug occurred during bugfix (new bug is worse) by reverse merging …
(edit) @8012   15 years dafrick Committing muster-lösung.
(edit) @8011   15 years dafrick Adding tutorial stuff to (coding-)tutorial level.
(edit) @8010   15 years dafrick Creating new tutorial branch based on the usability branch.
(edit) @8009   15 years jo Fixed timers in asteroids level. The goal can be reached with 4s …
Note: See TracRevisionLog for help on using the revision log.