aboutsummaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2020-10-19Added ThroughWalls, InventoryActions API and AutoTotemElias Fleckenstein
2020-10-18Added the API additions from waspsalivaElias Fleckenstein
2020-10-18Make lint happy; Remove stupid redirectorElias Fleckenstein
2020-10-17New Mod SystemElias Fleckenstein
2020-10-12Added AttachmentFloatElias Fleckenstein
2020-10-05Improved X-Ray, added AutoEjectElias Fleckenstein
2020-10-05Added ESP, fixed Tracers, improved JesusElias Fleckenstein
2020-10-04Improved TracersElias Fleckenstein
2020-10-04Added AutoSneak and improved X-Ray MapBlock updatingElias Fleckenstein
2020-10-04Added Tracers, NoSlow and NoForceRotate; GUI Colors changedElias Fleckenstein
2020-10-04The Robot UpdateElias Fleckenstein
2020-08-15UI Update; Added AutoToolElias Fleckenstein
2020-08-14Added DestroyWater (:P anon)Elias Fleckenstein
2020-08-14Some UpdatesElias Fleckenstein
2020-08-01Added CoordsElias Fleckenstein
2020-08-01Added BrightNightElias Fleckenstein
2020-07-31Added more cheatsElias Fleckenstein
2020-07-30Improved Xray and FullbrightElias Fleckenstein
2020-07-28Improved FreecamElias Fleckenstein
2020-07-28Added cheat MenuElias Fleckenstein
2020-07-26Improved Killaura and Chat positionElias Fleckenstein
2020-07-26Added autodig, moved chatElias Fleckenstein
2020-07-20Added EntitySpeedElias Fleckenstein
2020-07-18Added customizable keybindings, improved freecam, added special inventory key...Elias Fleckenstein
2020-07-18Fixed 5.4.0-dev buildElias Fleckenstein
2020-07-18Update to minetest 5.4.0-devElias Fleckenstein
2020-07-18Removed fast killauraElias Fleckenstein
2020-07-16Auto disable smooth lighting when fullbright is activeElias Fleckenstein
2020-07-14Add object crosshair, disable entity selectionboxes by default (#9523)LoneWolfHT
2020-07-14Cleanup ClientLauncher structure (#10160)SmallJoker
2020-07-12Add FormSpec font styling options (#9763)v-rob
2020-07-10Bump animation frame count from u8 to u16 (#10054)Lars Müller
2020-07-10Remove std::shared_ptr use in TileLayer (#10090)sfan5
2020-07-07Fix player controls only being applied for the first moveTheTermos
2020-07-06Initial CommitElias Fleckenstein
2020-07-05Apply camera smoothing to 'air stepheight' (#10025)Paramat
2020-06-26Fix bone-attached entities (#10015)hecktest
2020-06-23testElias Fleckenstein
2020-06-19ParticleSpawner: Fix crash when attaching to invisible entitySmallJoker
2020-06-18content_cao: Fix behavior of legacy "textures" field for wielditemssfan5
2020-06-16Make shading of CAOs optional (#10033)Danila Shutov
2020-06-13Exposing the zoom key to Lua API (#9903)Lars Müller
2020-06-13Server pushing media at runtime (#9961)sfan5
2020-06-11Use multiple light positions for CAO lightingsfan5
2020-06-11content_cao: Do not expire visuals for texture updatessfan5
2020-06-10Fix build error on Ubuntu 16.04 (again)sfan5
2020-06-10Fix build error on Ubuntu 16.04sfan5
2020-06-09Fix broken coloring of wielditems (#9969)Danila Shutov
2020-06-09Fix player-to-object attachment teleport bug (#10008)hecktest
2020-06-09TouchScreenGUI: fix some bugs, cleanupMoNTE48