cora
247bd2e369
clientpackethandler: add ignore server walk speed
2020-11-10 14:44:35 +01:00
cora
1d42685b3d
randomsc: increase delay to 15 secs to give time to render
2020-11-10 13:29:29 +01:00
sfan5
97aefe9b81
Mark additional locales as broken
2020-11-10 10:30:42 +01:00
sfan5
b6e47a30bb
Update fallback font to newer version
2020-11-10 10:30:42 +01:00
cron
cac68e9132
minetest.get_inventory: whitespace fix
2020-11-10 03:39:27 +00:00
cron
0aa41f326c
minetest.get_inventory: fix segfault when location is invalid
2020-11-10 03:35:56 +00:00
cron
999684a15c
hignore: fix logging
2020-11-10 03:09:26 +00:00
cora
c6f0f98be1
random screenshot: fix 1st sc being the loading screen lol
2020-11-09 22:46:39 +01:00
Markus Koch
e1142ee57f
Joystick: Remap joystick-specific KeyTypes to generic ones
...
According to the following table:
* MOUSE_L -> DIG
* MOUSE_R -> PLACE
* SCROLL_UP -> HOTBAR_NEXT
* SCROLL_DOWN -> HOTBAR_PREV
This commit entirely removes the special KeyTypes used for joysticks.
Support for the MOUSE KeyTypes had already been removed in the main
game code without adapting the joystick code, breaking joystick
input. This commit restores joystick functionality.
2020-11-09 11:58:50 +01:00
rubenwardy
7589cbe086
Fix object interaction distance not being checked ( #10547 )
2020-11-09 11:55:15 +01:00
cron
9cf96997f1
turtle: fix dircoord swapping right and left on east and west
2020-11-09 00:20:32 +00:00
cron
78c5bc868d
turtle: fix pausing
2020-11-08 23:17:07 +00:00
cron
5f5dcf7195
turtle/tlang: add loop variable to forever
2020-11-08 18:26:01 +00:00
cron
c68d2cc95b
turtle: add tlang pausing
2020-11-08 18:25:44 +00:00
cron
77cd076964
turtle/tlang: add state pausing
2020-11-08 17:35:55 +00:00
cron
5096e3ab7d
autofly: fix autosprint preventing normal sprinting
2020-11-08 17:34:26 +00:00
Elias Fleckenstein
3e7c5d7203
Possibility to use cheat menu while pressing other keys
2020-11-08 14:08:55 +01:00
SmallJoker
c940a57a38
ContentCAO: Fix segfault when minimap is disabled
2020-11-08 11:30:16 +01:00
cron
a5f00780ec
turtle/tlang: improve API, add more boolean builtins
2020-11-07 19:27:25 +00:00
cron
28c175c6b3
turtle: improve state execution and interaction
2020-11-07 19:26:43 +00:00
Lars
8c1871fa2c
Revert #10495 and simplify.
2020-11-07 08:51:10 -08:00
cron
05833e9f24
turtle/tlang: fix binary operators being backwards
2020-11-06 23:39:49 +00:00
cron
4c2a89bba9
turtle/tlang: add else to if, fix end of scope error
2020-11-06 17:06:32 +00:00
cron
f71a8dbf0e
turtle/tlang: add boolean conversion API, improve automatic conversion
2020-11-06 16:38:52 +00:00
cron
3a210fef57
turtle/tlang: fix nextpop bug, improve value conversion
2020-11-06 16:20:04 +00:00
cron
0df741ab4c
turtle: improve coordinate handling and task scheduling
2020-11-06 16:18:56 +00:00
Elias Fleckenstein
0aa63aafce
Fixed warning
2020-11-06 13:44:54 +01:00
cron
cd1805ce25
turtle/tlang: add args builtin
...
Also fixes some bugs regarding exiting code blocks.
2020-11-06 00:54:06 +00:00
cron
cd0eb1b192
turtle/tlang: add WIP API
...
Some things aren't _raw, other things are, its WIP
2020-11-06 00:13:21 +00:00
cron
ba9a07d262
turtle: add public domain dedications
2020-11-05 23:20:28 +00:00
cron
455f20fa06
turtle: add .tlang, fix print log
2020-11-05 23:17:41 +00:00
cron
b09c6024ef
turtle/tlang: log prints
2020-11-05 19:55:55 +00:00
cron
bfba03a87b
turtle: fix tlang integration
2020-11-05 19:53:35 +00:00
cron
9ca4c0fc79
turtle: remove unneeded code
...
Other functions need to be replaced with tlang cogs.
2020-11-05 19:18:08 +00:00
cron
4c94ff4390
turtle: add tlang scheduler
2020-11-05 19:13:57 +00:00
cron
91ef7215e7
turtle/tlang: make more modular
2020-11-05 18:58:25 +00:00
cron
f6115ade95
turtle/tlang: remove unecessary dofile replacement
2020-11-05 18:49:45 +00:00
cron
8a3810a2ed
autodupe: add automatic duping harness CSM
...
Currently nonworking, some promising methods but nothing concrete thus far.
2020-11-05 18:47:19 +00:00
sfan5
627c22c36e
Fix integer-string conversion for shaders
...
closes #10605
2020-11-05 19:34:40 +01:00
Elias Fleckenstein
9db80fc6f0
Run Lint Script
2020-11-05 14:16:19 +01:00
Elias Fleckenstein
91ad0d0497
Merge pull request #10 from corarona/master
...
lua api: set_pitch and make_screenshot
2020-11-05 14:08:25 +01:00
Elias Fleckenstein
6bda686c04
MapBlockMesh Performance Improvement
2020-11-05 14:08:19 +01:00
corarona
1bab49049b
add LUA_FCT
2020-11-05 12:31:03 +01:00
corarona
6efa8a7582
add g/s pitch and make_screenshot in lua api
2020-11-05 12:28:22 +01:00
Elias Fleckenstein
46237330d2
Several Enhancements
2020-11-05 11:59:26 +01:00
corarona
60a9ff6fff
api-screenshot: change function name to make_screenshot
2020-11-05 11:54:23 +01:00
Elias Fleckenstein
1f56317d5f
Added NodeESP
2020-11-05 10:57:31 +01:00
cron
9d6d791073
turtle/tlang: add repeat
...
{code} count <var> repeat
2020-11-05 06:49:55 +00:00
cron
5dd14439ac
turtle/tlang: allow unary operators to assign to quotes, add more operators
...
`var -- is now possible
Added + - / % !
2020-11-05 03:15:12 +00:00
cron
d3b2d308da
turtle/tlang: make = assign to nearest defined
...
If identifier has never been assigned, assign it in current scope
If it has been assigned, reassign it at that scope to value
Needs a global assignment and local assignment, maybe rename = to set or something
2020-11-05 02:52:48 +00:00