aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* World config dialog: Use engine determined path for game modsKahrl2013-08-193-31/+37
|
* GUIFormSpecMenu focus fixesKahrl2013-08-196-66/+232
|
* Reenable image scaling in formspecsBlockMen2013-08-181-2/+2
|
* Fix trailing nils being dropped by deprecated minetest.env handlerKahrl2013-08-181-1/+1
|
* Add translation for main menusapier2013-08-1713-224/+241
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* Send player damage to all clients and apply [brightenPilzAdam2013-08-174-18/+43
|
* Diagonal liquid animationKahrl2013-08-171-32/+20
|
* Fix modstore pagecountNovatux2013-08-161-5/+5
|
* Use get_texturepath() instead of get_gamepath()/../texturesNovatux2013-08-162-4/+2
|
* Use errorstream instead of std::cout in pathfinder.cppPilzAdam2013-08-161-6/+6
|
* Remove debug outputPilzAdam2013-08-162-27/+0
|
* Sort modlist alphabeticallyPilzAdam2013-08-162-0/+37
|
* Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam2013-08-163-83/+67
|
* Don't automatically scroll listbox when selecting an item in the middleKahrl2013-08-162-2/+51
|
* Formspec textlist: Black Irrlicht magic to detect fake doubleclicksKahrl2013-08-162-10/+66
|
* Fix formspec escaping, add escaping to info.txt for texture packs.Novatux2013-08-155-89/+44
|
* Fix documentation about colors in formspecSfan52013-08-151-2/+2
|
* Add virtual destructor to IBackgroundBlockEmerger to silence warningKahrl2013-08-151-0/+1
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14153-3620/+3720
|
* Fix my name.Ilya Zhuravlev2013-08-141-1/+1
|
* Fix typosPilzAdam2013-08-142-3/+2
|
* Add support for entities to automatic face movement directionsapier2013-08-137-1/+18
|
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-139-69/+101
|
* Remove farmeshKahrl2013-08-139-580/+3
|
* Decoration: Fix schematic probability mess with new MTS file versionkwolekr2013-08-118-37/+75
|
* Dont crash if facedir > 23PilzAdam2013-08-101-4/+5
|
* Dont download modstore info if its isnt neededPilzAdam2013-08-102-1/+1
|
* Don't freak out when a client sends multiple TOSERVER_INIT packets; also log ↵Perttu Ahola2013-08-081-1/+11
| | | | one thing more.
* Fix various memory access problems detected by valgrindKahrl2013-08-074-1/+9
|
* Fix path of mono font in defaultsettings.cppPilzAdam2013-08-071-1/+1
|
* Fix stored XSS vulnerability in the serverlistSfan52013-08-071-1/+1
|
* Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl2013-08-071-4/+10
|
* Simplify code of mainmenu world sortNovatux2013-08-061-14/+6
|
* Fix full crack texture being shown when releasing dig buttonKahrl2013-08-061-8/+8
|
* Add support for different drowning damage and allow drowning in other nodetypesBlockMen2013-08-067-8/+15
|
* Fix worldlist in servertab being filtered by selected gamePilzAdam2013-08-061-1/+5
|
* Rename LagPool's member variables to avoid MSVC freaking up due to it's ↵Perttu Ahola2013-08-061-11/+11
| | | | #define max
* Clean up server's log messages and give a better error to client when its ↵Perttu Ahola2013-08-061-19/+26
| | | | player is in use
* Add minetest.registered_biomesNovatux2013-08-061-0/+7
|
* Fix crack overlay for animated texturesKahrl2013-08-052-112/+145
|
* Master server script improvementproller2013-08-051-1/+4
|
* Fix installation of textures/texture_packs_here.txtPilzAdam2013-08-041-1/+1
|
* Fix texture bumpmapping on some GPUsZeg92013-08-042-4/+2
|
* Masterserver bugfixproller2013-08-041-1/+1
|
* Freeze-melt adjustproller2013-08-041-3/+5
|
* Fix formspec label issues in win builds (MSVC)BlockMen2013-08-042-61/+39
|
* Make freetype usage configureable by a settingPilzAdam2013-08-048-14/+48
|
* Dont show gamefilter in TP tabPilzAdam2013-08-041-4/+2
|
* Add texture pack selection to main menuNovatux2013-08-0410-17/+125
|
* Change large amount of objects to be configurable via a setting in ↵Novatux2013-08-043-3/+6
| | | | minetest.conf (max_objects_per_block).