summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Improved Player PhysicsMirceaKitsune2013-02-14
* Server requires gettext library as wellDmitry Marakasov2013-02-12
* Enable multiline signsPilzAdam2013-02-12
* Dont remove grass under unloaded blocksPilzAdam2013-02-10
* Disable backface culling for drawtype plantlike and only draw 2 faces instead...Jürgen Doser2013-02-10
* Don't fall off nodes if sneaking with free_move on but without fly privilegesShadowNinja2013-02-10
* Don't see through nodes without noclip privilegesShadowNinja2013-02-10
* Fix compile error (MSVC2010).Ilya Zhuravlev2013-02-07
* Add flag string settings, flat map optionkwolekr2013-02-06
* Fix assertion condition in initializePaths()kwolekr2013-02-06
* Don't write control character to verbosestreamkwolekr2013-02-06
* Fix and improve noise map functionskwolekr2013-02-06
* Add Perlin noise map Lua APIkwolekr2013-02-06
* Improve random map seed generationkwolekr2013-02-06
* Translate key functions in key change menuPilzAdam2013-01-30
* Merge pull request #442 from kwolekr/mingw_compile_fixkwolekr2013-01-29
|\
| * Slightly improved version of mystrtok_rkwolekr2013-01-23
| * Fix compile under MingWkwolekr2013-01-23
* | Merge pull request #441 from kwolekr/mapgen_factorieskwolekr2013-01-29
|\ \
| * | Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr2013-01-23
| |/
* | Place block when holding sneak while right-clicking nodes with formspecJeija2013-01-28
* | Merge pull request #447 from sapier/add_lua_log_parameter_checkkwolekr2013-01-26
|\ \ | |/ |/|
| * check parameters for minetest.log lua functionsapier2013-01-26
* | Treegen update. Some new symbols. Speed up code a bit.RealBadAngel2013-01-23
* | Make sure that settings are written to config file when settings are removed.Jürgen Doser2013-01-22
* | Fix crash when pressing delete button in server browser and no server is sele...Jürgen Doser2013-01-22
* | Improve behaviour for empty modpacks and when no mods at all are installed:Jürgen Doser2013-01-22
* | Fix crash when no world is selected and configure button is pressed.Jürgen Doser2013-01-22
* | Fix msvc buildIlya Zhuravlev2013-01-22
* | add support for saving settings by lua command (server doesn't autosave on exit)sapier2013-01-21
* | Use a string identifier for a mapgen instead of versionkwolekr2013-01-21
* | Fix compile on certain Linux configurations, reduce spawn point heightkwolekr2013-01-21
* | Removed Mapgen V7 for nowkwolekr2013-01-21
* | Last set of minor cleanupskwolekr2013-01-21
* | Fix MapgenV6::getGroundLevelAtPoint()kwolekr2013-01-21
* | Finish and clean up mapgen configurationkwolekr2013-01-21
* | Add Settings::getStruct and Settings::setStructkwolekr2013-01-21
* | Clean up EmergeManager, do initial work on Mapgen configurationkwolekr2013-01-21
* | Readded and optimized mapgen V6kwolekr2013-01-21
* | Cleaned & enhanced noise object managementkwolekr2013-01-21
* | Add initial Lua biomedef support, fixed biome selectionkwolekr2013-01-21
* | The new mapgen, noise functions, et al.kwolekr2013-01-21
* | Make WATER_LEVEL configurable, fix slight comparison bug in findSpawnPos()kwolekr2013-01-21
* | Only clear block modified flag if writing to db was successfulkwolekr2013-01-21
* | Make cloud height user-configurablekwolekr2013-01-21
* | stop MSVC++ from generating dumb warningskwolekr2013-01-21
* | Proper RUN_IN_PLACE support for OSX and FreeBSDkwolekr2013-01-21
* | Basic support for configuring which mods to load for each worldJürgen Doser2013-01-21
* | Add a list of servers to the "Multiplayer" tabJeija2013-01-21
|/
* Bugfix: else repeat_rightclick_timer = 0;PilzAdam2013-01-14