aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed compile issues on windowsdannydark2012-12-301-6/+8
| | | | With latest upstream L-Systems treegen.
* 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
| | | | | Fixed the compiler not being able to determine which symbol it should use when compiling Minetest as 64bit with Irrlicht 1.8+
* 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 ↵Ilya Zhuravlev2012-12-172-19/+21
| | | | MediaFetchThread
* 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
|
* fix screen flickering black when rendering to textureJürgen Doser2012-12-061-2/+2
|
* Set proper field background colors in Irrlicht 1.8Perttu Ahola2012-12-061-1/+7
|
* Raise default maximum render distance to 240Perttu Ahola2012-12-061-1/+1
|
* Fix automagic render distance tunerPerttu Ahola2012-12-061-7/+5
|
* Add #include guards to base64.hMatthew I2012-12-031-0/+5
|
* Try to add a bit of topside brightness when not using shadersPerttu Ahola2012-12-021-0/+26
|
* Tweak shader randomly a bitPerttu Ahola2012-12-021-1/+5
|
* Default to preload_item_visuals=truePerttu Ahola2012-12-022-2/+2
|
* Don't send player position from client to server if the player hasn't movedMirceaKitsune2012-12-024-3/+30
|
* Fix minetest.get_node_drops(). It should always return list of item names, ↵Ilya Zhuravlev2012-12-021-2/+2
| | | | not ItemStack(s).
* Smooth day-night transitionsPerttu Ahola2012-12-027-23/+87
|
* Const-correct util/serialize.hPerttu Ahola2012-12-021-15/+15
|
* Handle day-night transition in shader and make light sources brighter when ↵Perttu Ahola2012-12-027-50/+132
| | | | shaders are used
* Get rid of jordan4ibanez's insane digging animation speedPerttu Ahola2012-12-021-1/+1
|
* Fix tile MaterialType to make sense and make lava surface be shader'd lower ↵Perttu Ahola2012-12-023-31/+54
| | | | like water
* Install shaders properlyPerttu Ahola2012-12-021-0/+1
|
* Remove accidental vim swap filePerttu Ahola2012-12-021-0/+0
|
* Add enable_shaders to minetest.conf.examplePerttu Ahola2012-12-022-1/+5
|
* Add checkboxes for shaders and on-demand item visual generationobneq2012-12-023-0/+36
|
* Implement a global shader parameter passing system and useful shadersPerttu Ahola2012-12-0215-89/+240
|
* ShaderSource and silly example shadersKahrl2012-12-0215-2/+945
|
* Add setting preload_item_visualsPerttu Ahola2012-12-023-0/+21
|
* On-demand item meshes and texturesPerttu Ahola2012-12-028-201/+309
|
* Modify some client log message levelsPerttu Ahola2012-12-021-8/+8
|
* New elements in formspec, item_image and item_image_button.RealBadAngel2012-12-013-5/+99
| | | | Fixed also game bug drawing dragged item behind fields, buttons etc.
* Only check attachment for nodes with group attached_nodePilzAdam2012-12-011-1/+2
|
* Add the group attached_nodePilzAdam2012-12-014-4/+63
| | | | Nodes in this group will be dropped as items if the node under them or the node in the wallmounted direction is not walkable.