aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant on_dieplayer callssavilli2021-08-285-40/+3
* Joystick sensitivity for player movement (#11262)NeroBurner2021-08-2710-99/+138
* Fix 6th line of infotext being cut off in half (#11456)Wuzzy2021-08-231-3/+6
* Inventory: Fix rare out-of-bounds accessSmallJoker2021-08-231-4/+12
* Use utf-8 for the Irrlicht clipboard (#11538)DS2021-08-232-11/+9
* HUD: Reject and warn on invalid stat types (#11548)SmallJoker2021-08-217-44/+86
* Show status message when changing block bounds (#11556)Wuzzy2021-08-213-12/+30
* Validate staticdata and object property length limits (#11511)sfan52021-08-194-1/+61
* Fix scaled world-aligned textures being aligned inconsistently for non-normal...Wuzzy2021-08-191-7/+7
* Add fwgettext util functionrubenwardy2021-08-194-38/+34
* Fix inconsistent integer comparison warningsSmallJoker2021-08-172-5/+5
* Start sprite animation at the beginning (#11509)Lean Rada2021-08-161-0/+1
* Cap iterations of imageCleanTransparent sanelysfan52021-08-161-2/+7
* Fix access violation in create_schematic() (#11534)Treer2021-08-161-2/+3
* Fix segfault caused by shadow map on exitSmallJoker2021-08-121-3/+3
* Move updating shadows outside of RenderingCore::drawAll. (#11491)x20482021-08-127-66/+65
* Fix a segfault caused by wrong textdomain lines in translation files (#11530)DS2021-08-121-1/+7
* Fix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519)DS2021-08-081-2/+13
* Gettext support on Android (#11435)Pevernow2021-08-083-1/+6
* OpenAL: Free buffers on quitSmallJoker2021-08-031-0/+8
* Mods: Combine mod loading checks and deprection logging (#11503)SmallJoker2021-07-314-29/+34
* Fix /emergeblocks crashing in debug builds (#11461)Wuzzy2021-07-314-21/+26
* Remove unsupported formats from the media enumeratorhecks2021-07-291-3/+2
* Remove unsupported extensions from list in tile.cpphecktest2021-07-291-6/+2
* Add a simple PNG image encoder with Lua API (#11485)hecks2021-07-295-0/+145
* Add bold, italic and monospace font styling for HUD text elements (#11478)sfan52021-07-278-24/+39
* Take advantage of IrrlichtMt CMake target (#11287)JosiahWI2021-07-271-34/+7
* Distribute shadow map update over multiple frames to reduce stutter (#11422)x20482021-07-258-63/+215
* Remove unused ITextSceneNode header (#11476)hecks2021-07-221-1/+0
* Remove unused header includeshecks2021-07-213-4/+0
* Fix no locales being generated when APPLY_LOCALE_BLACKLIST=0sfan52021-07-201-2/+3
* CSM: Do not index files within hidden directoriesSmallJoker2021-07-171-0/+3
* Add wallmounted support for plantlike and plantlike_rooted nodes (#11379)Wuzzy2021-07-153-4/+50
* Fix revoke debug privs not reliably turn off stuff (#11409)Wuzzy2021-07-121-6/+12
* Fix build on Ubuntu 16.04 and macOSsfan52021-07-121-6/+6
* Avoid draw list and shadow map update in the same frame to reduce dtime jitte...x20482021-07-111-3/+14
* Improve shadow rendering with non-default camera FOV (#11385)x20482021-07-113-17/+27
* Refactor video driver name retrieval (#11413)hecks2021-07-113-27/+16
* Script API: Fix segfault in remove_detached_inventorySmallJoker2021-07-101-2/+2
* Add API for mods to hook liquid transformation events (#11405)Warr10242021-07-093-1/+40
* Auth API: Error when accessed prior to ServerEnv init (#11398)SmallJoker2021-06-301-1/+4
* Remove unsupported video drivers (#11395)hecks2021-06-301-31/+23
* Inventory: Make addList() consistent (#11382)SmallJoker2021-06-303-12/+9
* Require 'basic_debug' priv to view gameplay-relevant debug info, require 'deb...Wuzzy2021-06-247-17/+79
* Perform some quality assurance for translation strings (#11375)Wuzzy2021-06-232-8/+11
* Rework Settings to support arbitrary hierarchies (#11352)sfan52021-06-237-67/+160
* Server: Ignore whitespace-only chat messagesSmallJoker2021-06-221-0/+3
* Inventory: show error on invalid list names (#11368)SmallJoker2021-06-202-12/+15
* Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333)sfence2021-06-204-3/+33
* Make chat web links clickable (#11092)pecksin2021-06-205-30/+219