- 27 Mar, 2018 1 commit
-
-
alex@thinkpad authored
Hypothesis: https://bitbucket.org/hudson/magic-lantern/issues/1974/6df#comment-44206798 Tested on 5D3 with GUI mode 41. Tested in QEMU on 6D (it keeps poking the MPU while ML menu is open). --HG-- branch : lua_fix
-
- 24 Mar, 2018 5 commits
-
-
alex@thinkpad authored
(first argument is a pointer to the property, unlike prop_request_change) --HG-- branch : lua_fix
-
alex@thinkpad authored
( --HG-- branch : lua_fix
-
alex@thinkpad authored
(it usually is, unless compiler decides otherwise) --HG-- branch : lua_fix
-
alex@thinkpad authored
shoot.h: added set_flash_firing --HG-- branch : lua_fix
-
alex@thinkpad authored
(by pressing or not pressing SET, depending on how it's configured) Should also fix https://www.magiclantern.fm/forum/index.php?topic=21765.msg198829#msg198829 --HG-- branch : lua_fix
-
- 21 Mar, 2018 4 commits
-
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=21765.msg198779#msg198779 --HG-- branch : lua_fix
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=4386.msg198669#msg198669 --HG-- branch : lua_fix
-
- 19 Mar, 2018 1 commit
-
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=4386.msg198720#msg198720 Can be re-enabled by defining FEATURE_JUNKIE_MENU in features.h --HG-- branch : lua_fix
-
- 21 Mar, 2018 3 commits
-
-
alex@thinkpad authored
Triggering by SET should now work just like on all other camera models. Not tested, please report back. --HG-- branch : lua_fix
-
alex@thinkpad authored
(short press = SET, long press = Q) --HG-- branch : lua_fix
-
alex@thinkpad authored
https://www.magiclantern.fm/forum/index.php?topic=21765.msg198761#msg198761 (the INFO key can now be used for config presets, just like with all other models) Change made generic, for any future models that might use a combined Q/SET button. --HG-- branch : lua_fix
-
- 10 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(fixes Arkanoid, benchmarks and others on fresh startup in photo mode, without any images on the card) --HG-- branch : lua_fix
-
- 09 Mar, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 10 Mar, 2018 1 commit
-
-
alex@thinkpad authored
(memset32 fix) --HG-- branch : lua_fix
-
- 07 Mar, 2018 2 commits
-
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
alex@thinkpad authored
Backout b831cb10605c (breaks Magic Zoom and CONFIG_MARK_UNUSED_MEMORY_AT_STARTUP, as memset64 is not the same as memset) --HG-- branch : memory-backend
-
- 04 Mar, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 03 Mar, 2018 1 commit
-
-
alex@thinkpad authored
e.g. if (is_camera("DIGIC", "5")) { ... } --HG-- branch : lua_fix
-
- 24 Feb, 2018 7 commits
-
-
alex@thinkpad authored
(side effect: short joystick press also moved the menu selection up on 5D3) --HG-- branch : lua_fix
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
alex@thinkpad authored
allow small blocks (smaller than minimum_free_space / 64) to break the minimum_free_space limit (until minimum_free_space / 4) fine-tuned until the old set of Lua scripts were able to run on 1100D without umm_malloc --HG-- branch : memory-backend
-
alex@thinkpad authored
allow small blocks (smaller than minimum_free_space / 64) to break the minimum_free_space limit (until minimum_free_space / 4) fine-tuned until the old set of Lua scripts were able to run on 1100D without umm_malloc --HG-- branch : lua_fix
-
- 23 Feb, 2018 1 commit
-
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
- 24 Feb, 2018 2 commits
-
-
alex@thinkpad authored
--HG-- branch : memory-backend
-
alex@thinkpad authored
- simplified to accept only 32-bit aligned pointers - using regular memset for Magic Zoom - closing issue #1995 --HG-- branch : memory-backend
-
- 23 Feb, 2018 5 commits
-
-
alex@thinkpad authored
(poor man's autodetection, since we don't know how to query the available size in advance) --HG-- branch : memory-backend
-
alex@thinkpad authored
- moved autodetection to dedicated functions (for both fragmented and continuous allocations) - autodetect the max available size for large requests (slower, but when it fails, it fails gracefully) --HG-- branch : memory-backend
-
alex@thinkpad authored
(not sure why they were needed; we'll find out if it fails) --HG-- branch : memory-backend
-
alex@thinkpad authored
(1s timeout probably not needed) --HG-- branch : memory-backend
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 24 Feb, 2018 2 commits
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
alex@thinkpad authored
- simplified to accept only 32-bit aligned pointers - using regular memset for Magic Zoom - closing issue #1995 --HG-- branch : lua_fix
-
- 23 Feb, 2018 2 commits
-
-
alex@thinkpad authored
(poor man's autodetection, since we don't know how to query the available size in advance) --HG-- branch : lua_fix
-
alex@thinkpad authored
- moved autodetection to dedicated functions (for both fragmented and continuous allocations) - autodetect the max available size for large requests (slower, but when it fails, it fails gracefully) --HG-- branch : lua_fix
-