Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3316   15 years rgrieder Version bump. We're now officially working on v0.0.3.
(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) @3309   15 years rgrieder Using the updated dependencies (you already required them by paper but …
(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) @3251   15 years rgrieder Fixed two serious dependency bugs: - Only every second file of the …
(edit) @3244   15 years rgrieder Build bugfix in GenerateToluaBindings.cmake: we have to supply a …
(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) @3111   15 years rgrieder REMOVE_COMPILER_FLAGS makes no sense here. This fixes some gcc warning …
(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.
(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) @3059   15 years mockm broadcast message in standalone works now
(edit) @3058   15 years scheusso adjustment to be able to see chat messages in standalone mode
(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) @3051   15 years landauf Well, I guess codeb_l_ocks fits better. I'm just wondering why it took …
(edit) @3050   15 years landauf added /build and /codeblocks to the ignore list
(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) @3037   15 years bknecht minor fix so not all hell breaks loose if we do not use this function …
(edit) @3036   15 years bknecht we do now save what level you chose last time and will preselect it …
(edit) @3035   15 years landauf get returnvalue shortcuts in CommandExecutor (for tolua)
(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) @3027   15 years landauf test
(edit) @3026   15 years landauf test
(edit) @3025   15 years landauf test
(edit) @3024   15 years landauf test
(edit) @3023   15 years landauf test
(edit) @3022   15 years landauf test
(edit) @3021   15 years landauf test
(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) @2988   15 years rgrieder Small build system fix.
(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
(edit) @2946   15 years rgrieder Fixed a bug when using the LINE macro in Game.h If you want to …
(edit) @2928   15 years rgrieder Deleting console commands currently seems to be a rather bad idea …
Note: See TracRevisionLog for help on using the revision log.