Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Loading animations from XML file now | Adam Frisby | 2007-06-04 | 1 | -0/+16 |
| | |||||
* | * Removed more references | Adam Frisby | 2007-06-03 | 1 | -4/+4 |
| | |||||
* | * Removed hard coded avatar animations. Will likely need to clean elsewhere ↵ | Adam Frisby | 2007-06-03 | 1 | -135/+0 |
| | | | | to fully remove. | ||||
* | (Broke SVN on first commit >.>) - Added the ParcelManager.cs file that was ↵ | mingchen | 2007-06-03 | 1 | -0/+658 |
| | | | | needed | ||||
* | Added Basic Parcel Support | mingchen | 2007-06-03 | 2 | -0/+32 |
| | | | | | | | *Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0 | ||||
* | * Fixing world map generation issues (thankyou LL for using different ↵ | Adam Frisby | 2007-06-02 | 1 | -2/+2 |
| | | | | coordinates than the rest of the graphics community! =p) | ||||
* | * Some commenting on asset server (needs completing) | Adam Frisby | 2007-06-02 | 1 | -0/+2 |
| | | | | | | * Removed strip2.png - added defaultstripe.png * World map images are now generated when the terrain is tainted, not yet sent to the grid/asset server. | ||||
* | * Region Terrain textures are now loaded from the RegionInfo class rather ↵ | Adam Frisby | 2007-05-27 | 2 | -17/+17 |
| | | | | | | | | than being hard coded in the handshake packets. * Supports: Base0-3 textures, Detail0-3 textures, Start00-11 values, Range00-11 values. * Added notes on how terrain texturing works to their definition in regionInfoBase. | ||||
* | * Added ability to set default terrain to a file in region config. If unable ↵ | Adam Frisby | 2007-05-27 | 1 | -3/+20 |
| | | | | to open, terrain will be procedurally generated instead. (also needs testing.). Default file must be in R32 format. Use "terrain save f32 default.r32" on the region console to make a default file you can use. | ||||
* | * Terrain now resends when it's been tainted. This means you should be able ↵ | Adam Frisby | 2007-05-27 | 1 | -1/+8 |
| | | | | to load terrains and see the results without relogging. (Just wait for the next Backup call -- once every two minutes). Needs testing. | ||||
* | * Semibug fix: Terrain should not save to database every time a packet is ↵ | Adam Frisby | 2007-05-26 | 1 | -5/+1 |
| | | | | recieved. Terrain is always updated every Backup() call anyway. | ||||
* | First part of border crossing fix. | MW | 2007-05-25 | 4 | -73/+109 |
| | |||||
* | All back and no one suspected a thing. | MW | 2007-05-24 | 1 | -2/+2 |
| | |||||
* | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 2007-05-24 | 18 | -0/+3718 |