OSDN Git Service

radegast/radegast.git
2011-08-27 Latif KhalifaRAD-283: Password is not forgotten, aka Radegast is...
2011-08-25 Latif KhalifaRAD-285: Added the ability to send Radegast client tag
2011-08-25 Latif KhalifaRAD-268: merged 'Chat+Objects' Tabs can't be re-opened
2011-08-25 Latif KhalifaRAD-281: Loading a plugin .cs using System.Xml results...
2011-08-24 Latif KhalifaDon't miss the last meter of the terrain.
2011-08-21 Latif Khalifa[crash reporter] sanitize font size if it somehow got...
2011-08-21 Latif Khalifa* Don't bother with precise distance calculation on...
2011-08-19 Latif KhalifaBreak out big Rendering.cs and RenderingHelpers.cs...
2011-08-19 Latif KhalifaUpdated source build number
2011-08-19 Latif KhalifaStarting to break out big Rendering.cs and RenderingHel...
2011-08-19 Latif KhalifaCall Dispose() on RenderPrimitive and RenderAvatar...
2011-08-18 Latif KhalifaRevert r1092, cannot catch access violation exceptions
2011-08-18 Latif KhalifaCheck if VBO upload succeeded before using buffers.
2011-08-18 Latif KhalifaAdd locks on accessing mPriority
2011-08-17 Robin CorneliusAdd some asset retry/fail logic to prevent log spam...
2011-08-17 Robin CorneliusAdd some invoke logic to the animation related libomv...
2011-08-16 Latif KhalifaIf we're minimizing to system tray, and have docked...
2011-08-16 Latif Khalifa* Added graphics options Floater
2011-08-16 Latif KhalifaGuard against trying to update non existing control
2011-08-16 Latif KhalifaSave start location with logins too.
2011-08-16 Latif KhalifaRAD-279: Added ability to save more than one login
2011-08-15 Latif KhalifaAdded RemoveCommand() to the CommandManager
2011-08-14 Latif KhalifaTry guarding against crashes with some OpenGL implement...
2011-08-14 Latif KhalifaCheck if graphics card supports images whose dimensions...
2011-08-14 Latif KhalifaAdded an option to control taskbar highlighting on...
2011-08-14 Latif KhalifaFixed crash when --no-sound was used and attempt to...
2011-08-12 Latif KhalifaRAD-278: Floating point bug in 3D renderer [for europeans]
2011-08-11 Latif KhalifaDon't interpolate when parent changes (sit/stand link...
2011-08-11 Latif KhalifaCheck correct prim flags for stuff that we can take...
2011-08-11 Latif KhalifaThrottle water reflexion/refraction generation at max...
2011-08-08 Latif KhalifaUse compat VBO functions. Fixes crash when only ARB...
2011-08-08 Latif KhalifaShiny shader. Disabled by default. Right click on the...
2011-08-08 Latif KhalifaMade scene viewer be docked by default (only for
2011-08-08 Latif KhalifaAdd couple of button on right-clicking avatar.
2011-08-08 Latif KhalifaImprove avatar position by applying pelvis offset relat...
2011-08-07 Latif KhalifaDifferent chat types in different color
2011-08-07 Latif KhalifaShort circuit IsAttached(). It's causing trouble.
2011-08-07 Latif KhalifaMade camera follow avatar from behind.
2011-08-07 Latif KhalifaFor some reason we have to explicitly tell context...
2011-08-07 Latif KhalifaLocal chat console implemented.
2011-08-07 Latif KhalifaAdded chat input line on SceneWindow.
2011-08-07 Latif KhalifaOne more compat check for multi-texturing.
2011-08-07 Latif KhalifaHopeful new approach for detecting what's supported...
2011-08-07 Latif KhalifaUpdated OpenTK to r3078
2011-08-06 Latif KhalifaRevert changes to tabs console from r993, breaks overfl...
2011-08-06 Latif KhalifaSlight mod to version updating script
2011-08-06 Robin CorneliusCorrect last commit, that did not prevent the div zero
2011-08-06 Robin CorneliusAlso ensure that position of animations cannot get...
2011-08-06 Latif KhalifaAdded context menu option for showing and hiding the...
2011-08-06 Latif KhalifaMade alt-ctrl arrows left-right do the same thing as...
2011-08-06 Latif KhalifaAlt-ctrl Arrow-UP/Down rotates camera vertically
2011-08-06 Latif KhalifaBind misc checkbox to occusion culling setting
2011-08-06 Latif KhalifaUpdated PrimMesher.dll to r66: thanks Dahlia for fixing...
2011-08-05 Latif KhalifaUpdated autobuild project file
2011-08-05 Latif Khalifa* Added (disabled) shaded water (enable for fun and...
2011-08-04 Robin CorneliusDividing by zero and using the result as the weight...
2011-08-04 Robin CorneliusImproved avatar position. Apply pelvis offset to avatar...
2011-08-03 Robin CorneliusFix avatar skinning, I was incorrectly applying the...
2011-08-03 Latif KhalifaSpeed up: when creating bounding volume scale it based...
2011-08-03 Latif KhalifaThrottle terrain updates.
2011-08-02 Robin Corneliusskeleton rotations are parent * child, fix backwards...
2011-08-02 Robin CorneliusSlerp the rots when skinning vertex weights
2011-08-01 Latif KhalifaBounding volume min is already negative, flip sign.
2011-08-01 Latif KhalifaRe-enable more precise distance checking
2011-08-01 Latif KhalifaImplemented terrain picking.
2011-08-01 Revolution... Disable the previous commit's changes by default.
2011-08-01 Revolution... Add in a rendering option for lighter, but more computa...
2011-07-31 Latif KhalifaMoved occlusion culling setting to RenderSettings
2011-07-31 Latif KhalifaChanged the way we determine should an object be meshed...
2011-07-31 Revolution... Some small optimizations and move texture downloads...
2011-07-31 Revolution... Saving files is always important (fix my bug with the...
2011-07-31 Revolution... Remove the GetHashCode pieces for rendering and just...
2011-07-30 Revolution... Implement picking for text/hud pieces.
2011-07-30 Revolution... Add much better (and even more convoluted) terrain...
2011-07-30 Revolution... Implement left click + drag (no position/normal/all...
2011-07-30 Latif KhalifaUpdated PrimMesher.dll to r62
2011-07-30 Revolution... Make a change as suggested by lkalif to wait to jump...
2011-07-30 Latif KhalifaExperimental PrimMesher build by Dahlia Trimble
2011-07-30 Revolution... Add in the key hooks for flying, jumping, and landing...
2011-07-29 Latif KhalifaAdded strife movement control (shift + left or right...
2011-07-29 Latif KhalifaAdded keyboard motion control
2011-07-29 Latif KhalifaMove camera tracking code to the main render loop and...
2011-07-29 Latif KhalifaBackout interpolation change. Don't end move to let...
2011-07-29 Latif KhalifaUpdated about box
2011-07-29 Revolution... If for some reason, the acceleration is not sent, inter...
2011-07-29 Revolution... If the user has not ctrl-alt moved the viewer, and...
2011-07-29 Latif KhalifaMake calculating object positions less convoluted and...
2011-07-29 Latif KhalifaMove avatar skeleton animation before position of child...
2011-07-29 Latif KhalifaFix previous commit. Note to self: save files before...
2011-07-29 Latif KhalifaStarted breaking out graphics capabilities settings...
2011-07-28 Latif KhalifaUpdate prebuild not to freak out on files with no exten...
2011-07-28 Latif KhalifaRemesh and recalculate UVs when texture params change.
2011-07-28 Robin CorneliusFix animation looping and implement at partial stacking...
2011-07-28 Latif KhalifaUpdated static snapshot builder project file
2011-07-28 Latif KhalifaMove static assets to openmetaverse_data/static_assets
2011-07-28 Robin CorneliusAdd static asset files to openmetaverse_data
2011-07-28 Robin CorneliusAdd some helper code for decoding the static VFS and...
2011-07-28 Latif Khalifa[INTERFACE CHANGE] Implement transforming for Planar...
2011-07-27 Latif KhalifaUse hash code for mesh to determine if we need to recre...
2011-07-27 Latif KhalifaDon't create new mesh on each object update.
next