Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7454   15 years adrfried superfluous include dir removed
(edit) @7453   15 years adrfried enet files moved
(edit) @7452   15 years landauf changed to non-deprecated functions (xxxx64) fixed a few errors that …
(edit) @7451   15 years rgrieder Fix recently introduced bug..
(edit) @7450   15 years rgrieder - Catched → Caught - No idea why OROXNOX_USE_WINMAIN was at the …
(edit) @7449   15 years landauf added windows implementation of SignalHandler.
(edit) @7448   15 years rgrieder DEFINE_SYMBOL property is only added to compile flags for an executable.
(edit) @7446   15 years dafrick Removing all the stuff the students are supposed to fill in themselves.
(edit) @7444   15 years dafrick Adding Drone (Which is now called AutonomousDrone) and its controller.
(edit) @7443   15 years adrfried patch updated only one big patch for now
(edit) @7442   15 years adrfried moved AI_ADDRCONFIG definition to header
(edit) @7441   15 years dafrick New tutorial branch.
(edit) @7440   15 years rgrieder Fixed MSVC linker flag handling.
(edit) @7438   15 years adrfried set svn props and fix line endings in libenet files
(edit) @7437   15 years rgrieder Fixed msvc build.
(edit) @7435   15 years landauf build fixes for MinGW
(edit) @7433   15 years adrfried use the structs itself instead of typedefs also dropped the …
(edit) @7431   15 years rgrieder Merged another change from sandbox_qt to the trunk. Almost insignificant…
(edit) @7429   15 years landauf less "spam" from the linker when using MinGW
(edit) @7427   15 years rgrieder Applied fixes from sandbox_qt to trunk.
(edit) @7422   15 years adrfried Improve getTerminalSize Width and height never get 0 anymore, this …
(edit) @7420   15 years rgrieder Fixed a bug. Clear documentation would prevent such bugs. Not …
(edit) @7417   15 years rgrieder Removed StringCompare again.
(edit) @7416   15 years rgrieder Never insert even the tiniest thing that is for sure certain without …
(edit) @7415   15 years rgrieder Placing all generated files in source group "Generated" for MSVC …
(edit) @7414   15 years adrfried some debug output fixed
(edit) @7413   15 years dafrick Removing some TODO comments. Better handling of duplicate name in …
(edit) @7412   15 years dafrick Fixed one (hopefully) final bug in Notifications.
(edit) @7411   15 years adrfried more debug output added
(edit) @7410   15 years dafrick Removing some warnings (both compiler and doxygen).
(edit) @7409   15 years rgrieder Added some standard header to PCH file in pickup and notifications.
(edit) @7408   15 years dafrick Did not get all xmlElements…
(edit) @7407   15 years dafrick xmlElement → xmlelement
(edit) @7406   15 years dafrick Fixing so that libobjects is loaded again…
(edit) @7405   15 years dafrick Fixed small copy error.
(edit) @7404   15 years dafrick Adding new level notifications.oxw, to "showcase", or at this stage …
(edit) @7403   15 years dafrick Merged notifications branch back to trunk.
(edit) @7402   15 years adrfried add some error messages in orxonox network code
(edit) @7401   15 years landauf merged doc branch back to trunk
(edit) @7400   15 years dafrick Some more documentation.
(edit) @7399   15 years dafrick Some cleanup and documenting. After some more extensive testing it …
(edit) @7398   15 years dafrick Done some selective testing and it finally seems to work.
(edit) @7397   15 years adrfried add _INIT macros for the address variables
(edit) @7396   15 years adrfried always bind to sockets, even in client mode Maybe the WSAEINVAL on …
(edit) @7395   15 years dafrick Finished EditMode, needs some polish (no not the language…) though. …
(edit) @7394   15 years adrfried use newest WinSock version
(edit) @7393   15 years adrfried also make unix.c C89 compatible
(edit) @7392   15 years adrfried fix bugs
(edit) @7391   15 years rgrieder Compile ENet as C library.
(edit) @7390   15 years adrfried IPv6 for Windows I have not tested this, please test this and report …
(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
Note: See TracRevisionLog for help on using the revision log.