[02:31:34] <Malignant_Manor> Dominus: I think I talked about not building OpenGL by default and someone on the team wanted to keep it as default.
[07:16:53] --- Sev is now known as Sevalecan
[15:43:08] <Dominus> Marzo: another question to solve an ios problem.
[15:43:38] <Dominus> When I display a book or a scroll I need to hide the dpad
[15:43:54] <Dominus> I do this by hiding it in the functions in intrinsics.cc
[15:44:07] <Dominus> USECODE_INTRINSIC(book_mode)
[15:44:52] <Dominus> but when done I want to redisplay the controls. Any idea where to put that? returning from usecode, probably, but where oh where...
[15:52:59] <Dominus> ucinternal.cc Usecode_internal::return_from_procedure()
[16:12:07] <wjp> enabling/disabling book mode seems to be done by Usecode_internal::set_book
[17:09:06] <Dominus> Thanks wjp
[17:11:01] <Dominus> I may be doing it wrong altogether... do we have a avatar_cannot_move function or so? Just hiding the dpad then shoulda woulda do that if we have this