Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7543   14 years jo Bug description. Couldn't find a solution though.
(edit) @7542   14 years jo Some cleanup. There's still a nasty bug.
(edit) @7537   14 years rgrieder Moved content of resource group "GUI" to "General" and added …
(edit) @7536   14 years rgrieder Creating branch for data cleanup stuff.
(edit) @7535   14 years dafrick Creating new branch. For konrad to work on the menu.
(edit) @7532   14 years rgrieder Adding some compiler errors to test OS X stuff
(edit) @7530   14 years rgrieder Hope this fixes some more OS X problems.
(edit) @7528   14 years rgrieder Even linux only classes should carry the _LibraryExport macro.
(edit) @7527   14 years rgrieder Added _LibraryPrivate macros to all LibraryPrereqs.h files. You can …
(edit) @7526   14 years rgrieder Fixed GCC visibility: Default should be 'default', not 'hidden' for …
(edit) @7525   14 years rgrieder Architecture (32/64 bit) should be determined at compile time because …
(edit) @7524   14 years rgrieder Postponing -march options for later. There are too many possible …
(edit) @7523   14 years rgrieder Activated SSE on Linux and disabled Visibility again because of linker …
(edit) @7522   14 years rgrieder Build fixes for code written on Windows
(edit) @7521   14 years rgrieder Bugfix (no GCC_VERSION variable with other compilers).
(edit) @7520   14 years rgrieder Added some useful compiler options found in the Ogre build system. SSE …
(edit) @7519   14 years rgrieder Trying to get OS X to compile with 32 bits.
(edit) @7518   14 years rgrieder There was a hidden problem with the recent "radical change" after all. …
(edit) @7517   14 years rgrieder Radical change in build system. Should not make any difference though. …
(edit) @7516   14 years rgrieder Fixed wrong code in MacHIDManager (OIS).
(edit) @7515   14 years rgrieder No new line at end of file.
(edit) @7514   14 years rgrieder This hopefully fixes some warnings with gcc 4.0.
(edit) @7513   14 years rgrieder Updated DynLib class to the newest version in the OGRE trunk. This …
(edit) @7512   14 years rgrieder That should fix DynLib compiling on Mac.
(edit) @7511   14 years rgrieder Removed obsolete statement.
(edit) @7510   14 years rgrieder Fixed something I should have seen a long time ago: Order of include …
(edit) @7509   14 years rgrieder No more compilations here as well.
(edit) @7508   14 years rgrieder Not using compilations to compile OIS for the moment.
(edit) @7507   14 years rgrieder Fixed CMakeLists files in OIS folder.
(edit) @7506   14 years rgrieder Updated OIS source files to its current SVN trunk (r26).
(edit) @7505   14 years rgrieder
(edit) @7501   14 years dafrick New branch for Sandro to work on THE master server.
(edit) @7499   14 years dafrick Fix to get rid of lua/cegui error.
(edit) @7498   14 years scheusso deleting old network3 branch
(edit) @7497   14 years scheusso merging network3 into network4 branch
(edit) @7496   14 years scheusso creating new network4 branch for network testing and (maybe also) …
(edit) @7485   14 years jo Last Man Standing already works basically. All game rules are …
(edit) @7481   14 years jo Die erste Arbeitsversion. Zum Testen muss man zuerst Bots hinzufügen, …
(edit) @7480   14 years jo initial upload
(edit) @7479   14 years jo
(edit) @7467   14 years rgrieder Removed merged branches.
(edit) @7454   14 years adrfried superfluous include dir removed
(edit) @7453   14 years adrfried enet files moved
(edit) @7446   14 years dafrick Removing all the stuff the students are supposed to fill in themselves.
(edit) @7444   14 years dafrick Adding Drone (Which is now called AutonomousDrone) and its controller.
(edit) @7443   14 years adrfried patch updated only one big patch for now
(edit) @7442   14 years adrfried moved AI_ADDRCONFIG definition to header
(edit) @7441   14 years dafrick New tutorial branch.
(edit) @7438   14 years adrfried set svn props and fix line endings in libenet files
(edit) @7437   14 years rgrieder Fixed msvc build.
(edit) @7435   14 years landauf build fixes for MinGW
(edit) @7433   14 years adrfried use the structs itself instead of typedefs also dropped the …
(edit) @7414   14 years adrfried some debug output fixed
(edit) @7411   14 years adrfried more debug output added
(edit) @7402   14 years adrfried add some error messages in orxonox network code
(edit) @7400   14 years dafrick Some more documentation.
(edit) @7399   14 years dafrick Some cleanup and documenting. After some more extensive testing it …
(edit) @7398   14 years dafrick Done some selective testing and it finally seems to work.
(edit) @7397   14 years adrfried add _INIT macros for the address variables
(edit) @7396   14 years adrfried always bind to sockets, even in client mode Maybe the WSAEINVAL on …
(edit) @7395   14 years dafrick Finished EditMode, needs some polish (no not the language…) though. …
(edit) @7394   14 years adrfried use newest WinSock version
(edit) @7393   14 years adrfried also make unix.c C89 compatible
(edit) @7392   14 years adrfried fix bugs
(edit) @7391   14 years rgrieder Compile ENet as C library.
(edit) @7390   14 years adrfried IPv6 for Windows I have not tested this, please test this and report …
(edit) @7389   14 years adrfried fix some stuff
(edit) @7388   14 years rgrieder Giving the Doxygen main page some pep.
(edit) @7387   14 years rgrieder Fixed static linking bug.
(edit) @7386   14 years rgrieder Added missing changes to remove ENet as external dependency and add it …
(edit) @7385   14 years rgrieder Added missing libraries for ENet on Windows.
(edit) @7384   14 years rgrieder There can only be one @mainpage Doxygen command.
(edit) @7382   14 years rgrieder Removed superfluous files in enet folder.
(edit) @7381   14 years rgrieder Merely cosmetic changes.
(edit) @7378   14 years adrfried split libenet patch into smaller ones
(edit) @7377   14 years adrfried using two separate sockets for ipv4 and ipv6
(edit) @7376   14 years adrfried cmake fixed in libenet
(edit) @7375   14 years landauf added documentation
(edit) @7374   14 years landauf renamed GameMode::hasServer() as GameMode::isServer() for consistency. …
(edit) @7373   14 years landauf added documentation
(edit) @7372   14 years landauf enhanced documentation of some core classes and added examples
(edit) @7371   14 years landauf Moved some header files in util to suitable Doxygen groups. Enhanced …
(edit) @7367   14 years rgrieder Added Doxygen documentation for ExprParser, MathConvert, OrxEnum, …
(edit) @7366   14 years rgrieder Fixed typos.
(edit) @7365   14 years rgrieder Removed obsolete code from Convert.h and replaced last occurrences of …
(edit) @7364   14 years rgrieder Elaborated documentation for util/Convert.
(edit) @7363   14 years landauf assigned a group to each header file in the core library
(edit) @7362   14 years dafrick NotificationQueue can now be moved in edit mode.
(edit) @7361   14 years landauf added documentation
(edit) @7360   14 years dafrick Fix to avoid nasty assert.
(edit) @7359   14 years dafrick Re-adding enterEditMode method to NotificationManager.
(edit) @7358   14 years dafrick Adding method that puts a keybinding into a more human readable form.
(edit) @7357   14 years rgrieder Changed command line arguments reference to a simple Doxygen page …
(edit) @7356   14 years rgrieder This should take care of most of the conditional compilation for …
(edit) @7355   14 years dafrick Re-enabling Notifications for Quests. Notifications still only work in …
(edit) @7354   14 years dafrick Started work on edit mode. ConsoleCommand is not yet working. Some …
(edit) @7353   14 years rgrieder Fixed bug. No comment…
(edit) @7352   14 years landauf added documentation also some small naming and readability changes in …
(edit) @7351   14 years dafrick NotificationQueue now disappears if there are no notifications to be …
(edit) @7349   14 years dafrick Making the background of the NotificationQueue transparent. (Had to …
Note: See TracRevisionLog for help on using the revision log.