Loïc Blot
|
13e995b811
|
Modernize src/c* src/d* and src/e* files (#6263)
* Modernize src/c* src/d* and src/e* files
* default operator
* redundant init
* delete default constructors on CraftDefinition childs (never used)
* fix some missing init values
* const ref fix reported by clang-tidy
* ranged-based for loops
* simple conditions & returns
* empty stl function instead of size
* emplace_back stl function instead of push_back + construct temp obj
* auto for some iterators
* code style fixes
* c++ stl headers instead of C stl headers (stdio.h -> cstdio)
|
2017-08-17 23:02:50 +02:00 |
|
Loïc Blot
|
921151d97a
|
C++ modernize: Pragma once (#6264)
* Migrate cpp headers to pragma once
|
2017-08-17 22:19:39 +02:00 |
|
Sfan5
|
6d0ea26c2d
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
|
PilzAdam
|
497ff1ecd6
|
Change Minetest-c55 to Minetest
|
2013-02-24 18:49:03 +01:00 |
|
Perttu Ahola
|
804a7875a2
|
Smooth day-night transitions
|
2012-12-02 18:02:45 +02:00 |
|
Perttu Ahola
|
037b259197
|
Switch the license to be LGPLv2/later, with small parts still remaining as GPLv2/later, by agreement of major contributors
|
2012-06-05 18:54:07 +03:00 |
|
Perttu Ahola
|
2e90ed07ac
|
Dynamic sky, fog and cloud colors; sun and moon
|
2012-03-18 13:42:18 +02:00 |
|