aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* check parameters for minetest.log lua functionsapier2013-01-261-2/+2
* Bugfix: else repeat_rightclick_timer = 0;PilzAdam2013-01-141-0/+2
* Add particlesJeija2013-01-149-1/+370
* Fix spread of items in falling codePilzAdam2013-01-121-3/+3
* fix integer overflow (fixes #414)Jürgen Doser2013-01-121-1/+1
* fixes node timer bug (fixes #407).Jürgen Doser2013-01-111-1/+2
* Fixed two typo's in commit 615fd498bcdannydark2013-01-071-1/+1
* Disable all HP handling if enable_damage is falsePilzAdam2013-01-072-17/+24
* Add a setting to enable always flying fastPilzAdam2013-01-073-2/+10
* Fix buttons not working for Lua-triggered formspecssapier2013-01-078-11/+29
* L-Systems treegen update.RealBadAngel2013-01-074-67/+108
* "or" should be "||". Don't use "or", "and", etc.. It breaks build.Ilya Zhuravlev2013-01-041-1/+1
* Implement textarea in formspec, a multiline input fieldJeija2013-01-042-33/+50
* Fix typo doubletab -> doubletapPilzAdam2013-01-044-10/+10
* Fixed content_abm aliasesdannydark2013-01-041-2/+2
* Switch to fly mode if spacebar is doubleclickedPilzAdam2013-01-044-0/+58
* Repeated right clicking when holding the right mouse buttonJeija2013-01-043-1/+12
* Add on_rightclick(pos, node, clicker) callback for nodesPilzAdam2013-01-042-2/+17
* Adjust the maximum alpha of the red hurt screenPilzAdam2013-01-031-1/+1
* Tilt camera on player damage (tweaked by PilzAdam)Jeija2013-01-033-2/+31
* Change the nodenames for dirt -> grass and sapling -> tree abms to match the ...PilzAdam2013-01-021-2/+2
* Replace constant red hurt screen with fade out redPilzAdam2013-01-021-10/+8
* Add ServerEnvironment::setNode()/removeNode() to allow setting nodes from the...Perttu Ahola2013-01-023-27/+45
* Add InvRef:get_location()Perttu Ahola2013-01-022-0/+40
* Call this 0.4.4-d1 because it has a protocol addition since 0.4.4Perttu Ahola2013-01-021-1/+1
* Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from luasapier2013-01-028-2/+129
* Bugfixes to item_image formspec methodRealBadAngel2013-01-021-2/+24
* Fixed compile issues on windowsdannydark2012-12-301-6/+8
* L-System treegenRealBadAngel2012-12-308-174/+689
* Use aux1 to move fast when flyingPilzAdam2012-12-271-13/+22
* Add selectionbox_color, crosshair_color, and crosshair_alpha optionsEsteban I. Ruiz Moreno2012-12-273-3/+23
* Fix 'longjmp causes uninitialized stack frame' in cURLPilzAdam2012-12-261-0/+1
* Initialize all member variables of LuaEntitySAOPerttu Ahola2012-12-231-0/+3
* Fixed two typos in wireshark lua file.DannyDark2012-12-231-2/+2
* Fix keycodes (#325)Ilya Zhuravlev2012-12-231-1/+1
* Prefer shared cURL library instead of the static one.Ilya Zhuravlev2012-12-211-1/+1
* Fixed u64 ambiguous symbol errorDannyDark2012-12-201-0/+3
* Tweak CMake files for cURLsfan52012-12-182-9/+39
* Add ability to change the itemstack in placenode callbacksPilzAdam2012-12-172-5/+15
* Fix falling damage when not flyingPilzAdam2012-12-171-1/+1
* Make m_media_fetch_threads to contain MediaFetchThread* instead of MediaFetch...Ilya Zhuravlev2012-12-172-19/+21
* Fix hypen used as minus sign (manpages), fix spelling error (server.cpp)Ilya Zhuravlev2012-12-173-3/+3
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-1612-48/+277
* Fix item entity's collision with nodeboxesjordan4ibanez2012-12-151-2/+3
* Dont sneak while flyingPilzAdam2012-12-111-2/+2
* Only fly through walls in noclip mode wich requires the noclip privilegePilzAdam2012-12-115-3/+31
* Update READMEIlya Zhuravlev2012-12-071-12/+13
* Bump version to 0.4.4Perttu Ahola2012-12-061-1/+1
* Update GUI textsPerttu Ahola2012-12-063-20/+5
* draw gui later. this fixes the hotbar disappearing while rendering to texture.Jürgen Doser2012-12-061-5/+6