aboutsummaryrefslogtreecommitdiff
path: root/src/irr_v3d.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-03Input related generalisationsest313-150/+223
2016-06-03Sapier's fix for the RESEND RELIABLE problem (#4170)Robert Kiraly1-0/+20
2016-06-02Mgv7: Always carve river channels in mountain terrainparamat1-6/+4
2016-05-31Add colored text (not only colored chat).Ekdohibs28-319/+690
2016-05-31Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade913-28/+998
2016-05-30Translated using Weblate (Hebrew)yuval hreman1-29/+27
2016-05-30Translated using Weblate (Russian)Andrey K1-3/+4
2016-05-30Translated using Weblate (Italian)Emon Omen1-2/+2
2016-05-30Translated using Weblate (Ukrainian)Fixer1-19/+15
2016-05-30Translated using Weblate (Russian)Sergey1-23/+88
2016-05-30Translated using Weblate (Russian)Vasily Pavlov1-6/+5
2016-05-30Translated using Weblate (German)Wuzzy1-2/+2
2016-05-30Add minetest.check_password_entry callbackest314-1/+43
2016-05-30protection_bypass priv can now be revoked in singleplayer (#4169)Sokomine1-1/+4
2016-05-30Remove unused code in s_security.cpp (#4172)Zeno-1-11/+3
2016-05-28Particles: Add option to remove particles on collisionAuke Kok9-32/+84
2016-05-27Add base64 encoding and decoding to the lua api. (#3919)red-0014-0/+49
2016-05-27Disallow external linkage for default Cavegen NoiseParamskwolekr1-1/+1
2016-05-27Dungeongen: Remove dependency on Mapgenkwolekr4-24/+45
2016-05-27Mapgen: Combine dungeon generation codekwolekr12-324/+94
2016-05-27Mapgen: Deduplicate common constructor codekwolekr12-215/+122
2016-05-27Mapgen: Remove calculateNoise from most mapgenskwolekr10-111/+31
2016-05-27Mapgen V7: Remove now-unused ridge heightmapkwolekr2-10/+2
2016-05-27Cavegen: Move V5-style caves to CavesNoiseIntersectionkwolekr9-82/+151
2016-05-27Cavegen: Minor misc. fixeskwolekr2-28/+26
2016-05-27Fix undefined evaluation order when constructing random vectorskwolekr2-49/+47
2016-05-27Cavegen: Re-add small caves to CavesRandomWalkkwolekr4-39/+91
2016-05-27Cavegen: Remove CavesRandomWalk dependency on Mapgenkwolekr4-38/+98
2016-05-27Cavegen: Merge instances of repetitive surface level-finding codekwolekr2-55/+47
2016-05-27Cavegen: Remove CavesV6 dependency on Mapgenkwolekr3-64/+99
2016-05-27Cavegen: Rename CaveV6 to CavesV6kwolekr3-29/+41
2016-05-27Cavegen: Merge CaveV5 and CaveV7 into CavesRandomWalkkwolekr4-311/+20
2016-05-27Fix MgStoneType and BiomeType enum nameskwolekr9-34/+34
2016-05-27Mapgen: Combine generateBiomes, dustTopNodes, and generateCaveskwolekr12-1161/+316
2016-05-27Move biome calculation to BiomeGenkwolekr16-296/+413
2016-05-26Tell irrlicht if we handle a key or not.est314-11/+57
2016-05-23Fix rollback.txt migrationShadowNinja2-15/+28
2016-05-24Fix irrlicht version checking macro for tooltip_height calculationCraig Robbins1-3/+3
2016-05-23Move updateTextures and fillTileAttribs to ContentFeaturesEkdohibs2-261/+302
2016-05-22Tolerate packet reordering in the early init processest312-24/+8
2016-05-22Fix a m_camera not used warning fix pointed by clangLoic Blot2-4/+2
2016-05-22Implement a PostgreSQL backendLoic Blot7-2/+433
2016-05-22Gitignore: ignore idea and ninja filesHybridDog1-0/+3
2016-05-22Item entities: Don't show description as infotextparamat1-4/+0
2016-05-21Fix tooltip height for versions of irrlicht < 1.8.2Craig Robbins1-0/+4
2016-05-17Implement DatabaseException for databasesnerzhul4-12/+17
2016-05-17Add on_punchnode callbackWayward One1-0/+5
2016-05-17DB::loadBlock copy removal & DB backend cleanupLoic Blot11-46/+46
2016-05-16Really fix ncurses lookup on Arch Linuxsfan51-1/+1
2016-05-16Android: enable parallelism for main target tooest311-1/+1