aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send Inventory packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-047-34/+17
* Remove unused m_wielded_item_not_sentLoic Blot2015-03-033-13/+2
* Send Breath packet on event, don't check it at each AsyncRunStepLoic Blot2015-03-036-16/+16
* Send Player HP when setHP (or a setHP caller) is called instead of looping an...Loic Blot2015-03-036-42/+54
* Fix occlusionMiguel Almeida2015-03-021-2/+2
* Fix narrow_to_wide_c (ANDROID)Craig Robbins2015-03-021-3/+5
* Mgv6: Add heightmap. Do not make large caves that are entirely above groundparamat2015-03-022-0/+35
* Revert "Fix particles draworder" (issue #2388)Loic Blot2015-02-271-2/+2
* Change find_surface_nodes_in_area to find_nodes_in_area_under_airCraig Robbins2015-02-272-10/+18
* Add find_surface_nodes_in_area LUA call which permit to only get the nodes wh...Loic Blot2015-02-272-3/+53
* Fix minor memory leak (Android)Craig Robbins2015-02-271-5/+10
* Biome API: Re-calculate biome at every surface in a mapchunk columnparamat2015-02-267-61/+43
* Add camera smoothing and cinematic mode (F8)rubenwardy2015-02-253-23/+54
* Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requestedLoic Blot2015-02-241-2/+2
* Optimise MapBlockMesh related functionsgregorycu2015-02-235-12/+35
* Fix wrapDegrees family of functionsCraig Robbins2015-02-233-51/+80
* Disallow object:remove() if the object is a playerKahrl2015-02-231-0/+1
* Add mod.conf file support This new file only permits to specify a mod name fo...kaeza2015-02-211-0/+5
* Fix some memory leaks on packet sending.Loic Blot2015-02-214-12/+13
* Move hex.h to util/Loic Blot2015-02-216-15/+14
* Fix particles draworderBlockMen2015-02-211-2/+2
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-2111-9/+9
* Use skin font for usernames (fixes #2363)BlockMen2015-02-211-1/+1
* Use proper CMakeLists.txt for network and client directoriesLoic Blot2015-02-213-7/+28
* Unit tests must be done at integration process.Loic Blot2015-02-213-27/+16
* Mgv5: Remove blobgen. Remove crumble and wetness noisesparamat2015-02-214-73/+322
* Typo fix in networkprotocol.hNer'zhul2015-02-191-1/+1
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est312015-02-183-2/+43
* Increase default font_sizeBlockMen2015-02-181-1/+1
* Fix font_size under windowsBlockMen2015-02-181-1/+7
* Use fixed size for builtin menus on non-android platformsPerttu Ahola2015-02-181-0/+4
* Fix unused (and so, broken) enable_rollback_recording. This option must be re...Loic Blot2015-02-183-9/+18
* Fix map_seed not changed when creating a new world after login to anotherfz722015-02-181-1/+4
* Change many useless std::list into Environment class (m_players), ABMHandler ...Loic Blot2015-02-172-70/+54
* Grab GUIChatConsole::m_font, fixes segfault when changing font_sizeKahrl2015-02-181-2/+5
* Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUp...Loic Blot2015-02-175-42/+32
* Replace std::list by std::vector into timerUpdate callsLoic Blot2015-02-173-10/+9
* Ignore old entities from 0.3.Novatux2015-02-172-1/+7
* Remove old comment from Network Rework Patch 2/4Loic Blot2015-02-171-16/+0
* Replace std::list by std::vector into ServerMap::listAllLoadableBlocks Server...Loic Blot2015-02-1713-51/+43
* SAO: re-add old ActiveObjectTypes for a future migration layerLoic Blot2015-02-176-11/+14
* SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObje...Loic Blot2015-02-179-315/+20
* Add player direction to on-screen debug textYaman2015-02-171-0/+23
* Performance Improvement: Use a cache which caches result for getFacePositions.Loic Blot2015-02-164-68/+81
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-1622-4148/+3887
* Fix unit test if there isn't a localhost address (for example FreeBSD jails),...Loic Blot2015-02-151-2/+21
* Fix unit test if there isn't a localhost address (for example FreeBSD jails)Loic Blot2015-02-151-5/+35
* Only do the IPv6 unit test if IPv6 is enabledLoic Blot2015-02-151-1/+1
* Re-apply 4a6582c13c36cab457b78f32338c6bb4ab9ea58b broken since 146f77fdb75083...Loic Blot2015-02-141-2/+3
* Suppress CGUITTFONT build warningsCraig Robbins2015-02-131-4/+22