Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @7286   15 years dafrick Now compiles under linux (ubuntu 10.04) as well.
(edit) @7285   15 years landauf added eol-style native for some files. note: there are another 6 …
(edit) @7284   15 years landauf merged consolecommands3 branch back to trunk. note: the console …
(edit) @7283   15 years landauf ConfigFileManager added backslashes to strings with special chars when …
(edit) @7282   15 years landauf ConsoleCommand::getCommand should return a const pointer
(edit) @7281   15 years landauf neither does TclThreadManager
(edit) @7280   15 years landauf IRC class doesn't have to inherit from OrxonoxClass anymore (console …
(edit) @7279   15 years landauf looks like the syntax of some IRC callbacks changed… fixed.
(edit) @7278   15 years landauf build fix for gcc
(edit) @7277   15 years landauf added new console command "alias" that can bind commands (including …
(edit) @7276   15 years landauf until now we could group words and values in console commands and XML …
(edit) @7275   15 years rgrieder Command line parser should not care about any parentheses at all.
(edit) @7274   15 years rgrieder MSVC build fix.
(edit) @7273   15 years landauf "KeyDetectorKeyPressed" is now a hidden command and "keybind" and …
(edit) @7272   15 years landauf using object stack and function stack together works now
(edit) @7271   15 years rgrieder There is no such word as "casted". Also inserted 4 static_casts and …
(edit) @7270   15 years landauf pushFunction() (which explicitly adds a new level to the console …
(edit) @7269   15 years landauf ok ok… ;)
(edit) @7268   15 years rgrieder operator=() should not return constant references.
(edit) @7267   15 years landauf use a base-functor instead of a base-executor in ConsoleCommand …
(edit) @7266   15 years rgrieder Moved Loki library files to separate loki folder in externals. Also …
(edit) @7265   15 years landauf added a missing TypeTrait in MultiType which caused problems on some …
(edit) @7264   15 years landauf Added new utility SmallObjectAllocator. Merged counter and destroyer …
(edit) @7263   15 years rgrieder Changed *.tga to *.png in code too.
(edit) @7262   15 years rgrieder Creating separate branch for tga—>png conversion.
(edit) @7261   15 years rgrieder Deleted obsolete and old branch.
(edit) @7260   15 years rgrieder Fixed 6 files that didn't get converted to PNG.
(edit) @7259   15 years rgrieder Replaced *.tga references with .png references.
(edit) @7258   15 years rgrieder Binary files should be marked as binary.
(edit) @7257   15 years rgrieder Converted all TGA files to optimised PNG.
(edit) @7256   15 years rgrieder Renamed Drone.png to DroneBanner.png
(edit) @7255   15 years rgrieder SVN renamed all TGA files to PNG
(edit) @7254   15 years rgrieder Using smoke.tga instead of smoke.png for Test/Fog material. The image …
(edit) @7253   15 years rgrieder Removed svn:executable property for image files.
(edit) @7252   15 years rgrieder Reduced size of current PNGs a little.
(edit) @7251   15 years rgrieder Converted 4 JPG images to PNG.
(edit) @7250   15 years rgrieder *.jpeg —> *.jpg. Note: file is not referenced anywhere grep can …
(edit) @7249   15 years rgrieder *.jpeg —> *.jpg. Note: file is not referenced anywhere grep can …
(edit) @7248   15 years rgrieder Added more specific version requirements for the libraries.
(edit) @7247   15 years rgrieder Cosmetic changes in CompilerConfigMSVC.cmake.
(edit) @7246   15 years rgrieder Moved misplaced file.
(edit) @7245   15 years rgrieder Created new data branch to work on TGA2PNG conversion.
(edit) @7244   15 years landauf POCO is currently not required with MinGW
(edit) @7243   15 years landauf re-applied r7074 to trunk (it was accidentally applied to fps branch …
(edit) @7242   15 years landauf small changes regarding the return type of createFunctor() to compile …
(edit) @7241   15 years rgrieder This is a little prettier.
(edit) @7240   15 years rgrieder C++ forbids non constant sized stack arrays. Please check whether this …
(edit) @7239   15 years rgrieder Macro expansion is not clearly defined in the C++ standard …
(edit) @7238   15 years landauf added a function to compute the Levenshtein distance between two …
(edit) @7237   15 years rgrieder Added more boost versions.
(edit) @7236   15 years landauf replaced the temporary names of all ConsoleCommand related classes and …
(edit) @7235   15 years landauf - fixed error if a command doesn't exist not being shown while using …
Note: See TracRevisionLog for help on using the revision log.