aboutsummaryrefslogtreecommitdiff
path: root/src/clientmap.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Define M_PI on MSVCPerttu Ahola2012-07-211-0/+1
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+1
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* No occlusion culling when free_move is on and camera is inside groundPerttu Ahola2012-03-281-0/+11
|
* Try to make background/fog/sky color selection work betterPerttu Ahola2012-03-271-2/+2
|
* Fix getVisibleBrightness() to return sunlight visibility correctly even if ↵Perttu Ahola2012-03-181-0/+1
| | | | not much of world has been loaded
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-181-1/+180
|
* Move ClientMap to clientmap.{h,cpp}Perttu Ahola2012-03-161-0/+548