aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed last screwupgareth2007-03-0757-0/+5188
|
* Deleted old trunk codegareth2007-03-0720-2010/+0
|
* * Updating libsecondlife.dll to the latest version with a working LayerData ↵jhurliman2007-03-079-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!gareth2007-03-071-1/+1
|
* < babblever> hey i think you need to add a "this.sandbox = cfg.sandbox" to ↵gareth2007-03-071-0/+1
| | | | the initconfig
* Attempted to fix Db4o/world thing (and failed, but it still runs!) will need ↵gareth2007-03-063-17/+17
| | | | | | | | a new class for the world data Removed excess debug output
* Updated help message on consolegareth2007-03-061-0/+5
|
* Implemented local console and VERY rough skeleton for TCP/Worldchat consolegareth2007-03-067-128/+292
| | | | | | Implemented seperate logging (but no packetlog or chat yet)
* Added sandbox mode and setup facilitygareth2007-03-052-43/+113
|
* Added MW's fix for smooth movementgareth2007-03-041-6/+10
|
* Implemented chatgareth2007-03-042-5/+26
| | | | | | Fixed "sticky borders" bug (avatar can hit side of sim and move away)
* Fixed up bugs from patch in PREV:gareth2007-03-043-21/+30
| | | | | | | | Slow movement of avatar FIXED Constant TerseObjectUpdates FIXED Moving out of sim FIXED
* Keeping the MSVC project file up to datejhurliman2007-03-041-0/+1
|
* Merged makomk's patch as per bug #61gareth2007-03-046-13/+147
| | | | | | Rescued my brain ready to implement animations and proper velocity encoding
* Rollback to r117gareth2007-03-033-30/+5
|
* Begun porting a (STABLE) version of MW's movement codegareth2007-03-033-5/+30
|
* Lock the world so we don't cause nastiness and crashesgareth2007-03-031-2/+4
|
* We have a main update loop!gareth2007-03-034-3/+15
|
* Implemented logouts (so you can logout and then return later! woohoo)gareth2007-03-021-0/+12
|
* Began implementing basic physics engine plugin frameworkgareth2007-03-024-12/+43
|
* r105 somehow got put in wrong place, so replacing filesMW2007-03-023-253/+138
|
* A example of how the physics plugins might workMW2007-03-023-138/+253
|
* * Bind to IPAddress.Any instead of a hardcoded addressjhurliman2007-03-025-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 2gareth2007-03-012-268/+0
|
* Cleaned up legacy code (i.e deleted the old stuff)gareth2007-03-0111-3703/+0
|
* Lovely lovely flat island :)gareth2007-03-012-11/+11
|
* Fixed small bug in Terrain EncodingMW2007-03-011-1/+1
|
* Imported fixed OGS asset servergareth2007-03-012-6/+6
| | | | | | Fiddled with terrain data
* WOOHOO! Avatar/Asset loading works!gareth2007-03-012-4/+4
|
* Broken asset code + ObjectUpdate FIXMEgareth2007-03-013-4/+59
|
* Brought in newer libslgareth2007-02-281-0/+2
|
* Half-working asset system, but avatar objectupdate stuff needs to be done by ↵gareth2007-02-282-0/+58
| | | | a non-Gareth
* Assets?gareth2007-02-281-0/+32
|
* Got LayerData working, need asset management to get the avatar to displaygareth2007-02-284-12/+25
|
* Imported MW's terrain encoder/decodergareth2007-02-281-0/+683
|
* Brought in code from branches/garethgareth2007-02-2731-0/+5257