aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Make freetype usage configureable by a settingPilzAdam2013-08-045-14/+45
|
* Add texture pack selection to main menuNovatux2013-08-047-14/+26
|
* Change large amount of objects to be configurable via a setting in ↵Novatux2013-08-042-3/+4
| | | | minetest.conf (max_objects_per_block).
* Fix server getting completely choked up on even a little of DoSPerttu Ahola2013-08-044-168/+229
| | | | | | * If client count is unbearable, immediately delete denied clients * Re-prioritize the checking order of things about incoming clients * Remove a huge CPU-wasting exception in ReliablePacketBuffer
* Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola2013-08-045-3/+36
|
* Fix anticheatPerttu Ahola2013-08-035-70/+146
|
* Lessen the sky color glitch when quickly turning to look up after looking at ↵Perttu Ahola2013-08-031-4/+9
| | | | ground that contains caves
* Fix and improve view range tunerPerttu Ahola2013-08-035-30/+43
|
* Add replacements to schematicsPilzAdam2013-08-033-3/+45
|
* More info in serverlistproller2013-08-031-2/+4
|
* Allow multiple 'wherein' nodes in oredefPilzAdam2013-08-023-17/+31
|
* Weather backward compatibilityproller2013-08-0211-32/+63
|
* Leveled nodebox backward compatibilityproller2013-08-022-9/+14
|
* Make bumpmapping compatible with irrlicht 1.8Esteban I. Ruiz Moreno2013-07-311-0/+5
|
* Add support for setting stepheight for entitiessapier2013-07-306-5/+11
|
* Fix warnings in mapblock.cppPilzAdam2013-07-281-5/+5
|
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-285-47/+112
|
* Warnings fixproller2013-07-292-1/+2
|
* Better snow fall, finite liquid transform, leveled nodes apiproller2013-07-286-28/+76
|
* Weather supportproller2013-07-2720-73/+510
|
* Dont announce server in singleplayerproller2013-07-272-2/+3
|
* Add support of pressed_texture of image_buttonBlockMen2013-07-241-5/+21
| | | | | | | | | | Fix params number Add pressed texture name Fix string def Fix syntax error
* Add gettext translation for image_buttonBlockMen2013-07-241-1/+10
|
* Cosmetic player info changesproller2013-07-241-4/+3
|
* Fix modstore URLsPilzAdam2013-07-221-3/+3
|
* Disable gamemanager by defaultPilzAdam2013-07-221-1/+1
|
* Fix bug in world creationsapier2013-07-221-0/+1
| | | | Add old style mod selection in worldconfig dialog
* Use user folder for gamemanager toosapier2013-07-221-1/+1
|
* Enable mod and gamemanager by defaultsapier2013-07-221-0/+2
|
* merge mainmenu_helper.lua to misc_helpers.luasapier2013-07-221-1/+1
|
* Add configurable curl timeoutsapier2013-07-222-1/+5
|
* Add playernumber to favorites listsapier2013-07-221-1/+1
|
* Add support for modstore screenshotssapier2013-07-223-0/+62
| | | | Add error output on invalid mmdb entries
* Fix light issue in 6d facedir.RealBadAngel2013-07-211-3/+41
|
* Bump protocol versionPilzAdam2013-07-203-10/+21
|
* Add an option to disable object <-> object collision for Lua entitiesPilzAdam2013-07-2011-5/+47
|
* Add liquid_range to nodedefPilzAdam2013-07-205-4/+15
|
* Make range of tools configureablePilzAdam2013-07-204-2/+13
|
* Add set_breath and get_breath to lua API.RealBadAngel2013-07-2013-19/+190
|
* Randomly choose singleplayer portPilzAdam2013-07-161-1/+1
|
* Fix lighting bug caused by disappearing lavaPilzAdam2013-07-161-2/+4
|
* Remove support for common modsPilzAdam2013-07-161-50/+0
|
* Change ContentFeatures array to a vectorKahrl2013-07-147-113/+160
|
* Leveled nodeboxproller2013-07-136-4/+46
|
* Remove lots of debug output from modmgrsapier2013-07-122-5/+4
| | | | | Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case) Fix text of field element not unescaped correctly
* Masterserver mods announse, ipv6, better curl errorsproller2013-07-136-14/+21
|
* Clean up bumpmap code a bitkwolekr2013-07-121-28/+31
|
* Disallow the name 'singleplayer' in a multiplayer serverPilzAdam2013-07-121-0/+9
|
* Fix multiple texture support for animated meshnodesstujones112013-07-101-1/+1
|
* Fix serverlistsapier2013-07-092-6/+9
|