Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brought OGS.sql back into trunk | gareth | 2007-03-08 | 1 | -0/+134 |
| | |||||
* | Primitives movement and rotation updates are now sent to all clients | MW | 2007-03-07 | 4 | -3/+125 |
| | |||||
* | Hopefully fixed the Session logout bug. | MW | 2007-03-07 | 4 | -12/+80 |
| | | | | | Should now see avatars for other users connected to the same sim. | ||||
* | fixed genvers.sh | gareth | 2007-03-07 | 1 | -1/+1 |
| | |||||
* | Added MW's fix for prim editing | gareth | 2007-03-07 | 1 | -1/+2 |
| | |||||
* | Added OGS | gareth | 2007-03-07 | 17 | -0/+1545 |
| | |||||
* | fixed last screwup | gareth | 2007-03-07 | 65 | -0/+0 |
| | |||||
* | Imported branch | gareth | 2007-03-07 | 65 | -0/+5278 |
| | |||||
* | Deleted old trunk code | gareth | 2007-03-07 | 49 | -3856/+0 |
| | |||||
* | * Updating libsecondlife.dll to the latest version with a working LayerData ↵ | jhurliman | 2007-03-07 | 10 | -1427/+846 |
| | | | | | | | | | | | | function * Reformatting some source files * Adding a try/catch sanity check around a phoning home check to osgrid.org * Updating the MSVC project file * Converted LayerData generation to use the functions built in to libsecondlife * Removing unused BitPack.cs and TerrainDecoder.cs files * Added a basic terrain generator (hills algorithm) | ||||
* | NEVER COMMIT WITHOUT A TEST COMPILE! | gareth | 2007-03-07 | 1 | -1/+1 |
| | |||||
* | < babblever> hey i think you need to add a "this.sandbox = cfg.sandbox" to ↵ | gareth | 2007-03-07 | 1 | -0/+1 |
| | | | | the initconfig | ||||
* | Attempted to fix Db4o/world thing (and failed, but it still runs!) will need ↵ | gareth | 2007-03-06 | 3 | -17/+17 |
| | | | | | | | | a new class for the world data Removed excess debug output | ||||
* | Updated help message on console | gareth | 2007-03-06 | 1 | -0/+5 |
| | |||||
* | Implemented local console and VERY rough skeleton for TCP/Worldchat console | gareth | 2007-03-06 | 8 | -128/+293 |
| | | | | | | Implemented seperate logging (but no packetlog or chat yet) | ||||
* | Added sandbox mode and setup facility | gareth | 2007-03-05 | 2 | -43/+113 |
| | |||||
* | Added MW's fix for smooth movement | gareth | 2007-03-04 | 1 | -6/+10 |
| | |||||
* | Implemented chat | gareth | 2007-03-04 | 2 | -5/+26 |
| | | | | | | Fixed "sticky borders" bug (avatar can hit side of sim and move away) | ||||
* | Fixed up bugs from patch in PREV: | gareth | 2007-03-04 | 3 | -21/+30 |
| | | | | | | | | Slow movement of avatar FIXED Constant TerseObjectUpdates FIXED Moving out of sim FIXED | ||||
* | Keeping the MSVC project file up to date | jhurliman | 2007-03-04 | 1 | -0/+1 |
| | |||||
* | Updating to a version of libsecondlife that isn't thousands of years old | jhurliman | 2007-03-04 | 1 | -0/+0 |
| | |||||
* | Merged makomk's patch as per bug #61 | gareth | 2007-03-04 | 6 | -13/+147 |
| | | | | | | Rescued my brain ready to implement animations and proper velocity encoding | ||||
* | Rollback to r117 | gareth | 2007-03-03 | 3 | -30/+5 |
| | |||||
* | Begun porting a (STABLE) version of MW's movement code | gareth | 2007-03-03 | 3 | -5/+30 |
| | |||||
* | Lock the world so we don't cause nastiness and crashes | gareth | 2007-03-03 | 1 | -2/+4 |
| | |||||
* | We have a main update loop! | gareth | 2007-03-03 | 4 | -3/+15 |
| | |||||
* | Added usersessions/delete function | gareth | 2007-03-02 | 1 | -0/+4 |
| | |||||
* | Implemented logouts (so you can logout and then return later! woohoo) | gareth | 2007-03-02 | 1 | -0/+12 |
| | |||||
* | Began implementing basic physics engine plugin framework | gareth | 2007-03-02 | 4 | -12/+43 |
| | |||||
* | r105 somehow got put in wrong place, so replacing files | MW | 2007-03-02 | 3 | -253/+138 |
| | |||||
* | A example of how the physics plugins might work | MW | 2007-03-02 | 3 | -138/+253 |
| | |||||
* | * Bind to IPAddress.Any instead of a hardcoded address | jhurliman | 2007-03-02 | 5 | -29/+25 |
| | | | | | | | | * Allow login if a connection can't be made to the grid auth server (instead of crashing) * Brought the MSVC project file and solution up to speed * Added a default VersionInfo.cs to allow compiling with MSVC * Removed unnecessary .suo file | ||||
* | Missed these 2 | gareth | 2007-03-01 | 2 | -268/+0 |
| | |||||
* | Cleaned up legacy code (i.e deleted the old stuff) | gareth | 2007-03-01 | 11 | -3703/+0 |
| | |||||
* | Lovely lovely flat island :) | gareth | 2007-03-01 | 2 | -11/+11 |
| | |||||
* | Fixed small bug in Terrain Encoding | MW | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | Imported fixed OGS asset server | gareth | 2007-03-01 | 4 | -11/+12 |
| | | | | | | Fiddled with terrain data | ||||
* | WOOHOO! Avatar/Asset loading works! | gareth | 2007-03-01 | 2 | -4/+4 |
| | |||||
* | Broken asset code + ObjectUpdate FIXME | gareth | 2007-03-01 | 4 | -4/+59 |
| | |||||
* | Brought in newer libsl | gareth | 2007-02-28 | 2 | -0/+2 |
| | |||||
* | Half-working asset system, but avatar objectupdate stuff needs to be done by ↵ | gareth | 2007-02-28 | 2 | -0/+58 |
| | | | | a non-Gareth | ||||
* | Adding monodevelop project | cw | 2007-02-28 | 2 | -0/+60 |
| | |||||
* | Assets? | gareth | 2007-02-28 | 1 | -0/+32 |
| | |||||
* | Got LayerData working, need asset management to get the avatar to display | gareth | 2007-02-28 | 5 | -13/+26 |
| | |||||
* | Imported MW's terrain encoder/decoder | gareth | 2007-02-28 | 1 | -0/+683 |
| | |||||
* | Brought in other OGS server components and the all-important caffeine script | gareth | 2007-02-27 | 19 | -0/+1687 |
| | |||||
* | Brought in code from branches/gareth | gareth | 2007-02-27 | 38 | -0/+5350 |
| | |||||
* | Removed old trunk code | gareth | 2007-02-27 | 25 | -4516/+0 |
| | |||||
* | Patch Applied regarding Bug #51 | jmalthus | 2007-02-14 | 2 | -0/+32 |
| | |||||
* | [0000050] Animations stop/start issue fixed | MW | 2007-02-13 | 3 | -147/+183 |
| |