aboutsummaryrefslogtreecommitdiff
path: root/src/particles.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-07Fix Lua panic when error() message is not a stringPaul Ouellette1-2/+6
2020-06-07Recalculate mesh normals for CAOs (#10000)Danila Shutov3-0/+34
2020-06-07GenericCAO: Fix glow not working since a08d18aSmallJoker1-1/+4
2020-06-06Restore visual_scale support for nodeboxes (and allfaces) (#9906)Vitaliy2-2/+11
2020-06-06Fix incorrect extension used for ContentDB thumbnailsrubenwardy1-1/+7
2020-06-06Add HTTP API to main menu (#9998)rubenwardy9-113/+290
2020-06-05Fix HUD scaling (#9721)Maksim2-22/+44
2020-06-05TestBan: Clean up properly after completing test (#9994)ANAND1-0/+3
2020-06-05Show Toast in UI thread and fix unpacking on Android 10 (#9900)Bektur3-12/+29
2020-06-04Add buttons to ContentDB in game bar and configure world (#9944)rubenwardy4-39/+79
2020-06-04Move shared parameters sending to UnitSAO (#9968)SmallJoker6-115/+110
2020-06-01Fix autoscale_mode segfault if tile doesn't have texturesfan51-2/+3
2020-06-01Lua API: Log incorrect parameter types as error (#9954)SmallJoker1-3/+29
2020-06-01ContentCAO: Update light of all attached entities (#9975)SmallJoker4-60/+22
2020-06-01imageScaleNNAA: Fix image clipping on rect- instead of image dimensions (#9896)Hugues Ross1-5/+5
2020-05-30Devtest: Fix missing/incorrect liquid properties (#9955)Wuzzy2-6/+23
2020-05-29Clean up CAO nametag handling and remove deprecated AO_CMDsfan55-37/+42
2020-05-29content_cao: Do not expire visuals when not necessarysfan52-11/+34
2020-05-29Add disable_jump check for the player's feetMoNTE483-3/+13
2020-05-29Add minetest.is_creative_enabledWuzzy5-10/+17
2020-05-29Update ContentDB dialog (#9949)rubenwardy6-39/+53
2020-05-27Value copy / allocation optimizations mostly in server, SAO and serialize codesfan516-64/+52
2020-05-27Change item entity collisionbox so that they don't sink into the groundsfan51-6/+1
2020-05-27Fix falling entity not falling through playerssfan51-1/+1
2020-05-27Make ContentDB downloads not block the UI (#9948)rubenwardy1-41/+22
2020-05-26Fix liquids refusing to flow in X+ or Z+ in some cases (#9874)sfan51-8/+21
2020-05-26Devtest game: Update biome registrations (#9936)Paramat1-3/+26
2020-05-26Fix devtest being ignored by .gitignorerubenwardy1-1/+1
2020-05-26Devtest: Fix crash in player unittest (#9937)Wuzzy1-1/+4
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy371-25/+25
2020-05-25L-System trees: Remove hardcoded use of 'mapgen_dirt' alias (#9931)Paramat1-20/+16
2020-05-25Silence GCC warning in mapblock_meshSmallJoker1-1/+1
2020-05-24Fix build on FreeBSD, broken since open_urlrubenwardy1-0/+1
2020-05-24Add engine version string to ContentDB API request (#9890)rubenwardy1-2/+3
2020-05-24Replacement for Minimal Development Test (PR) (#9450)Wuzzy465-3485/+5140
2020-05-24Add chat_font_size setting (#9736)SmallJoker4-11/+24
2020-05-24Fix two bugs in content_caosfan51-7/+10
2020-05-24Fix constant re-queueing of emerges that will always be unsuccessfulsfan51-3/+3
2020-05-24Fix documentation of emergequeue_limit settingssfan53-7/+8
2020-05-24lua_api.txt: Fix minor typo (#9917)ANAND1-1/+1
2020-05-23Optimize particlespawner sending by not sending to distant playerssfan51-0/+18
2020-05-23Implement spawning particles with node texture appearancesfan510-20/+145
2020-05-23Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid10-46/+81
2020-05-23Modernize include guards and add missing ones (#9898)Awkor7-6/+12
2020-05-22Check for valid base64 before decoding (#9904)Lejo12-3/+7
2020-05-22MacOS: Fix environ not being foundSmallJoker1-1/+7
2020-05-22Cleanup of particle & particlespawner structures and code (#9893)sfan511-680/+502
2020-05-22Various documentation fixes in settingtypes.txt (#9910)Paramat1-7/+7
2020-05-20Cache liquid alternative IDs (#8053)Vitaliy6-16/+38
2020-05-20Allow more than 255 biomes, document new maximum (#9855)Paramat11-45/+55