Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
(edit) @5808   15 years erwin Correcting a typo
(edit) @5794   15 years rgrieder Small stuff and added support for Boost 1.40
(edit) @5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
(edit) @5774   15 years rgrieder Removed almost everything. Should be working already, but not yet …
(edit) @5771   15 years rgrieder Fixed possible bug.
(edit) @5760   15 years dafrick Some cleanup und resolved TODO's in questsystem.
(edit) @5759   15 years rgrieder Fixed a small bug.
(edit) @5758   15 years dafrick Some cleanup, documentation and adjustments in the QuestGUI.
(edit) @5757   15 years dafrick Fixed issues with GUI. The problem was, that the Owner of the …
(edit) @5755   15 years rgrieder Added loading declaration for the tolua bindings in the quest system.
(edit) @5754   15 years dafrick some minor changes…
(edit) @5753   15 years rgrieder OIS include path globally required after all
(edit) @5752   15 years rgrieder Small changes for the include directories: - Our own directories get …
(edit) @5751   15 years rgrieder Renamed overlays/debug to debugging because of a conflict in the …
(edit) @5750   15 years rgrieder Fixed case issues and fixed non-PCH build in DynLib.cc on Linux
(edit) @5749   15 years rgrieder Sorted out header file finding issues and updated/added precompiled …
(edit) @5748   15 years rgrieder In quest system: - Build fix (non-void function must return a value) - …
(edit) @5747   15 years rgrieder Added Exception::handleMessage() (copy from Game::getExceptionMessage) …
(edit) @5746   15 years dafrick Forgot to add files…
(edit) @5745   15 years dafrick QuestGUI almost working…
(edit) @5744   15 years rgrieder Visual studio debugger working again (had to move the project modifier …
(edit) @5743   15 years scheusso fixed a bug caused by the bugfix in 5742
(edit) @5742   15 years scheusso fixed a small bug which caused object id inconsistency on clients
(edit) @5738   15 years landauf merged libraries2 back to trunk
(edit) @5695   15 years rgrieder Merged resource2 branch back to trunk. IMPORTANT NOTE: Upon this …
(edit) @5693   15 years landauf merged libraries branch back to trunk
(edit) @3372   15 years scheusso cleaned up an old todo file and moved it to the network folder (as it …
(edit) @3370   15 years rgrieder Merged resource branch back to the trunk. Changes: - Automated …
(edit) @3369   15 years rgrieder Removed the empty merge-info property from four files. When merging …
(edit) @3368   15 years rgrieder Added NO_INSTALL argument for ORXONOX_ADD_EXECUTABLE/LIBRARY and moved …
(edit) @3351   15 years rgrieder Build fix for windows.
(edit) @3341   15 years rgrieder Dedicated input thread now ends without hitting enter on Unix
(edit) @3334   15 years Naaduun =Fixed a camera bug in map
(edit) @3333   15 years rgrieder Adjusted orxonox_cast to support const pointers. References shall not …
(edit) @3332   15 years rgrieder Added TypeTraits.h from the Loki library (stripped it a bit though). …
(edit) @3331   15 years rgrieder Minor problem with exception catching.
(edit) @3330   15 years rgrieder Added general PCH_ENABLE option in CMake to disable PCH with one …
(edit) @3329   15 years rgrieder Build fix for the JoyStick.
(edit) @3327   15 years rgrieder Merged all remaining revisions from core4 back to the trunk.
(edit) @3326   15 years landauf small fix against the thread-exit assertion failure
(edit) @3325   15 years rgrieder Merged orxonox_cast related revisions from core4 back to trunk.
(edit) @3323   15 years rgrieder ORXONOX_USE_WINMAIN should now work as expected.
(edit) @3322   15 years rgrieder Removed unnecessary PCH dependencies.
(edit) @3321   15 years rgrieder Build fix for the TclThreadManager.
(edit) @3318   15 years rgrieder Re-reverting TclThreadManager changes.
(edit) @3313   15 years rgrieder Reverted TclThreadManager commits to make a tag (there's possibly …
(edit) @3312   15 years scheusso fix in disconnect behaviour
(edit) @3308   15 years landauf moved the boost forward declarations to CorePrereqs.h
(edit) @3307   15 years landauf Completely rewrote TclThreadManager. This fixes several bugs from the …
(edit) @3305   15 years rgrieder Removed annoying warning on Windows.
(edit) @3304   15 years rgrieder Merged netp6 branch back to the trunk.
(edit) @3301   15 years rgrieder Found even more casts. They sure aren't all of them, but I hope to …
(edit) @3300   15 years rgrieder Found a few more C-Style casts.
(edit) @3297   15 years landauf fixed ticket #318 ("client connected" message now only appears for …
(edit) @3296   15 years landauf 1-line-merge to trunk
(edit) @3287   15 years rgrieder Console should now be visible again in the main menu (and FPS text as …
(edit) @3282   15 years landauf removed mergeinfo property (please be careful with partial merges, …
(edit) @3280   15 years rgrieder Merged most of the core4 revisions back to the trunk except for: - …
(edit) @3241   15 years rgrieder You shouln't feed GCC too much non standard compliant code ;)
(edit) @3234   15 years rgrieder Using enum instead of a const bool to ensure the variable doesn't get …
(edit) @3233   15 years rgrieder Possibly reinstated code compliance with GCC 4.4 Could anyone with GCC …
(edit) @3232   15 years rgrieder Moved implicit conversion detection from Convert.h to the new …
(edit) @3214   15 years scheusso merged netp5 back to trunk
(edit) @3205   15 years rgrieder Removed a few warnings.
(edit) @3204   15 years rgrieder PCH should be enabled by default for the orxonox target.
(edit) @3198   15 years scheusso merged netp4 back to trunk
(edit) @3196   15 years rgrieder Merged pch branch back to trunk.
(edit) @3110   15 years rgrieder Removed old msvc specific support for precompiled header files.
(edit) @3108   15 years erwin first attempt to implement sounds for pong, only score sound is …
(edit) @3105   15 years landauf fixed self-collision with projectiles
(edit) @3104   15 years landauf Added two new HUD-elements for TeamBaseMatch and UnderAttack
(edit) @3103   15 years scheusso some fixes and changes (also signalhandler)
(edit) @3102   15 years scheusso fixed some problems when changing the gamestate (from menu to server i.e.)
(edit) @3101   15 years landauf merged revision 3090 from map branch back to trunk
(edit) @3100   15 years scheusso reapplied retos patch
(edit) @3099   15 years landauf Added Gameplay messages (Announces, Killmessages and Deathmessages)
(edit) @3098   15 years rgrieder Either my box or Oli's gets screwed, but since it only didn't work on …
(edit) @3097   15 years scheusso small possible memory leak closed
(edit) @3096   15 years rgrieder Found some leftovers of my attempt to partially shut down OGRE (which …
(edit) @3095   15 years landauf fixed standalone chat
(edit) @3094   15 years rgrieder Adding functionality to the server, client and dedicated buttons …
(edit) @3093   15 years scheusso it is now possible to send packets/network function calls to all …
(edit) @3092   15 years rgrieder SoundManager.cc: alutGetMIMETypes might return NULL instead of const …
(edit) @3091   15 years rgrieder Hitting the X-Button of the window actually stops orxonox now.
(edit) @3089   15 years landauf merged map branch back to trunk
(edit) @3088   15 years scheusso fix in Projectile (there was no createFactory) and some additional …
(edit) @3087   15 years landauf merged particles branch back to trunk
(edit) @3086   15 years landauf added bot-support for TeamBaseMatch (and some small fixes)
(edit) @3085   15 years danielh No more hiding of items when the frame is clicked :-)
(edit) @3084   15 years landauf merged netp3 branch back to trunk
(edit) @3081   15 years bknecht fixing an include. why do only I have this problem?
(edit) @3080   15 years landauf Yet another bugfix.
(edit) @3079   15 years landauf Added forward declarations to OrxonoxPrereqs.h.
(edit) @3078   15 years landauf added svn:eolstyle native, no codechanges
(edit) @3077   15 years landauf Added Attacher - a class which attaches itself to an object with a …
(edit) @3076   15 years danielh fixed window Clicked event
(edit) @3075   15 years erwin fixed ogg loader. it works, bitches
(edit) @3074   15 years landauf removed some warnings and fixed an include error
(edit) @3073   15 years landauf merged pickups2 branch back to trunk. not yet tested.
Note: See TracRevisionLog for help on using the revision log.