Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -99/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-24 | * Reduced effect of terraforming brushes by 1000%. | Adam Frisby | 1 | -0/+4 | |
* Added new exportImage() function to BasicTerrain which will output a gradient-mapped image of the terrain which can be uploaded to the grid for things like world map images. (shiinnny), will update later with an improved version using the bilinear quad method employed in client terrain rendering. * Rebuild project & build files for basicterrain with System.Drawing dependency. Prebuild updated. | |||||
2007-05-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 1 | -95/+95 | |
class a bit and added a WorldBase class (that World now inherits from) | |||||
2007-05-16 | rebuilt build files | gareth | 1 | -95/+95 | |
Imported crappy monodevelop GTK# manager app (tis embarrassing) | |||||
2007-04-11 | * built binaries, pdb's and user files should not be under version control. | lbsa71 | 1 | -31/+78 | |
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files | |||||
2007-04-11 | Major ass changes to terrain (now uses libTerrain-BSD!) and all-round ↵ | Adam Frisby | 1 | -3/+1 | |
improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED** | |||||
2007-04-07 | Port to a 2D Heightmap complete | Adam Frisby | 1 | -0/+1 | |
2007-04-06 | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 1 | -1/+3 | |
2007-04-06 | And now for some solution files... | Adam Frisby | 1 | -2/+2 | |
2007-04-06 | Shelling out a basic terrain manager using the BSD parts of libTerrain, with ↵ | Adam Frisby | 1 | -28/+12 | |
the intention to make a more complex version communicating with the main libterrain later via socket. | |||||
2007-03-24 | Brought in the OGS user server into the main trunk (in a rather messy way) | gareth | 1 | -0/+0 | |
2007-03-22 | brought zircon branch into trunk | gareth | 1 | -9/+4 | |
2007-03-15 | Created VS2005 Solution/Project files for the OGS apps | MW | 1 | -15/+24 | |
2007-03-14 | * /bin for Release as well | lbsa71 | 1 | -1/+1 | |
2007-03-14 | * Made sure physics dlls end up in /bin/Physics | lbsa71 | 1 | -2/+4 | |
* Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005 | |||||
2007-03-14 | Added the physics plugin projects to the VS solution. | MW | 1 | -0/+57 | |
Added SimHttp.cs to the Second-server project Renamed the old PhysXplugin to BasicPhysicsplugin Deleted the excess solutions |