Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7389   15 years adrfried fix some stuff
(edit) @7388   15 years rgrieder Giving the Doxygen main page some pep.
(edit) @7387   15 years rgrieder Fixed static linking bug.
(edit) @7386   15 years rgrieder Added missing changes to remove ENet as external dependency and add it …
(edit) @7385   15 years rgrieder Added missing libraries for ENet on Windows.
(edit) @7384   15 years rgrieder There can only be one @mainpage Doxygen command.
(edit) @7383   15 years rgrieder Minimum CMake version on Windows is actually 2.6.3 because of some …
(edit) @7382   15 years rgrieder Removed superfluous files in enet folder.
(edit) @7381   15 years rgrieder Merely cosmetic changes.
(edit) @7380   15 years rgrieder Removed workaround that was already worked around by CMake.
(edit) @7379   15 years rgrieder Removed MSVC warning about the preDestroy() method for now. Just for now.
(edit) @7378   15 years adrfried split libenet patch into smaller ones
(edit) @7377   15 years adrfried using two separate sockets for ipv4 and ipv6
(edit) @7376   15 years adrfried cmake fixed in libenet
(edit) @7375   15 years landauf added documentation
(edit) @7374   15 years landauf renamed GameMode::hasServer() as GameMode::isServer() for consistency. …
(edit) @7373   15 years landauf added documentation
(edit) @7372   15 years landauf enhanced documentation of some core classes and added examples
(edit) @7371   15 years landauf Moved some header files in util to suitable Doxygen groups. Enhanced …
(edit) @7368   15 years rgrieder Merged png2 branch back to trunk.
(edit) @7367   15 years rgrieder Added Doxygen documentation for ExprParser, MathConvert, OrxEnum, …
(edit) @7366   15 years rgrieder Fixed typos.
(edit) @7365   15 years rgrieder Removed obsolete code from Convert.h and replaced last occurrences of …
(edit) @7364   15 years rgrieder Elaborated documentation for util/Convert.
(edit) @7363   15 years landauf assigned a group to each header file in the core library
(edit) @7362   15 years dafrick NotificationQueue can now be moved in edit mode.
(edit) @7361   15 years landauf added documentation
(edit) @7360   15 years dafrick Fix to avoid nasty assert.
(edit) @7359   15 years dafrick Re-adding enterEditMode method to NotificationManager.
(edit) @7358   15 years dafrick Adding method that puts a keybinding into a more human readable form.
(edit) @7357   15 years rgrieder Changed command line arguments reference to a simple Doxygen page …
(edit) @7356   15 years rgrieder This should take care of most of the conditional compilation for …
(edit) @7355   15 years dafrick Re-enabling Notifications for Quests. Notifications still only work in …
(edit) @7354   15 years dafrick Started work on edit mode. ConsoleCommand is not yet working. Some …
(edit) @7353   15 years rgrieder Fixed bug. No comment…
(edit) @7352   15 years landauf added documentation also some small naming and readability changes in …
(edit) @7351   15 years dafrick NotificationQueue now disappears if there are no notifications to be …
(edit) @7349   15 years dafrick Making the background of the NotificationQueue transparent. (Had to …
(edit) @7348   15 years dafrick Small change such that the server doesn't automatically display all …
(edit) @7347   15 years rgrieder Create file for internal documentation to suppress a Doxygen warning.
(edit) @7346   15 years rgrieder Added "doc_internal" target. It generates additional documentation …
(edit) @7345   15 years rgrieder Orxonox executable should depend on all modules (may otherwise be …
(edit) @7344   15 years scheusso fixed a bug in gamestate diff which wasted bandwidth
(edit) @7343   15 years dafrick Some documenting and adjustment.
(edit) @7342   15 years dafrick Some documenting, cleaning up. Also: Now the NotificationQueue has a …
(edit) @7341   15 years dafrick Fixed Esc Problem in MainMenu.
(edit) @7340   15 years dafrick Fixed problems with hud and cursor. Here a little summary about what …
(edit) @7339   15 years dafrick Small fix.
(edit) @7338   15 years dafrick Changing from OrxonoxOverlays to CEGUI as means of displaying …
(edit) @7337   15 years scheusso fix in gamestate diff
(edit) @7336   15 years scheusso please only destroy objects (created by the Master and synchronised) …
(edit) @7335   15 years rgrieder Added separate page for a commandline argument reference. It's not too …
(edit) @7334   15 years rgrieder Fixed log file path for Doxygen. You should now get doxy.log in the …
(edit) @7333   15 years scheusso rewrote network gamestate diff function in order to fix a bug
(edit) @7332   15 years rgrieder Fixed bug in SubString. "a (),b" was split in "a (" and "b" instead of …
(edit) @7331   15 years rgrieder Added documentation for util/Clock.
(edit) @7330   15 years adrfried patch libenet to support ipv6 This is only done for Linux so far.
(edit) @7329   15 years adrfried compile with own libenet
(edit) @7328   15 years adrfried original enet source included
(edit) @7327   15 years landauf added documentation
(edit) @7326   15 years dafrick Some additional changes.
(edit) @7325   15 years rgrieder Renamed documentation file.
(edit) @7324   15 years dafrick Hiding MultiTrigger behind PlayerTrigger for consistency of use. …
(edit) @7323   15 years landauf added documentation
(edit) @7322   15 years adrfried IPv6 Multicast LANDiscovery
(edit) @7321   15 years adrfried free some memory
(edit) @7320   15 years adrfried longer ip adresses for ServerInformation
(edit) @7319   15 years dafrick Small changes for testing purposes.
(edit) @7318   15 years landauf added a draft for the group hierarchy
(edit) @7317   15 years rgrieder Removed include directories again. Seems that Doxygen doesn't just …
(edit) @7316   15 years landauf hide the referenced/references lists improved documentation of Debug.h
(edit) @7315   15 years rgrieder Quick fix for IOConsole mess in documentation.
(edit) @7314   15 years rgrieder Adjusted header file lists in network.
(edit) @7313   15 years dafrick Creating branch to work on synchronizig notifications.
(edit) @7312   15 years rgrieder Changed some doxygen options. See the docs for explanations.
(edit) @7311   15 years dafrick Moving the QuestEffects to subfolder effects.
(edit) @7310   15 years dafrick Removed necessity for GUID as id for quests, since it is not very …
(edit) @7309   15 years rgrieder Strip correct paths from includes in Doxygen. That only affects the …
(edit) @7308   15 years rgrieder src/external is already marked as include directory in src/CMakeLists.txt.
(edit) @7307   15 years rgrieder Fixed three more Doxygen warnings.
(edit) @7306   15 years landauf modified doxy.config.in moved the comments for some defines in …
(edit) @7305   15 years rgrieder File rename.
(edit) @7304   15 years rgrieder The C++ preprocessor can only deal with numbers, no 'true' and 'false'.
(edit) @7303   15 years rgrieder Fixed missing parameters in documentation for input and command line …
(edit) @7302   15 years rgrieder Updated our Doxygen configuration file to version 1.6.3.
(edit) @7301   15 years dafrick Improving documentation for MultiTriggers, also some small bugfixes, …
(edit) @7300   15 years landauf fixed the remaining doxygen warnings. there are still 3 possible …
(edit) @7299   15 years dafrick Some fixes in doxygen documentation.
(edit) @7298   15 years landauf XML code has to be enclosed in @code and @endcode tags or Doxygen will …
(edit) @7297   15 years landauf fixed lots of Doxygen warnings Note: Doxygen prints a warning if only …
(edit) @7296   15 years dafrick Change depricated documentation.
(edit) @7295   15 years adrfried some compatability changes for ipv6-patched enet
(edit) @7294   15 years adrfried made enet 1.3 compatible
(edit) @7293   15 years adrfried Create branch ipv6
(edit) @7292   15 years landauf fixed some misspelled doxygen tags (note: doxygen is case-sensitive …
(edit) @7291   15 years landauf the @example tag shouldn't be used in a documentation unless the whole …
(edit) @7290   15 years landauf created new branch to work on the documentation
(edit) @7289   15 years rgrieder This should actually fix the PCH problem with GCC
(edit) @7288   15 years rgrieder Finally found a fix for the No rule to make target problem with …
(edit) @7287   15 years rgrieder Split IOConsole in two separate files for better browsing.
Note: See TracRevisionLog for help on using the revision log.