aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move player collisionbox to player classsapier2013-04-254-19/+15
|
* kahrl is backPilzAdam2013-04-251-1/+1
|
* Transform alpha channel as well in shaderkwolekr2013-04-251-1/+2
|
* Fix compatibility of RBA's NDT_GLASSLIKE_FRAMEDPerttu Ahola2013-04-251-2/+3
|
* Improve getFree*ActiveObjectId to reduce common case cpu usage drasticalysapier2013-04-241-12/+14
|
* Add new drawtype GLASSLIKE_FRAMEDRealBadAngel2013-04-245-2/+135
|
* Added support to disable built-in HUD elementsDiego Martínez2013-04-2413-11/+138
|
* Fixes possible crash when using hud_change with "align" or "offset"Diego Martínez2013-04-231-1/+2
|
* Fix to: addUpdateMeshTaskWithEdgeRealBadAngel2013-04-231-14/+8
| | | | Check in all 6 directions instead of just 3.
* Add option to use texture alpha channelkwolekr2013-04-238-11/+98
|
* Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0Perttu Ahola2013-04-233-0/+5
|
* Grow dirt_with_snow instead of dirt_with_grass if snow is above itPilzAdam2013-04-231-1/+5
|
* Add minetest.get_player_ip()ShadowNinja2013-04-232-0/+27
|
* Add option to not prepend "Server -!- " to messages sent with ↵ShadowNinja2013-04-235-7/+14
| | | | minetest.chat_send_player()
* Added offset support for HUD itemsDiego Martínez2013-04-239-8/+43
|
* Added support for alignment in HUD itemsDiego Martínez2013-04-239-2/+38
|
* Translation to Portuguese of Brazil for Minetesteduardojsm2013-04-221-0/+776
|
* mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y ↵kwolekr2013-04-212-47/+45
| | | | boundaries, remove growGrass()
* Fix findSpawnPos()kwolekr2013-04-211-20/+12
|
* Fix hud_change stat argument retrievalkwolekr2013-04-211-8/+10
|
* Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr2013-04-2110-308/+459
| | | | Mapgen V7
* Add direction parameter to statbars in HUD APIkwolekr2013-04-204-33/+54
| | | | Fix health bar overlap when a larger texture is used
* Fix Lua HUD documentationkwolekr2013-04-181-1/+1
|
* Add dutch translationLS-Steeef2013-04-181-0/+776
|
* Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr2013-04-1812-813/+790
|
* Lua HUDJonathon Anderson2013-04-1812-5/+873
|
* Merge pull request #654 from ShadowNinja/remove_old_makefiledarkrose2013-04-141-90/+0
|\ | | | | Remove old Makefile
| * Remove old Makefile(that is what git is for)ShadowNinja2013-04-141-90/+0
| |
* | Fix double free, null texture dropkwolekr2013-04-122-4/+2
|/
* Swing the camera down when the player lands on the ground, based on the ↵MirceaKitsune2013-04-114-2/+34
| | | | velocity the surface is hit with.
* Fix masterserver javascript: adjustable output idproller2013-04-112-4/+5
|
* Bugfixes to get_craft_recipe and get_all_craft_recipes.RealBadAngel2013-04-102-22/+34
| | | | Improvements to get_all_craft_recipes (see api doc)
* fix bug in scriptapi line_of_sightsapier2013-04-102-6/+6
| | | | fix warnings for pathfinder debug traces
* fix objects colliding with its own collision boxessapier2013-04-094-7/+13
|
* fix emergemanager memory leakssapier2013-04-092-1/+17
|
* fix various memory leakssapier2013-04-093-1/+7
|
* fix extruded items texture leaksapier2013-04-091-0/+25
|
* Use system wide LuaJIT if aviable.RealBadAngel2013-04-082-10/+21
|
* fix memory leak on sound shutdownsapier2013-04-071-0/+10
|
* fix memory leak in loadMediasapier2013-04-071-1/+1
|
* addon extended resource accountingsapier2013-04-071-0/+16
|
* fix inventory image texture leaksapier2013-04-071-0/+3
|
* fix memory leaks introduced by invalid gettext usagesapier2013-04-0714-146/+344
|
* replace Server smart pointer with conventional one to gain control over dtor ↵sapier2013-04-072-13/+19
| | | | call order
* fix memory leak on shader shutdownsapier2013-04-072-0/+7
|
* fix memory leak in itemdefsapier2013-04-071-14/+17
| | | | cleanup useless code
* fix huge texture leak in tiledefsapier2013-04-071-13/+44
| | | | fix minor glitches too
* fix 3d model mesh leaksapier2013-04-071-2/+23
|
* fix mesh leak in camera classsapier2013-04-072-3/+8
|
* Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr2013-04-075-48/+33
|