summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Reenable image scaling in formspecsBlockMen2013-08-18
|
* Fix trailing nils being dropped by deprecated minetest.env handlerKahrl2013-08-18
|
* Add translation for main menusapier2013-08-17
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* Send player damage to all clients and apply [brightenPilzAdam2013-08-17
|
* Diagonal liquid animationKahrl2013-08-17
|
* Fix modstore pagecountNovatux2013-08-16
|
* Use get_texturepath() instead of get_gamepath()/../texturesNovatux2013-08-16
|
* Use errorstream instead of std::cout in pathfinder.cppPilzAdam2013-08-16
|
* Remove debug outputPilzAdam2013-08-16
|
* Sort modlist alphabeticallyPilzAdam2013-08-16
|
* Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam2013-08-16
|
* Don't automatically scroll listbox when selecting an item in the middleKahrl2013-08-16
|
* Formspec textlist: Black Irrlicht magic to detect fake doubleclicksKahrl2013-08-16
|
* Fix formspec escaping, add escaping to info.txt for texture packs.Novatux2013-08-15
|
* Fix documentation about colors in formspecSfan52013-08-15
|
* Add virtual destructor to IBackgroundBlockEmerger to silence warningKahrl2013-08-15
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
|
* Fix my name.Ilya Zhuravlev2013-08-14
|
* Fix typosPilzAdam2013-08-14
|
* Add support for entities to automatic face movement directionsapier2013-08-13
|
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-13
|
* Remove farmeshKahrl2013-08-13
|
* Decoration: Fix schematic probability mess with new MTS file versionkwolekr2013-08-11
|
* Dont crash if facedir > 23PilzAdam2013-08-10
|
* Dont download modstore info if its isnt neededPilzAdam2013-08-10
|
* Don't freak out when a client sends multiple TOSERVER_INIT packets; also log ↵Perttu Ahola2013-08-08
| | | | one thing more.
* Fix various memory access problems detected by valgrindKahrl2013-08-07
|
* Fix path of mono font in defaultsettings.cppPilzAdam2013-08-07
|
* Fix stored XSS vulnerability in the serverlistSfan52013-08-07
|
* Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl2013-08-07
|
* Simplify code of mainmenu world sortNovatux2013-08-06
|
* Fix full crack texture being shown when releasing dig buttonKahrl2013-08-06
|
* Add support for different drowning damage and allow drowning in other nodetypesBlockMen2013-08-06
|
* Fix worldlist in servertab being filtered by selected gamePilzAdam2013-08-06
|
* Rename LagPool's member variables to avoid MSVC freaking up due to it's ↵Perttu Ahola2013-08-06
| | | | #define max
* Clean up server's log messages and give a better error to client when its ↵Perttu Ahola2013-08-06
| | | | player is in use
* Add minetest.registered_biomesNovatux2013-08-06
|
* Fix crack overlay for animated texturesKahrl2013-08-05
|
* Master server script improvementproller2013-08-05
|
* Fix installation of textures/texture_packs_here.txtPilzAdam2013-08-04
|
* Fix texture bumpmapping on some GPUsZeg92013-08-04
|
* Masterserver bugfixproller2013-08-04
|
* Freeze-melt adjustproller2013-08-04
|
* Fix formspec label issues in win builds (MSVC)BlockMen2013-08-04
|
* Make freetype usage configureable by a settingPilzAdam2013-08-04
|
* Dont show gamefilter in TP tabPilzAdam2013-08-04
|
* Add texture pack selection to main menuNovatux2013-08-04
|
* Change large amount of objects to be configurable via a setting in ↵Novatux2013-08-04
| | | | minetest.conf (max_objects_per_block).
* Fix server getting completely choked up on even a little of DoSPerttu Ahola2013-08-04
| | | | | | * 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-04
|