#exult full logs for 19 May 2015 (GMT)

Archive Today Yesterday Tomorrow
Exult homepage


[01:45:25] --> DominusExult has joined #exult
[01:45:26] --- ChanServ gives channel operator status to DominusExult
[01:47:30] <-- Dominus has left IRC (Ping timeout: 244 seconds)
[01:47:30] --- DominusExult is now known as Dominus
[03:16:17] <-- Marzo has left IRC (Remote host closed the connection)
[04:41:27] --> Dark-Star has joined #exult
[04:45:59] <-- Dark-Star has left IRC (Ping timeout: 264 seconds)
[06:23:22] <-- Lightkey has left IRC (Ping timeout: 256 seconds)
[06:36:02] --> Lightkey has joined #exult
[07:12:15] --> vimus has joined #exult
[07:30:08] --> michael-kohlhaas has joined #exult
[08:31:26] <-- michael-kohlhaas has left IRC (Remote host closed the connection)
[12:17:01] --> Marzo has joined #exult
[14:14:39] <-- Kirben has left IRC ()
[15:54:29] <-- vimus has left IRC ()
[17:16:47] --> Dark-Star has joined #exult
[17:20:39] --> nutron has joined #exult
[20:07:54] <Dominus> anyone up for doing me a small coding favor?
[20:08:24] <Dominus> I'm not wrapping my head around creating a toolbar from the face_stats face_buttons example :)
[20:08:29] <Dominus> *small* :)
[20:38:01] --> michael-kohlhaas has joined #exult
[20:42:21] <Dominus> arrgghhh, too mindwrangling for me, I think...
[21:11:50] <-- michael-kohlhaas has left IRC (Remote host closed the connection)
[22:24:36] --> Kirben has joined #exult
[22:24:36] --- ChanServ gives channel operator status to Kirben
[23:12:51] <-- Dark-Star has left IRC (Read error: Connection reset by peer)
[23:12:51] --> Dark_Star has joined #exult
[23:43:48] <Dominus> ok, I've made some progress by hacking the facestats and showing additional disk icons for now. This is just to learn a bit.
[23:43:59] <Dominus> http://pastebin.com/J3vXN7XK
[23:44:19] <Dominus> on a single click on the toolbar the inventory will show
[23:46:29] <Dominus> I would like to have it open the cheat screen on double click but without going through all the sdl event stuff to differ between single/double click it's not going to work like that.
[23:48:47] <Dominus> my question, we have in Gump_manager.cc:436 already a detection for this on modal gumps (to tell whether to close gumps on single click). I wondered if I could hijack this somehow since we already include Gump_manager.h
[23:49:10] <Dominus> Marzo: if you have some spare time, could you glance over this?