Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   15 years dafrick Fixed typos ind GSDedicated and GSDedicatedClient.
(edit) @6026   15 years rgrieder Forgot to rename a symbol.
(edit) @6021   15 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
(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.
(edit) @3068   15 years landauf removing svn:mergeinfo again after sound2 merge
(edit) @3067   15 years Aurelian COUT in CheckPoint removed
(edit) @3064   15 years Aurelian Final commit of gametype asteroids for presentation. everything …
(edit) @3060   15 years scheusso merged sound2 back to trunk
(edit) @3057   15 years mockm new rev of gametype UnderAttack: Gametime has been enlarged :-)
(edit) @3056   15 years Aurelian Bug in gametype Asteroids fixed: game ends directly after death
(edit) @3053   15 years landauf merged weapons branch back to trunk
(edit) @3052   15 years landauf removed the old weaponSystem directory to get ready for merge. the …
(edit) @3049   15 years landauf - Added option to add a Controller to a ControllableEntity in the XML …
(edit) @3039   15 years landauf changed rotation convertion. +pitch is a counterclockwise rotation …
(edit) @3038   15 years landauf Cleaned up setPlayer/removePlayer interface between PlayerInfo and …
(edit) @3036   15 years bknecht we do now save what level you chose last time and will preselect it …
(edit) @3034   15 years landauf replaced tabs with spaces
(edit) @3033   15 years landauf merged gametypes branch back to trunk
(edit) @3028   15 years landauf removed svn:mergeinfo properties
(edit) @3008   15 years bknecht You don't need no —level or -l anymore now. You may choose your …
(edit) @2994   15 years dafrick Small correction in Notifications
(edit) @2993   15 years dafrick Small changes in QuestManager for the GUI. Added toggleVisibility …
(edit) @2973   15 years landauf changed type of gametype-HUD and default-HUD to PlayerInfo (instead of …
(edit) @2963   15 years dafrick Some Quest stuff, and the rest for the GUIOverlay I failed to commit …
(edit) @2962   15 years dafrick Created collecting of GUIOverlays in the GUIManager to make the …
(edit) @2960   15 years dafrick Trying to export to lua, doesn't work, yet…
(edit) @2959   15 years dafrick Forgot to remove debug output. ;)
(edit) @2958   15 years dafrick Changed some stuff to make it compile. Not sure it's 100% failsafe though.
(edit) @2957   15 years bknecht hack to include gui into hud
Note: See TracRevisionLog for help on using the revision log.