Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7284   14 years landauf merged consolecommands3 branch back to trunk. note: the console …
(edit) @7266   14 years rgrieder Moved Loki library files to separate loki folder in externals. Also …
(edit) @7184   14 years rgrieder Replaced mathematical constants with a common definition in Math.h. …
(edit) @7183   14 years rgrieder Removed a load of warnings for VS 2005 and possibly VS 2008.
(edit) @7182   14 years rgrieder Build fixes for Visual Studio 2005.
(edit) @7176   14 years landauf removed some (commented) code from BigExplosion. looks like an attempt …
(edit) @7174   14 years rgrieder Only catch exceptions you actually expect. And rethrow unknown …
(edit) @7172   14 years landauf removed network as dependency of tools. these libraries can build in …
(edit) @7171   14 years landauf removed a strange line that changed the game speed with a console …
(edit) @7168   14 years landauf sent some tabs to hell
(edit) @7166   14 years landauf added new macro to ConfigValueIncludes.h, "SetConfigValueExternal" for …
(edit) @7163   14 years dafrick Merged presentation3 branch into trunk.
(edit) @6901   14 years dafrick Fixed PickupCollection. It works now the way it was intended and no …
(edit) @6864   14 years dafrick Created a new MutliTrigger: EventMultiTrigger, which essentially does …
(edit) @6799   14 years dafrick Adjusted the priority of some outputs which I found to be rather anoying.
(edit) @6764   14 years rgrieder Hackaround for Visual Studio 2005 (compiler bug).
(edit) @6753   14 years rgrieder Some more hackery for the PlayerInfo↔GUIOverlay relation. Seems to …
(edit) @6746   14 years rgrieder Merged gamestates2 branch back to trunk. This brings in some heavy …
(edit) @6731   14 years dafrick PickupCollection is broken for now because to make it work drastic …
(edit) @6725   14 years dafrick Resolved bug, that caused orxonox to crash whenever a level with …
(edit) @6711   14 years dafrick Merged pickup4 branch back to trunk.
(edit) @6710   14 years dafrick Merged ppspickups2 branch into trunk.
(edit) @6709   14 years dafrick Merged ppspickups1 into trunk.
(edit) @6598   14 years scheusso someone forgot to delete these overlays
(edit) @6563   14 years dafrick Some minor changes.
(edit) @6540   14 years dafrick Removed some TODO's. Finished up documenting pickup module.
(edit) @6539   14 years dafrick Ups. Complies and runs now.
(edit) @6538   14 years dafrick Done some (almost final) documenting in pickup module.
(edit) @6534   14 years dafrick PickupCarrier destructor a little more compact.
(edit) @6533   14 years dafrick Resolved segmentation fault, when destroying a PickupCompilation.
(edit) @6524   14 years dafrick Merged pickup branch into trunk. Yay. Persisting bugs will be fixed, …
(edit) @6502   14 years rgrieder Removed a ton of msvc warnings revealed with OGRE v1.7 (they removed …
(edit) @6501   14 years rgrieder Ensured OGRE v1.7 "Cthugha" code compatibility. Does not yet seem to …
(edit) @6426   14 years rgrieder Fixed bug that caused Host to fail an assert when the client failed to …
(edit) @6417   14 years rgrieder Merged presentation2 branch back to trunk. Major new features: - …
(edit) @6105   14 years rgrieder Merged console branch back to trunk.
(edit) @6084   14 years rgrieder - Fixed typing error in a cmake file causing a rebuild of the …
(edit) @6064   14 years rgrieder Code looks better symmetrically. Actually it's probably a potential bug..
(edit) @6057   14 years rgrieder Moved an inline function to the source in OrxonoxOverlay.
(edit) @6056   14 years scheusso OrxonoxOverlay now correctly deregisters in it's old OverlayGroup if …
(edit) @6054   14 years scheusso trying to solve a double free bug (replaced OrxonoxOverlay pointers …
(edit) @6028   14 years dafrick Fixed typos ind GSDedicated and GSDedicatedClient.
(edit) @6026   14 years rgrieder Forgot to rename a symbol.
(edit) @6021   14 years rgrieder Renamed CommandLine to CommandLineParse to avoid confusions with the …
(edit) @5980   15 years scheusso fixed a logical error in OverlayGroup/OrxonoxOverlay (visibility of …
(edit) @5966   15 years scheusso (kind of) fixed HumanPlayer bodys beeing around from clients that have …
(edit) @5960   15 years rgrieder Fixed console overlay retraction inconsistency.
(edit) @5936   15 years dafrick Updated documentation in PlayerTrigger.
(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) @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) @5754   15 years dafrick some minor changes…
(edit) @5752   15 years rgrieder Small changes for the include directories: - Our own directories get …
(edit) @5749   15 years rgrieder Sorted out header file finding issues and updated/added precompiled …
(edit) @5747   15 years rgrieder Added Exception::handleMessage() (copy from Game::getExceptionMessage) …
(edit) @5744   15 years rgrieder Visual studio debugger working again (had to move the project modifier …
(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) @3370   15 years rgrieder Merged resource branch back to the trunk. Changes: - Automated …
(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) @3327   15 years rgrieder Merged all remaining revisions from core4 back to the trunk.
(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) @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) @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) @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) @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) @3096   15 years rgrieder Found some leftovers of my attempt to partially shut down OGRE (which …
(edit) @3094   15 years rgrieder Adding functionality to the server, client and dedicated buttons …
(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
Note: See TracRevisionLog for help on using the revision log.