aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use errorstream instead of std::cout in pathfinder.cppPilzAdam2013-08-161-6/+6
|
* Remove debug outputPilzAdam2013-08-162-27/+0
|
* Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam2013-08-161-1/+0
|
* 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-151-40/+23
|
* Add virtual destructor to IBackgroundBlockEmerger to silence warningKahrl2013-08-151-0/+1
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14149-3619/+3706
|
* Fix typosPilzAdam2013-08-141-1/+1
|
* Add support for entities to automatic face movement directionsapier2013-08-136-1/+17
|
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-139-69/+101
|
* Remove farmeshKahrl2013-08-138-576/+3
|
* Decoration: Fix schematic probability mess with new MTS file versionkwolekr2013-08-117-28/+68
|
* Dont crash if facedir > 23PilzAdam2013-08-101-4/+5
|
* 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 uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl2013-08-071-4/+10
|
* 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-064-7/+9
|
* 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
* Fix crack overlay for animated texturesKahrl2013-08-052-112/+145
|
* 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-045-14/+45
|
* Add texture pack selection to main menuNovatux2013-08-047-14/+26
|
* Change large amount of objects to be configurable via a setting in ↵Novatux2013-08-042-3/+4
| | | | minetest.conf (max_objects_per_block).
* Fix server getting completely choked up on even a little of DoSPerttu Ahola2013-08-044-168/+229
| | | | | | * 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-045-3/+36
|
* Fix anticheatPerttu Ahola2013-08-035-70/+146
|
* Lessen the sky color glitch when quickly turning to look up after looking at ↵Perttu Ahola2013-08-031-4/+9
| | | | ground that contains caves
* Fix and improve view range tunerPerttu Ahola2013-08-035-30/+43
|
* Add replacements to schematicsPilzAdam2013-08-033-3/+45
|
* More info in serverlistproller2013-08-031-2/+4
|
* Allow multiple 'wherein' nodes in oredefPilzAdam2013-08-023-17/+31
|
* Weather backward compatibilityproller2013-08-0211-32/+63
|
* Leveled nodebox backward compatibilityproller2013-08-022-9/+14
|
* Make bumpmapping compatible with irrlicht 1.8Esteban I. Ruiz Moreno2013-07-311-0/+5
|
* Add support for setting stepheight for entitiessapier2013-07-306-5/+11
|
* Fix warnings in mapblock.cppPilzAdam2013-07-281-5/+5
|
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-285-47/+112
|
* Warnings fixproller2013-07-292-1/+2
|
* Better snow fall, finite liquid transform, leveled nodes apiproller2013-07-286-28/+76
|
* Weather supportproller2013-07-2720-73/+510
|
* Dont announce server in singleplayerproller2013-07-272-2/+3
|
* Add support of pressed_texture of image_buttonBlockMen2013-07-241-5/+21
| | | | | | | | | | Fix params number Add pressed texture name Fix string def Fix syntax error
* Add gettext translation for image_buttonBlockMen2013-07-241-1/+10
|
* Cosmetic player info changesproller2013-07-241-4/+3
|
* Fix modstore URLsPilzAdam2013-07-221-3/+3
|